Feat: ajoute les QF des 2nd pour S20
This commit is contained in:
parent
737ebcb896
commit
703448588f
BIN
2nd/Questions_flashs/P5/QF_S20-1.pdf
Normal file
BIN
2nd/Questions_flashs/P5/QF_S20-1.pdf
Normal file
Binary file not shown.
76
2nd/Questions_flashs/P5/QF_S20-1.tex
Executable file
76
2nd/Questions_flashs/P5/QF_S20-1.tex
Executable file
@ -0,0 +1,76 @@
|
|||||||
|
\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}
|
||||||
|
% Inéquation
|
||||||
|
Résoudre l'inéquation
|
||||||
|
\[
|
||||||
|
4x + 2 \leq 0
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 2}
|
||||||
|
% Factoriser
|
||||||
|
Factoriser l'expression suivantes
|
||||||
|
\[
|
||||||
|
4x^2 + 12x + 9
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 3}
|
||||||
|
% Équation de droite
|
||||||
|
\vfill
|
||||||
|
Calculer le coefficient directeur de la droite $(d)$
|
||||||
|
\vfill
|
||||||
|
\begin{center}
|
||||||
|
\begin{tikzpicture}[scale=1]
|
||||||
|
\begin{axis}[
|
||||||
|
axis lines = center,
|
||||||
|
grid = both,
|
||||||
|
xlabel = {$x$},
|
||||||
|
xtick distance=1,
|
||||||
|
ylabel = {$y$},
|
||||||
|
ytick distance=1,
|
||||||
|
]
|
||||||
|
\addplot[domain=-3:3,samples=3, color=red, very thick]{2*x-1};
|
||||||
|
\end{axis}
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{center}
|
||||||
|
\vfill
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 4}
|
||||||
|
% Coordonnée de vecteurs
|
||||||
|
On donne deux vecteurs
|
||||||
|
\[
|
||||||
|
\vect{u} \vectCoord{2}{4} \qquad \qquad \vect{v} \vectCoord{-3}{-6}
|
||||||
|
\]
|
||||||
|
Les vecteurs $\vect{u}$ et $\vect{u}$ sont-ils colinéaires?
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Fin}
|
||||||
|
\begin{center}
|
||||||
|
On retourne son papier.
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
BIN
2nd/Questions_flashs/P5/QF_S20-2.pdf
Normal file
BIN
2nd/Questions_flashs/P5/QF_S20-2.pdf
Normal file
Binary file not shown.
76
2nd/Questions_flashs/P5/QF_S20-2.tex
Executable file
76
2nd/Questions_flashs/P5/QF_S20-2.tex
Executable file
@ -0,0 +1,76 @@
|
|||||||
|
\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}
|
||||||
|
% Inéquation
|
||||||
|
Résoudre l'inéquation
|
||||||
|
\[
|
||||||
|
-2x + 4 \geq 0
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 2}
|
||||||
|
% Factoriser
|
||||||
|
Factoriser l'expression suivantes
|
||||||
|
\[
|
||||||
|
x^2 - 6x + 9
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 3}
|
||||||
|
% Équation de droite
|
||||||
|
\vfill
|
||||||
|
Calculer le coefficient directeur de la droite $(d)$
|
||||||
|
\vfill
|
||||||
|
\begin{center}
|
||||||
|
\begin{tikzpicture}[scale=1]
|
||||||
|
\begin{axis}[
|
||||||
|
axis lines = center,
|
||||||
|
grid = both,
|
||||||
|
xlabel = {$x$},
|
||||||
|
xtick distance=1,
|
||||||
|
ylabel = {$y$},
|
||||||
|
ytick distance=1,
|
||||||
|
]
|
||||||
|
\addplot[domain=-3:5,samples=3, color=red, very thick]{0.5*x-1};
|
||||||
|
\end{axis}
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{center}
|
||||||
|
\vfill
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 4}
|
||||||
|
% Coordonnée de vecteurs
|
||||||
|
On donne deux vecteurs
|
||||||
|
\[
|
||||||
|
\vect{u} \vectCoord{1}{5} \qquad \qquad \vect{v} \vectCoord{-3}{-10}
|
||||||
|
\]
|
||||||
|
Les vecteurs $\vect{u}$ et $\vect{u}$ sont-ils colinéaires?
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Fin}
|
||||||
|
\begin{center}
|
||||||
|
On retourne son papier.
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
BIN
2nd/Questions_flashs/P5/QF_S20-3.pdf
Normal file
BIN
2nd/Questions_flashs/P5/QF_S20-3.pdf
Normal file
Binary file not shown.
76
2nd/Questions_flashs/P5/QF_S20-3.tex
Executable file
76
2nd/Questions_flashs/P5/QF_S20-3.tex
Executable file
@ -0,0 +1,76 @@
|
|||||||
|
\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}
|
||||||
|
% Inéquation
|
||||||
|
Résoudre l'inéquation
|
||||||
|
\[
|
||||||
|
2 - 4x > 0
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 2}
|
||||||
|
% Factoriser
|
||||||
|
Factoriser l'expression suivantes
|
||||||
|
\[
|
||||||
|
x^2 - 25 =
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 3}
|
||||||
|
% Équation de droite
|
||||||
|
\vfill
|
||||||
|
Calculer le coefficient directeur de la droite $(d)$
|
||||||
|
\vfill
|
||||||
|
\begin{center}
|
||||||
|
\begin{tikzpicture}[scale=1]
|
||||||
|
\begin{axis}[
|
||||||
|
axis lines = center,
|
||||||
|
grid = both,
|
||||||
|
xlabel = {$x$},
|
||||||
|
xtick distance=1,
|
||||||
|
ylabel = {$y$},
|
||||||
|
ytick distance=1,
|
||||||
|
]
|
||||||
|
\addplot[domain=-3:5,samples=3, color=red, very thick]{-0.5*x+1};
|
||||||
|
\end{axis}
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{center}
|
||||||
|
\vfill
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 4}
|
||||||
|
% Coordonnée de vecteurs
|
||||||
|
On donne deux vecteurs
|
||||||
|
\[
|
||||||
|
\vect{u} \vectCoord{1}{-2} \qquad \qquad \vect{v} \vectCoord{-3}{6}
|
||||||
|
\]
|
||||||
|
Les vecteurs $\vect{u}$ et $\vect{u}$ sont-ils colinéaires?
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Fin}
|
||||||
|
\begin{center}
|
||||||
|
On retourne son papier.
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
BIN
2nd/Questions_flashs/P5/QF_S20-4.pdf
Normal file
BIN
2nd/Questions_flashs/P5/QF_S20-4.pdf
Normal file
Binary file not shown.
76
2nd/Questions_flashs/P5/QF_S20-4.tex
Executable file
76
2nd/Questions_flashs/P5/QF_S20-4.tex
Executable file
@ -0,0 +1,76 @@
|
|||||||
|
\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}
|
||||||
|
% Inéquation
|
||||||
|
Résoudre l'inéquation
|
||||||
|
\[
|
||||||
|
3x + 12 > 5x
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Calcul 2}
|
||||||
|
% Factoriser
|
||||||
|
Factoriser l'expression suivantes
|
||||||
|
\[
|
||||||
|
4x^2 - 36 =
|
||||||
|
\]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 3}
|
||||||
|
% Équation de droite
|
||||||
|
\vfill
|
||||||
|
Calculer le coefficient directeur de la droite $(d)$
|
||||||
|
\vfill
|
||||||
|
\begin{center}
|
||||||
|
\begin{tikzpicture}[scale=1]
|
||||||
|
\begin{axis}[
|
||||||
|
axis lines = center,
|
||||||
|
grid = both,
|
||||||
|
xlabel = {$x$},
|
||||||
|
xtick distance=1,
|
||||||
|
ylabel = {$y$},
|
||||||
|
ytick distance=1,
|
||||||
|
]
|
||||||
|
\addplot[domain=-5:5,samples=3, color=red, very thick]{-3/4*x+1};
|
||||||
|
\end{axis}
|
||||||
|
\end{tikzpicture}
|
||||||
|
\end{center}
|
||||||
|
\vfill
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}[fragile]{Calcul 4}
|
||||||
|
% Coordonnée de vecteurs
|
||||||
|
On donne deux vecteurs
|
||||||
|
\[
|
||||||
|
\vect{u} \vectCoord{-1}{6} \qquad \qquad \vect{v} \vectCoord{10}{2}
|
||||||
|
\]
|
||||||
|
Les vecteurs $\vect{u}$ et $\vect{u}$ sont-ils colinéaires?
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Fin}
|
||||||
|
\begin{center}
|
||||||
|
On retourne son papier.
|
||||||
|
\end{center}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\end{document}
|
Loading…
Reference in New Issue
Block a user