Feat: première QF pour les complé
This commit is contained in:
parent
9b5a590488
commit
30b8a16044
Binary file not shown.
|
@ -0,0 +1,67 @@
|
|||
\documentclass[12pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Terminale ST
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
\vfill
|
||||
Calculer la dérivée de la fonction suivante
|
||||
\vfill
|
||||
\[
|
||||
f(x) = 5x^3 - 2x^2 + 10
|
||||
\]
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Un quantité passe de 20 à 16.
|
||||
|
||||
Quel est le taux d'évolution de cette transformation?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
\vfill
|
||||
Soit $(u_n)$ une suite géométrique de raison $q=2$ et de premier terme $u_0 = 5$. Calculer
|
||||
\vfill
|
||||
\[
|
||||
u_5 =
|
||||
\]
|
||||
\vfill
|
||||
\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}
|
Loading…
Reference in New Issue