feat(1G_math): QF S47
This commit is contained in:
BIN
1G_math/Questions_flashs/P2/QF_S47-1.pdf
Normal file
BIN
1G_math/Questions_flashs/P2/QF_S47-1.pdf
Normal file
Binary file not shown.
77
1G_math/Questions_flashs/P2/QF_S47-1.tex
Executable file
77
1G_math/Questions_flashs/P2/QF_S47-1.tex
Executable file
@@ -0,0 +1,77 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{minted}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.18}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
1G spécialité math
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
% Taux évolution
|
||||
\vfill
|
||||
Une quantité est passée de 10 à 19.
|
||||
|
||||
Quel est le taux d'évolution de cette évolution?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 2}
|
||||
% Factorisation
|
||||
Factoriser l'expression suivante
|
||||
|
||||
$$ 9 + 16x^2 - 24x $$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Fractions
|
||||
Soit $$F = a + \dfrac{b}{cd}$$
|
||||
|
||||
Calculer la valeur de $F$ quand
|
||||
$$ a = \frac{1}{2} \qquad b = 2 \qquad c = 4 \qquad d = \frac{-1}{4}$$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% equation de droite
|
||||
Déterminer le coefficient directeur 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] {-3*x+1};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
1G_math/Questions_flashs/P2/QF_S47-2.pdf
Normal file
BIN
1G_math/Questions_flashs/P2/QF_S47-2.pdf
Normal file
Binary file not shown.
77
1G_math/Questions_flashs/P2/QF_S47-2.tex
Executable file
77
1G_math/Questions_flashs/P2/QF_S47-2.tex
Executable file
@@ -0,0 +1,77 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{minted}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.18}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
1G spécialité math
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
% Taux évolution
|
||||
\vfill
|
||||
Une quantité est passée de 50 à 60.
|
||||
|
||||
Quel est le taux d'évolution de cette évolution?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 2}
|
||||
% Factorisation
|
||||
Factoriser l'expression suivante
|
||||
|
||||
$$ - 16x^2 + 9 $$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 3}
|
||||
% Fractions
|
||||
Soit $$F = ad + \dfrac{b}{c}$$
|
||||
|
||||
Calculer la valeur de $F$ quand
|
||||
$$ a = \frac{1}{2} \qquad b = 2 \qquad c = \frac{2}{3} \qquad d = \frac{-1}{4}$$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Calcul 4}
|
||||
% equation de droite
|
||||
Déterminer le coefficient directeur 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}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user