% Created 2026-02-27 ven. 14:56
% 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 20\\\medskip
\large Programme de colles}
\hypersetup{
 pdfauthor={Basile Pillet},
 pdftitle={Semaine 20},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 29.3 (Org mode 9.7.12)}, 
 pdflang={English}}
\begin{document}

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

\subsection*{\hspace{5em}\fbox{$\triangle$}  Rapide : dérivée, primitive ou graphe}
\label{sec:org4cd5a82}
Considérons la propositions \(D\) : \ogfg{La colle commence par l'énoncé d'un dérivée usuelle}, \(P\) : \ogfg{La colle commence par l'énoncé d'une primitive usuelle} et \(G\) : \ogfg{la colle commence par le graphe d'une fonction usuelle} alors pour toute colle, on a :
\[
(D \wedge P) \vee G
\]

\begin{itemize}
\item Dérivées usuelles (\(\sin\), \(\cos\), \(\tan\), \(\arcsin\), \(\arccos\), \(\arctan\), \(\sqrt{\_}\), \(\ln\), \(\exp\), \(x \mapsto x^n\), \(x \mapsto \frac 1 x\)) et sa forme composée (\((\sin u)', (\cos u)', \cdots)\).

\item Primitives usuelles (\(\sin,\cos,\tan,\frac 1 {\cos^2}, 1+ \tan^2,x \mapsto x^k, x \mapsto x^\alpha, \exp, \ln, x \mapsto \frac 1 {1 + x^2}, x \mapsto \frac 1 {\sqrt{1 - x^2}}\)) et de la forme composée associée (\(u'f(u)\)). \hfill \emph{(Chap. 8A)}

Remarque aux examinateur\cdt ices : \emph{on ne s'attardera pas sur les domaines de dérivabilité, mais on sera attentif à ce qu'il n'y ait pas de confusion entre nombre et fonction}

\item Graphes usuels : \(\sin,\cos,\tan, \arcsin, \arccos, \arctan, \exp, \ln, \sqrt{\_}, x \mapsto x^\alpha\) (cas \(\alpha < 0, 0 < \alpha < 1\) et \(\alpha > 1\)), \(x \mapsto a^x\) (cas \(a < 1\) et \(a > 1\)).
\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:orgb04686c}

\begin{itemize}
\item Théorème de la limite monotone (tous les cas). \hfill \emph{(Chap. 12E 4. thm. 1)}

\item Définition de système complet d'évènements. \hfill \emph{(Chap. 22A 2. def. 5)}

\emph{Il est évident que toutes les notions connexes (expérience, issue, univers, évènement) doivent être connues.}

\item Axiomes de probabilité \hfill \emph{(Chap. 22A 3. def. 6)}

\emph{Il est évident que toutes les notions connexes (expérience, issue, univers, évènement) doivent être connues.}

\item Énoncer le théorème d'encadrement. \hfill \emph{(Chap. 12E 5. thm. 2)}
\end{itemize}
\subsection*{\hspace{5em}\fbox{$\blacksquare$}  Démonstrations et exercices de cours.}
\label{sec:orge87fb3e}

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{itemize}
\item Soit \(\theta \in \Ioo 0 {\pi/2}\). On pose \(u_n = 2^n\sin\left(\theta 2^{-n}\right)\) et \(v_n = 2^n\tan\left(\theta 2^{-n}\right)\). \hfill \emph{(Chap. 12E 6.1)}

\begin{enumerate}
\item (Admis pour la colle) En utilisant que \(\forall x \in \Ioo 0 {\pi/2}, 0 < \cos(x) < 1\), montrer que \(\forall n, 0 < u_n \leq v_n\).

\item En utilisant la formule pour \(\sin(2a)\), montrer que \((u_n)_n\) est croissante.

\item En utilisant, de même les formules de trigo, montrer que \((v_n)_n\) est décroissante.
\end{enumerate}

\item Déterminer la limite de la suite de terme général \hfill \emph{(Chap. 12D 1.1.1)}
\begin{enumerate}
\item \(\ln(n) + \cos(n)\)
\item \(e^{-n}\sin(n)\)
\end{enumerate}

\item Soit pour \(n \in \N, u_n = \frac 1 {n + 1} + \frac 1 {n + 2} + \cdots + \frac 1 {2n}\) \hfill \emph{(Ex. 7 Td 12.2)}
\begin{enumerate}
\item Écrire \(u_n\) à l'aide du symbole \(\sum\) de deux manière différentes.
\item Montrer que \((u_n)_n\) est majorée.
\item Montrer que \((u_n)_n\) converge.
\end{enumerate}

\item \emph{pour les plus courageux\cdottext euse} Démontrer qu'une suite convergente est bornée. \hfill \emph{(Chap. 12E 3.)}

\item \emph{pour les plus courageux\cdottext euse} Démontrer le théorème de la limite monotone. \hfill \emph{(Chap. 12E 4.)}
\end{itemize}
\section*{Méthodes à connaître et exercices élémentaires}
\label{sec:orgab6c4e1}

\begin{itemize}
\item \textbf{New} Inverse de matrice.

\item Produit de matrices, puissances de matrices, binôme.

\item Suites arithmétiques, géométriques et arithmético-géométriques, récurrentes linéaires d'ordre 2.

\item Application du théorème de la limite monotone. Étude générale d'une suite.
\emph{Remarque : aucune théorie générale des suite récurrentes n'a été abordée, et même peu d'exemples ont été étudiés.}
\end{itemize}
\subsection*{En exo supplémentaire}
\label{sec:org7c4ac13}

\begin{itemize}
\item \textbf{Rappel} : Inégalités dans \(\R\), partie entières, \ldots{}

\item \textbf{Rappel} : Récurrence

\item Sommes
\begin{itemize}
\item Sommes télescopiques.
\item Changement d'indice dans une somme.
\emph{Le changement d'indice doit être donné ou guidé}.
\item Autres outils : linéarité, sommes usuelles, sommes géométriques, Chasles\ldots{}
\end{itemize}
\end{itemize}
\section*{Chapitre 12 : Suites}
\label{sec:org930207c}

\begin{itemize}
\item Retour sur les inégalités dans \(\R\) : borne sup et inf.
\item Suites arithmétiques, géométriques et arithmético-géométriques.
\item Suites récurrentes linéaires d'ordre 2.

\item Convergence.
\item Limite de suites, opérations sur les limites.
\item Monotonie, limite monotone.
\item Suite convergentes sont bornées.
\item Encadrement, suites adjacentes.
\end{itemize}
\section*{Chapitre 13 : Matrices}
\label{sec:org982f293}

\begin{itemize}
\item Produit matrices \(\times\) colonne.
\item Produit de matrices.
\item Identité, matrice nulles.
\item Structures sur \(\Mm_{n}(\R)\).
\item Puissances de matrices carré.
\item Formule du binôme.
\item Inverse.
\end{itemize}
\section*{Chapitre 22 : Proba (que pour le cours)}
\label{sec:org237e6bb}
\end{document}
