2014-2015/1S/DM/DM_1002/12_DM_1002.tex

117 lines
2.8 KiB
TeX
Raw Permalink Normal View History

2017-06-16 06:48:07 +00:00
\documentclass[a4paper,10pt]{/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}
\usepackage{multicol}
% Title Page
\titre{Octobre 1}
% \seconde \premiereS \PSTMG \TSTMG
\classe{\premiereS}
\date{6 octobre 2014}
%\duree{1 heure}
\sujet{12}
% DS DSCorr DM DMCorr Corr
\typedoc{DM}
\begin{document}
\maketitle
Vous collerez le sujet sur votre copie.
\begin{questions}
\question[6]
Tracer un repère orthonormé sur votre copie et tracer les droites suivantes dessus.
\begin{parts}
\part Droite $d_1$ passant par $A(-8;-8)$ et de coefficient directeur $4$.
\part Droite $d_2$ passant par $B(-2;4)$ et de coefficient directeur $-4$.
\part Droite $d_3$ passant par $C(5;6)$ et de coefficient directeur $\frac43$.
\part Droite $d_4$ d'équation y = 6x + 1.
\part Droite $d_5$ d'équation y = 8x - 3.
\part Droite $d_6$ d'équation y = 10x - 5.
\end{parts}
\question[5]
À partir du graphique suivant, déterminer l'équation des droites $\mathcal{D}_1$,$\mathcal{D}_2$,$\mathcal{D}_3$,$\mathcal{D}_4$.
\begin{tikzpicture}[scale=0.5]
\draw[very thin, gray] (-10,-10) grid (10,10);
\draw[->, thick] (-10,0) -- (10,0) node[below right] {$x$};
\draw[->, very thick] (0,-10) -- (0,10) node[above] {$y$};
\draw (0,0) node[below left] {$O$};
\draw (0,1) node {-} node[left] {$J$};
\draw (1,0) node[rotate=90] {-} node[below] {$I$};
\draw[very thick] (-10,7) -- (10,-3) node[above right] {$\mathcal{D}_1$};
\draw[very thick] (-10,9) -- (3, 10) node[above right] {$\mathcal{D}_2$};
\draw[very thick] (-7, -10) -- (10,3) node[above right] {$\mathcal{D}_3$};
\draw[very thick] (-10,-8) -- (10,9) node[above right] {$\mathcal{D}_4$};
\end{tikzpicture}
\question[5]
Soit $f : x \mapsto 5x^2 + x - 2$.
Calculer les quantités suivantes (simplifier quand c'est possible)
\begin{parts}
\begin{multicols}{2}
\part $f(0)$
\part $f(0 + h)$
\part $f'(0)$
\columnbreak
\part $f(2)$
\part $f(2 + h)$
\part $f'(2)$
\end{multicols}
\end{parts}
\question[4]
Factoriser les quantités suivantes
\begin{parts}
\part $A = -1 h^2 + 1h$
\part $B = (6x + -8)(6x + 1)+(6x + 1)(-1x + 6)$
Avec identité remarquable
\part $C = x^2 - 81$
\part $D = x^2 + 10x + 25$
\end{parts}
\end{questions}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End: