98 lines
3.1 KiB
TeX
98 lines
3.1 KiB
TeX
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
|
|
|
|
%\usepackage{multicol}
|
|
\usepackage{tikz}
|
|
\usepackage{fancybox}
|
|
|
|
% Title Page
|
|
\title{Fonction affine - Exercices}
|
|
\author{}
|
|
\date{}
|
|
|
|
\fancyhead[L]{Troisième}
|
|
\fancyhead[C]{\Thetitle}
|
|
\fancyhead[R]{\thepage}
|
|
|
|
|
|
\begin{document}
|
|
\thispagestyle{fancy}
|
|
|
|
\begin{Exo}
|
|
\begin{center}
|
|
\framebox{\parbox{0.45\textwidth}{
|
|
\textbf{Determiner une fonction affine}
|
|
|
|
$f$ est une fonction affine telle que $f(3) = 4$ et $f(8) = 14$.
|
|
|
|
Comme $f$ est une fonction affine, elle est de la forme $f:x\mapsto ax + b$. Il faut determiner $a$ et $b$.
|
|
|
|
\textbf{Determinons $a$}
|
|
|
|
\begin{eqnarray*}
|
|
a = \frac{f(3) - f(8)}{3-8} = \frac{4 - 14}{3-8} = \frac{-10}{-5} = 2
|
|
\end{eqnarray*}
|
|
donc $f:x\mapsto 2x + b$
|
|
|
|
\textbf{Déterminons $b$}
|
|
|
|
Comme $f(3) = 4$ et que $f(3) = 2 \times 3 + b $ on peut écrire
|
|
\begin{eqnarray*}
|
|
2\times 3 + b = 4 \\
|
|
6 + b = 4 \\
|
|
b = -2
|
|
\end{eqnarray*}
|
|
|
|
Donc finalement $f:x \mapsto 2x - 2$
|
|
}}
|
|
\end{center}
|
|
|
|
\end{Exo}
|
|
|
|
\eject
|
|
|
|
\begin{Exo}
|
|
\textbf{Determiner une fonction affine}
|
|
|
|
$f$ est une fonction affine telle que $f(2) = 4$ et $f(5) = 13$.
|
|
|
|
Comme $f$ est une fonction affine, elle est de la forme $f:x\mapsto ax + b$. Il faut determiner $a$ et $b$.
|
|
|
|
\textbf{Determinons $a$}
|
|
|
|
\begin{eqnarray*}
|
|
a = \frac{f(\parbox{1cm}{\dotfill}) - f(\parbox{1cm}{\dotfill})}{\parbox{1cm}{\dotfill} - \parbox{1cm}{\dotfill}} = \frac{\parbox{1cm}{\dotfill} - \parbox{1cm}{\dotfill}}{\parbox{1cm}{\dotfill} - \parbox{1cm}{\dotfill}} = \frac{\parbox{1cm}{\dotfill}}{\parbox{1cm}{\dotfill}} = \parbox{1cm}{\dotfill}
|
|
\end{eqnarray*}
|
|
donc $f:x\mapsto \parbox{1cm}{\dotfill} x + b$
|
|
|
|
\textbf{Déterminons $b$}
|
|
|
|
Comme $f(\parbox{1cm}{\dotfill}) = \parbox{1cm}{\dotfill}$ et que $f(\parbox{1cm}{\dotfill}) = \parbox{1cm}{\dotfill}\times \parbox{1cm}{\dotfill}+ b $ on peut écrire
|
|
\begin{eqnarray*}
|
|
\parbox{1cm}{\dotfill}\times \parbox{1cm}{\dotfill}+ b = \parbox{1cm}{\dotfill}\\
|
|
\parbox{1cm}{\dotfill}+ b = \parbox{1cm}{\dotfill}\\
|
|
b = \parbox{1cm}{\dotfill}
|
|
\end{eqnarray*}
|
|
|
|
Donc finalement $f:x \mapsto \parbox{1cm}{\dotfill}x \parbox{1cm}{\dotfill}$
|
|
|
|
\end{Exo}
|
|
|
|
\begin{Exo}
|
|
Aux débuts d'internet, les fournisseurs d'accès proposaient un abonnement auquel il fallait ajouter un montant qui augmentait avec le nombre d'heures passé sur internet. Charles, nostalgique, regarde ses anciennes factures et voit que pour 5heures passée sur internet il avait payé 72,5francs et pour 9h il avait payé 98,5 Francs.
|
|
|
|
Quel était le prix de l'abonnement? Combien était facturée une heure passée sur internet?
|
|
\end{Exo}
|
|
|
|
\begin{Exo}
|
|
$g$ est une fonction affine tel que $g(6) = 3$ et $g(30) = 2$.
|
|
|
|
Determiner $g$.
|
|
\end{Exo}
|
|
\end{document}
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "master"
|
|
%%% End:
|
|
|