feat(1G_EnsSci): QF pour S45
This commit is contained in:
BIN
1G_EnsSci/Questions_flashs/P2/QF_S45-1.pdf
Normal file
BIN
1G_EnsSci/Questions_flashs/P2/QF_S45-1.pdf
Normal file
Binary file not shown.
75
1G_EnsSci/Questions_flashs/P2/QF_S45-1.tex
Executable file
75
1G_EnsSci/Questions_flashs/P2/QF_S45-1.tex
Executable file
@@ -0,0 +1,75 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.18}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Première spécifique
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
% Conversion d'unité
|
||||
Convertir la longueur suivante en mètres.
|
||||
\[
|
||||
L = 3,5 \text{km}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% Développer
|
||||
Développer l'expression suivante
|
||||
\[
|
||||
A = 3x(2x - 5)
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
% Taux d'évolution
|
||||
Un article coûte 120\euro. Son prix augmente de 25\%.
|
||||
|
||||
Quel est son nouveau prix ?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Lecture graphique
|
||||
D'après le graphique ci-dessous, déterminer l'image de 2 par la fonction $f$.
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
xmin=-1, xmax=5,
|
||||
ymin=-1, ymax=5,
|
||||
grid=both,
|
||||
axis lines=middle,
|
||||
xlabel=$x$,
|
||||
ylabel=$y$,
|
||||
width=10cm,
|
||||
height=7cm,
|
||||
xtick distance=1,
|
||||
ytick distance=1
|
||||
]
|
||||
\addplot[domain=-1:5, blue, very thick, samples=100] {0.5*x^2-1};
|
||||
\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