Import work from year 2014-2015
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,84 @@
|
||||
\documentclass[a4paper,12pt, table]{/media/documents/Cours/Prof/Enseignements/Archive/2014-2015/tools/style/classCours}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/Archive/2014-2015/2014_2015}
|
||||
|
||||
% Title Page
|
||||
% \titre{2}
|
||||
% \seconde \premiereS \PSTMG \TSTMG
|
||||
\classe{\seconde}
|
||||
\date{octobre 2014}
|
||||
|
||||
%\printanswers
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\vfill
|
||||
|
||||
\hspace{-1cm}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\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}
|
||||
\end{minipage}
|
||||
\hspace{1cm}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\repere{-4}{4}{-4}{4}
|
||||
\clip (-4,-4) rectangle (4,4);
|
||||
\draw[very thick, domain=-4:-0.25, color=red] plot (\x, {1/\x});
|
||||
\draw[very thick, domain=0.25:4, color=red] plot (\x, {1/\x});
|
||||
%\draw[very thick, domain=0.2:4.2, color = red] plot (\x, {1/\x});
|
||||
\end{tikzpicture}
|
||||
\end{minipage}
|
||||
|
||||
\vfill
|
||||
\hspace{-1cm}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\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}
|
||||
\end{minipage}
|
||||
\hspace{1cm}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\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}
|
||||
\end{minipage}
|
||||
|
||||
\vfill
|
||||
|
||||
\hspace{-1cm}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\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}
|
||||
\end{minipage}
|
||||
\hspace{1cm}
|
||||
\begin{minipage}{0.5\textwidth}
|
||||
\begin{tikzpicture}[scale=1]
|
||||
\repere{-4}{4}{-4}{4}
|
||||
\clip (-4,-4) rectangle (4,4);
|
||||
\draw[very thick, domain=-4:4, color=red] plot [samples=300] (\x, {\x*sin(2*deg(\x))});
|
||||
%\draw[very thick, domain=0.2:4.2, color = red] plot (\x, {1/\x});
|
||||
\end{tikzpicture}
|
||||
\end{minipage}
|
||||
|
||||
\vfill
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,79 @@
|
||||
\documentclass[a4paper,12pt,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)$/3}{-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)$/3}{$-\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
|
||||
\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)$/3}{-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)$/3}{$-\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
|
||||
\end{questions}
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
Notes sur les tableaux de variations
|
||||
####################################
|
||||
|
||||
:date: 2015-07-01
|
||||
:modified: 2015-07-01
|
||||
:tags: Fonctions, Exo
|
||||
:category: 1er_STMG
|
||||
:authors: Benjamin Bertrand
|
||||
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
|
||||
|
||||
|
||||
|
||||
`Lien vers act_desc_fct.tex <act_desc_fct.tex>`_
|
||||
|
||||
`Lien vers act_desc_fct2.pdf <act_desc_fct2.pdf>`_
|
||||
|
||||
`Lien vers act_desc_fct.pdf <act_desc_fct.pdf>`_
|
||||
|
||||
`Lien vers act_desc_fct2.tex <act_desc_fct2.tex>`_
|
||||
Reference in New Issue
Block a user