Compare commits
No commits in common. "34dfd9d338ac4fd7bf6c8a372d4815d9470fc0dc" and "3e8cfe5317ff6cf15dbacfad67d63d28bde04260" have entirely different histories.
34dfd9d338
...
3e8cfe5317
Binary file not shown.
@ -1,78 +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}
|
|
||||||
% Développer
|
|
||||||
Développer l'expression suivante
|
|
||||||
\[
|
|
||||||
(x-4)(2x+1)
|
|
||||||
\]
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 2}
|
|
||||||
% Taux d'évolution
|
|
||||||
\vfill
|
|
||||||
Le prix d'un objet a augmenté de 10\%.
|
|
||||||
|
|
||||||
\vfill
|
|
||||||
Par combien doit-on multiplier le nouveau prix pour revenir au prix initial?
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 3}
|
|
||||||
% Suite
|
|
||||||
On définit la suite
|
|
||||||
\[
|
|
||||||
u_0 = 10 \mbox{ et } u_{n+1} = u_n + 3
|
|
||||||
\]
|
|
||||||
Calculer $u_3$
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 4}
|
|
||||||
% Graphique et tableau
|
|
||||||
|
|
||||||
\begin{tikzpicture}[xscale=0.8, yscale=0.3]
|
|
||||||
\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}
|
|
||||||
Compléter le tableau de signe
|
|
||||||
|
|
||||||
\begin{tikzpicture}
|
|
||||||
\tkzTabInit[lgt=3,espcl=6]{$x$/1,Signe de $f(x)$/2}{\hspace{5cm}, \hspace{5cm}}%
|
|
||||||
\tkzTabLine{,,}%
|
|
||||||
\end{tikzpicture}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Fin}
|
|
||||||
\begin{center}
|
|
||||||
On retourne son papier.
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
|
Binary file not shown.
@ -1,78 +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}
|
|
||||||
% Développer
|
|
||||||
Développer l'expression suivante
|
|
||||||
\[
|
|
||||||
(x+1)(x+10)
|
|
||||||
\]
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 2}
|
|
||||||
% Taux d'évolution
|
|
||||||
\vfill
|
|
||||||
Le prix d'un objet a diminué de 40\%.
|
|
||||||
|
|
||||||
\vfill
|
|
||||||
Par combien doit-on multiplier le nouveau prix pour revenir au prix initial?
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 3}
|
|
||||||
% Suite
|
|
||||||
On définit la suite
|
|
||||||
\[
|
|
||||||
u_0 = 10 \mbox{ et } u_{n+1} = u_n \times 2
|
|
||||||
\]
|
|
||||||
Calculer $u_4$
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 4}
|
|
||||||
% Graphique et tableau
|
|
||||||
|
|
||||||
\begin{tikzpicture}[xscale=0.8, yscale=0.3]
|
|
||||||
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
|
||||||
ymin=-5,ymax=5,ystep=1]
|
|
||||||
\tkzGrid
|
|
||||||
\tkzAxeXY
|
|
||||||
\tkzFct[domain = -5:5,color=red,very thick]%
|
|
||||||
{(x-1)*(x+2)};
|
|
||||||
\end{tikzpicture}
|
|
||||||
Compléter le tableau de signe
|
|
||||||
|
|
||||||
\begin{tikzpicture}
|
|
||||||
\tkzTabInit[lgt=3,espcl=6]{$x$/1,Signe de $f(x)$/2}{\hspace{5cm}, \hspace{5cm}}%
|
|
||||||
\tkzTabLine{,,}%
|
|
||||||
\end{tikzpicture}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Fin}
|
|
||||||
\begin{center}
|
|
||||||
On retourne son papier.
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
|
Binary file not shown.
@ -1,78 +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}
|
|
||||||
% Développer
|
|
||||||
Développer l'expression suivante
|
|
||||||
\[
|
|
||||||
(-x+1)(x-2)
|
|
||||||
\]
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Calcul 2}
|
|
||||||
% Taux d'évolution
|
|
||||||
\vfill
|
|
||||||
Le prix d'un objet a diminué de 50\%.
|
|
||||||
|
|
||||||
\vfill
|
|
||||||
Par combien doit-on multiplier le nouveau prix pour revenir au prix initial?
|
|
||||||
\vfill
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 3}
|
|
||||||
% Suite
|
|
||||||
On définit la suite
|
|
||||||
\[
|
|
||||||
u_0 = 100 \mbox{ et } u_{n+1} = u_n \times 0.6
|
|
||||||
\]
|
|
||||||
Calculer $u_4$
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[fragile]{Calcul 4}
|
|
||||||
% Graphique et tableau
|
|
||||||
|
|
||||||
\begin{tikzpicture}[xscale=0.8, yscale=0.3]
|
|
||||||
\tkzInit[xmin=-5,xmax=5,xstep=1,
|
|
||||||
ymin=-5,ymax=5,ystep=1]
|
|
||||||
\tkzGrid
|
|
||||||
\tkzAxeXY
|
|
||||||
\tkzFct[domain = -5:5,color=red,very thick]%
|
|
||||||
{0.3*(x-4)*(x+3)};
|
|
||||||
\end{tikzpicture}
|
|
||||||
Compléter le tableau de signe
|
|
||||||
|
|
||||||
\begin{tikzpicture}
|
|
||||||
\tkzTabInit[lgt=3,espcl=6]{$x$/1,Signe de $f(x)$/2}{\hspace{5cm}, \hspace{5cm}}%
|
|
||||||
\tkzTabLine{,,}%
|
|
||||||
\end{tikzpicture}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}{Fin}
|
|
||||||
\begin{center}
|
|
||||||
On retourne son papier.
|
|
||||||
\end{center}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user