83 lines
1.7 KiB
TeX
Executable File
83 lines
1.7 KiB
TeX
Executable File
\documentclass[14pt]{classPres}
|
|
\usepackage{tkz-fct}
|
|
|
|
\author{}
|
|
\title{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
\begin{frame}{Questions flashs}
|
|
\begin{center}
|
|
\vfill
|
|
2nd
|
|
\vfill
|
|
30 secondes par calcul
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
% Développer et réduire
|
|
Développer puis réduire l'expression suivante
|
|
\[
|
|
A = (-3 - t)^2 =
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
% Taux évolution
|
|
Une quantité passe de 120 \euro à 90 \euro.
|
|
|
|
\bigskip
|
|
|
|
Quel est le taux d'évolution de cette transformation ?
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
% Taux d'évolution
|
|
|
|
\vfill
|
|
Une quantité était de 5.
|
|
|
|
On la fait évoluer avec un taux d'évolution de +200\%.
|
|
\vfill
|
|
Quelle est sa nouvelle valeur ?
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 4}
|
|
% Equation graphique
|
|
Déterminer graphiquement $f(x) \leq 0$
|
|
\begin{center}
|
|
\begin{tikzpicture}[scale=0.8]
|
|
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
|
ymin=-3,ymax=5,ystep=1]
|
|
\tkzGrid
|
|
\tkzAxeXY
|
|
\draw[very thick, color=red] plot [smooth,tension=0.5] coordinates{%
|
|
(-5, 2)
|
|
(-4, 3)
|
|
(-3, 4)
|
|
(-2, 3)
|
|
(-1, 0)
|
|
(0, -2)
|
|
(1, -1)
|
|
(2, 0)
|
|
(3, 2)
|
|
(4, 2)
|
|
(5, 3)
|
|
};
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|