118 lines
4.1 KiB
TeX
118 lines
4.1 KiB
TeX
|
\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{\Var{infos.num}}
|
||
|
% 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}
|
||
|
\Block{set A = RdExpression("A({a};{b})", ["{a*b}>0"])()}
|
||
|
\Block{set cA = RdExpression("{a}", ["{a} > 0", "{a} < 5"])()}
|
||
|
\part Droite $d_1$ passant par $\Var{A}$ et de coefficient directeur $\Var{cA}$.
|
||
|
|
||
|
\Block{set B = RdExpression("B({a};{b})", ["{a*b}<0"])()}
|
||
|
\Block{set cB = RdExpression("{a}", ["{a} < 0", "{a} > -5"])()}
|
||
|
\part Droite $d_2$ passant par $\Var{B}$ et de coefficient directeur $\Var{cB}$.
|
||
|
|
||
|
\Block{set C = RdExpression("C({a};{b})", ["{a*b}>0"])()}
|
||
|
\Block{set cC = RdExpression("\\frac{a}{b}", ["{a} > 1", "{b} > 1", "gcd({a},{b}) == 1"])()}
|
||
|
\part Droite $d_3$ passant par $\Var{C}$ et de coefficient directeur $\Var{cC}$.
|
||
|
|
||
|
\Block{set d4 = RdExpression("y = {a}x + {b}", ["{b} > 0"])()}
|
||
|
\part Droite $d_4$ d'équation \Var{d4}.
|
||
|
\Block{set d5 = RdExpression("y = {a}x - {b}", ["{b} > 0"])()}
|
||
|
\part Droite $d_5$ d'équation \Var{d5}.
|
||
|
\Block{set d6 = RdExpression("y = {a}x - {b}", ["{b} > 0"])()}
|
||
|
\part Droite $d_6$ d'équation \Var{d6}.
|
||
|
\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$};
|
||
|
|
||
|
\Block{set D1 = RdExpression("(-10,{a}) -- (10,{b})", ["{b} > -9", "{a} < 10"])()}
|
||
|
\draw[very thick] \Var{D1} node[above right] {$\mathcal{D}_1$};
|
||
|
|
||
|
\Block{set D2 = RdExpression("(-10,{a}) -- ({b}, 10)", ["{b} > 0", "{a} <10 "])()}
|
||
|
\draw[very thick] \Var{D2} node[above right] {$\mathcal{D}_2$};
|
||
|
|
||
|
\Block{set D3 = RdExpression("({a}, -10) -- (10,{b})",["{a} < 0", "{b} > -10"])()}
|
||
|
\draw[very thick] \Var{D3} node[above right] {$\mathcal{D}_3$};
|
||
|
|
||
|
\Block{set D4 = RdExpression("(-10,{a}) -- (10,{b})", ["{b} < 10", "{a} > -10"])()}
|
||
|
\draw[very thick] \Var{D4} node[above right] {$\mathcal{D}_4$};
|
||
|
\end{tikzpicture}
|
||
|
|
||
|
\question[5]
|
||
|
\Block{set f = RdExpression("{a}x^2 + x - {b}", ["{a} not in [-1,1]","{b} > 0"])()}
|
||
|
Soit $f : x \mapsto \Var{f}$.
|
||
|
|
||
|
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
|
||
|
\Block{set A = RdExpression("{a} h^2 + {b}h", ["{b} > 0"])()}
|
||
|
\Block{set B = RdExpression("({d}x + {e})({a}x + {b})+({a}x + {b})({c}x + {d})", ["{b} > 1", "{d} > 1, {e} > 1", "{a} > 1", "{b} > 1"])()}
|
||
|
\Block{set C = RdExpression("({d}x + {e})({a}x + {b})-({a}x + {b})({c}x + {d})", ["{b} > 1", "{d} > 1, {e} > 1", "{a} > 1", "{b} > 1"])()}
|
||
|
\Block{set D = RdExpression(" x^2 - {b**2}")()}
|
||
|
\Block{set E = RdExpression(" x^2 + {2*b}x + {b**2}", ["{b} > 0"])()}
|
||
|
|
||
|
\begin{parts}
|
||
|
\part $A = \Var{ A }$
|
||
|
\part $B = \Var{ B }$
|
||
|
|
||
|
Avec identité remarquable
|
||
|
\part $C = \Var{ D }$
|
||
|
\part $D = \Var{ E }$
|
||
|
\end{parts}
|
||
|
|
||
|
|
||
|
\end{questions}
|
||
|
|
||
|
|
||
|
|
||
|
\end{document}
|
||
|
|
||
|
%%% Local Variables:
|
||
|
%%% mode: latex
|
||
|
%%% TeX-master: "master"
|
||
|
%%% End:
|
||
|
|