Feat: ajoute les QF pour les 2nd sur S21
This commit is contained in:
parent
5e2e34bf15
commit
3fddf9229f
BIN
2nd/Questions_flashs/P5/QF_S21-1.pdf
Normal file
BIN
2nd/Questions_flashs/P5/QF_S21-1.pdf
Normal file
Binary file not shown.
91
2nd/Questions_flashs/P5/QF_S21-1.tex
Executable file
91
2nd/Questions_flashs/P5/QF_S21-1.tex
Executable file
@ -0,0 +1,91 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{pgfplots}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flash}
|
||||
\begin{center}
|
||||
\vfill
|
||||
2nd
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
{\Large Calculatrice autorisée}
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 1}
|
||||
% Équation produit
|
||||
Résoudre l'équation
|
||||
\[
|
||||
(x+5)(x-4) = 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Factoriser
|
||||
Factoriser l'expression suivantes
|
||||
\[
|
||||
25x^2 + 30x + 9 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Expression littérale
|
||||
\vfill
|
||||
On rappelle la formule
|
||||
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.4]{./fig/poids}
|
||||
\end{center}
|
||||
|
||||
\vfill
|
||||
|
||||
On donne les valeurs $P = 10N$ et $m = 5kg$.
|
||||
|
||||
\vfill
|
||||
|
||||
Calculer la valeur de $g$.
|
||||
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% Ensemble de définition
|
||||
Déterminer l'ensemble de définition de la fonction $f$
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.7]
|
||||
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
||||
ymin=-3,ymax=5,ystep=1]
|
||||
\tkzGrid
|
||||
\tkzAxeXY
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.5] coordinates{%
|
||||
(-4, 3)
|
||||
(-3, 0)
|
||||
(-2, -2)
|
||||
(-1, 0)
|
||||
(0, 2)
|
||||
(1, 0)
|
||||
(2, 1)
|
||||
(3, 3)
|
||||
(4, 3)
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
BIN
2nd/Questions_flashs/P5/QF_S21-2.pdf
Normal file
BIN
2nd/Questions_flashs/P5/QF_S21-2.pdf
Normal file
Binary file not shown.
90
2nd/Questions_flashs/P5/QF_S21-2.tex
Executable file
90
2nd/Questions_flashs/P5/QF_S21-2.tex
Executable file
@ -0,0 +1,90 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{pgfplots}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flash}
|
||||
\begin{center}
|
||||
\vfill
|
||||
2nd
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
{\Large Calculatrice autorisée}
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 1}
|
||||
% Équation produit
|
||||
Résoudre l'équation
|
||||
\[
|
||||
(4x+5)(-x+4) = 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Factoriser
|
||||
Factoriser l'expression suivantes
|
||||
\[
|
||||
25x^2 - 80x + 64 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Expression littérale
|
||||
\vfill
|
||||
On rappelle la formule
|
||||
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.4]{./fig/energie_cinetique}
|
||||
\end{center}
|
||||
|
||||
\vfill
|
||||
|
||||
On donne les valeurs $E_c = 15J$ et $v = 2m.s^{-1}$.
|
||||
|
||||
\vfill
|
||||
|
||||
Calculer la valeur de $m$.
|
||||
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% Ensemble de définition
|
||||
Déterminer l'ensemble de définition de la fonction $f$
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.7]
|
||||
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
||||
ymin=-3,ymax=5,ystep=1]
|
||||
\tkzGrid
|
||||
\tkzAxeXY
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.5] coordinates{%
|
||||
(-4, 3)
|
||||
(-3, 0)
|
||||
(0, -2)
|
||||
};
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.5] coordinates{%
|
||||
(2, 1)
|
||||
(3, 3)
|
||||
(4, 3)
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
BIN
2nd/Questions_flashs/P5/fig/concentration.png
Normal file
BIN
2nd/Questions_flashs/P5/fig/concentration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
2nd/Questions_flashs/P5/fig/energie_cinetique.png
Normal file
BIN
2nd/Questions_flashs/P5/fig/energie_cinetique.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
2nd/Questions_flashs/P5/fig/energie_elec.png
Normal file
BIN
2nd/Questions_flashs/P5/fig/energie_elec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
2nd/Questions_flashs/P5/fig/gravitation.png
Normal file
BIN
2nd/Questions_flashs/P5/fig/gravitation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 251 KiB |
BIN
2nd/Questions_flashs/P5/fig/poids.png
Normal file
BIN
2nd/Questions_flashs/P5/fig/poids.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
2nd/Questions_flashs/P5/fig/tension.png
Normal file
BIN
2nd/Questions_flashs/P5/fig/tension.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
Loading…
Reference in New Issue
Block a user