73 lines
1.7 KiB
TeX
Executable File
73 lines
1.7 KiB
TeX
Executable File
\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}
|
|
Ci-dessous un tableur résumant l'évolution de l'indice et du prix de matières première. Pour l'indice, on prend l'année 2014 comme référence.
|
|
|
|
\begin{center}
|
|
\begin{tabular}{|c|*{4}{c|}}
|
|
\hline
|
|
Année & 2014 & 2015 & 2016 & 2017\\
|
|
\hline
|
|
Prix & & 188.5 & 155 & \\
|
|
\hline
|
|
Indice & 100 & & 50 & 123\\
|
|
\hline
|
|
\end{tabular}
|
|
\end{center}
|
|
\vfill
|
|
|
|
Calculer l'indice pour l'année 2015.
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 2}
|
|
Le polynôme $P(x) = x^2-4x + 4$ a pour racine $x = 2$.
|
|
|
|
Déterminer la forme factorisée de $P(x)$
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
Dériver l'expression suivante
|
|
\[
|
|
f(x) = \frac{-1}{6}x^2 + \frac{1}{2}x - 0.01
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
Tracer approximativement une fonction qui a le tableau de variations suivant (vous placerez les valeurs du tableau sur le graphique).
|
|
|
|
\begin{center}
|
|
\begin{tikzpicture}[baseline=(current bounding box.south)]
|
|
\tkzTabInit[lgt=2,espcl=2]
|
|
{$ x $/1, $ f(x) $/2}{$-\infty$, 0, 5, $+\infty$ }
|
|
\tkzTabVar{ -/, +/10, -/1, +/}
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|