83 lines
1.8 KiB
TeX
Executable File
83 lines
1.8 KiB
TeX
Executable File
\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
|
|
\Large{Calculatrice autorisée}
|
|
\vfill
|
|
\tiny \jobname
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 1}
|
|
% Facto id rmq
|
|
Factoriser l'expression suivante
|
|
\vfill
|
|
\[
|
|
36x^2 - 36x + 9 =
|
|
\]
|
|
\vfill
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 2}
|
|
% Inversion formule
|
|
\vfill
|
|
On donne les valeurs $m_b = 3\times 10^2kg$, $d= 2\times10^5m$, $G = 6 \times 10^{-11}$ et $F_{A/B} = 3\times 10^{-9}$
|
|
|
|
En utilisant la formule ci-dessous, calculer la valeur de $m_a$.
|
|
|
|
\begin{center}
|
|
\includegraphics[scale=0.25]{./fig/gravitation}
|
|
\end{center}
|
|
|
|
\vfill
|
|
|
|
\end{frame}
|
|
|
|
\begin{frame}[fragile]{Calcul 3}
|
|
% ineq -> tableau signes
|
|
On a fait le calcul suivant
|
|
\[
|
|
-3x-15 \geq 0 \qquad (\cdots) \qquad x \leq -5
|
|
\]
|
|
\vfill
|
|
Tracer le tableur de signe de $f(x) = -3x-15$ correspondant.
|
|
\vfill
|
|
\begin{tikzpicture}
|
|
\tkzTabInit[lgt=3,espcl=2]{$x$/1,Signe de $f(x)$/2}{, , ,}%
|
|
\tkzTabLine{ , , , , , ,}%
|
|
\end{tikzpicture}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Calcul 4}
|
|
% double tableau signe
|
|
Compléter la tableau de signes
|
|
|
|
\begin{tikzpicture}
|
|
\tkzTabInit[lgt=4,espcl=2]{$x$/1,Signe de $-x + 10$/2, Signe de $3x + 9$/2, \small Signe de $(-x+10)(3x+9)$/2}{,-3, 10,}%
|
|
\tkzTabLine{ , + , t, + , z, - ,}%
|
|
\tkzTabLine{ , - , z, + , t, + ,}%
|
|
\tkzTabLine{ , , , , , ,}%
|
|
\end{tikzpicture}
|
|
\end{frame}
|
|
|
|
\begin{frame}{Fin}
|
|
\begin{center}
|
|
On retourne son papier.
|
|
\end{center}
|
|
\end{frame}
|
|
|
|
|
|
\end{document}
|