83 lines
1.7 KiB
TeX
83 lines
1.7 KiB
TeX
|
\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 = (-x-2)^2 =
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
% Taux évolution
|
||
|
Une quantité passe de 60 \euro à 180 \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 140.
|
||
|
|
||
|
On la fait évoluer avec un taux d'évolution de +25\%.
|
||
|
\vfill
|
||
|
Quelle est sa nouvelle valeur ?
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 4}
|
||
|
% Equation graphique
|
||
|
Déterminer graphiquement $f(x) \leq -1$
|
||
|
\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, 1)
|
||
|
(-4, 3)
|
||
|
(-3, 4)
|
||
|
(-2, 3)
|
||
|
(-1, -1)
|
||
|
(0, -2)
|
||
|
(1, -1)
|
||
|
(2, 1)
|
||
|
(3, 0)
|
||
|
(4, 1)
|
||
|
(5, 0)
|
||
|
};
|
||
|
\end{tikzpicture}
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|