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