Source Latex: Corrigé du devoir de mathématiques en seconde


Fichier
Type: Corrigé de devoir
File type: Latex, tex (source)
Télécharger le document pdf compilé pdficon
Description
Devoir corrigé de mathématiques, 2nde: résolution d'équations: équation du 1er degré, équations produits et quotients nuls
Niveau
seconde
Mots clé
devoir corrigé de mathématiques, équation, résolution d'équation, équation produit nul, équation quotient nul, développement, factorisation, expression algébrique développée et factorisée
Voir aussi:

Documentation sur LaTeX
lien vers la documentation Latex
Source LaTex icone

Source Latex de la correction du devoir

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                      %
%   Generateur automatique de devoir,  %
%   par Y. Morel                       %
%   http://xymaths.free.fr             %
%                                      %
%      Genere le:                      %
%   Thursday 30 November 2017           %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt,onecolumn,a4paper]{article}

\usepackage[french]{babel}
\selectlanguage{francais}
\usepackage[utf8]{inputenc}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{epsf}
\usepackage{enumerate}
\usepackage{array}
\usepackage{pst-all}

% Raccourcis diverses:
\newcommand{\nwc}{\newcommand}
\nwc{\dsp}{\displaystyle}
\nwc{\bge}{\begin{equation}}\nwc{\ene}{\end{equation}}
\nwc{\bgar}{\begin{array}}\nwc{\enar}{\end{array}}
\nwc{\bgit}{\begin{itemize}}\nwc{\enit}{\end{itemize}}
\nwc{\bgen}{\begin{enumerate}}\nwc{\enen}{\end{enumerate}}

\nwc{\la}{\left\{}\nwc{\ra}{\right\}}
\nwc{\lp}{\left(}\nwc{\rp}{\right)}
\nwc{\lb}{\left[}\nwc{\rb}{\right]}

\nwc{\ul}{\underline}
\nwc{\tm}{\times}
\nwc{\V}{\overrightarrow}
\newcommand{\zb}{\mbox{$0\hspace{-0.67em}\mid$}}
\newcommand{\db}{\mbox{$\hspace{0.1em}|\hspace{-0.67em}\mid$}}
\newcommand{\ct}{\centerline}

\nwc{\bgsk}{\bigskip}
\nwc{\vsp}{\vspace{0.1cm}}
\nwc{\vspd}{\vspace{0.2cm}}
\nwc{\vspt}{\vspace{0.3cm}}
\nwc{\vspq}{\vspace{0.4cm}}

\def\N{{\rm I\kern-.1567em N}}
\def\D{{\rm I\kern-.1567em D}}
\def\R{{\rm I\kern-.1567em R}}
\def\C{{\rm C\kern-4.7pt
\vrule height 7.7pt width 0.4pt depth -0.5pt \phantom {.}}}
\def\Q{\mathbb{Q}}
\def\Z{{\sf Z\kern-4.5pt Z}}
\def\euro{\mbox{\raisebox{.25ex}{{\it =}}\hspace{-.5em}{\sf C}}}

\newcounter{nex}[section]\setcounter{nex}{0}
\newenvironment{EX}{%
\stepcounter{nex}
\bgsk{\noindent{{\bf Exercice }}\arabic{nex}}\hspace{0.5cm}
}{}
\nwc{\bgex}{\begin{EX}}\nwc{\enex}{\end{EX}}

\nwc{\bgfg}{\begin{figure}}\nwc{\enfg}{\end{figure}}
\nwc{\epsx}{\epsfxsize}\nwc{\epsy}{\epsfysize}
\nwc{\bgmp}{\begin{minipage}}\nwc{\enmp}{\end{minipage}}
\newenvironment{centerpage}{\vspace*{\fill}}{
	\protect\vspace*{\fill}}
\setlength{\columnsep}{30pt}		% default=10pt
\setlength{\columnseprule}{1pt}		% default=0pt (no line)
\setlength{\headsep}{0in}		% default=0.35in
\setlength{\parskip}{0ex}
\setlength{\parindent}{0mm}
\voffset=-1cm
\textheight=26.8cm
\textwidth=18.5cm
\topmargin=0cm
\headheight=-0.cm
\footskip=1.cm
\oddsidemargin=-1.cm

\usepackage{ifthen}

\usepackage{fancyhdr}
\pagestyle{fancyplain}
\setlength{\headheight}{0cm}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\lhead{}\chead{}\rhead{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\ifthenelse{\pageref{LastPage}=1}
{\pagestyle{empty}}%
{%
\lfoot{}\cfoot{}\rfoot{\thepage/\pageref{LastPage}}}

\ct{\bf\LARGE{Corrig\'e du devoir de math\'ematiques}}

\bgen[$(E_1)$]
\item 
$5x-\bigl[ 4 - (3x-2)\bigr]=x+8
\iff 5x-\bigl[6-3x\bigr]=x+8
\iff 8x-6=x+8
\iff 7x=14
\iff x=2$
Donc, $\mathcal{S}=\la 2\ra$. 


\item $(2x-3)(-x+2)=0 
  \iff \la\bgar{lll} &2x-3=0 \\ \mbox{ou, } &-x+2=0\enar\right.
  \iff \la\bgar{lll} &x=\dfrac{3}{2} \\ \mbox{ou, } &x=2\enar\right.$
  donc, $\mathcal{S}=\la \dfrac{3}{2}\,;\,2\ra$
  
\item $x(x+3)=2(x+3)
  \iff x(x+3)-2(x+3)=0
  \iff (x+3)\lb x-2\rb=0$. \\
C'est une \'equation produit et donc 
$\la\bgar{ll}
&x+3=0\\
\mbox{ou, }\ &x-2=0
\enar\right.
\iff 
\la\bgar{ll}
&x=-3\\
\mbox{ou, }\ &x=2
\enar\right.$. 
Donc, $\mathcal{S}=\la -3;2\ra$. 


\item $(x^2-5)(3x+7)=0 
  \iff 
  \la\bgar{lll} &x^2-5=0 \\ \mbox{ou, } &3x+7=0\enar\right.
  \iff
  \la\bgar{lll} &x^2=5 \\ \mbox{ou, } &x=-\dfrac{7}{3}\enar\right.
  \iff
  \la\bgar{ll} x=-\sqrt{5}\ \mbox{ou, } x=\sqrt{5} \\ \mbox{ou, } x=-\dfrac{7}{3}\enar\right.
  $
  donc, 
  $\mathcal{S}=\la -\dfrac{7}{3}\,;\,-\sqrt{5}\,;\,\sqrt{5}\ra$

\item $(2x-3)(x+6)-(x+6)=0
  \iff 
  (x+6)\Big[(2x-3)-1\Big]=0
  \iff 
  (x+6)\lb 2x-4\rb=0
  \iff
  \la\bgar{lll} &x+6=0 \\ \mbox{ou, } &2x-4=0\enar\right.
  \iff
  \la\bgar{lll} &x=-6 \\ \mbox{ou, } &x=2\enar\right.
  $
  donc, 
  $\mathcal{S}=\la -6\,;\,2\ra$

\item $\dfrac{x^2-25}{2x-10}=0
  \iff 
  \la\bgar{ll} &x^2-25=0 \\ \mbox{et, }&2x-10\not=0\enar\right.
  \iff
  \la\bgar{ll} &x^2=25 \\ \mbox{et, }&x\not=5\enar\right.
  \iff
  \la\bgar{ll} x=-5\ \mbox{ou,}\ x=5 \\ \mbox{et, } x\not=5\enar\right.
  $
  donc, 
  $\mathcal{S}=\la -5\ra$

\item $\dfrac{2}{2x+5}-\dfrac{1}{4x-3}=0
  \iff
  \dfrac{6x-11}{(2x+5)(4x-3)}=0
  \iff
  \la\bgar{ll} &6x-11=0 \\ \mbox{et, }&(2x+5)(4x-3)\not=0\enar\right.
  \iff
  \la\bgar{ll} &x=\dfrac{11}{6} \\ 
  \mbox{et, }&x\not=-\dfrac{5}{2}\ \mbox{et, } x\not=\dfrac{3}{4}\enar\right.
  $
  donc, 
  $\mathcal{S}=\la \dfrac{11}{6} \ra$

\item $(2x+3)^2=49
  \iff
  \la\bgar{lll} &2x+3=-7 \\ \mbox{ou, } &2x+3=7\enar\right.
  \iff
  \la\bgar{lll} &x=-5 \\ \mbox{ou, } &x=2\enar\right.
  $
  donc, 
  $\mathcal{S}=\la -5\,;\,2 \ra$
\enen


\label{LastPage}
\end{document}

Télécharger le fichier source Latex