62 lines
1.2 KiB
TeX
62 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}
|
|
Factoriser
|
|
\[
|
|
2x \times 3^n + 4\times 3^n
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Un objet subit 2 diminution identiques qui donnent ensemble un diminution de 10\%.
|
|
|
|
Quelle était le pourcentage d'une seule diminution ?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
Calculer la dérivée de la fonction
|
|
\[
|
|
f(x) = x(x+1)
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
\begin{tikzpicture}[baseline=(a.north), xscale=2, yscale=2.5]
|
|
\tkzInit[xmin=0,xmax=4,xstep=1,
|
|
ymin=0,ymax=2.2,ystep=1]
|
|
\tkzGrid[sub, ligne width=1.5]
|
|
\tkzAxeXY[up space=0.2,right space=0.2]
|
|
\tkzFct[domain = 0:5,color=red,very thick]%
|
|
{2*exp(0.5)*x*exp(-0.5*x**2)};
|
|
\end{tikzpicture}
|
|
|
|
Équation de la tangente en x=1.
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|