Feat: Questions flashs pour les maths complémentaires
This commit is contained in:
parent
e5352d6eae
commit
5458660bee
BIN
Complementaire/Questions_Flashs/P2/QF_20_11_16-1.pdf
Normal file
BIN
Complementaire/Questions_Flashs/P2/QF_20_11_16-1.pdf
Normal file
Binary file not shown.
71
Complementaire/Questions_Flashs/P2/QF_20_11_16-1.tex
Executable file
71
Complementaire/Questions_Flashs/P2/QF_20_11_16-1.tex
Executable file
@ -0,0 +1,71 @@
|
||||
\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}
|
Loading…
Reference in New Issue
Block a user