2019-2020/TES/Integration/Aire_courbe/2Ebis_croissance.tex

55 lines
1.8 KiB
TeX

\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\title{Comparaison - Exercices}
\tribe{Terminale TESL}
\date{Janvier 2020}
\pagestyle{empty}
\geometry{left=10mm,right=10mm, top=10mm}
\begin{document}
\begin{exercise}[subtitle={Croissance d'une entreprise}]
On étudie le capital d'une entreprise. À sa création, elle dispose de 0\euro. On voudrait estimer ce capital au bout de 4ans.
L'étude de cette entreprise mène à la modélisation de la croissance par la fonction $f(x) = 5\times1.5^x$$x$ est le temps en année et $f(x)$ la croissance en K\euro par ans.
\begin{minipage}{0.35\textwidth}
\begin{tikzpicture}[yscale=0.8, xscale=1]
\tkzInit[xmin=0,xmax=4,xstep=1,
ymin=0,ymax=31,ystep=5]
\tkzGrid
\tkzGrid[sub, subxstep=0.5, subystep=1]
\tkzAxeXY[up space=0.5,right space=.2]
\tkzFct[domain = 0:4, line width=1pt]{5*1.5**x}
\end{tikzpicture}
\end{minipage}
\begin{minipage}{0.35\textwidth}
\begin{tikzpicture}[yscale=0.8, xscale=1]
\tkzInit[xmin=0,xmax=4,xstep=1,
ymin=0,ymax=31,ystep=5]
\tkzGrid
\tkzGrid[sub, subxstep=0.5, subystep=1]
\tkzAxeXY[up space=0.5,right space=.2]
\tkzFct[domain = 0:4, line width=1pt]{5*1.5**x}
\end{tikzpicture}
\end{minipage}
\begin{minipage}{0.35\textwidth}
\begin{tikzpicture}[yscale=0.8, xscale=1]
\tkzInit[xmin=0,xmax=4,xstep=1,
ymin=0,ymax=31,ystep=5]
\tkzGrid
\tkzGrid[sub, subxstep=0.5, subystep=1]
\tkzAxeXY[up space=0.5,right space=.2]
\tkzFct[domain = 0:4, line width=1pt]{5*1.5**x}
\end{tikzpicture}
\end{minipage}
\end{exercise}
\vfill
\printexercise{exercise}{1}
\vfill
\printexercise{exercise}{1}
\vfill
\end{document}