64 lines
1.1 KiB
TeX
64 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}
|
|
Résoudre l'inéquation
|
|
\[
|
|
10\times 0.5^x \geq 40
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 2}
|
|
Résoudre l'équation
|
|
\[
|
|
2\ln(x + 1) = 4
|
|
\]
|
|
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 3}
|
|
Calculer la primitive de la fonction suivante
|
|
\[
|
|
f(x) = 2x^3 + 4x + 5
|
|
\]
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 4}
|
|
Calculer la moyenne
|
|
\begin{tikzpicture}
|
|
\begin{axis}
|
|
\addplot[ybar, ybar interval=0] coordinates {
|
|
(0,1) (1,2) (2,6) (3,3) (4,2) (5,2)
|
|
}\closedcycle;
|
|
\end{axis}
|
|
\end{tikzpicture}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|