feat(tstmg): QF S46
This commit is contained in:
BIN
Tstmg/Questions_flashs/P2/QF_S46-1.pdf
Normal file
BIN
Tstmg/Questions_flashs/P2/QF_S46-1.pdf
Normal file
Binary file not shown.
79
Tstmg/Questions_flashs/P2/QF_S46-1.tex
Executable file
79
Tstmg/Questions_flashs/P2/QF_S46-1.tex
Executable file
@@ -0,0 +1,79 @@
|
||||
\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.
|
||||
$$2 + \frac{3}{5} = $$
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Arrondis
|
||||
Arrondir la quantité suivante $10^{-2}$
|
||||
\[
|
||||
A = 23,8371
|
||||
\]
|
||||
\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] {2*x-3};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Dérivation
|
||||
|
||||
Dériver la fonction suivante
|
||||
|
||||
$$ f(x) = 4x + 10 - 5x^2 $$
|
||||
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
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.
79
Tstmg/Questions_flashs/P2/QF_S47-1.tex
Executable file
79
Tstmg/Questions_flashs/P2/QF_S47-1.tex
Executable file
@@ -0,0 +1,79 @@
|
||||
\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.
|
||||
$$2 + \frac{3}{5} \times \frac{10}{9} = $$
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Arrondis
|
||||
Arrondir la quantité suivante $10^{-1}$
|
||||
\[
|
||||
A = 23,8371
|
||||
\]
|
||||
\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] {-x + 2};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Dérivation
|
||||
|
||||
Dériver la fonction suivante
|
||||
|
||||
$$ f(x) = 7 + 10x - 9x^2 $$
|
||||
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user