63 lines
1.2 KiB
TeX
63 lines
1.2 KiB
TeX
\documentclass[14pt]{classPres}
|
|
\usepackage{tkz-fct}
|
|
|
|
\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}
|
|
Dériver la fonction suivante
|
|
\[
|
|
f(x) = 2xe^{0.5x}
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Quelle est la limite de la suite?
|
|
\[
|
|
u_n = 4\times2^n + 1
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
Résoudre l'inéquation
|
|
\[
|
|
e^{-x + 1} - 1 \geq 0
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
Donner une encadrement de $\dispaystyle \int_0^3 f(x) dx$
|
|
\begin{center}
|
|
\begin{tikzpicture}[xscale=2, yscale=0.5]
|
|
\tkzInit[xmin=0,xmax=3,xstep=1,
|
|
ymin=0,ymax=10,ystep=1]
|
|
\tkzGrid
|
|
%\tkzGrid[sub, subxstep=0.5, subystep=1]
|
|
\tkzAxeXY[up space=0.5,right space=.2]
|
|
\tkzFct[domain = 0:3, line width=1pt]{-x*x+9}
|
|
\end{tikzpicture}
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|