% Created 2025-10-10 ven. 00:22
% 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}}}
\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}{3}
\date{}
\title{Semaine 6\\\medskip
\large Programme de colles}
\hypersetup{
 pdfauthor={Basile Pillet},
 pdftitle={Semaine 6},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 29.3 (Org mode 9.7.12)}, 
 pdflang={English}}
\begin{document}

\maketitle
\thispagestyle{firststyle}
\section*{Chapitre 2 : Géométrie}
\label{sec:org2c0b6c3}
\begin{itemize}
\item Trigonométrie
\item Barycentres
\item Repérage dans le plan
\item Produits scalaire et déterminant

\item \textbf{New} Droites :
\begin{itemize}
\item Différentes représentations (droite passant par un point et avec un vecteur directeur, droite passant par un point et avec un vecteur normal, droite passant par 2 points distincts, droite paramétrée, droite donnée par une équation)
\item Passage d'une représentation à une autre.
\end{itemize}

\item \textbf{New} Cercles :
\begin{itemize}
\item Équation de cercle
\item Complétion des carrés pour retrouver le centre et le rayon à partir d'une équation développée.
\end{itemize}
\end{itemize}
\section*{\textbf{Chapitre 3} : Inégalités dans \(\R\)}
\label{sec:orgdf9e510}
\begin{itemize}
\item Intervalles.
\item Règles de manipulations des inégalités (opposé, somme, produit, inverse, carré).
\item Monotonie des fonctions (croissance, décroissance, stricte..).
\item Partie entière.
\end{itemize}

Méthode de résolution d'inéquations.
\section*{Questions de cours}
\label{sec:org4be0631}
\subsection*{\hspace{5em}\fbox{$\triangle$}  Rapide}
\label{sec:org0e2baee}
Toutes  les colles commencent par l'énoncé d'une formule de trigo (identité du cercle, formules d'additions, formules issues des symétries du cercle trigonométrique, formules de duplication), des valeurs particulières de \(\sin, \cos\) et \(\tan\), ou les graphes de \(\sin\) et \(\cos\).
\subsection*{\hspace{5em}\fbox{$\square$}  Récitation}
\label{sec:org713849d}

\begin{itemize}
\item Définition de droite passant par un point et dirigée par un vecteur, ou\footnote{au choix du/de la colleur\cdottext euse\label{org241fb22}} de droite passant par un point et de normale un vecteur. \hfill \emph{(Chap. 2E)}

\item Énoncer la proposition donnant un vecteur directeur et un vecteur normal à partir d'une équation cartésienne de droite. \hfill \emph{(Chap. 2E 3.4 prop 2.)}

\item Énoncer la définition et les propriétés de la valeur absolue (produit, inégalité, interprétation géom.). \hfill \emph{(Chap. 3B 4.)}
\end{itemize}
\subsection*{\hspace{5em}\fbox{$\blacksquare$}  Démonstrations et exercices de cours.}
\label{sec:org0168a45}
\begin{itemize}
\item Preuve de (1 ou\textsuperscript{\ref{org241fb22}} 2) et 3 (en utilisant 1 et 2) :
\begin{multicols}{3}
\begin{enumerate}
\item \(\sqrt{n^2 - 1} < n\)
\item \(\sqrt{n^2 - 1} \geq n - 1\).
\item \(\lfloor\sqrt{n^2 - 1}\rfloor = n - 1\).
\end{enumerate}

\end{multicols}
pour \(n \in \N^*\). \hfill \emph{(Chap. 3B 3.1)}

\item Montrer que la droite passant par \(A\) et dirigée par \(\ov u\) passe par \(A\). \hfill \emph{(Chap. 2E 1.1.2)}

\item Résoudre un système 2x2 simple par la méthode du pivot. \hfill \emph{(Chap. 2Z)}
\end{itemize}
\section*{Méthodes à connaître et exercices élémentaires}
\label{sec:org87d8d7a}
\begin{itemize}
\item \textbf{New} \methode : Résolution d'inéquation par analyse-synthèse.

\item \textbf{New} \methode : Résolution d'inéquation par factorisation et étude de signe.

\item \textbf{New} \methode : Démonstration d'inégalités.

\item Toute les méthodes de résolutions d'équations/inéquations du chapitre 0 (et de l'AP2) sont à connaître car elles peuvent être utiles au détour d'une question d'un exercice de colle.
\end{itemize}
\subsection*{En exo supplémentaire}
\label{sec:orgd704a53}
\begin{itemize}
\item Calcul vectoriel, produit scalaire et relation de Chasles.

\item Utilisation des barycentres pour traduire vectoriellement "milieu".

\item \methode : Résoudre les équations du type \(\cos(t) = \cos(a)\), \(\sin(t) =  \sin(a)\)  et toutes  les variantes :  eg. \(\cos(2t + \pi) = \demi\).

\item Utilisation des formules de trigo.
\end{itemize}
\end{document}
