Compare commits
No commits in common. "60fd8d3e4887c3854890ddc614cd814d5c901abf" and "3d67cd2fc03323164aa9e2752e4ccd8762666ee9" have entirely different histories.
60fd8d3e48
...
3d67cd2fc0
Binary file not shown.
@ -1,87 +0,0 @@
|
|||||||
\documentclass[12pt]{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
|
|
||||||
\textbf{Calculatrice autorisée}
|
|
||||||
\vfill
|
|
||||||
\tiny \jobname
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 1}
|
|
||||||
% Taux d'évolution
|
|
||||||
Une quantité augmente deux fois de 80\%.
|
|
||||||
|
|
||||||
\vfill
|
|
||||||
|
|
||||||
Quelle est le taux d'évolution de cette augmentation ?
|
|
||||||
|
|
||||||
\vfill
|
|
||||||
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 2}
|
|
||||||
% Graphique
|
|
||||||
Tracer l'allure de la fonction
|
|
||||||
\vfill
|
|
||||||
|
|
||||||
\[
|
|
||||||
f(x) = 3x^3 + 2
|
|
||||||
\]
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 3}
|
|
||||||
% Opération ensembles
|
|
||||||
\begin{tabular}{|*{4}{c|}}
|
|
||||||
\hline
|
|
||||||
& Voiture & Train & Total \\
|
|
||||||
\hline
|
|
||||||
fleuriste & 65 & 15 & 80 \\
|
|
||||||
\hline
|
|
||||||
Garagiste & 4 & 17 & 21 \\
|
|
||||||
\hline
|
|
||||||
Total & 69 & 32 & 101 \\
|
|
||||||
\hline
|
|
||||||
\end{tabular}
|
|
||||||
\vfill
|
|
||||||
On note :
|
|
||||||
\begin{itemize}
|
|
||||||
\item T = "prend le train"
|
|
||||||
\item G = "est garagiste"
|
|
||||||
\end{itemize}
|
|
||||||
\vfill
|
|
||||||
Calculer la quantité $P_G(\overline{T})$
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 4}
|
|
||||||
% Dérivation
|
|
||||||
Dériver la fonction suivante
|
|
||||||
\[
|
|
||||||
f(x) = 8x^2 - 2x^3 + 4
|
|
||||||
\]
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Fin}
|
|
||||||
\begin{center}
|
|
||||||
On retourne son papier.
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
|
Binary file not shown.
@ -1,76 +0,0 @@
|
|||||||
\documentclass[14pt]{classPres}
|
|
||||||
\usepackage{tkz-fct}
|
|
||||||
\usepackage{minted}
|
|
||||||
|
|
||||||
\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}[fragile]{Calcul 1}
|
|
||||||
% Droite
|
|
||||||
\vfill
|
|
||||||
Soient $A(2; 5)$ et $B(3; 3)$ deux points
|
|
||||||
\vfill
|
|
||||||
Calculer la pente de la droite $(AB)$.
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 2}
|
|
||||||
% Droite
|
|
||||||
Soit $(a)$ la droite qui passe par $A(0; 5)$ et dont la pente est égale à -4.
|
|
||||||
|
|
||||||
\vfill
|
|
||||||
Déterminer l'équation de cette droite.
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 3}
|
|
||||||
% Opération ensembles
|
|
||||||
\begin{tabular}{|*{4}{c|}}
|
|
||||||
\hline
|
|
||||||
& Voiture & Train & Total \\
|
|
||||||
\hline
|
|
||||||
fleuriste & 65 & 15 & 80 \\
|
|
||||||
\hline
|
|
||||||
Garagiste & 4 & 17 & 21 \\
|
|
||||||
\hline
|
|
||||||
Total & 69 & 32 & 101 \\
|
|
||||||
\hline
|
|
||||||
\end{tabular}
|
|
||||||
\vfill
|
|
||||||
On note :
|
|
||||||
\begin{itemize}
|
|
||||||
\item T = "prend le train"
|
|
||||||
\item G = "est garagiste"
|
|
||||||
\end{itemize}
|
|
||||||
\vfill
|
|
||||||
Calculer la quantité $P(T\cap G)$
|
|
||||||
\vfill
|
|
||||||
|
|
||||||
\end{frame}
|
|
||||||
\begin{frame}[fragile]{Calcul 4}
|
|
||||||
% Fonction de référence
|
|
||||||
Tracer le tableau de variations de la fonction carré.
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Fin}
|
|
||||||
\begin{center}
|
|
||||||
On retourne son papier.
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
|
Binary file not shown.
@ -1,76 +0,0 @@
|
|||||||
\documentclass[14pt]{classPres}
|
|
||||||
\usepackage{tkz-fct}
|
|
||||||
\usepackage{minted}
|
|
||||||
|
|
||||||
\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}[fragile]{Calcul 1}
|
|
||||||
% Droite
|
|
||||||
\vfill
|
|
||||||
Soient $A(2; 5)$ et $B(-2; 1)$ deux points
|
|
||||||
\vfill
|
|
||||||
Calculer la pente de la droite $(AB)$.
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 2}
|
|
||||||
% Droite
|
|
||||||
Soit $(a)$ la droite qui passe par $A(2; 5)$ et dont la pente est égale à 2.
|
|
||||||
|
|
||||||
\vfill
|
|
||||||
Déterminer l'équation de cette droite.
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 3}
|
|
||||||
% Opération ensembles
|
|
||||||
\begin{tabular}{|*{4}{c|}}
|
|
||||||
\hline
|
|
||||||
& Voiture & Train & Total \\
|
|
||||||
\hline
|
|
||||||
fleuriste & 65 & 15 & 80 \\
|
|
||||||
\hline
|
|
||||||
Garagiste & 4 & 17 & 21 \\
|
|
||||||
\hline
|
|
||||||
Total & 69 & 32 & 101 \\
|
|
||||||
\hline
|
|
||||||
\end{tabular}
|
|
||||||
\vfill
|
|
||||||
On note :
|
|
||||||
\begin{itemize}
|
|
||||||
\item T = "prend le train"
|
|
||||||
\item G = "est garagiste"
|
|
||||||
\end{itemize}
|
|
||||||
\vfill
|
|
||||||
Calculer la quantité $P(T\cup G)$
|
|
||||||
\vfill
|
|
||||||
|
|
||||||
\end{frame}
|
|
||||||
\begin{frame}[fragile]{Calcul 4}
|
|
||||||
% Fonction de référence
|
|
||||||
Tracer le tableau de signes de la fonction racine carré.
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Fin}
|
|
||||||
\begin{center}
|
|
||||||
On retourne son papier.
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
|
Binary file not shown.
@ -1,76 +0,0 @@
|
|||||||
\documentclass[14pt]{classPres}
|
|
||||||
\usepackage{tkz-fct}
|
|
||||||
\usepackage{minted}
|
|
||||||
|
|
||||||
\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}[fragile]{Calcul 1}
|
|
||||||
% Droite
|
|
||||||
\vfill
|
|
||||||
Soient $A(-1; 6)$ et $B(5; -1)$ deux points
|
|
||||||
\vfill
|
|
||||||
Calculer la pente de la droite $(AB)$.
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 2}
|
|
||||||
% Droite
|
|
||||||
Soit $(a)$ la droite qui passe par $A(2; 0)$ et dont la pente est égale à -5.
|
|
||||||
|
|
||||||
\vfill
|
|
||||||
Déterminer l'équation de cette droite.
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 3}
|
|
||||||
% Opération ensembles
|
|
||||||
\begin{tabular}{|*{4}{c|}}
|
|
||||||
\hline
|
|
||||||
& Voiture & Train & Total \\
|
|
||||||
\hline
|
|
||||||
fleuriste & 65 & 15 & 80 \\
|
|
||||||
\hline
|
|
||||||
Garagiste & 4 & 17 & 21 \\
|
|
||||||
\hline
|
|
||||||
Total & 69 & 32 & 101 \\
|
|
||||||
\hline
|
|
||||||
\end{tabular}
|
|
||||||
\vfill
|
|
||||||
On note :
|
|
||||||
\begin{itemize}
|
|
||||||
\item T = "prend le train"
|
|
||||||
\item G = "est garagiste"
|
|
||||||
\end{itemize}
|
|
||||||
\vfill
|
|
||||||
Calculer la quantité $P(\overline{T}\cup G)$
|
|
||||||
\vfill
|
|
||||||
|
|
||||||
\end{frame}
|
|
||||||
\begin{frame}[fragile]{Calcul 4}
|
|
||||||
% Fonction de référence
|
|
||||||
Quel est l'ensemble de définition de la fonction inverse ?
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Fin}
|
|
||||||
\begin{center}
|
|
||||||
On retourne son papier.
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
|
Binary file not shown.
@ -1,76 +0,0 @@
|
|||||||
\documentclass[14pt]{classPres}
|
|
||||||
\usepackage{tkz-fct}
|
|
||||||
\usepackage{minted}
|
|
||||||
|
|
||||||
\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}[fragile]{Calcul 1}
|
|
||||||
% Droite
|
|
||||||
\vfill
|
|
||||||
Soient $A(0; 6)$ et $B(1; 2)$ deux points
|
|
||||||
\vfill
|
|
||||||
Calculer la pente de la droite $(AB)$.
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 2}
|
|
||||||
% Droite
|
|
||||||
Soient $A(0; 6)$ et $B(1; 2)$ deux points
|
|
||||||
|
|
||||||
\vfill
|
|
||||||
Déterminer l'équation de la droite $(AB)$.
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 3}
|
|
||||||
% Opération ensembles
|
|
||||||
\begin{tabular}{|*{4}{c|}}
|
|
||||||
\hline
|
|
||||||
& Voiture & Train & Total \\
|
|
||||||
\hline
|
|
||||||
fleuriste & 65 & 15 & 80 \\
|
|
||||||
\hline
|
|
||||||
Garagiste & 4 & 17 & 21 \\
|
|
||||||
\hline
|
|
||||||
Total & 69 & 32 & 101 \\
|
|
||||||
\hline
|
|
||||||
\end{tabular}
|
|
||||||
\vfill
|
|
||||||
On note :
|
|
||||||
\begin{itemize}
|
|
||||||
\item T = "prend le train"
|
|
||||||
\item G = "est garagiste"
|
|
||||||
\end{itemize}
|
|
||||||
\vfill
|
|
||||||
Calculer la quantité $P(\overline{G}\cup T)$
|
|
||||||
\vfill
|
|
||||||
|
|
||||||
\end{frame}
|
|
||||||
\begin{frame}[fragile]{Calcul 4}
|
|
||||||
% Fonction de référence
|
|
||||||
Quel est l'ensemble de définition de la fonction racine carré ?
|
|
||||||
\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