2023-05-18 04:46:03 +00:00
|
|
|
|
\documentclass[a4paper,12pt]{article}
|
|
|
|
|
\usepackage{myXsim}
|
|
|
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
|
\title{Polynomes de degré 3 - Plan de travail}
|
|
|
|
|
\tribe{1ST}
|
|
|
|
|
\date{mai 2023}
|
|
|
|
|
|
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
|
|
|
|
|
\DeclareExerciseCollection{banque}
|
|
|
|
|
\xsimsetup{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
|
|
% Résumé
|
|
|
|
|
|
|
|
|
|
\bigskip
|
|
|
|
|
|
|
|
|
|
Savoir-faire de la séquence
|
|
|
|
|
\begin{itemize}
|
|
|
|
|
\item représentations graphiques des fonctions : $ax3$, $ax3 + b$ ;
|
|
|
|
|
\item racines et signe d’un polynôme de degré 3 de la forme $a(x - x1)(x - x2)(x-x3)$ ;
|
2023-05-19 08:22:17 +00:00
|
|
|
|
\item équation $x^3 = c$ ; racine cubique d’un nombre réel positif ; notations racines cubiques
|
2023-05-18 04:46:03 +00:00
|
|
|
|
\end{itemize}
|
|
|
|
|
|
|
|
|
|
\bigskip
|
|
|
|
|
|
2023-05-19 08:22:17 +00:00
|
|
|
|
\section{Forme et forme graphique}
|
2023-05-18 04:46:03 +00:00
|
|
|
|
|
2023-05-19 08:22:17 +00:00
|
|
|
|
\listsectionexercises
|
|
|
|
|
|
|
|
|
|
\section{Racine et signes}
|
|
|
|
|
|
|
|
|
|
\listsectionexercises
|
|
|
|
|
|
|
|
|
|
\section{Problèmes}
|
|
|
|
|
|
|
|
|
|
\listsectionexercises
|
2023-05-18 04:46:03 +00:00
|
|
|
|
|
2023-05-19 08:22:17 +00:00
|
|
|
|
\section{Racine cubique}
|
2023-05-18 04:46:03 +00:00
|
|
|
|
|
|
|
|
|
\listsectionexercises
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\pagebreak
|
|
|
|
|
|
|
|
|
|
\input{exercises.tex}
|
|
|
|
|
\printcollection{banque}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|