feat(2nd): QF S42
This commit is contained in:
BIN
2nd/Questions_flashs/P1/QF_S42-1.pdf
Normal file
BIN
2nd/Questions_flashs/P1/QF_S42-1.pdf
Normal file
Binary file not shown.
78
2nd/Questions_flashs/P1/QF_S42-1.tex
Executable file
78
2nd/Questions_flashs/P1/QF_S42-1.tex
Executable file
@@ -0,0 +1,78 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
2nd
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
% développer
|
||||
Développer et réduire l'expression suivante
|
||||
\[
|
||||
A = (x + 2)(x - 3)
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% fractions
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
1 + \frac{1}{2} \times \frac{2}{5}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
% Evaluer formule
|
||||
On rappelle la formule pour calculer la tension aux bornes d'une résistance avec $U$ la tension en $V$, $R$ la résistance en $\Omega$ et $I$ l'intensité en $A$.
|
||||
\[
|
||||
U = R \times I
|
||||
\]
|
||||
Calculer la tension quand $I$ vaut $2A$ et $R = 10\Omega$.
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% 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}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
2nd/Questions_flashs/P1/QF_S42-2.pdf
Normal file
BIN
2nd/Questions_flashs/P1/QF_S42-2.pdf
Normal file
Binary file not shown.
78
2nd/Questions_flashs/P1/QF_S42-2.tex
Executable file
78
2nd/Questions_flashs/P1/QF_S42-2.tex
Executable file
@@ -0,0 +1,78 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
2nd
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
% développer
|
||||
Développer et réduire l'expression suivante
|
||||
\[
|
||||
A = (2x -1)(3x - 1)
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% fractions
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
1 + \frac{2}{3} \times \frac{3}{4}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
% Evaluer formule
|
||||
On rappelle la formule pour calculer le poids où $P$ est le poids en $N$ (newton), $m$ est la masse en $kg$ et $g$ la constante de gravitation en $N/kg$
|
||||
\[
|
||||
P = m \times g
|
||||
\]
|
||||
Calculer le poids d'un vélo de 10kg sur la lune où $g$ est égal à $1,6N/kg$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Equation graphique
|
||||
Déterminer graphiquement $f(x) = 2$
|
||||
\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, 2)
|
||||
(-3, 0)
|
||||
(-2, 2)
|
||||
(-1, 4)
|
||||
(0, 2)
|
||||
(1, -2)
|
||||
(2, -3)
|
||||
(3, -2)
|
||||
(4, 1)
|
||||
(5, 0)
|
||||
};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
2nd/Questions_flashs/P1/QF_S42-3.pdf
Normal file
BIN
2nd/Questions_flashs/P1/QF_S42-3.pdf
Normal file
Binary file not shown.
78
2nd/Questions_flashs/P1/QF_S42-3.tex
Executable file
78
2nd/Questions_flashs/P1/QF_S42-3.tex
Executable file
@@ -0,0 +1,78 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
2nd
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\tiny \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
% développer
|
||||
Développer et réduire l'expression suivante
|
||||
\[
|
||||
A = (5x + 2)(-x + 3)
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
% fractions
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
1 + \frac{1}{3} \times \frac{6}{5}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
% Evaluer formule
|
||||
On rappelle la formule pour calculer le poids où $P$ est le poids en $N$ (newton), $m$ est la masse en $kg$ et $g$ la constante de gravitation en $N/kg$
|
||||
\[
|
||||
P = m \times g
|
||||
\]
|
||||
Calculer le poids d'une voiture de 1000kg sur la lune où $g$ est égal à $1,6N/kg$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
% Equation graphique
|
||||
Déterminer graphiquement $f(x) = 1$
|
||||
\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, 2)
|
||||
(-3, 1)
|
||||
(-2, 2)
|
||||
(-1, 4)
|
||||
(0, 2)
|
||||
(1, 1)
|
||||
(2, -2)
|
||||
(3, -1)
|
||||
(4, 1)
|
||||
(5, 0)
|
||||
};
|
||||
\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