Import all
This commit is contained in:
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_02-1.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_02-1.pdf
Normal file
Binary file not shown.
65
Tsti2d/Questions_Flash/P1/QF_19_09_02-1.tex
Executable file
65
Tsti2d/Questions_Flash/P1/QF_19_09_02-1.tex
Executable file
@@ -0,0 +1,65 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Un ordinateur coûte 400\euro. On a une remise de 5\%. \\
|
||||
Combien va-t-il nous coûter?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
\[
|
||||
\frac{2}{5} + \frac{4}{3} =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
$A (2; 1)$ et $B(-1; 3)$
|
||||
Coordonnée de $\vec{AB}$?
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
\filldraw[very thick, ->] (-4.4,0) -- (4.4,0);
|
||||
\filldraw[very thick, ->] (0,-1.4) -- (0,4.4);
|
||||
\draw[step=1] (-4,-1) grid (4,4);
|
||||
\draw (0, 0) node {x} node[below left] {$0$};
|
||||
\draw (1, 0) node {x} node[below right] {$I$};
|
||||
\draw (0, 1) node {x} node[below left] {$J$};
|
||||
|
||||
\draw (2, 1) node {x} node[above right] {$A$};
|
||||
\draw (-1, 3) node {x} node[above right] {$B$};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
\[
|
||||
f(x) = 3x^2 + 4x - 10
|
||||
\]
|
||||
Calculer $f(3)$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_02-2.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_02-2.pdf
Normal file
Binary file not shown.
67
Tsti2d/Questions_Flash/P1/QF_19_09_02-2.tex
Executable file
67
Tsti2d/Questions_Flash/P1/QF_19_09_02-2.tex
Executable file
@@ -0,0 +1,67 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
La TVA sur les produits alimentaires est de 5,5\%. Une boite de biscuit est vendu 3\euro hors taxe.\\
|
||||
À quel prix de consommateur va-t-il acheter cette boite?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
\[
|
||||
\frac{2}{5} + 2 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
$A (-1; 1)$ et $B(4; 3)$
|
||||
Coordonnée de $\vec{AB}$?
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
\filldraw[very thick, ->] (-4.4,0) -- (4.4,0);
|
||||
\filldraw[very thick, ->] (0,-1.4) -- (0,4.4);
|
||||
\draw[step=1] (-4,-1) grid (4,4);
|
||||
\draw (0, 0) node[below left] {$0$};
|
||||
\draw (1, 0) node[below right] {$I$};
|
||||
\draw (0, 1) node[below left] {$J$};
|
||||
|
||||
\draw (-1, 1) node {x} node[above left] {$A$};
|
||||
\draw (4, 3) node {x} node[above right] {$B$};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
\[
|
||||
f(x) = 7x^2 - 4
|
||||
\]
|
||||
\vfill
|
||||
Calculer $f(2)$
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_02-3.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_02-3.pdf
Normal file
Binary file not shown.
53
Tsti2d/Questions_Flash/P1/QF_19_09_02-3.tex
Executable file
53
Tsti2d/Questions_Flash/P1/QF_19_09_02-3.tex
Executable file
@@ -0,0 +1,53 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Hors taxe, un velo coûte 400\euro. La TVA est de 20\% sur ce genre de produit.
|
||||
|
||||
Quel est le prix TTC de ce vélo?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
\[
|
||||
\frac{1}{2n} + 2 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
$A (-5; 2)$ et $B(12; 3)$
|
||||
Coordonnée de $\vec{AB}$?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
\[
|
||||
f(x) = 2x(5x + 1)
|
||||
\]
|
||||
\vfill
|
||||
Calculer $f(10)$
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_09-1.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_09-1.pdf
Normal file
Binary file not shown.
63
Tsti2d/Questions_Flash/P1/QF_19_09_09-1.tex
Executable file
63
Tsti2d/Questions_Flash/P1/QF_19_09_09-1.tex
Executable file
@@ -0,0 +1,63 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Un ordinateur coûte 400\euro. On a une remise de 5\% puis une remise de 10\%. \\
|
||||
Combien va-t-il nous coûter?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
\[
|
||||
\frac{1}{4x} + 5 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
$A (-1; 1)$ et $\vec{AB} = \vectCoord{3}{2}$\\
|
||||
Coordonnée du point $B$?
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
\filldraw[very thick, ->] (-4.4,0) -- (4.4,0);
|
||||
\filldraw[very thick, ->] (0,-1.4) -- (0,4.4);
|
||||
\draw[step=1] (-4,-1) grid (4,4);
|
||||
\draw (0, 0) node {x} node[below left] {$0$};
|
||||
\draw (1, 0) node {x} node[below right] {$I$};
|
||||
\draw (0, 1) node {x} node[below left] {$J$};
|
||||
|
||||
\draw (-1, 1) node {x} node[above left] {$A$};
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
Résoudre l'équation
|
||||
\[
|
||||
4x + 5 = 45
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_09-2.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_09-2.pdf
Normal file
Binary file not shown.
63
Tsti2d/Questions_Flash/P1/QF_19_09_09-2.tex
Executable file
63
Tsti2d/Questions_Flash/P1/QF_19_09_09-2.tex
Executable file
@@ -0,0 +1,63 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Un ordinateur coûte \np{1000}\euro. On a une remise de 5\% puis une taxe de 10\%. \\
|
||||
Combien va-t-il nous coûter?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
\[
|
||||
\frac{1}{4x} + \frac{3}{4} =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
$A (-1; 1)$ et $\vec{AB} = \vectCoord{4}{-2}$\\
|
||||
Coordonnée du point $B$?
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
\filldraw[very thick, ->] (-4.4,0) -- (4.4,0);
|
||||
\filldraw[very thick, ->] (0,-1.4) -- (0,4.4);
|
||||
\draw[step=1] (-4,-1) grid (4,4);
|
||||
\draw (0, 0) node {x} node[below left] {$0$};
|
||||
\draw (1, 0) node {x} node[below right] {$I$};
|
||||
\draw (0, 1) node {x} node[below left] {$J$};
|
||||
|
||||
\draw (-1, 1) node {x} node[above left] {$A$};
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
Résoudre l'équation
|
||||
\[
|
||||
6x - 4 = 12
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_09-3.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_09-3.pdf
Normal file
Binary file not shown.
69
Tsti2d/Questions_Flash/P1/QF_19_09_09-3.tex
Executable file
69
Tsti2d/Questions_Flash/P1/QF_19_09_09-3.tex
Executable file
@@ -0,0 +1,69 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Un ordinateur coûte \np{500}\euro. Qu'est ce qui est le plus intéressant?
|
||||
|
||||
\begin{itemize}
|
||||
\item Réduction 1: une remise de 10\%
|
||||
\item Réduction 2: une remise de 5\% puis une deuxième remise de 5\%
|
||||
\end{itemize}
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
\[
|
||||
\frac{1}{4n+1} + 1 =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
$A (-1; 1)$ et $\vec{u} = \vectCoord{2}{2}$\\
|
||||
$B$ est l'image de $A$ par la translation de vecteur $\vec{u}$.\\
|
||||
Coordonnée du point $B$?
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=0.8]
|
||||
\filldraw[very thick, ->] (-4.4,0) -- (4.4,0);
|
||||
\filldraw[very thick, ->] (0,-1.4) -- (0,4.4);
|
||||
\draw[step=1] (-4,-1) grid (4,4);
|
||||
\draw (0, 0) node {x} node[below left] {$0$};
|
||||
\draw (1, 0) node {x} node[below right] {$I$};
|
||||
\draw (0, 1) node {x} node[below left] {$J$};
|
||||
|
||||
\draw (-1, 1) node {x} node[above left] {$A$};
|
||||
\end{tikzpicture}
|
||||
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
Résoudre l'équation
|
||||
\[
|
||||
5x - 1 = 2x
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_16-1.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_16-1.pdf
Normal file
Binary file not shown.
70
Tsti2d/Questions_Flash/P1/QF_19_09_16-1.tex
Executable file
70
Tsti2d/Questions_Flash/P1/QF_19_09_16-1.tex
Executable file
@@ -0,0 +1,70 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\int_{1}^{3} 5 dx =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Résoudre
|
||||
\[
|
||||
4x + 2 \geq 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Soit
|
||||
\[
|
||||
\left\{
|
||||
\begin{array}{l}
|
||||
u_{n+1} = 3u_n\\
|
||||
u_0 = 2
|
||||
\end{array}
|
||||
\right.
|
||||
\]
|
||||
Calculer $u_3$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
Mesure en \textbf{radian} de l'angle $(\vec{OI}; \vec{OA})$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=3]
|
||||
\cercleTrigo
|
||||
\foreach \x in {0,45,...,360} {
|
||||
% dots at each point
|
||||
\filldraw[black] (\x:1cm) circle(0.6pt);
|
||||
}
|
||||
\draw (135:1) node [above left] {A};
|
||||
\draw (0,0) -- (135:1);
|
||||
\draw[->, very thick, red] (0.5,0) arc (0:135:0.5) ;
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_16-2.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_16-2.pdf
Normal file
Binary file not shown.
70
Tsti2d/Questions_Flash/P1/QF_19_09_16-2.tex
Executable file
70
Tsti2d/Questions_Flash/P1/QF_19_09_16-2.tex
Executable file
@@ -0,0 +1,70 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\int_{1}^{3} 2x dx =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Résoudre
|
||||
\[
|
||||
3 - 2x \geq 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Soit
|
||||
\[
|
||||
\left\{
|
||||
\begin{array}{l}
|
||||
u_{n+1} = 1.5\times u_n\\
|
||||
u_0 = 4
|
||||
\end{array}
|
||||
\right.
|
||||
\]
|
||||
Calculer $u_3$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
Mesure en \textbf{radian} de l'angle $(\vec{OI}; \vec{OA})$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=3]
|
||||
\cercleTrigo
|
||||
\foreach \x in {0,30,...,360} {
|
||||
% dots at each point
|
||||
\filldraw[black] (\x:1cm) circle(0.6pt);
|
||||
}
|
||||
\draw (60:1) node [above right] {A};
|
||||
\draw (0,0) -- (60:1);
|
||||
\draw[->, very thick, red] (0.5,0) arc (0:60:0.5) ;
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_16-3.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_16-3.pdf
Normal file
Binary file not shown.
69
Tsti2d/Questions_Flash/P1/QF_19_09_16-3.tex
Executable file
69
Tsti2d/Questions_Flash/P1/QF_19_09_16-3.tex
Executable file
@@ -0,0 +1,69 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\int_{0}^{100} 5x dx =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Résoudre
|
||||
\[
|
||||
3 + \frac{x}{2} \geq 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Soit
|
||||
\[
|
||||
\left\{
|
||||
\begin{array}{l}
|
||||
u_{n+1} = 2u_n + 1 \\
|
||||
u_0 = 4
|
||||
\end{array}
|
||||
\right.
|
||||
\]
|
||||
Calculer $u_2$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
À quelle lettre correspond l'angle $\dfrac{7\pi}{3}$.
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=2.5]
|
||||
\cercleTrigoNoOIJ
|
||||
\foreach [count=\i] \x in {a,b,...,l} {
|
||||
% dots at each point
|
||||
\filldraw[black] ({\i*30}:1cm) circle(0.6pt);
|
||||
\draw ({\i*30}:1.2cm) node {\x};
|
||||
\draw (0,0) -- ({\i*30}:1cm);
|
||||
}
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_23-1.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_23-1.pdf
Normal file
Binary file not shown.
70
Tsti2d/Questions_Flash/P1/QF_19_09_23-1.tex
Executable file
70
Tsti2d/Questions_Flash/P1/QF_19_09_23-1.tex
Executable file
@@ -0,0 +1,70 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Soit
|
||||
\[
|
||||
\left\{
|
||||
\begin{array}{l}
|
||||
u_{n+1} = 3u_n\\
|
||||
u_0 = 2
|
||||
\end{array}
|
||||
\right.
|
||||
\]
|
||||
Quelle est la limite de $(u_n)$ quand n tend vers $+\infty$?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Combien de solutions a l'équation suivante?
|
||||
\[
|
||||
2x^2 + 3x - 10 = 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\int_{-3}^{3} 10x dx =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
Valeur de $\cos(\dfrac{\pi}{3})$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=2.5]
|
||||
\cercleTrigo
|
||||
\foreach \x in {0,30,...,360} {
|
||||
% dots at each point
|
||||
\filldraw[black] (\x:1cm) circle(0.6pt);
|
||||
}
|
||||
\draw (60:1) node [above right] {A};
|
||||
\draw (0,0) -- (60:1);
|
||||
\draw[->, very thick, red] (0.8,0) arc (0:60:0.8) ;
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_23-2.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_23-2.pdf
Normal file
Binary file not shown.
70
Tsti2d/Questions_Flash/P1/QF_19_09_23-2.tex
Executable file
70
Tsti2d/Questions_Flash/P1/QF_19_09_23-2.tex
Executable file
@@ -0,0 +1,70 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Soit
|
||||
\[
|
||||
\left\{
|
||||
\begin{array}{l}
|
||||
u_{n+1} = 0.95\times u_n\\
|
||||
u_0 = \np{10000}
|
||||
\end{array}
|
||||
\right.
|
||||
\]
|
||||
Quelle est la limite de $(u_n)$ quand n tend vers $+\infty$?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Combien de solutions a l'équation suivante?
|
||||
\[
|
||||
x^2 + 10x - 10 = 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\int_{2}^{5} t dt =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
Valeur de $\sin(\dfrac{\pi}{6})$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=2.5]
|
||||
\cercleTrigo
|
||||
\foreach \x in {0,30,...,360} {
|
||||
% dots at each point
|
||||
\filldraw[black] (\x:1cm) circle(0.6pt);
|
||||
}
|
||||
\draw (30:1) node [above right] {A};
|
||||
\draw (0,0) -- (30:1);
|
||||
\draw[->, very thick, red] (0.8,0) arc (0:30:0.8) ;
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_23-3.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_23-3.pdf
Normal file
Binary file not shown.
71
Tsti2d/Questions_Flash/P1/QF_19_09_23-3.tex
Executable file
71
Tsti2d/Questions_Flash/P1/QF_19_09_23-3.tex
Executable file
@@ -0,0 +1,71 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Soit
|
||||
\[
|
||||
\left\{
|
||||
\begin{array}{l}
|
||||
u_{n+1} = \times u_n\\
|
||||
u_0 = \np{10000}
|
||||
\end{array}
|
||||
\right.
|
||||
\]
|
||||
Quelle est la limite de $(u_n)$ quand n tend vers $+\infty$?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Combien de solutions a l'équation suivante?
|
||||
\[
|
||||
10x^2 - 10x + 3 = 0
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\int_{4}^{5} \frac{1}{2}t dt =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
Valeur de $\cos(\dfrac{\pi}{2})$
|
||||
\pause
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=2.5]
|
||||
\cercleTrigo
|
||||
\foreach \x in {0,30,...,360} {
|
||||
% dots at each point
|
||||
\filldraw[black] (\x:1cm) circle(0.6pt);
|
||||
}
|
||||
\draw (90:1) node [below left] {A};
|
||||
\draw (0,0) -- (90:1);
|
||||
\draw[->, very thick, red] (0.8,0) arc (0:90:0.8) ;
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_30-1.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_30-1.pdf
Normal file
Binary file not shown.
69
Tsti2d/Questions_Flash/P1/QF_19_09_30-1.tex
Executable file
69
Tsti2d/Questions_Flash/P1/QF_19_09_30-1.tex
Executable file
@@ -0,0 +1,69 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
\usepackage[linesnumbered, boxed, french]{algorithm2e}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Valeur de $\cos(\dfrac{-\pi}{3})$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=2.5]
|
||||
\cercleTrigo
|
||||
\foreach \x in {0,30,...,360} {
|
||||
% dots at each point
|
||||
\filldraw[black] (\x:1cm) circle(0.6pt);
|
||||
}
|
||||
%\draw (90:1) node [below left] {A};
|
||||
%\draw (0,0) -- (90:1);
|
||||
%\draw[->, very thick, red] (0.8,0) arc (0:90:0.8) ;
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Dériver
|
||||
\[
|
||||
f(x) = 3x^2 - 5x + 3
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\int_{0}^{x} 2 dt =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
\begin{algorithm}[H]
|
||||
\SetAlgoLined
|
||||
$u \leftarrow 2$ \;
|
||||
\Pour{$n$ de 1 à 3}{
|
||||
$u \leftarrow u*3$ \;
|
||||
}
|
||||
\end{algorithm}
|
||||
Combien vaut $u$ à la fin de cet algorithme?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_30-2.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_09_30-2.pdf
Normal file
Binary file not shown.
71
Tsti2d/Questions_Flash/P1/QF_19_09_30-2.tex
Executable file
71
Tsti2d/Questions_Flash/P1/QF_19_09_30-2.tex
Executable file
@@ -0,0 +1,71 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
\usepackage[linesnumbered, boxed, french]{algorithm2e}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Valeur de $\cos(\dfrac{4\pi}{3})$
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[scale=2.5]
|
||||
\cercleTrigo
|
||||
\foreach \x in {0,30,...,360} {
|
||||
% dots at each point
|
||||
\filldraw[black] (\x:1cm) circle(0.6pt);
|
||||
}
|
||||
%\draw (90:1) node [below left] {A};
|
||||
%\draw (0,0) -- (90:1);
|
||||
%\draw[->, very thick, red] (0.8,0) arc (0:90:0.8) ;
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Dériver
|
||||
\[
|
||||
f(x) = x^2 - 5x + \frac{1}{x}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\int_{0}^{x} 8 dt =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
\begin{algorithm}[H]
|
||||
\SetAlgoLined
|
||||
$u \leftarrow 2$ \;
|
||||
\Pour{$n$ de 1 à 4}{
|
||||
$u \leftarrow u*10$ \;
|
||||
}
|
||||
\end{algorithm}
|
||||
\vfill
|
||||
Combien vaut $u$ à la fin de cet algorithme?
|
||||
\vfill
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_07-1.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_07-1.pdf
Normal file
Binary file not shown.
59
Tsti2d/Questions_Flash/P1/QF_19_10_07-1.tex
Executable file
59
Tsti2d/Questions_Flash/P1/QF_19_10_07-1.tex
Executable file
@@ -0,0 +1,59 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
\usepackage[linesnumbered, boxed, french]{algorithm2e}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Dériver
|
||||
\[
|
||||
f(x) = 3x^{10} + \dfrac{2}{x}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\int_{1}^{x} 2t dt =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
\begin{algorithm}[H]
|
||||
\SetAlgoLined
|
||||
$u \leftarrow 2$ \;
|
||||
\Pour{$n$ de 1 à 3}{
|
||||
$u \leftarrow u*10+1$ \;
|
||||
}
|
||||
\end{algorithm}
|
||||
Combien vaut $u$ à la fin de cet algorithme?
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
$||\vec{u}|| = 2$, $||\vec{v}|| = 2$ et $(\vec{u}; \vec{v}) = \dfrac{\pi}{3}$
|
||||
|
||||
Calculer $\vec{u}\cdot\vec{v}$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_07-2.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_07-2.pdf
Normal file
Binary file not shown.
61
Tsti2d/Questions_Flash/P1/QF_19_10_07-2.tex
Executable file
61
Tsti2d/Questions_Flash/P1/QF_19_10_07-2.tex
Executable file
@@ -0,0 +1,61 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
\usepackage[linesnumbered, boxed, french]{algorithm2e}
|
||||
|
||||
\SetKwBlock{Blank}{\ldots\ldots}{}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Dériver
|
||||
\[
|
||||
f(x) = 3x^4 + \sqrt{x}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\int_{0}^{x} t+1 dt =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
Que doit-on mettre à la place des pointillés pour calculer la 10ième valeur?
|
||||
\begin{algorithm}[H]
|
||||
\SetAlgoLined
|
||||
$u \leftarrow 2$ \;
|
||||
\Blank{
|
||||
$u \leftarrow u*10+1$ \;
|
||||
}
|
||||
\end{algorithm}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
$||\vec{u}|| = 2$, $||\vec{v}|| = 2$ et $(\vec{u}; \vec{v}) = \dfrac{5\pi}{3}$
|
||||
|
||||
Calculer $\vec{u}\cdot\vec{v}$
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_07-3.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_07-3.pdf
Normal file
Binary file not shown.
61
Tsti2d/Questions_Flash/P1/QF_19_10_07-3.tex
Executable file
61
Tsti2d/Questions_Flash/P1/QF_19_10_07-3.tex
Executable file
@@ -0,0 +1,61 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
\usepackage[linesnumbered, boxed, french]{algorithm2e}
|
||||
|
||||
\SetKwBlock{Blank}{\ldots\ldots}{}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Dériver
|
||||
\[
|
||||
f(x) = \frac{2x}{3x+4}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Calculer la quantité suivante
|
||||
\[
|
||||
\int_{0}^{x} t+3 dt =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
Que doit-on mettre à la place des pointillés pour calculer les valeurs de $u$ jusqu'à ce quelles dépassent 100?
|
||||
\begin{algorithm}[H]
|
||||
\SetAlgoLined
|
||||
$u \leftarrow 2$ \;
|
||||
\Blank{
|
||||
$u \leftarrow u*10+1$ \;
|
||||
}
|
||||
\end{algorithm}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
$||\vec{u}|| = 2$, $||\vec{v}|| = 2$ et $\vec{u}\cdot\vec{v} = 2\sqrt{2}$.
|
||||
|
||||
Calculer l'angle $(\vec{u};\vec{v})$.
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_14-1.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_14-1.pdf
Normal file
Binary file not shown.
62
Tsti2d/Questions_Flash/P1/QF_19_10_14-1.tex
Executable file
62
Tsti2d/Questions_Flash/P1/QF_19_10_14-1.tex
Executable file
@@ -0,0 +1,62 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
\usepackage[linesnumbered, boxed, french]{algorithm2e}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Dériver
|
||||
\[
|
||||
g(x) = \frac{2x+1}{x}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Dériver
|
||||
\[
|
||||
f(x) = (2x + 1)^4
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Compléter l'algorithme pour qu'il calcule la 10e valeur de la suite
|
||||
\[
|
||||
u_{n+1} = 0.99\times u_n + 0.1
|
||||
\]
|
||||
\begin{algorithm}[H]
|
||||
\SetAlgoLined
|
||||
$u \leftarrow 2$ \;
|
||||
\Pour{$n$ de 1 à 10}{
|
||||
$u \leftarrow ...$ \;
|
||||
}
|
||||
\end{algorithm}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
\[
|
||||
\cos(a+b) =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_14-2.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_14-2.pdf
Normal file
Binary file not shown.
62
Tsti2d/Questions_Flash/P1/QF_19_10_14-2.tex
Executable file
62
Tsti2d/Questions_Flash/P1/QF_19_10_14-2.tex
Executable file
@@ -0,0 +1,62 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
\usepackage[linesnumbered, boxed, french]{algorithm2e}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Dériver
|
||||
\[
|
||||
g(x) = \frac{x}{x+1}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Dériver
|
||||
\[
|
||||
f(x) = (-3x+1)^3
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Compléter l'algorithme pour qu'il calcule la 10e valeur de la suite
|
||||
\[
|
||||
u_{n+1} = u_n^2+ 0.1
|
||||
\]
|
||||
\begin{algorithm}[H]
|
||||
\SetAlgoLined
|
||||
$u \leftarrow 2$ \;
|
||||
\Pour{$n$ de 1 à 10}{
|
||||
$u \leftarrow ...$ \;
|
||||
}
|
||||
\end{algorithm}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
\[
|
||||
\cos(\frac{\pi}{3}+x) =
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Fin}
|
||||
\begin{center}
|
||||
On retourne son papier.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_14-3.pdf
Normal file
BIN
Tsti2d/Questions_Flash/P1/QF_19_10_14-3.pdf
Normal file
Binary file not shown.
62
Tsti2d/Questions_Flash/P1/QF_19_10_14-3.tex
Executable file
62
Tsti2d/Questions_Flash/P1/QF_19_10_14-3.tex
Executable file
@@ -0,0 +1,62 @@
|
||||
\documentclass[14pt]{classPres}
|
||||
\usepackage{tkz-fct}
|
||||
\usepackage[linesnumbered, boxed, french]{algorithm2e}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
\begin{frame}{Questions flashs}
|
||||
\begin{center}
|
||||
\vfill
|
||||
Tsti2d
|
||||
\vfill
|
||||
30 secondes par calcul
|
||||
\vfill
|
||||
\small \jobname
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 1}
|
||||
Dériver
|
||||
\[
|
||||
g(x) = \frac{x^2}{x+1}
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 2}
|
||||
Dériver
|
||||
\[
|
||||
f(x) = (-3x^2+1)^5
|
||||
\]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 3}
|
||||
Compléter l'algorithme pour qu'il calcule la 10e valeur de la suite
|
||||
\[
|
||||
u_{n+1} = 3u_n^2
|
||||
\]
|
||||
\begin{algorithm}[H]
|
||||
\SetAlgoLined
|
||||
$u \leftarrow 2$ \;
|
||||
\Pour{$n$ de 1 à 10}{
|
||||
$u \leftarrow ...$ \;
|
||||
}
|
||||
\end{algorithm}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Calcul 4}
|
||||
\[
|
||||
\sin(\frac{\pi}{3}+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