2021-08-31 07:38:27 +00:00
\begin { exercise} [subtitle={ Tracer des graphes} , step={ 1} , origin={ Inspiré de Graphing Stories de Dan Meyer} , topics={ Fonctions et graphiques } , tags={ Fonctions, Graphiques } ]
\begin { enumerate}
\item Tracer les graphiques correspondants aux vidéos présentées
\hspace { -1cm}
\includegraphics [scale=0.13] { ./fig/weight_ stack} &
\includegraphics [scale=0.13] { ./fig/balloon_ lenght} &
\includegraphics [scale=0.13] { ./fig/distance_ camera} &
2021-08-24 18:58:51 +00:00
2021-08-31 07:38:27 +00:00
\item Tracer 3 graphiques différents à partir de la vidéo.
2021-08-24 18:58:51 +00:00
2021-08-31 07:38:27 +00:00
\hspace { -1cm}
\begin { tikzpicture} [yscale=1, xscale=1]
\tkzInit [xmin=0,xmax=5,xstep=1, ymin=0,ymax=5,ystep=1]
\tkzGrid [sub]
\tkzDrawXY
\end { tikzpicture}
\hfill
\begin { tikzpicture} [yscale=1, xscale=1]
\tkzInit [xmin=0,xmax=5,xstep=1, ymin=0,ymax=5,ystep=1]
\tkzGrid [sub]
\tkzDrawXY
\end { tikzpicture}
\hfill
\begin { tikzpicture} [yscale=1, xscale=1]
\tkzInit [xmin=0,xmax=5,xstep=1, ymin=0,ymax=5,ystep=1]
\tkzGrid [sub]
\tkzDrawXY
\end { tikzpicture}
\item Écrire 4 questions qui pourraient être répondu par la lecture des graphiques que vous venez de tracer.
2021-08-31 08:55:49 +00:00
\end { enumerate}
\end { exercise}
2021-08-31 07:38:27 +00:00
2021-08-31 08:55:49 +00:00
\begin { exercise} [subtitle={ Concentration médicaments} , step={ 3} , origin={ Sesamaths 83p205} , topics={ Fonctions et graphiques } , tags={ Fonctions, Graphiques } ]
On a mesuré en continue pendant 4h, la concentration $ C $ d'un médicament dans le sang d'un patient. On a représenté les données dans le graphique ci-dessous.
\noindent
\begin { minipage} { 0.45\linewidth }
\begin { enumerate}
\item Quelles sont les deux grandeurs reliés dans le graphique?
\item Quelle est la concentration de médicaments dans le sang au bout de 2h?
\item A quel(s) moment(s) la concentration a-t-elle été de 0.5mg/L?
\item A quelle moment la concentration du médicament a-t-elle été maximal? Quelle était alors cette concentration?
\end { enumerate}
\end { minipage}
\hfill
\begin { minipage} { 0.5\linewidth }
\includegraphics [scale=0.4] { ./fig/concentration}
\end { minipage}
\begin { enumerate}
\setcounter { enumi} { 4}
\item Définir le moment où la concentration a été supérieur à 1mg/L.
\item Combien de temps la concentration a été supérieur à 0.25mg/L?
2021-08-31 07:38:27 +00:00
\end { enumerate}
\end { exercise}
2021-08-31 08:55:49 +00:00
\begin { exercise} [subtitle={ Fabricants de machins} , step={ 3} , origin={ Nathan 2ST 1P119} , topics={ Fonctions et graphiques } , tags={ Fonctions, Graphiques } ]
Une entreprise fabrique des \textit { machins} . Chaque jour, elle peut en produire entre 0 et 80 tonnes.
Le coût de fabrication et les recettes, en euros, de $ x $ tonnes est modélisé par la fonction $ C ( x ) $ et $ R ( x ) $ représentées dans le graphique ci-dessous.
\noindent
2021-09-14 11:49:27 +00:00
\begin { minipage} { 0.55\linewidth }
2021-08-31 08:55:49 +00:00
\begin { enumerate}
\item \textbf { Recettes}
\begin { enumerate}
\item Combien rapporte la vente de 50tonnes de \textit { machins} .
2021-09-20 08:37:13 +00:00
\item Quelle quantité doit être vendue pour avoir une recette de \np { 50000} ?
2021-08-31 08:55:49 +00:00
\end { enumerate}
\item \textbf { Coûts de productions}
\begin { enumerate}
\item Combien coûte la production de 50tonnes de \textit { machins} .
\item Quelle quantité de \textit { machins} peut-on produire pour une coût de fabrication de \np { 100000} \euro ?
\end { enumerate}
\item \textbf { Les bénéfices} sont la différence entre les recettes et les coûts.
\begin { enumerate}
\item L'entreprise réalise-t-elle des bénéfices en produisant 10tonnes?
\item Déterminer graphiquement les productions où ses bénéfices sont positifs.
\end { enumerate}
\end { enumerate}
\end { minipage}
2021-09-14 11:49:27 +00:00
\begin { minipage} { 0.4\linewidth }
\begin { tikzpicture}
\begin { axis} [
axis lines = left,
y tick label style={ /pgf/number format/.cd,%
scaled y ticks = false,
set thousands separator={ $ $ } ,
fixed} ,
grid= both,
xlabel = { En tonnes} ,
xtick distance=5,
ylabel = { En \euro } ,
ytick distance=10000,
every axis y label/.style={ at={ (current axis.north west)} ,above=2mm} ,
legend pos = north west,
legend entries={ $ C ( x ) $ , $ R ( x ) $ }
]
\addplot [domain=0:80,samples=100, color=red, very thick] { x^ 3 - 105*x^ 2 + 3700*x + 4000 } ;
\addplot [domain=0:80,samples=3, color=blue, very thick] { 1900*x} node [above] { $ R ( x ) $ } ;
\end { axis}
2021-08-31 08:55:49 +00:00
\end { tikzpicture}
\end { minipage}
\end { exercise}
\begin { exercise} [subtitle={ Lecture graphique} , step={ 4} , origin={ ???} , topics={ Fonctions et graphiques } , tags={ Fonctions, Graphiques } ]
\begin { minipage} { 0.5\textwidth }
\begin { tikzpicture} [yscale=0.4, xscale=0.6]
%\repere{-9}{4}{-5}{4}
\tkzInit [xmin=-9,xmax=4,xstep=1,
2021-09-16 08:10:59 +00:00
ymin=-4,ymax=5,ystep=1]
2021-08-31 08:55:49 +00:00
\tkzGrid
\tkzAxeXY
\draw [very thick, color=red] plot [smooth,tension=0.2] coordinates{ %
2021-09-16 08:10:59 +00:00
(-8,-0.2) (-6,-3) (-2,4.5) (0,2) (1,0) (3,-1.5)
2021-08-31 08:55:49 +00:00
} ;
\draw (3,1) node[above right] { $ \mathcal { C } _ f $ } ;
\end { tikzpicture}
\end { minipage}
\begin { minipage} { 0.5\textwidth }
\begin { enumerate}
\item Résoudre graphiquement les équations suivantes
\begin { multicols} { 2}
\begin { enumerate}
\item $ f ( x ) = 0 $
\item $ f ( x ) = - 5 $
\item $ f ( x ) = 3 $
\end { enumerate}
\end { multicols}
\item Résoudre graphiquement les inéquations suivantes
\begin { multicols} { 2}
\begin { enumerate}
\item $ f ( x ) \leq 0 $
\item $ f ( x ) > - 2 $
\item $ f ( x ) \geq 1 , 5 $
\end { enumerate}
\end { multicols}
\end { enumerate}
\end { minipage}
\end { exercise}
\begin { exercise} [subtitle={ Lecture graphique} , step={ 4} , origin={ ???} , topics={ Fonctions et graphiques } , tags={ Fonctions, Graphiques } ]
2021-09-16 08:10:59 +00:00
Sur le graphique ci-dessous, on tracer les représentations graphiques des fonctions
\[
f(x) = 0.05(x+5)(x+1)(x-4) \qquad g(x) = 0.1x^ 2 - 1
\]
\begin { minipage} { 0.4\textwidth }
\begin { tikzpicture}
\begin { axis} [
axis lines = center,
grid = both,
xlabel = { $ x $ } ,
xtick distance=1,
ylabel = { $ y $ } ,
ytick distance=1,
legend pos = north west,
legend entries={ $ f ( x ) $ , $ g ( x ) $ }
]
\addplot [domain=-6:6,samples=20, color=red, very thick] { 0.05*(x+5)*(x+1)*(x-4)} ;
\addplot [domain=-6:6,samples=20, color=blue, very thick] { 0.1*x^ 2 - 1} ;
\end { axis}
2021-08-31 08:55:49 +00:00
\end { tikzpicture}
\end { minipage}
2021-09-16 08:10:59 +00:00
\begin { minipage} { 0.6\textwidth }
2021-08-31 08:55:49 +00:00
\begin { enumerate}
\item Résoudre graphiquement les équations suivantes
\begin { multicols} { 2}
\begin { enumerate}
2021-09-16 08:10:59 +00:00
\item $ g ( x ) = 0 $
\item $ f ( x ) = 2 $
\item $ 0 . 1 x ^ 2 - 1 = - 1 $
\item $ f ( x ) = g ( x ) $
2021-08-31 08:55:49 +00:00
\end { enumerate}
\end { multicols}
\item Résoudre graphiquement les inéquations suivantes
2021-09-16 08:10:59 +00:00
\begin { multicols} { 3}
2021-08-31 08:55:49 +00:00
\begin { enumerate}
\item $ g ( x ) \geq 0 $
2021-09-16 08:10:59 +00:00
\item $ f ( x ) \leq 2 $
\item $ g ( x ) > f ( x ) $
2021-08-31 08:55:49 +00:00
\end { enumerate}
\end { multicols}
2021-09-16 08:10:59 +00:00
\begin { enumerate}
\setcounter { enumii} { 3}
\item $ 0 . 05 ( x + 5 ) ( x + 1 ) ( x - 4 ) > 1 $
\end { enumerate}
2021-08-31 08:55:49 +00:00
\end { enumerate}
\end { minipage}
\end { exercise}