71 lines
1.4 KiB
TeX
71 lines
1.4 KiB
TeX
|
\documentclass[14pt]{classPres}
|
||
|
\usepackage{tkz-fct}
|
||
|
|
||
|
\author{}
|
||
|
\title{}
|
||
|
\date{}
|
||
|
|
||
|
\begin{document}
|
||
|
\begin{frame}{Questions flashs}
|
||
|
\begin{center}
|
||
|
\vfill
|
||
|
Tsti2d
|
||
|
\vfill
|
||
|
30 secondes par calcul
|
||
|
\vfill
|
||
|
\small \jobname
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 1}
|
||
|
Soit
|
||
|
\[
|
||
|
\left\{
|
||
|
\begin{array}{l}
|
||
|
u_{n+1} = 0.95\times u_n\\
|
||
|
u_0 = \np{10000}
|
||
|
\end{array}
|
||
|
\right.
|
||
|
\]
|
||
|
Quelle est la limite de $(u_n)$ quand n tend vers $+\infty$?
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
Combien de solutions a l'équation suivante?
|
||
|
\[
|
||
|
x^2 + 10x - 10 = 0
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 3}
|
||
|
Calculer la quantité suivante
|
||
|
\[
|
||
|
\int_{2}^{5} t dt =
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 4}
|
||
|
Valeur de $\sin(\dfrac{\pi}{6})$
|
||
|
\begin{center}
|
||
|
\begin{tikzpicture}[scale=2.5]
|
||
|
\cercleTrigo
|
||
|
\foreach \x in {0,30,...,360} {
|
||
|
% dots at each point
|
||
|
\filldraw[black] (\x:1cm) circle(0.6pt);
|
||
|
}
|
||
|
\draw (30:1) node [above right] {A};
|
||
|
\draw (0,0) -- (30:1);
|
||
|
\draw[->, very thick, red] (0.8,0) arc (0:30:0.8) ;
|
||
|
\end{tikzpicture}
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|