63 lines
1.2 KiB
TeX
63 lines
1.2 KiB
TeX
\documentclass[14pt]{classPres}
|
|
\usepackage{tkz-fct}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flashs}
|
|
\begin{center}
|
|
\vfill
|
|
Terminale ES-L
|
|
\vfill
|
|
Un peu moins d'une minute par calcul
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
Mettre sous la forme d'une puissance
|
|
\[
|
|
10^3\times10^{2.5}\times10^n
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Un objet subit 2 augmentations identiques qui donnent ensemble un augmentation de 4\%.
|
|
|
|
Quelle était le pourcentage d'une seule augmentation ?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
Calculer la dérivée de la fonction
|
|
\[
|
|
f(x) = 10x^4 -x^2 + 5
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
Courbe représentative de $f$
|
|
|
|
\begin{tikzpicture}[baseline=(a.north), xscale=0.8, yscale=0.5]
|
|
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
|
ymin=-5,ymax=5,ystep=1]
|
|
\tkzGrid
|
|
\tkzAxeXY
|
|
\tkzFct[domain = -5:5,color=red,very thick]%
|
|
{-x**2+x+4};
|
|
\end{tikzpicture}
|
|
|
|
Sur quel intervalle $f'$ est positive?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|