68 lines
1.3 KiB
TeX
Executable File
68 lines
1.3 KiB
TeX
Executable File
\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}
|