2019-2020/1ST/Derivation/Nombre_derive/2E_tangente.tex

82 lines
2.4 KiB
TeX

\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\title{Tangente}
\tribe{1ST}
\date{Janvier 2020}
\pagestyle{empty}
%\geometry{left=15mm,right=15mm, bottom=8mm, top=5mm}
\begin{document}
\begin{exercise}[subtitle={Graphique}]
Pour chacun des graphiques ci-dessous, tracer les tangentes aux points d'abscisses donnés dans le tableau puis déterminer l'équation des droites.
\begin{enumerate}
\item ~
\begin{minipage}{0.4\textwidth}
\begin{tikzpicture}[yscale=.45, xscale=1]
\tkzInit[xmin=-3,xmax=3,xstep=1,
ymin=-5,ymax=5,ystep=1]
\tkzGrid
\tkzAxeXY[up space=0.5,right space=.5]
\tkzFct[domain = -3:3, line width=1pt]{x**2}
\end{tikzpicture}
\end{minipage}
\hfill
\begin{minipage}{0.5\textwidth}
\begin{tabular}{|m{2cm}|c|c|}
\hline
x & Coéfficient directeur & Équation tangente \\
\hline
-2 & & \\
\hline
-1 & & \\
\hline
0 & & \\
\hline
1 & & \\
\hline
2 & & \\
\hline
\end{tabular}
\end{minipage}
\item ~
\begin{minipage}{0.4\textwidth}
\begin{tikzpicture}[yscale=.35, xscale=1]
\tkzInit[xmin=-3,xmax=3,xstep=1,
ymin=-7,ymax=7,ystep=1]
\tkzGrid
\tkzAxeXY[up space=0.5,right space=.5]
\tkzFct[domain = -3:3, line width=1pt]{x**3 - 2*x}
\end{tikzpicture}
\end{minipage}
\hfill
\begin{minipage}{0.5\textwidth}
\begin{tabular}{|m{2cm}|c|c|}
\hline
x & Coéfficient directeur & Équation tangente \\
\hline
-2 & & \\
\hline
-1 & & \\
\hline
0 & & \\
\hline
1 & & \\
\hline
2 & & \\
\hline
\end{tabular}
\end{minipage}
\end{enumerate}
\end{exercise}
\printexercise{exercise}{1}
\end{document}