Compare commits
No commits in common. "7d5c4da3a281ea8f41ded7c70474eb67594b4ac2" and "00922a93f8be2c85626958a1bda3d9c891241b6d" have entirely different histories.
7d5c4da3a2
...
00922a93f8
Binary file not shown.
@ -1,65 +0,0 @@
|
|||||||
\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.
@ -1,77 +0,0 @@
|
|||||||
\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.
@ -1,77 +0,0 @@
|
|||||||
\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}
|
|
@ -8,19 +8,38 @@ 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. On commencera par travailler sur les données du covid.
|
Début d'un nouveau chapitre.
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
Puis nous enchainerons sur des exercices techniques sur les suites..
|
Vendredi 25 septembre
|
||||||
|
=====================
|
||||||
|
|
||||||
|
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.
@ -1,49 +0,0 @@
|
|||||||
\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.
@ -1,53 +0,0 @@
|
|||||||
\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}
|
|
Loading…
Reference in New Issue
Block a user