\documentclass[a4paper,10pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2014-2015/tools/style/classExo} \usepackage{/media/documents/Cours/Prof/Enseignements/Archive/2014-2015/2014_2015} % Title Page % \titre{2} % \seconde \premiereS \PSTMG \TSTMG \classe{\PSTMG} \date{mars 2015} %\printanswers \begin{document} \begin{questions} \question \begin{parts} \part Tracer la une fonction qui correspond au tableau de variation suivant \hspace{-1cm} \begin{tikzpicture} \tkzTabInit[espcl=2]{$x$/1,$f(x)$/2}{-4, -2, 0, 1, 2, 4} \tkzTabVar{-/{-4}, +/{1}, -/{-3}, +/{0}, -/{-3}, +/{3}} \end{tikzpicture} \part Quel est le maximum de la fonction $f$ pour quelle valeur de $x$ est-il atteind? \part Quel est le minimum de la fonction $f$ pour quelle valeur de $x$ est-il atteind? \end{parts} \question \begin{parts} \part Tracer la une fonction qui correspond au tableau de variation suivant \begin{tikzpicture} \tkzTabInit[espcl=2]{$x$/1,$g(x)$/2}{$-\infty$, -2, 1, 2, $+\infty$} \tkzTabVar{-/{}, +/{1}, -/{-3}, +/{1}, -/{}} \end{tikzpicture} \part Quel est le maximum de la fonction $g$ pour quelle valeur de $x$ est-il atteind? \part Cette fonction a-t-elle un minimum? \end{parts} \pagebreak \question Tracer le tableau de variation des fonctions suivantes \vfill \hspace{-1cm} \begin{tikzpicture}[scale=0.8] \repere{-4}{4}{-4}{4} \clip (-4,-4) rectangle (4,4); \draw[very thick, domain=-4:4, color=red] plot (\x, {-\x*\x + 2*\x + 1}); \end{tikzpicture} \hfill \begin{tikzpicture}[scale=0.8] \repere{-4}{4}{-4}{4} \clip (-4,-4) rectangle (4,4); \draw[very thick, domain=-2.5:1.5, color=red] plot (\x, {2*\x + 1}); \end{tikzpicture} \vfill \hspace{-1cm} \begin{tikzpicture}[scale=0.8] \repere{-4}{4}{-4}{4} \clip (-4,-4) rectangle (4,4); \draw[very thick, domain=-4:4, color=red] plot (\x, {\x*\x - 2*\x - 3}); %\draw[very thick, domain=0.2:4.2, color = red] plot (\x, {1/\x}); \end{tikzpicture} \hfill \begin{tikzpicture}[scale=0.8] \repere{-4}{4}{-4}{4} \clip (-4,-4) rectangle (4,4); \draw[very thick, domain=-4:4, color=red] plot [samples=300] (\x, {\x*cos(deg(\x))}); \end{tikzpicture} \vfill \end{questions} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: "master" %%% End: