2022-2023/2nd/Questions_flashs/P3/QF_S05-4.tex

83 lines
1.7 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
\[
49x^2 - 64 =
\]
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 2}
% Inversion formule
\vfill
On donne $v = 3\times 10^5m.s^{-1}$ et $E_c = 100J$.
Quelle est la valeur de $m$?
\begin{center}
\includegraphics[scale=0.7]{./fig/energie_cinetique}
\end{center}
\vfill
\end{frame}
\begin{frame}[fragile]{Calcul 3}
% ineq -> tableau signes
On a fait le calcul suivant
\[
f(x) \geq 0 \qquad (\cdots) \qquad x \geq 23
\]
\vfill
Tracer le tableur de signes de $f(x)$ 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 $5x - 30$/2, Signe de $-x + 24$/2, \small Signe de $(25-30)(-x+24)$/2}{,6, 24 ,}%
\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}