Feat: Derniers exercices sur la fonction inverse
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5b1438ecbc
commit
521b427e47
Binary file not shown.
|
@ -0,0 +1,20 @@
|
||||||
|
\documentclass[a4paper,10pt]{article}
|
||||||
|
\usepackage{myXsim}
|
||||||
|
|
||||||
|
\author{Benjamin Bertrand}
|
||||||
|
\title{Fonction inverse - exercices }
|
||||||
|
\date{Mai 2021}
|
||||||
|
|
||||||
|
\DeclareExerciseCollection{banque}
|
||||||
|
\xsimsetup{
|
||||||
|
step=3,
|
||||||
|
}
|
||||||
|
|
||||||
|
\setlength\columnsep{10pt}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\input{exercises.tex}
|
||||||
|
\printcollection{banque}
|
||||||
|
|
||||||
|
\end{document}
|
|
@ -1,5 +1,5 @@
|
||||||
\collectexercises{banque}
|
\collectexercises{banque}
|
||||||
\begin{exercise}[subtitle={"factorisation"}, step={2}, origin={Création}, topics={Fonction inverse}, tags={fonctions inverse}]
|
\begin{exercise}[subtitle={"factorisation"}, step={2}, origin={Création}, topics={Fonction inverse}, tags={fonction inverse}]
|
||||||
Démontrer les égalités suivantes
|
Démontrer les égalités suivantes
|
||||||
\begin{multicols}{3}
|
\begin{multicols}{3}
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
\end{exercise}
|
\end{exercise}
|
||||||
|
|
||||||
\begin{exercise}[subtitle={Dérivation}, step={2}, origin={Création}, topics={Fonction inverse}, tags={fonctions inverse}]
|
\begin{exercise}[subtitle={Dérivation}, step={2}, origin={Création}, topics={Fonction inverse}, tags={fonction inverse}]
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item Dériver les fonctions suivantes
|
\item Dériver les fonctions suivantes
|
||||||
\begin{multicols}{4}
|
\begin{multicols}{4}
|
||||||
|
@ -38,4 +38,80 @@
|
||||||
\item Pour chacune des fonctions, étudier le signe de leur dérivée puis en déduire leurs variations.
|
\item Pour chacune des fonctions, étudier le signe de leur dérivée puis en déduire leurs variations.
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
\end{exercise}
|
\end{exercise}
|
||||||
|
|
||||||
|
\begin{exercise}[subtitle={Histoire de coûts}, step={3}, origin={Sigma 140p122}, topics={Fonction inverse}, tags={fonction inverse}]
|
||||||
|
\begin{definition}
|
||||||
|
Le \textbf{coût moyen unitaire} quand on fabrique $q$ unité est $C_m(q) = \frac{C(q)}{q}$ où $C(q)$ est le coût total pour produire $q$ unités.
|
||||||
|
\end{definition}
|
||||||
|
\noindent
|
||||||
|
\begin{minipage}{0.6\linewidth}
|
||||||
|
Une entreprise fabrique chaque jour entre $0$ et $30m^3$ de produit chimique.
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Soit $C$ la fonction qui modélise ses coûts de fabrication. Elle est définie sur l'intervalle $\intFF{0}{30}$ par $C(x) = x^2 + 50x + 100$ et exprimée en euros.
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Calculer le coût de production total pour $10m^3$.
|
||||||
|
\item Calculer le coût moyen unitaire pour $10m^3$.
|
||||||
|
\end{enumerate}
|
||||||
|
\item On définit la fonction $f$ qui modélise le coût moyen unitaire en fonction de la quantité $x$ par la fonction $f(x) = \frac{C(x)}{x}$ sur l'intervalle $\intFF{1}{30}$. On a représenté cette fonction ci-contre.
|
||||||
|
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Déterminer graphiquement une valeur approchée de $f(5)$ puis de $f(25)$.
|
||||||
|
\item Déterminer graphiquement quelles quantité doivent être produite pour avoir un coût unitaire moyen inférieur à 80.
|
||||||
|
\end{enumerate}
|
||||||
|
\end{enumerate}
|
||||||
|
\end{minipage}
|
||||||
|
\begin{minipage}{0.4\linewidth}
|
||||||
|
\begin{tikzpicture}[baseline=(a.north), xscale=1, yscale=0.4]
|
||||||
|
\tkzInit[xmin=0,xmax=30,xstep=5,
|
||||||
|
ymin=0,ymax=150,ystep=10]
|
||||||
|
\tkzGrid
|
||||||
|
\tkzAxeXY
|
||||||
|
\tkzFct[domain=1:30,color=red,very thick]%
|
||||||
|
{\x+50+100/\x};
|
||||||
|
\end{tikzpicture}
|
||||||
|
|
||||||
|
\end{minipage}
|
||||||
|
|
||||||
|
\begin{enumerate}
|
||||||
|
\setcounter{enumi}{2}
|
||||||
|
\item
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Démontrer que $f(x) = x + 50 + \frac{100}{x}$..
|
||||||
|
\item Dériver la fonction $f$ puis démontrer que l'on a
|
||||||
|
\[
|
||||||
|
f'(x) = \frac{(x-10)(x+10)}{x^2}
|
||||||
|
\]
|
||||||
|
\item Étudier le signe de $f'(x)$ puis en déduire les variations de $f(x)$.
|
||||||
|
\item Déterminer la quantité à produire pour que le coût moyen de production soit minimal.
|
||||||
|
\end{enumerate}
|
||||||
|
\end{enumerate}
|
||||||
|
\end{exercise}
|
||||||
|
|
||||||
|
\begin{exercise}[subtitle={Optimisation de matière première}, step={3}, origin={???}, topics={Fonction inverse}, tags={fonction inverse}]
|
||||||
|
\begin{minipage}{0.6\textwidth}
|
||||||
|
On se propose de fabriquer avec le moins de tôle possible une citerne fermée en forme de parallélépipède rectangle dont le volume intérieur doit être de $12m^3$. La longueur est aussi fixée à $3m$ par le cahier des charges.
|
||||||
|
|
||||||
|
On peut donc faire varier uniquement la largeur (notée $x$) et la hauteur (notée $h$) de la cuve.
|
||||||
|
\end{minipage}
|
||||||
|
\hfill
|
||||||
|
\begin{minipage}{0.3\textwidth}
|
||||||
|
\includegraphics[scale=0.8]{./fig/citerne}
|
||||||
|
\end{minipage}
|
||||||
|
|
||||||
|
\begin{enumerate}
|
||||||
|
\item Expliquer pourquoi quand la largeur $x$ change, la hauteur $h$ doit elle aussi changer pour respecter les contraintes.
|
||||||
|
\item Démontrer que l'on doit avoir $h = \dfrac{4}{x}$.
|
||||||
|
\item On note $S(x)$ l'aire totale de la citerne (c'est à dire la somme des aires des six faces). Montrer que l'on peut écrire
|
||||||
|
\[
|
||||||
|
S(x) = 6x + 8 + \frac{24}{x}
|
||||||
|
\]
|
||||||
|
\item Démontrer que
|
||||||
|
\[
|
||||||
|
S'(x) = \frac{6(x-2)(x+2)}{x^2}
|
||||||
|
\]
|
||||||
|
\item En déduire le tableau de variation de $S(x)$ sur $\intOF{0}{10}$.
|
||||||
|
\item Déterminer les valeurs de $x$ et $h$ correspondant à une utilisation minimal de tôle.
|
||||||
|
\end{enumerate}
|
||||||
|
\end{exercise}
|
||||||
|
|
||||||
\collectexercisesstop{banque}
|
\collectexercisesstop{banque}
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1,132 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="55.626667mm"
|
||||||
|
height="40.40659mm"
|
||||||
|
viewBox="0 0 55.626667 40.40659"
|
||||||
|
version="1.1"
|
||||||
|
id="svg8"
|
||||||
|
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||||
|
sodipodi:docname="citerne.svg">
|
||||||
|
<defs
|
||||||
|
id="defs2">
|
||||||
|
<inkscape:perspective
|
||||||
|
sodipodi:type="inkscape:persp3d"
|
||||||
|
inkscape:vp_x="-49.702305 : 23.431086 : 0"
|
||||||
|
inkscape:vp_y="0 : 473.35527 : 0"
|
||||||
|
inkscape:vp_z="49.702305 : 23.431086 : 0"
|
||||||
|
inkscape:persp3d-origin="78.807753 : 90.868314 : 1"
|
||||||
|
id="perspective815" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="1.979899"
|
||||||
|
inkscape:cx="28.194159"
|
||||||
|
inkscape:cy="87.282789"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
fit-margin-top="0"
|
||||||
|
fit-margin-left="0"
|
||||||
|
fit-margin-right="0"
|
||||||
|
fit-margin-bottom="0"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata5">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(-66.137173,-156.5464)">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path843"
|
||||||
|
style="fill:#969ba1;fill-opacity:0.71687586;fill-rule:evenodd;stroke:#000000;stroke-width:0.18944167;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.18944166, 0.75776662;stroke-dashoffset:0;stroke-opacity:1"
|
||||||
|
d="m 66.494985,167.56308 v 16.32491 l 22.609717,-10.65887 v -16.32491 z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path845"
|
||||||
|
style="fill:#969ba1;fill-opacity:0.71687586;fill-rule:evenodd;stroke:#000000;stroke-width:0.18944167;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.18944166, 0.75776662;stroke-dashoffset:0;stroke-opacity:1"
|
||||||
|
d="m 89.104702,156.90421 26.954708,12.70722 v 16.32491 L 89.104702,173.22912 Z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path847"
|
||||||
|
style="fill:#969ba1;fill-opacity:0.71687586;fill-rule:evenodd;stroke:#000000;stroke-width:0.18934211;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:0.18934211, 0.75736846;stroke-dashoffset:0;stroke-opacity:1"
|
||||||
|
d="M 66.494985,183.88799 93.449689,196.5952 116.05941,185.93634 89.104702,173.22912 Z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path849"
|
||||||
|
style="fill:#969ba1;fill-opacity:0.71687586;fill-rule:evenodd;stroke:#000000;stroke-width:0.71562374;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 66.494985,167.56308 93.449689,180.27029 116.05941,169.61143 89.104702,156.90421 Z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path851"
|
||||||
|
style="fill:#969ba1;fill-opacity:0.71687586;fill-rule:evenodd;stroke:#000000;stroke-width:0.71562374;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 93.449689,180.27029 V 196.5952 L 116.05941,185.93634 V 169.61143 Z" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path853"
|
||||||
|
style="fill:#969ba1;fill-opacity:0.71687586;fill-rule:evenodd;stroke:#000000;stroke-width:0.71562374;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 66.494985,167.56308 26.954704,12.70721 V 196.5952 L 66.494985,183.88799 Z" />
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-weight:normal;font-size:4.23333311px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
||||||
|
x="72.445663"
|
||||||
|
y="194.07584"
|
||||||
|
id="text833"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan831"
|
||||||
|
x="72.445663"
|
||||||
|
y="194.07584"
|
||||||
|
style="stroke-width:0.26458332">3m</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-weight:normal;font-size:4.23333311px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
||||||
|
x="106.02232"
|
||||||
|
y="195.13541"
|
||||||
|
id="text837"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan835"
|
||||||
|
x="106.02232"
|
||||||
|
y="195.13541"
|
||||||
|
style="stroke-width:0.26458332">x</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-weight:normal;font-size:4.23333311px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
||||||
|
x="119.44047"
|
||||||
|
y="179.4494"
|
||||||
|
id="text841"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan839"
|
||||||
|
x="119.44047"
|
||||||
|
y="179.4494"
|
||||||
|
style="stroke-width:0.26458332">h</tspan></text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.6 KiB |
|
@ -2,7 +2,7 @@ Fonction inverse
|
||||||
################
|
################
|
||||||
|
|
||||||
:date: 2021-05-06
|
:date: 2021-05-06
|
||||||
:modified: 2021-05-18
|
:modified: 2021-05-21
|
||||||
:authors: Benjamin Bertrand
|
:authors: Benjamin Bertrand
|
||||||
:tags: Fonctions inverse
|
:tags: Fonctions inverse
|
||||||
:category: TST
|
:category: TST
|
||||||
|
@ -43,3 +43,8 @@ Bilan: Dérivée de la fonction inverse
|
||||||
Étape 3: Bastonage sur des exercices types.
|
Étape 3: Bastonage sur des exercices types.
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
|
Exercices classiques sur l'utilisation de l'inverse
|
||||||
|
|
||||||
|
.. image:: ./3E_type.pdf
|
||||||
|
:height: 200px
|
||||||
|
:alt: Exercices classiques sur l'utilisation de l'inverse
|
||||||
|
|
Loading…
Reference in New Issue