84 lines
2.1 KiB
TeX
Executable File
84 lines
2.1 KiB
TeX
Executable File
\documentclass[14pt]{classPres}
|
|
%\usepackage{tkz-fct}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flashs}
|
|
\begin{center}
|
|
\vfill
|
|
Première ST 2
|
|
\vfill
|
|
30 secondes par calcul
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
Le prix d'un objet est augmenté de 10\%.
|
|
|
|
Par combien le prix est-il multiplié?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Calculer le taux de variation de $f$ entre 1 et 5.
|
|
\vfill
|
|
\begin{center}
|
|
\begin{tikzpicture}[yscale=0.5, xscale=1, baseline=(a.north)]
|
|
\tkzInit[xmin=0,xmax=10,xstep=1,
|
|
ymin=-5,ymax=5,ystep=1]
|
|
\tkzGrid
|
|
\tkzAxeX[right space=0.2]
|
|
\tkzAxeY[up space=1, step=2]
|
|
\draw[very thick, color=red] plot [smooth,tension=0.2] coordinates{%
|
|
(0,0) (1,4) (2,1) (5,0) (7,-1) (8, -2) (10,-4)
|
|
};
|
|
\draw (3,1) node[above right] {$\mathcal{C}_f$};
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
Soit $(u_n)$ la suite définie par $u_{n+1} = u_n + 5$ et $u_0 = 1$, calculer
|
|
\[
|
|
u_3 =
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 4}
|
|
Quelle droite correspond à la représentation graphique de $f(x) = 2x + 1$
|
|
|
|
\begin{center}
|
|
\begin{tikzpicture}[yscale=0.4, xscale=2, baseline=(a.north)]
|
|
\tkzInit[xmin=0,xmax=4,xstep=1,
|
|
ymin=0,ymax=10,ystep=1]
|
|
\tkzGrid
|
|
\tkzAxeX[right space=0.2]
|
|
\tkzAxeY[up space=0.2, step=1]
|
|
\draw[very thick, color=red] plot [smooth,tension=0.2] coordinates{%
|
|
(0,1) (4,9)
|
|
};
|
|
\draw[very thick, color=blue] plot [smooth,tension=0.2] coordinates{%
|
|
(0,1) (4,5)
|
|
};
|
|
\draw[very thick, color=green] plot [smooth,tension=0.2] coordinates{%
|
|
(0,9) (4,1)
|
|
};
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|