65 lines
1.1 KiB
TeX
65 lines
1.1 KiB
TeX
|
\documentclass[14pt]{classPres}
|
||
|
\usepackage{tkz-fct}
|
||
|
|
||
|
\usepackage{tikz}
|
||
|
\usepackage{pgfplots}
|
||
|
|
||
|
\author{}
|
||
|
\title{}
|
||
|
\date{}
|
||
|
|
||
|
\begin{document}
|
||
|
\begin{frame}{Questions flashs}
|
||
|
\begin{center}
|
||
|
\vfill
|
||
|
Terminale L-ES
|
||
|
\vfill
|
||
|
Un peu moins d'une minute par calcul
|
||
|
\vfill
|
||
|
\tiny \jobname
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 1}
|
||
|
Calculer la quantité
|
||
|
\[
|
||
|
\int_0^{4} -x^4 + x^2\; dx
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
Calculer la primitive de la fonction suivante
|
||
|
\[
|
||
|
f(x) = 2e^{-0.5x}
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 3}
|
||
|
Calculer la dérivée de
|
||
|
\[
|
||
|
f(x) = (x + 1)\ln(x)
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 4}
|
||
|
Compléter le tableau de signe de
|
||
|
\[
|
||
|
f(x) = (-x+8)\ln(x)
|
||
|
\]
|
||
|
\begin{tikzpicture}[baseline=(a.north)]
|
||
|
\tkzTabInit[lgt=3,espcl=3]{$x$/1,/1,/1,Signe de\\ $f(x)$/2}{0, , 10}
|
||
|
\tkzTabVar{ , , }
|
||
|
\tkzTabVar{ , , }
|
||
|
\tkzTabVar{ , , }
|
||
|
\end{tikzpicture}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|