2014-2015/1S/DM/DM_1002/2_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{2}
% 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(-7;-10)$ et de coefficient directeur $4$.
\part Droite $d_2$ passant par $B(-5;8)$ et de coefficient directeur $-4$.
\part Droite $d_3$ passant par $C(10;4)$ et de coefficient directeur $\frac85$.
\part Droite $d_4$ d'équation y = -7x + 1.
\part Droite $d_5$ d'équation y = 7x - 1.
\part Droite $d_6$ d'équation y = -3x - 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,6) -- (10,9) node[above right] {$\mathcal{D}_1$};
\draw[very thick] (-10,-3) -- (10, 10) node[above right] {$\mathcal{D}_2$};
\draw[very thick] (-4, -10) -- (10,-3) node[above right] {$\mathcal{D}_3$};
\draw[very thick] (-10,-9) -- (10,-8) node[above right] {$\mathcal{D}_4$};
\end{tikzpicture}
\question[5]
Soit $f : x \mapsto -7x^2 + x - 9$.
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 = -7 h^2 + 8h$
\part $B = (-7x + 3)(-10x + -7)+(-10x + -7)(-4x + -7)$
Avec identité remarquable
\part $C = x^2 - 36$
\part $D = x^2 + 14x + 49$
\end{parts}
\end{questions}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End: