feat(tstmg): QF S51
This commit is contained in:
BIN
Tstmg/Questions_flashs/P2/QF_S51-1.pdf
Normal file
BIN
Tstmg/Questions_flashs/P2/QF_S51-1.pdf
Normal file
Binary file not shown.
77
Tstmg/Questions_flashs/P2/QF_S51-1.tex
Executable file
77
Tstmg/Questions_flashs/P2/QF_S51-1.tex
Executable file
@@ -0,0 +1,77 @@
|
||||
\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}
|
||||
% Evolution
|
||||
Une quantité augmente de 10\% puis de 20\%.
|
||||
|
||||
Quel est le taux d'évolution global de cette évolution?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Equation graphique
|
||||
Déterminer graphiquement $f(x) = 3$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
\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{%
|
||||
(-5, 1)
|
||||
(-4, 3)
|
||||
(-3, 4)
|
||||
(-2, 3)
|
||||
(-1, 0)
|
||||
(0, -2)
|
||||
(1, 0)
|
||||
(2, 3)
|
||||
(3, 4)
|
||||
(4, 3)
|
||||
(5, 0)
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
% suites
|
||||
Soit $u$ une suite géométrique telle que $u_3 = 6$ et $u_5 = 10$
|
||||
|
||||
Calculer la raison de cette suite.
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Benefices
|
||||
On donne
|
||||
$$ R(x) = 150x$$
|
||||
et $$C(x) = x^2 - 100x + 5$$
|
||||
Calculer les bénéfices
|
||||
$$ B(x) = R(x) - C(x)$$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tstmg/Questions_flashs/P2/QF_S51-2.pdf
Normal file
BIN
Tstmg/Questions_flashs/P2/QF_S51-2.pdf
Normal file
Binary file not shown.
77
Tstmg/Questions_flashs/P2/QF_S51-2.tex
Executable file
77
Tstmg/Questions_flashs/P2/QF_S51-2.tex
Executable file
@@ -0,0 +1,77 @@
|
||||
\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}
|
||||
% Evolution
|
||||
Une quantité augmente de 30\% puis diminue de 50\%.
|
||||
|
||||
Quel est le taux d'évolution global de cette évolution?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Equation graphique
|
||||
Déterminer graphiquement $f(x) = 0$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
\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{%
|
||||
(-5, 1)
|
||||
(-4, 3)
|
||||
(-3, 4)
|
||||
(-2, 3)
|
||||
(-1, 0)
|
||||
(0, -2)
|
||||
(1, 0)
|
||||
(2, 3)
|
||||
(3, 4)
|
||||
(4, 3)
|
||||
(5, 0)
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
% suites
|
||||
Soit $u$ une suite géométrique telle que $u_5 = 15$ et $u_7 = 10$
|
||||
|
||||
Calculer la raison de cette suite.
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Benefices
|
||||
On donne
|
||||
$$ R(x) = 14x$$
|
||||
et $$C(x) = x^3 + 10x + 50$$
|
||||
Calculer les bénéfices
|
||||
$$ B(x) = R(x) - C(x)$$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user