68 lines
1.3 KiB
TeX
68 lines
1.3 KiB
TeX
|
\documentclass[14pt]{classPres}
|
||
|
\usepackage{tkz-fct}
|
||
|
\usepackage{minted}
|
||
|
|
||
|
\author{}
|
||
|
\title{}
|
||
|
\date{}
|
||
|
|
||
|
\begin{document}
|
||
|
\begin{frame}{Questions flashs}
|
||
|
\begin{center}
|
||
|
\vfill
|
||
|
2nd
|
||
|
\vfill
|
||
|
30 secondes par calcul
|
||
|
\vfill
|
||
|
\tiny \jobname
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 1}
|
||
|
% Intervalle
|
||
|
En utilisant le tableau de signes suivant, résoudre l'inéquation
|
||
|
|
||
|
\[
|
||
|
f(x) < 0
|
||
|
\]
|
||
|
|
||
|
\begin{center}
|
||
|
\begin{tikzpicture}
|
||
|
\tkzTabInit[lgt=2,espcl=2]{$ x $/1,$ f(x) $/1}{$-\infty$, -2 , 0, 5, $+\infty$}
|
||
|
\tkzTabLine{, -, z, +, z, - , z, +}
|
||
|
\end{tikzpicture}
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 2}
|
||
|
% Droite
|
||
|
\vfill
|
||
|
Soit $(a)$ la droite d'équation $y = 10x - 2$.
|
||
|
\vfill
|
||
|
Déterminer la valeur de $x$ pour que le point $M(x; 2)$ soit sur la droite.
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 3}
|
||
|
% Droite
|
||
|
\vfill
|
||
|
Soit $A(2; -1)$ et $B(3, -2)$ deux points.
|
||
|
\vfill
|
||
|
Calculer la pente de la droite $(AB)$.
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 4}
|
||
|
% Fonction de référence
|
||
|
Tracer l'allure du graphique de la fonction inverse.
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|