diff --git a/1ST/Questions_flashs/P2/QF_S47-1.pdf b/1ST/Questions_flashs/P2/QF_S47-1.pdf new file mode 100644 index 0000000..cef4fdb Binary files /dev/null and b/1ST/Questions_flashs/P2/QF_S47-1.pdf differ diff --git a/1ST/Questions_flashs/P2/QF_S47-1.tex b/1ST/Questions_flashs/P2/QF_S47-1.tex new file mode 100755 index 0000000..e66aa8a --- /dev/null +++ b/1ST/Questions_flashs/P2/QF_S47-1.tex @@ -0,0 +1,95 @@ +\documentclass[14pt]{classPres} +\usepackage{tkz-fct} +\usepackage{pgfplots} +\usetikzlibrary{decorations.markings} +\pgfplotsset{compat=1.18} + +\author{} +\title{} +\date{} + +\begin{document} +\begin{frame}{Questions flashs} + \begin{center} + \vfill + Première ST + \vfill + 30 secondes par calcul + \vfill + \tiny \jobname + \end{center} +\end{frame} + +\begin{frame}{Calcul 1} + % Taux évolution + Un vélo coute habituellement 200\euro. + + Notre club nous permet d'avoir une remise de 20\%. + + Combien va-t-on pouvoir acheter ce vélo? +\end{frame} + +\begin{frame}{Calcul 2} + % Equation graphique + Résoudre 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} + % Développer + Développer puis réduire l'expression suivante + \[ + (2x + 1)^2= + \] +\end{frame} + +\begin{frame}[fragile]{Calcul 4} + % Équation de droite + Quelle droite correspond à la représentation graphique de $f(x) = 2x+1$ + + \begin{center} + \begin{tikzpicture} + \begin{axis}[ + axis lines = center, + grid = both, + xlabel = {x}, + xtick distance=1, + ylabel = {$f(x)$}, + ytick distance=1, + ] + \addplot[domain=-2:2,samples=2, color=red, very thick]{2*x + 1}; + \addplot[domain=-2:2,samples=2, color=blue, very thick]{2*x}; + \addplot[domain=-2:2,samples=2, color=green, very thick]{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} diff --git a/1ST/Questions_flashs/P2/QF_S47-2.pdf b/1ST/Questions_flashs/P2/QF_S47-2.pdf new file mode 100644 index 0000000..04010a4 Binary files /dev/null and b/1ST/Questions_flashs/P2/QF_S47-2.pdf differ diff --git a/1ST/Questions_flashs/P2/QF_S47-2.tex b/1ST/Questions_flashs/P2/QF_S47-2.tex new file mode 100755 index 0000000..8e0af3c --- /dev/null +++ b/1ST/Questions_flashs/P2/QF_S47-2.tex @@ -0,0 +1,95 @@ +\documentclass[14pt]{classPres} +\usepackage{tkz-fct} +\usepackage{pgfplots} +\usetikzlibrary{decorations.markings} +\pgfplotsset{compat=1.18} + +\author{} +\title{} +\date{} + +\begin{document} +\begin{frame}{Questions flashs} + \begin{center} + \vfill + Première ST + \vfill + 30 secondes par calcul + \vfill + \tiny \jobname + \end{center} +\end{frame} + +\begin{frame}{Calcul 1} + % Taux évolution + Les travaux coûtent 5000\euro hors taxe. + + On doit ajouter la TVA est de 10\%. + + Combien vont coûter ces travaux? +\end{frame} + +\begin{frame}{Calcul 2} + % Equation graphique + Résoudre graphiquement $f(x) \geq 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} + % Développer + Développer puis réduire l'expression suivante + \[ + (3x - 4)^2= + \] +\end{frame} + +\begin{frame}[fragile]{Calcul 4} + % Équation de droite + Quelle droite correspond à la représentation graphique de $f(x) = -2x + 2$ + + \begin{center} + \begin{tikzpicture} + \begin{axis}[ + axis lines = center, + grid = both, + xlabel = {x}, + xtick distance=1, + ylabel = {$f(x)$}, + ytick distance=1, + ] + \addplot[domain=-2:2,samples=2, color=red, very thick]{2*x+2}; + \addplot[domain=-2:2,samples=2, color=blue, very thick]{-2*x+2}; + \addplot[domain=-2:2,samples=2, color=green, very thick]{2*x-2}; + \end{axis} + \end{tikzpicture} + \end{center} +\end{frame} + +\begin{frame}{Fin} + \begin{center} + On retourne son papier. + \end{center} +\end{frame} + + +\end{document} diff --git a/1ST/Questions_flashs/P2/QF_S47-3.pdf b/1ST/Questions_flashs/P2/QF_S47-3.pdf new file mode 100644 index 0000000..581dc70 Binary files /dev/null and b/1ST/Questions_flashs/P2/QF_S47-3.pdf differ diff --git a/1ST/Questions_flashs/P2/QF_S47-3.tex b/1ST/Questions_flashs/P2/QF_S47-3.tex new file mode 100755 index 0000000..b5e795f --- /dev/null +++ b/1ST/Questions_flashs/P2/QF_S47-3.tex @@ -0,0 +1,87 @@ +\documentclass[14pt]{classPres} +\usepackage{tkz-fct} +\usepackage{pgfplots} +\usetikzlibrary{decorations.markings} +\pgfplotsset{compat=1.18} + +\author{} +\title{} +\date{} + +\begin{document} +\begin{frame}{Questions flashs} + \begin{center} + \vfill + Première ST + \vfill + 30 secondes par calcul + \vfill + \tiny \jobname + \end{center} +\end{frame} + +\begin{frame}{Calcul 1} + % Taux évolution + La grande surface vend ses stylos bleus 1\euro20. + \vfill + + Elle souhaite faire une promotion et les vendre 20\% moins cher. + \vfill + Quel sera le prix d'un stylo ? + \vfill +\end{frame} + +\begin{frame}{Calcul 2} + % Equation graphique + Résoudre graphiquement $f(x) \leq 4$ + \begin{tikzpicture}[yscale=0.3, xscale=2, baseline=(a.north)] + \tkzInit[xmin=0,xmax=4,xstep=1, + ymin=0,ymax=16,ystep=1] + \tkzGrid + \tkzAxeX[right space=0.2] + \tkzAxeY[up space=2, step=2] + \draw[very thick, color=red] plot [smooth,tension=0.2] coordinates{% + (0,0) (1,1) (2,4) (3, 9) (4,16) + }; + \draw (3,1) node[above right] {$\mathcal{C}_f$}; + \end{tikzpicture} +\end{frame} + +\begin{frame}{Calcul 3} + % Développer + Développer puis réduire l'expression suivante + \[ + (-x + 2)^2= + \] +\end{frame} + +\begin{frame}[fragile]{Calcul 4} + % Équation de droite + Quelle droite correspond à la représentation graphique de $f(x) = 0.5x + 2$ + + \begin{center} + \begin{tikzpicture} + \begin{axis}[ + axis lines = center, + grid = both, + xlabel = {x}, + xtick distance=1, + ylabel = {$f(x)$}, + ytick distance=1, + ] + \addplot[domain=-3:3,samples=2, color=red, very thick]{0.5*x+2}; + \addplot[domain=-3:3,samples=2, color=blue, very thick]{-0.5*x+1}; + \addplot[domain=-3:3,samples=2, color=green, very thick]{0.5*x-2}; + \end{axis} + \end{tikzpicture} + \end{center} +\end{frame} + +\begin{frame}{Fin} + \begin{center} + On retourne son papier. + \end{center} +\end{frame} + + +\end{document}