55 lines
909 B
TeX
55 lines
909 B
TeX
|
\documentclass[14pt]{classPres}
|
||
|
\usepackage{tkz-fct}
|
||
|
|
||
|
\author{}
|
||
|
\title{}
|
||
|
\date{}
|
||
|
|
||
|
\begin{document}
|
||
|
\begin{frame}{Questions flashs}
|
||
|
\begin{center}
|
||
|
\vfill
|
||
|
Terminale ST \\ Spé sti2d
|
||
|
\vfill
|
||
|
30 secondes par calcul
|
||
|
\vfill
|
||
|
\tiny \jobname
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 1}
|
||
|
Résoudre l'équation différentielle
|
||
|
\[
|
||
|
y' + 0.2y = 5
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
\vfill
|
||
|
Calculer la quantité suivante
|
||
|
\[
|
||
|
\lim_{x\rightarrow +\infty} \frac{-3x^2 + 2x -1}{2x^3 - 100} =
|
||
|
\]
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 3}
|
||
|
Démontrer que
|
||
|
\[
|
||
|
F(x) = 2x + 1 - \ln(x)
|
||
|
\]
|
||
|
est une primitive de
|
||
|
\[
|
||
|
f(x) = \frac{2x - 1}{x}
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|