72 lines
1.3 KiB
TeX
Executable File
72 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) = (x^2-1)\sqrt{x}
|
|
\]
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
\vfill
|
|
Une quantité augmente de 4\% tous les ans. En 2020, elle valait 150.
|
|
|
|
\vfill
|
|
Combien va-t-elle valoir en 2022?
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
\vfill
|
|
Soit $(u_n)$ une suite définie par $u_0 = 1$ et $u_{n+1} = u_n^2 + 3$. Calculer
|
|
\vfill
|
|
\[
|
|
u_2 =
|
|
\]
|
|
\vfill
|
|
\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}
|