Compare commits

..

3 Commits

Author SHA1 Message Date
7d5c4da3a2 Feat: réécriture du programme de la semaine
All checks were successful
continuous-integration/drone/push Build is passing
2020-09-20 10:39:19 +02:00
ce3136ae1f Feat: QF pour les sti2d 2020-09-20 10:36:46 +02:00
9837f219e5 Feat: QF pour les TST 2020-09-20 10:31:10 +02:00
11 changed files with 324 additions and 22 deletions

Binary file not shown.

View File

@ -0,0 +1,65 @@
\documentclass[12pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
Terminale ST
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
\vfill
Dans une salle informatique de 18 postes, 4 sont neufs.
\vfill
Quelle est la proportion d'ordinateurs neuf dans cette salle?
\vfill
\end{frame}
\begin{frame}{Calcul 2}
Augmenter de 40\%, c'est multiplier par ...
\end{frame}
\begin{frame}{Calcul 3}
\vfill
Résoudre l'inéquation suivante
\vfill
\[
2x - 5 \geq 3
\]
\vfill
\end{frame}
\begin{frame}{Calcul 4}
Courbe représentative de $f$
\begin{tikzpicture}[xscale=0.8, yscale=0.5]
\tkzInit[xmin=-5,xmax=5,xstep=1,
ymin=-5,ymax=5,ystep=1]
\tkzGrid
\tkzAxeXY
\tkzFct[domain = -5:5,color=red,very thick]%
{x**2-4};
\end{tikzpicture}
Quelles sont les solutions de l'équation $f(x) \leq 0$?
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,77 @@
\documentclass[12pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
Terminale ST
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
\vfill
\begin{tabular}{|*{4}{c|}}
\hline
Section/regime & Interne & Externe & Total \\
\hline
1ST & 10 & 15 & 25 \\
\hline
1G & 14 & 17 & 31 \\
\hline
Total & 24 & 32 & 56 \\
\hline
\end{tabular}
\vfill
Quelle est la proportion d'élèves interne parmi ces premières?
\vfill
\end{frame}
\begin{frame}{Calcul 2}
Diminuer de 15\% revient à multiplier par ...
\end{frame}
\begin{frame}{Calcul 3}
\vfill
Résoudre l'inéquation suivante
\vfill
\[
6x - 5 \leq 3x
\]
\vfill
\end{frame}
\begin{frame}{Calcul 4}
Courbe représentative de $f$
\begin{tikzpicture}[xscale=0.8, yscale=0.5]
\tkzInit[xmin=-5,xmax=5,xstep=1,
ymin=-5,ymax=5,ystep=1]
\tkzGrid
\tkzAxeXY
\tkzFct[domain = -5:5,color=red,very thick]%
{x**2-4};
\end{tikzpicture}
Quelles sont les solutions de l'équation $f(x) \leq -3$?
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,77 @@
\documentclass[12pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
Terminale ST
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
\vfill
\begin{tabular}{|*{4}{c|}}
\hline
Section/regime & Interne & Externe & Total \\
\hline
1ST & 10 & 15 & 25 \\
\hline
1G & 14 & 17 & 31 \\
\hline
Total & 24 & 32 & 56 \\
\hline
\end{tabular}
\vfill
Quelle est la proportion d'élèves en 1ST et externes parmi ces premières?
\vfill
\end{frame}
\begin{frame}{Calcul 2}
Multiplier par 0.6 revient à augmenter/diminuer de .... \%.
\end{frame}
\begin{frame}{Calcul 3}
\vfill
Résoudre l'inéquation suivante
\vfill
\[
4 + 3x < 4
\]
\vfill
\end{frame}
\begin{frame}{Calcul 4}
Courbe représentative de $f$
\begin{tikzpicture}[xscale=0.8, yscale=0.5]
\tkzInit[xmin=-5,xmax=5,xstep=1,
ymin=-5,ymax=5,ystep=1]
\tkzGrid
\tkzAxeXY
\tkzFct[domain = -5:5,color=red,very thick]%
{x**2-4};
\end{tikzpicture}
Quelles sont les solutions de l'équation $f(x) \geq 0$?
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

View File

@ -8,38 +8,19 @@ Programme de la semaine 39: TST1
:tags: Tst1 :tags: Tst1
:summary: Programme de ma semaine 39 pour la TST1 :summary: Programme de ma semaine 39 pour la TST1
Début d'un nouveau chapitre. Début d'un nouveau chapitre. On commencera par travailler sur les données du covid.
Lundi 21 septembre
==================
Questions flashs
Travail sur les données liés au Covid: exercice 1 et début du 2e. On cherchera à prévoir le nombre de cas.
.. image:: ../../02_Modelisation_suite/1E_modelisation_covid.pdf .. image:: ../../02_Modelisation_suite/1E_modelisation_covid.pdf
:height: 200px :height: 200px
:alt: Exercices sur les données du covid :alt: Exercices sur les données du covid
Ce travaillera nous mènera à re-définire les deux types de suites à connaître. Le cours sera alors
Mecredi 23 septembre
====================
Questions flashs
Suite de l'exercice 2
Pour le vendredi, le cours suivant sera à recopier
.. image:: ../../02_Modelisation_suite/1B_covid.pdf .. image:: ../../02_Modelisation_suite/1B_covid.pdf
:height: 200px :height: 200px
:alt: Bilan sur les modèles de propagation :alt: Bilan sur les modèles de propagation
Vendredi 25 septembre Puis nous enchainerons sur des exercices techniques sur les suites..
=====================
Fin de l'exercice 2 et début des exercices techniques
.. image:: ../../02_Modelisation_suite/2E_techniques.pdf .. image:: ../../02_Modelisation_suite/2E_techniques.pdf
:height: 200px :height: 200px

Binary file not shown.

View File

@ -0,0 +1,49 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
Terminale ST \\ Spé sti2d
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
Développer et réduire
\[
A = (-i+2)(3i+1)
\]
\end{frame}
\begin{frame}{Calcul 2}
Dériver la fonctions suivante
\[
f(x) = 5x^4 + 2x^3 - 5x + 2
\]
\end{frame}
\begin{frame}{Calcul 3}
Calculer la quantité suivante
\[
\int_3^4 2x \; dx =
\]
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,53 @@
\documentclass[14pt]{classPres}
\usepackage{tkz-fct}
\author{}
\title{}
\date{}
\begin{document}
\begin{frame}{Questions flashs}
\begin{center}
\vfill
Terminale ST \\ Spé sti2d
\vfill
30 secondes par calcul
\vfill
\tiny \jobname
\end{center}
\end{frame}
\begin{frame}{Calcul 1}
\vfill
Soient $z = 3i + 2$ et $z'=-i + 1$ deux nombres complexes.
\vfill
Calculer
\[
zz' =
\]
\vfill
\end{frame}
\begin{frame}{Calcul 2}
Dériver la fonctions suivante
\[
f(x) = (2x +1)x^5
\]
\end{frame}
\begin{frame}{Calcul 3}
Calculer la quantité suivante
\[
\int_{90}^{100} 0.1x \; dx =
\]
\end{frame}
\begin{frame}{Fin}
\begin{center}
On retourne son papier.
\end{center}
\end{frame}
\end{document}