2014-2015/1S/DM/DM_0302/2_DM_0302.tex

90 lines
2.1 KiB
TeX
Raw Normal View History

2017-06-16 06:48:07 +00:00
\documentclass[a4paper,10pt, table]{/media/documents/Cours/Prof/Enseignements/2014-2015/Archive/2014-2015/tools/style/classDS}
\usepackage{/media/documents/Cours/Prof/Enseignements/2014-2015/Archive/2014-2015/2014_2015}
% Title Page
\titre{DM5}
% \seconde \premiereS \PSTMG \TSTMG
\classe{\premiereS}
\date{02 mars 2015}
%\duree{1 heure}
\sujet{2}
% DS DSCorr DM DMCorr Corr
\typedoc{DM}
%\printanswers
\begin{document}
\Large
\maketitle
Le barème est donné à titre indicatif, il pourra être modifié. Vous rendrez le sujet avec la copie.
\begin{questions}
\question
Résoudre les équations suivantes
\begin{eqnarray*}
- 10 x^{ 2 } + 3 x - 5 & > &0 \\
- 8 x^{ 2 } + 9 x + 7 & \leq &0 \\
- 10 x^{ 2 } + 3 x - 5 & \geq & - 8 x^{ 2 } + 9 x + 7
\end{eqnarray*}
\begin{solution}
\begin{eqnarray*}
A & = & - 10 x^{ 2 } + 8 x^{ 2 } + 3 x - 9 x - 5 - 7 \\
A & = & ( ( -10 ) + 8 ) x^{ 2 } + ( 3 + ( -9 ) ) x + ( -5 ) + ( -7 ) \\
A & = & - 2 x^{ 2 } - 6 x - 12
\end{eqnarray*}
\end{solution}
\question
Tracer le tableau de variation des fonctions suivantes \textit{(Vous pouvez utiliser les nombres à virgules)}
\begin{parts}
\part $f:x\mapsto 2 x^{ 3 } - 9 x^{ 2 } + 2 x - 6$
\part $g:x\mapsto 8 x^{ 3 } + 2 x^{ 2 } + 2 x - 6$
\part $h:x\mapsto - 5 x^{ 2 } + 4 x + 5 - f(x)$
\begin{solution}
\begin{eqnarray*}
A & = & - 2 x^{ 3 } - 5 x^{ 2 } + 9 x^{ 2 } + 4 x - 2 x + 5 + 6 \\
A & = & - 2 x^{ 3 } + ( ( -5 ) + 9 ) x^{ 2 } + ( 4 + ( -2 ) ) x + 5 + 6 \\
A & = & - 2 x^{ 3 } + 4 x^{ 2 } + 2 x + 11
\end{eqnarray*}
\end{solution}
\end{parts}
\question
Appliquer l'algorithme de tri vu en cours à la suite suivante
\begin{center}
\begin{tabular}{|*{6}{c|}}
\hline
6914 & 6851 & 6532 & 6884 & 6164 & 6495 \\
\hline
\end{tabular}
\end{center}
\end{questions}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End: