feat(tstmg): QF S47
This commit is contained in:
BIN
Tstmg/Questions_flashs/P2/QF_S47-1.pdf
Normal file
BIN
Tstmg/Questions_flashs/P2/QF_S47-1.pdf
Normal file
Binary file not shown.
93
Tstmg/Questions_flashs/P2/QF_S47-1.tex
Executable file
93
Tstmg/Questions_flashs/P2/QF_S47-1.tex
Executable file
@@ -0,0 +1,93 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.18}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Terminale ST
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
% Fractions
|
||||
\vfill
|
||||
Calculer la quantité suivante et donner le résultat sous forme d'une fraction irréductible.
|
||||
$$\frac{7}{6} + 1 = $$
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Inéquation
|
||||
Résoudre l'inéquation
|
||||
$$-2x + 3 \leq 0$$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
% equation de droite
|
||||
Déterminer l'équation de la droite
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
xmin=-5, xmax=5,
|
||||
ymin=-5, ymax=5,
|
||||
grid=both,
|
||||
axis lines=middle,
|
||||
xlabel=$x$,
|
||||
ylabel=$y$,
|
||||
width=10cm,
|
||||
height=8cm,
|
||||
xtick distance=1,
|
||||
ytick distance=1
|
||||
]
|
||||
\addplot[domain=-5:5, red, very thick, samples=2] {0.5*x-3};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Dérivation
|
||||
Courbe représentative de $f$
|
||||
|
||||
Sur quel intervalle $f'(x)$ est positive?
|
||||
\begin{center}
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
xmin=-5, xmax=5,
|
||||
ymin=-5, ymax=5,
|
||||
grid=both,
|
||||
axis lines=middle,
|
||||
xlabel=$x$,
|
||||
ylabel=$y$,
|
||||
width=12cm,
|
||||
height=7cm,
|
||||
xtick distance=1,
|
||||
ytick distance=1
|
||||
]
|
||||
\addplot[domain=-5:5, red, very thick, samples=50] {-(x-1)^2 + 4};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tstmg/Questions_flashs/P2/QF_S47-2.pdf
Normal file
BIN
Tstmg/Questions_flashs/P2/QF_S47-2.pdf
Normal file
Binary file not shown.
93
Tstmg/Questions_flashs/P2/QF_S47-2.tex
Executable file
93
Tstmg/Questions_flashs/P2/QF_S47-2.tex
Executable file
@@ -0,0 +1,93 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.18}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Terminale ST
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
% Fractions
|
||||
\vfill
|
||||
Calculer la quantité suivante et donner le résultat sous forme d'une fraction irréductible.
|
||||
$$\frac{3}{2} - \frac{5}{4} + \frac{1}{6} = $$
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Inéquation
|
||||
Résoudre l'inéquation
|
||||
$$-\frac{1}{2}x + 3 \leq 0$$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
% equation de droite
|
||||
Déterminer l'équation de la droite
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
xmin=-5, xmax=5,
|
||||
ymin=-5, ymax=5,
|
||||
grid=both,
|
||||
axis lines=middle,
|
||||
xlabel=$x$,
|
||||
ylabel=$y$,
|
||||
width=10cm,
|
||||
height=8cm,
|
||||
xtick distance=1,
|
||||
ytick distance=1
|
||||
]
|
||||
\addplot[domain=-5:5, red, very thick, samples=2] {-1/3*x+1};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Dérivation
|
||||
Courbe représentative de $f$
|
||||
|
||||
Sur quel intervalle $f'(x)$ est positive?
|
||||
\begin{center}
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
xmin=-5, xmax=5,
|
||||
ymin=-5, ymax=5,
|
||||
grid=both,
|
||||
axis lines=middle,
|
||||
xlabel=$x$,
|
||||
ylabel=$y$,
|
||||
width=12cm,
|
||||
height=7cm,
|
||||
xtick distance=1,
|
||||
ytick distance=1
|
||||
]
|
||||
\addplot[domain=-5:5, red, very thick, samples=50] {(x+2)^2 -2};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user