% Created 2026-04-02 jeu. 19:31
% Intended LaTeX compiler: pdflatex
\documentclass[10pt, tsi]{article}
          \usepackage[couleur,draft]{/home/basile/Latex/Headfiles/dip2}
                  \newlength{\recultitre}
\geometry{hmargin = 5em, tmargin = 5em, bmargin = 3.5em}
\setlength{\recultitre}{-8em}
\pgfplotsset{compat=1.16}
\newcommand\eleve[1]{\phantom{\Large {#1}}}
\def\cdt{\kern-0.5pt\ensuremath\cdot\kern-0.5pt}
\usepackage{titling}
\pretitle{\vspace*{\recultitre}\begin{center}\Large\hrule\vspace*{.5em}\scshape}
\posttitle{\vspace*{.4em}\hrule\par\end{center}}
\preauthor{}
\postauthor{}
\predate{}
\postdate{}
\newcommand{\inlinemaketitle}{{\let\newpage\relax\maketitle}}
\usepackage{listingsutf8}
\renewcommand{\ttdefault}{pcr}
\lstset{%
inputencoding=utf8,
extendedchars=true,
literate=%
{é}{{\'{e}}}1
{è}{{\`{e}}}1
{ê}{{\^{e}}}1
{ë}{{\¨{e}}}1
{É}{{\'{E}}}1
{Ê}{{\^{E}}}1
{û}{{\^{u}}}1
{ù}{{\`{u}}}1
{â}{{\^{a}}}1
{à}{{\`{a}}}1
{á}{{\'{a}}}1
{ã}{{\~{a}}}1
{Á}{{\'{A}}}1
{Â}{{\^{A}}}1
{Ã}{{\~{A}}}1
{ç}{{\c{c}}}1
{Ç}{{\c{C}}}1
{õ}{{\~{o}}}1
{ó}{{\'{o}}}1
{ô}{{\^{o}}}1
{Õ}{{\~{O}}}1
{Ó}{{\'{O}}}1
{Ô}{{\^{O}}}1
{î}{{\^{i}}}1
{Î}{{\^{I}}}1
{í}{{\'{i}}}1
{Í}{{\~{Í}}}1}
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegreendark}{rgb}{0,0.3,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.98,0.98,0.95}
\definecolor{gren}{rgb}{0,0,0}
\definecolor{purple}{rgb}{0.5,0,0.5}
\definecolor{darkred}{rgb}{0.5,0,0}
\definecolor{orange}{rgb}{1,0.5,0}
\definecolor{lightgrey}{rgb}{.97,.97,.97}
\lstdefinestyle{ocamlstyle}{
backgroundcolor=\color{backcolour},
commentstyle=\color{codegreen},
keywordstyle=\color{magenta}\bf,
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\small\ttfamily,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
escapeinside={-@@}{@@-},
keepspaces=true,
numbers=none,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2,
language=[Objective]Caml
}
\lstnewenvironment{ocaml}{\lstset{style=ocamlstyle}}{}
\lstnewenvironment{ocamlsmall}{\lstset{style=ocamlstyle, basicstyle=\footnotesize\ttfamily}}{}
\lstdefinestyle{pythonstyle}{%
language=python,
backgroundcolor=\color{white},
basicstyle=\ttfamily,
stringstyle=\color{green},
showstringspaces=false,
alsoletter={1234567890},
keywordstyle=\bf\color{blue},
emph={access,and,as,break,class,continue,def,del,elif,else,%
except,exec,finally,for,from,global,if,import,in,is,%
lambda,not,or,pass,print,raise,return,try,while,assert},
emphstyle=\bf\color{darkred},
emph={[2]self},
emphstyle=[2]\color{black},
emph={[4]ArithmeticError,AssertionError,AttributeError,BaseException,%
DeprecationWarning,EOFError,Ellipsis,EnvironmentError,Exception,%
False,FloatingPointError,FutureWarning,GeneratorExit,IOError,%
ImportError,ImportWarning,IndentationError,IndexError,KeyError,%
KeyboardInterrupt,LookupError,MemoryError,NameError,None,%
NotImplemented,NotImplementedError,OSError,OverflowError,%
PendingDeprecationWarning,ReferenceError,RuntimeError,RuntimeWarning,%
StandardError,StopIteration,SyntaxError,SyntaxWarning,SystemError,%
SystemExit,TabError,True,TypeError,UnboundLocalError,UnicodeDecodeError,%
UnicodeEncodeError,UnicodeError,UnicodeTranslateError,UnicodeWarning,%
UserWarning,ValueError,Warning,ZeroDivisionError,abs,all,any,apply,%
basestring,bool,buffer,callable,chr,classmethod,cmp,coerce,compile,%
complex,copyright,credits,delattr,dict,dir,divmod,enumerate,eval,%
execfile,exit,file,filter,float,frozenset,getattr,globals,hasattr,%
hash,help,hex,id,input,int,intern,isinstance,issubclass,iter,len,%
license,list,locals,long,map,max,min,object,oct,open,ord,pow,property,%
quit,range,raw_input,reduce,reload,repr,reversed,round,set,setattr,%
slice,sorted,staticmethod,str,sum,super,tuple,type,unichr,unicode,%
vars,xrange,zip},
emphstyle=[4]\color{purple},
upquote=true,
morecomment=[s][\color{gren}]{"""}{"""},
commentstyle=\color{red}\slshape,
inputencoding=utf8,
procnamekeys={def,class},
procnamestyle=\color{blue},
breaklines=true,
breakindent=0pt,
prebreak=\mbox{$\backslash$},
postbreak=\mbox{    }
}%
\lstnewenvironment{pythonenv}{\lstset{style=pythonstyle}}{}
\lstdefinestyle{python}{%
language=python,
frameround=tttt,
%frame=BL,
frame=single,
framerule=2pt,
rulecolor=\color{gray!80},
rulesep=.3pt,
%color=\color{black},
backgroundcolor=\color{white},
basicstyle=\ttfamily,
stringstyle=\color{green},
showstringspaces=false,
alsoletter={1234567890},
otherkeywords={\ , \}, \{},
keywordstyle=\bf\color{blue},
emph={access,and,as,break,class,continue,def,del,elif,else,%
except,exec,finally,for,from,global,if,import,in,is,%
lambda,not,or,pass,print,raise,return,try,while,assert},
emphstyle=\bf\color{darkred},
emph={[2]self},
emphstyle=[2]\color{black},
emph={[4]ArithmeticError,AssertionError,AttributeError,BaseException,%
DeprecationWarning,EOFError,Ellipsis,EnvironmentError,Exception,%
False,FloatingPointError,FutureWarning,GeneratorExit,IOError,%
ImportError,ImportWarning,IndentationError,IndexError,KeyError,%
KeyboardInterrupt,LookupError,MemoryError,NameError,None,%
NotImplemented,NotImplementedError,OSError,OverflowError,%
PendingDeprecationWarning,ReferenceError,RuntimeError,RuntimeWarning,%
StandardError,StopIteration,SyntaxError,SyntaxWarning,SystemError,%
SystemExit,TabError,True,TypeError,UnboundLocalError,UnicodeDecodeError,%
UnicodeEncodeError,UnicodeError,UnicodeTranslateError,UnicodeWarning,%
UserWarning,ValueError,Warning,ZeroDivisionError,abs,all,any,apply,%
basestring,bool,buffer,callable,chr,classmethod,cmp,coerce,compile,%
complex,copyright,credits,delattr,dict,dir,divmod,enumerate,eval,%
execfile,exit,file,filter,float,frozenset,getattr,globals,hasattr,%
hash,help,hex,id,input,int,intern,isinstance,issubclass,iter,len,%
license,list,locals,long,map,max,min,object,oct,open,ord,pow,property,%
quit,range,raw_input,reduce,reload,repr,reversed,round,set,setattr,%
slice,sorted,staticmethod,str,sum,super,tuple,type,unichr,unicode,%
vars,xrange,zip},
emphstyle=[4]\color{purple},
upquote=true,
morecomment=[s][\color{gren}]{"""}{"""},
commentstyle=\color{red}\slshape,
inputencoding=utf8,
procnamekeys={def,class},
procnamestyle=\color{blue},
breaklines=true,
breakindent=0pt,
prebreak=\mbox{$\backslash$},
postbreak=\mbox{    }
}%
\lstnewenvironment{python}{\lstset{style=python}}{}
\lstdefinestyle{sqlstyle}{
commentstyle=\color{codegreendark},
keywordstyle=\bf,
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\small\ttfamily,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=none,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2,
language=SQL
}
\lstnewenvironment{sql}{\lstset{style=sqlstyle}}{}
\lstdefinestyle{sql}%
{%
language=sql,
frameround=tttt,
frame=single,
framerule=1pt,
showstringspaces=false,
backgroundcolor=\color{white},
basicstyle=\ttfamily,
keywordstyle=\color{darkred}\bf,
commentstyle=\color{purple}\slshape,
stringstyle=\color{green},
emph={[2]no, column, read},
emphstyle=[2],
otherkeywords={TEXT, REFERENCES, EXISTS}
}%
\lstnewenvironment{sql1}{\lstset{style=sql}}{}
\usepackage[compact]{titlesec}
\titlespacing\section{-1em}{12pt plus 4pt minus 2pt}{5pt plus 2pt minus 2pt}
\titlespacing\subsection{3em}{8pt plus 4pt minus 2pt}{6pt plus 2pt minus 2pt}
\setcounter{secnumdepth}{0}
\date{}
\title{Semaine 25\\\medskip
\large Programme de colles}
\hypersetup{
 pdfauthor={Basile Pillet},
 pdftitle={Semaine 25},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 29.3 (Org mode 9.7.12)}, 
 pdflang={English}}
\begin{document}

\maketitle
\thispagestyle{firststyle}
\section*{Questions de cours}
\label{sec:orga0e97af}

\subsection*{\hspace{5em}\fbox{$\triangle$}  Rapide : limites usuelle ou équivalent usuel}
\label{sec:org9e56e61}
\begin{itemize}
\item Limites usuelles : 
\begin{itemize}
\item Limites des fonctions usuelles aux bornes de leur domaine
\item Croissances comparées
\item Taux d'accroissements
\end{itemize}

\item Équivalents usuels : \(u(x) \to 0\), équivalents de \(\exp(u) - 1, \ln(1 + u), \sin(u), \cos(u) - 1, \tan(u), (1 + u)^{\alpha} - 1, \sqrt{1 + u} - 1, \arctan(u), \arcsin(u)\)

\item \(DL_1\) usuels (les mêmes que les équivalents)
\end{itemize}

\emph{En cas de méconnaissance, jusqu'à 4 points peuvent être retirés de la note.} On ne s'attardera pas sur cet exercice, quel que soit le niveau de l'élève.
\subsection*{\hspace{5em}\fbox{$\square$}  Récitation}
\label{sec:org1e1c71b}

\begin{itemize}
\item Relations coefficients-racines (pour les termes de degrés \(0\) et \(n-1\)). \hfill \emph{(Chap. 15B 4.)}

\item Théorème de \textsc{Leibniz} pour les dérivées successives de fonctions ou\footnote{au choix du/de la colleur\cdt euse\label{org754a38b}} Théorème du binôme de \textsc{Newton}. \hfill \emph{(Chap. 16C thm. 2 ou 6B thm. 1)}

Attention à bien identifier les différences entre les deux.

\item Définition de sous-espace vectoriel.  \hfill \emph{(Chap. 18A def. 2)}
\end{itemize}
\subsection*{\hspace{5em}\fbox{$\blacksquare$}  Démonstrations et exercices de cours.}
\label{sec:org4c862a1}

Les exercices de cours "\emph{pour les plus courageux\cdottext euse}" peuvent être refusés (poliment) par l'élève, dans ce cas ellui se voit proposer une autre démonstration de cours de la liste, qui devra être parfaitement traitée.

\begin{enumerate}
\item Montrer que \(x \mapsto x^2 \sin\left(\frac 1 x\right)\) prolongée par continuité en \(0\) est dérivable en \(0\), mais que sa dérivée n'est pas continue en \(0\). \hfill \emph{(Chap. 16C 1.)}

\item Soit \(d = \ens{(x,y) \in \R^2}{3y + 4x = 0}\).
Montrer que \(d\) est un sous-espace vectoriel de \(\R^2\). \hfill \emph{(Chap. 18A 3.)}

\item Exercice \cible \hfill \emph{(1 feuille 15.1)}
\begin{exo}
Montrer que \(\forall n \in \N^*\),
\[
   X^n - 1 = (X - 1) \sum_{k = 0}^{n - 1} X^k.
   \]

En déduire, pour \(a, b\in \C\) et \(n \in \N^*\), une factorisation de \(a^n - b^n\) par \((a - b)\).
\end{exo}
Preuve à faire\textsuperscript{\ref{org754a38b}} :
\begin{enumerate}
\item Par somme télescopique ou changement d'indice. Plus le corollaire \(a^n - b^n\).
\item Par récurrence.
\item \textbf{New} Par les racine \(n\)-èmes de l'unité.
\item \textbf{New} \emph{pour les plus courageux\cdt euse} par somme géométrique. Plus le corollaire \(a^n - b^n\).
\end{enumerate}

\item \emph{pour les plus courageux\cdt euse} \hfill \emph{(Chap. 16C 1.)}
Montrer que \(x \mapsto x^3 \sin\left(\frac 1 x\right)\) prolongée par continuité en \(0\) est de classe \(\Cc^1\) sur \(\R\) mais n'est pas dérivable deux fois en \(0\).
\end{enumerate}
\section*{Méthodes à connaître et exercices élémentaires}
\label{sec:org04ab14a}

\begin{itemize}
\item \textbf{New} Factorisation de polynômes.

\item \textbf{New} Dérivabilité et prolongements.

\item \textbf{New} Rolle et accroissements finis : applications.
\end{itemize}
\subsection*{En exo supplémentaire}
\label{sec:org3362bcf}

\begin{itemize}
\item Arithmétique sur les polynômes

\item Image et noyau de matrices. Liens avec la liberté, caractère générateur de la famille de vecteurs colonne de la matrice.
\end{itemize}
\section*{Chapitre 15 : Polynômes}
\label{sec:orgee83bd3}
\begin{itemize}
\item Polynôme
\item Degré
\item Opérations
\item Division Euclidienne
\item Racines
\item Multiplicité
\item Théorème de Taylor
\end{itemize}
\section*{Chapitre 16 : Dérivation}
\label{sec:orgf38136d}

\begin{itemize}
\item Dérivabilité, dérivée à droite et à gauche.
\item Développement limité à l'ordre 1.
\item Théorème de la limite de la dérivée.
\item Théorème de Rolle, théorème des accroissements finis, inégalité des accroissements finis.
\item Classes de régularité, dérivée d'ordre supérieure, formule de Leibniz
\end{itemize}
\section*{Chapitre 18 : Espaces Vectoriels (que pour le cours)}
\label{sec:org39d1385}

\begin{itemize}
\item Espace Vectoriel.
\item Exemples.
\item Sous-espace vectoriel.
\end{itemize}
\end{document}
