72 lines
1.2 KiB
TeX
72 lines
1.2 KiB
TeX
|
\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 non autorisée}
|
||
|
\vfill
|
||
|
\tiny \jobname
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 1}
|
||
|
% Factorisation
|
||
|
\vfill
|
||
|
La fonction $f(x) = 3x^2 - 3x - 6$ a deux racines -1 et 2.
|
||
|
\vfill
|
||
|
Proposer une forme factorisée du polynôme $f$.
|
||
|
\vfill
|
||
|
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Calcul 2}
|
||
|
% Dérivation
|
||
|
\vfill
|
||
|
Calculer la dérivée de la fonction
|
||
|
\[
|
||
|
f(x) = 5x^3 - x^2 + x - 1
|
||
|
\]
|
||
|
\vfill
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 3}
|
||
|
% Développer
|
||
|
Développer l'expression suivante
|
||
|
\[
|
||
|
f(x) = 2(x-1)(x+2)
|
||
|
\]
|
||
|
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}[fragile]{Calcul 4}
|
||
|
% poy deg 2
|
||
|
|
||
|
Quelle est l'allure de la représentation graphique de la fonction suivante
|
||
|
|
||
|
\[
|
||
|
f(x) = -2(x-3)(x+2)
|
||
|
\]
|
||
|
\end{frame}
|
||
|
|
||
|
\begin{frame}{Fin}
|
||
|
\begin{center}
|
||
|
On retourne son papier.
|
||
|
\end{center}
|
||
|
\end{frame}
|
||
|
|
||
|
|
||
|
\end{document}
|