feat(1G_spec): exercices sur les suites
All checks were successful
Publish content / push (push) Successful in 58s
Publish content / build (push) Successful in 1m51s
Publish content / deploy (push) Successful in 41s

This commit is contained in:
2025-09-30 09:53:50 +02:00
parent 73fe5e2b6c
commit 4d6beb5c99
7 changed files with 844 additions and 0 deletions

View File

@@ -0,0 +1,143 @@
\begin{exercise}[subtitle={Carrés de Pierre}, step={1}, origin={}, topics={ Modélisation Discrète }, tags={ modélisation, suite}, mode={\searchMode}]
\begin{minipage}{ 0.45\textwidth }
Pierre joue avec des mosaïques de couleur. Il dispose ses mosaïques pour obtenir des « carrés »
Il voudrait savoir à lavance combien de mosaïques il lui faut pour fabriquer nimporte quel « carré ». Comment laider ?
\end{minipage}
\hfill
\begin{minipage}{ 0.5\textwidth }
\includegraphics[scale=0.8]{./fig/carre.pdf}
\end{minipage}
\end{exercise}
\begin{exercise}[subtitle={Abonnement téléphone}, step={1}, origin={}, topics={ Modélisation Discrète }, tags={ modélisation, suite }, mode={\trainMode}]
Abdou se rend chez un opérateur téléphonique pour choisir un abonnement. On lui propose 3 forfaits:
\begin{itemize}
\item Forfait \textbf{Liberté}: \dotfill 36\euro par mois, textos illimités.
\item Forfait \textbf{Zen}: \dotfill 20\euro par mois, 5 centimes par textos.
\item Forfait \textbf{Proche}: \dotfill 20 centimes par textos
\end{itemize}
\begin{enumerate}
\item Abdou estime qu'il envoie 150 textos par mois. Quel forfait doit-il choisir?
\item Une copine, Roubouanti, envoie en moyenne 300 textos par mois et a choisi le forfait \textbf{Liberté}. A-t-elle fait le bon choix?
\item Expliquer en une phrase, pour chaque forfait, comment calculer le prix à payer pour n'importe quel nombre de texto envoyé.
\item Abdou souhaite en savoir plus. Il se demande à partir de combien de textos envoyé, il est plus intéréssant de choisir le forfait \textbf{Liberté}. Aidez le à répondre à sa question.
\end{enumerate}
\end{exercise}
\begin{exercise}[subtitle={Modélisation par une suite arithmétique}, step={2}, origin={livre scolaire}, topics={ Modélisation Discrète }, tags={ modélisation, suite }, mode={\trainMode}]
\begin{enumerate}
\item À la salle de sport, un adhérent charge sa barre de squat, qui pèse 20 kg, avec 40 kg de poids de chaque côté pour sa première série. Pour les séries suivantes, il baisse la charge de son équipement qui pèse alors 90 kg, puis 80 kg, puis 70 kg, etc.
Peut-on modéliser cette situation par une suite arithmétique ?
\item La réserve de noisettes d'un écureuil diminue chaque jour de l'hiver. Elle débute à 156 noisettes, puis atteint 122 noisettes au bout d'un mois, 86 au bout de 2 mois.
Sur la durée de l'hiver, peut-on modéliser cette situation par une suite arithmétique ? Justifier.
\end{enumerate}
\end{exercise}
\begin{exercise}[subtitle={Reconnaitre une suite arithmétique}, step={2}, origin={livre scolaire}, topics={ Modélisation Discrète }, tags={ modélisation, suite }, mode={\trainMode}]
Les situations suivantes sont à croissance linéaire.
\begin{enumerate}
\item Dans un élevage de chèvres, la population au cours de quatre mois consécutifs s'élève à 76, puis 70, puis 64, puis 58 chèvres. Combien y a-t-il de chèvres le mois suivant ?
\item La quantité d'eau dans un pluviomètre lors d'un orage est relevée toutes les dix minutes. Les valeurs relevées sont 15 mm ; 19 mm ; 23 mm ; 27 mm. Quelle valeur est relevée dix minutes plus tard ?
\end{enumerate}
\end{exercise}
\begin{exercise}[subtitle={Transition démographique}, step={2}, origin={}, topics={ Modélisation Discrète }, tags={ modélisation, tableur, programmation }, mode={\searchMode}]
\begin{multicols}{2}
\begin{doc}{ Population française entre 1950 et 1980 selon l'INSEE }
% \begin{tabular}{|c|c|}
% \hline
% Année & Population \\
% \hline
% 1950 & 41 647 258 \\
% 1952 & 42 300 981 \\
% 1954 & 42 885 138 \\
% 1956 & 43 627 467 \\
% 1958 & 44 563 043 \\
% 1960 & 45 464 797 \\
% 1962 & 46 422 000 \\
% 1964 & 48 059 022 \\
% 1966 & 48 953 792 \\
% 1968 & 49 723 072 \\
% 1970 & 50 528 219 \\
% 1972 & 51 485 953 \\
% 1974 & 52 320 725 \\
% 1976 & 52 798 338 \\
% 1978 & 53 271 566 \\
% 1980 & 53 731 387 \\
% \hline
% \end{tabular}
\begin{tabular}{cc|cc}
\hline
Année & Population & Année & Population \\
\hline
1950 & 41 647 258 & 1966 & 48 953 792 \\
1952 & 42 300 981 & 1968 & 49 723 072 \\
1954 & 42 885 138 & 1970 & 50 528 219 \\
1956 & 43 627 467 & 1972 & 51 485 953 \\
1958 & 44 563 043 & 1974 & 52 320 725 \\
1960 & 45 464 797 & 1976 & 52 798 338 \\
1962 & 46 422 000 & 1978 & 53 271 566 \\
1964 & 48 059 022 & 1980 & 53 731 387 \\
\hline
\end{tabular}
\end{doc}
\begin{doc}{ INSEE }
LInstitut national de la statistique et des études économiques dépend du ministère de lÉconomie et des Finances. Son rôle est de collecter des données et de réaliser des analyses statistiques sur la société française et son évolution. LInsee est chargé du recensement de la population française. Selon ses estimations, la population française est de \np{67 063 700} habitants au 1er janvier 2020.
\end{doc}
\begin{enumerate}
\item Représenter graphiquement la population française en fonction du temps.
\item Proposer un modèle pour faire une estimation de la population en 1990 puis en 2020.
\item Comparer vos résultats à l'estimation de l'INSEE.
\end{enumerate}
\end{multicols}
\end{exercise}
\begin{exercise}[subtitle={Formule explicite}, step={3}, origin={}, topics={ Modélisation Discrète }, tags={ modélisation, tableur, programmation }, mode={\trainMode}]
Calculer les valeurs de $u(0)$, $u(1)$, $u(2)$ et $u(10)$ pour les suites suivantes puis reconnaitre les paramètres et le sens de variation de ces suites arithmétiques
\begin{multicols}{3}
\begin{enumerate}
\item $u(n) = 2 + 3n$
\item $u(n) = 5n - 10$
\item $u(n) = \dfrac{n - 4}{2}$
\end{enumerate}
\end{multicols}
\end{exercise}
\begin{exercise}[subtitle={Formule de récurrence}, step={3}, origin={}, topics={ Modélisation Discrète }, tags={ modélisation, tableur, programmation }, mode={\trainMode}]
Calculer les valeurs de $u(0)$, $u(1)$, $u(2)$ et $u(10)$ pour les suites suivantes puis reconnaitre les paramètres et le sens de variation de ces suites arithmétiques
\begin{multicols}{2}
\begin{enumerate}
\item $u(0) = 4$ et $u(n+1) = u(n) + 5$
\item $u(0) = -7$ et $u(n+1) = u(n) + 10$
\item $u(0) = 1$ et $u(n+1) = u(n) - 3$
\end{enumerate}
\end{multicols}
\end{exercise}
\begin{exercise}[subtitle={Placement à taux fixe}, step={4}, origin={}, topics={ Modélisation Discrète }, tags={ modélisation, tableur, programmation }, mode={\trainMode}]
Guillaume décide de faire un placement à intérêts simples afin de prévoir l'achat d'une moto à 13000 €. Il place 9500 € en janvier 2022. À chaque début de mois, son capital est augmenté de 1,1\% du montant initial.
On décide de modéliser le montant du placement par une suite noté $p(n)$ au bout de n mois après le 1er janvier 2022.
\begin{enumerate}
\item Déterminer les valeurs de $p(0)$, $p(1)$ et $p(2)$.
\item Justifier que pour tout $n$ on a $p(n) = 104.5n+9500$
\item Au bout de combien de mois, pourra-t-il acheter sa moto?
\end{enumerate}
\end{exercise}
\begin{exercise}[subtitle={Remboursement}, step={4}, origin={}, topics={ Modélisation Discrète }, tags={ modélisation, tableur, programmation }, mode={\trainMode}]
Maggie emprunte 50 € à son meilleur ami Axel. Pour le rembourser, elle décide de lui donner 10 € le lundi suivant, puis, chaque lundi, de lui donner 2 €.
\begin{enumerate}
\item Justifier que la situation peut être modélisée par une suite arithmétique dont on précisera le sens de $n$, le premier terme et la raison.
\item Quelle somme Maggie aura-t-elle remboursée au bout de quatre semaines après son versement de 10 € ?
\item Au bout de combien de temps Maggie aura-t-elle remboursé Axel intégralement ?
\end{enumerate}
\end{exercise}

Binary file not shown.

View File

@@ -0,0 +1,577 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
id="svg2"
version="1.1"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xml:space="preserve"
width="378.39719"
height="159.14999"
viewBox="0 0 378.39719 159.14999"
sodipodi:docname="carre_pierres.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath52"><path
d="m 4737,389.668 h 221 v -49 h -221 z"
id="path54"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath376"><path
d="m 598,4093.67 v -103 h 169 v 103 h -10 v -96 H 608 v 96 z"
id="path378"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath394"><path
d="m 771,4093.67 v -103 h 469 v 103 h -10 v -96 H 782 v 96 z"
id="path396"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath412"><path
d="m 1244,4093.67 v -103 h 468 v 103 h -10 v -96 h -448 v 96 z"
id="path414"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath430"><path
d="m 1716,4093.67 v -103 h 477 v 103 h -10 v -96 h -456 v 96 z"
id="path432"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath446"><path
d="m 2678,4093.67 v -103 h 171 v 103 h -10 v -96 h -150 v 96 z"
id="path448"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath464"><path
d="m 2853,4093.67 v -103 h 477 v 103 h -10 v -96 h -456 v 96 z"
id="path466"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath482"><path
d="m 3334,4093.67 v -103 h 477 v 103 h -11 v -96 h -456 v 96 z"
id="path484"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath500"><path
d="m 3815,4093.67 v -103 h 547 v 103 h -10 v -96 h -527 v 96 z"
id="path502"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath582"><path
d="m 598,3986.67 v -103 h 169 v 103 h -10 v -96 H 608 v 96 z"
id="path584"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath606"><path
d="m 2678,3986.67 v -103 h 171 v 103 h -10 v -96 h -150 v 96 z"
id="path608"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath686"><path
d="m 598,3879.67 v -103 h 169 v 103 h -10 v -96 H 608 v 96 z"
id="path688"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath710"><path
d="m 2678,3879.67 v -103 h 171 v 103 h -10 v -96 h -150 v 96 z"
id="path712"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath790"><path
d="m 598,3772.67 v -103 h 169 v 103 h -10 v -96 H 608 v 96 z"
id="path792"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath814"><path
d="m 2678,3772.67 v -103 h 171 v 103 h -10 v -96 h -150 v 96 z"
id="path816"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath894"><path
d="m 598,3665.67 v -103 h 169 v 103 h -10 v -96 H 608 v 96 z"
id="path896"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath918"><path
d="m 2678,3665.67 v -103 h 171 v 103 h -10 v -96 h -150 v 96 z"
id="path920"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath998"><path
d="m 598,3558.67 v -104 h 169 v 104 h -10 v -96 H 608 v 96 z"
id="path1000"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1022"><path
d="m 2678,3558.67 v -104 h 171 v 104 h -10 v -96 h -150 v 96 z"
id="path1024"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1102"><path
d="m 598,3450.67 v -103 h 169 v 103 h -10 v -95 H 608 v 95 z"
id="path1104"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1126"><path
d="m 2678,3450.67 v -103 h 171 v 103 h -10 v -95 h -150 v 95 z"
id="path1128"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1206"><path
d="m 598,3343.67 v -103 h 169 v 103 h -10 v -95 H 608 v 95 z"
id="path1208"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1230"><path
d="m 2678,3343.67 v -103 h 171 v 103 h -10 v -95 h -150 v 95 z"
id="path1232"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1310"><path
d="m 598,3236.67 v -103 h 169 v 103 h -10 v -96 H 608 v 96 z"
id="path1312"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1330"><path
d="m 2678,3236.67 v -103 h 171 v 103 h -10 v -96 h -150 v 96 z"
id="path1332"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1410"><path
d="m 598,3129.67 v -103 h 169 v 103 h -10 v -96 H 608 v 96 z"
id="path1412"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1430"><path
d="m 2678,3129.67 v -103 h 171 v 103 h -10 v -96 h -150 v 96 z"
id="path1432"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1510"><path
d="m 728,3023.67 h 39 v -96 h -39 z"
id="path1512"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1520"><path
d="m 598,3022.67 v -103 h 169 v 103 h -10 v -96 H 608 v 96 z"
id="path1522"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1540"><path
d="m 2810,3023.67 h 39 v -96 h -39 z"
id="path1542"
inkscape:connector-curvature="0" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1550"><path
d="m 2678,3022.67 v -103 h 171 v 103 h -10 v -96 h -150 v 96 z"
id="path1552"
inkscape:connector-curvature="0"
style="clip-rule:evenodd" /></clipPath></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2556"
inkscape:window-height="1436"
id="namedview4"
showgrid="false"
inkscape:zoom="1.7938242"
inkscape:cx="43.203787"
inkscape:cy="210.44425"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g10"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1" /><g
id="g10"
inkscape:groupmode="layer"
inkscape:label="exercices12"
transform="matrix(1.25,0,0,-1.25,-329.02989,1029.3127)"><g
id="g48"
transform="scale(0.12)"><g
clip-path="url(#clipPath52)"
id="g50"><g
transform="scale(8.33333)"
id="g56" /></g></g><g
id="g366" /><g
id="g370" /><g
id="g436" /><g
id="g440" /><g
id="g1316" /><g
id="g1416" /><g
id="g1506"
transform="scale(0.12)"><g
clip-path="url(#clipPath1510)"
id="g1508"><g
transform="scale(8.33333)"
id="g1514" /></g></g><g
id="g1526" /><g
id="g1536"
transform="scale(0.12)"><g
clip-path="url(#clipPath1540)"
id="g1538"><g
transform="scale(8.33333)"
id="g1544" /></g></g><flowRoot
xml:space="preserve"
id="flowRoot6902"
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"><flowRegion
id="flowRegion6904"><rect
id="rect6906"
width="327.79132"
height="276.50424"
x="43.482521"
y="42.367584" /></flowRegion><flowPara
id="flowPara6908" /></flowRoot><g
transform="translate(213.46345,40.206805)"
id="g16"><path
inkscape:connector-curvature="0"
id="path1"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.36046,746.35388 v 0.24 h -63.24 v -0.6 h 63.24 v 0.36" /><path
inkscape:connector-curvature="0"
id="path2"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.36046,682.99388 h 0.36 v 63.36 h -0.72 v -63.36 h 0.36" /><path
inkscape:connector-curvature="0"
id="path3"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 50.12046,682.99388 v -0.24 h 63.24 v 0.6 h -63.24 v -0.36" /><path
inkscape:connector-curvature="0"
id="path4"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 50.12046,746.35388 h -0.36 v -63.36 h 0.72 v 63.36 h -0.36" /><path
inkscape:connector-curvature="0"
id="path5"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.36046,733.63388 v 0.36 h -63.24 v -0.6 h 63.24 v 0.24" /><path
inkscape:connector-curvature="0"
id="path6"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 100.76046,682.99388 h 0.24 v 63.36 h -0.6 v -63.36 h 0.36" /><path
inkscape:connector-curvature="0"
id="path7"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.36046,695.71388 v 0.36 h -63.24 v -0.72 h 63.24 v 0.36" /><path
inkscape:connector-curvature="0"
id="path8"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 62.72046,682.99388 h 0.36 v 63.36 h -0.6 v -63.36 h 0.24" /><path
inkscape:connector-curvature="0"
id="path9"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 75.44046,733.63388 h 0.24 v 12.72 h -0.6 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path10"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 88.04046,733.63388 h 0.24 v 12.72 h -0.48 v -12.72 h 0.24" /><path
inkscape:connector-curvature="0"
id="path11"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.36046,721.03388 v 0.36 h -12.6 v -0.72 h 12.6 v 0.36" /><path
inkscape:connector-curvature="0"
id="path12"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.36046,708.31388 v 0.36 h -12.6 v -0.6 h 12.6 v 0.24" /><path
inkscape:connector-curvature="0"
id="path13"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 88.04046,682.99388 h 0.24 v 12.72 h -0.48 v -12.72 h 0.24" /><path
inkscape:connector-curvature="0"
id="path14"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 75.44046,682.99388 h 0.24 v 12.72 h -0.6 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path15"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 50.12046,708.31388 v -0.24 h 12.6 v 0.6 h -12.6 v -0.36" /><path
inkscape:connector-curvature="0"
id="path16"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 50.12046,721.03388 v -0.36 h 12.6 v 0.72 h -12.6 v -0.36" /></g><g
transform="translate(287.94121,64.136317)"
id="g52"><path
inkscape:connector-curvature="0"
id="path17"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 151.28046,759.07388 v -0.36 h 126.36 v 0.6 h -126.36 v -0.24" /><path
inkscape:connector-curvature="0"
id="path18"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 151.28046,632.35388 h 0.24 v 126.72 h -0.6 v -126.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path19"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 277.64046,632.35388 v 0.24 h -126.36 v -0.6 h 126.36 v 0.36" /><path
inkscape:connector-curvature="0"
id="path20"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 277.64046,759.07388 h -0.24 v -126.72 h 0.6 v 126.72 h -0.36" /><path
inkscape:connector-curvature="0"
id="path21"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 277.64046,746.35388 v 0.24 h -126.36 v -0.6 h 126.36 v 0.36" /><path
inkscape:connector-curvature="0"
id="path22"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 265.04046,632.35388 h 0.36 v 126.72 h -0.72 v -126.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path23"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 277.64046,644.95388 v 0.36 h -126.36 v -0.72 h 126.36 v 0.36" /><path
inkscape:connector-curvature="0"
id="path24"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 164.00046,632.35388 h 0.24 v 126.72 h -0.6 v -126.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path25"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 164.00046,733.63388 v 0.36 h -12.72 v -0.6 h 12.72 v 0.24" /><path
inkscape:connector-curvature="0"
id="path26"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 164.00046,721.03388 v 0.36 h -12.72 v -0.72 h 12.72 v 0.36" /><path
inkscape:connector-curvature="0"
id="path27"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 164.00046,708.31388 v 0.36 h -12.72 v -0.6 h 12.72 v 0.24" /><path
inkscape:connector-curvature="0"
id="path28"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 164.00046,695.71388 v 0.36 h -12.72 v -0.72 h 12.72 v 0.36" /><path
inkscape:connector-curvature="0"
id="path29"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 164.00046,682.99388 v 0.36 h -12.72 v -0.6 h 12.72 v 0.24" /><path
inkscape:connector-curvature="0"
id="path30"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 164.00046,670.27388 v 0.36 h -12.72 v -0.72 h 12.72 v 0.36" /><path
inkscape:connector-curvature="0"
id="path31"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 164.00046,657.67388 v 0.24 h -12.72 v -0.6 h 12.72 v 0.36" /><path
inkscape:connector-curvature="0"
id="path32"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 176.60046,746.35388 h 0.36 v 12.72 h -0.72 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path33"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 189.20046,746.35388 h 0.36 v 12.72 h -0.72 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path34"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 201.80046,746.35388 h 0.36 v 12.72 h -0.6 v -12.72 h 0.24" /><path
inkscape:connector-curvature="0"
id="path35"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 214.40046,746.35388 h 0.36 v 12.72 h -0.6 v -12.72 h 0.24" /><path
inkscape:connector-curvature="0"
id="path36"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 227.24046,746.35388 h 0.12 v 12.72 h -0.48 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path37"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 239.84046,746.35388 h 0.24 v 12.72 h -0.6 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path38"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 252.44046,746.35388 h 0.36 v 12.72 h -0.72 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path39"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 277.64046,733.63388 v 0.36 h -12.6 v -0.6 h 12.6 v 0.24" /><path
inkscape:connector-curvature="0"
id="path40"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 277.64046,721.03388 v 0.36 h -12.6 v -0.72 h 12.6 v 0.36" /><path
inkscape:connector-curvature="0"
id="path41"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 277.64046,708.31388 v 0.36 h -12.6 v -0.6 h 12.6 v 0.24" /><path
inkscape:connector-curvature="0"
id="path42"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 277.64046,695.71388 v 0.36 h -12.6 v -0.72 h 12.6 v 0.36" /><path
inkscape:connector-curvature="0"
id="path43"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 277.64046,682.99388 v 0.36 h -12.6 v -0.6 h 12.6 v 0.24" /><path
inkscape:connector-curvature="0"
id="path44"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 277.64046,670.27388 v 0.36 h -12.6 v -0.72 h 12.6 v 0.36" /><path
inkscape:connector-curvature="0"
id="path45"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 277.64046,657.67388 v 0.24 h -12.6 v -0.6 h 12.6 v 0.36" /><path
inkscape:connector-curvature="0"
id="path46"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 252.44046,632.35388 h 0.36 v 12.6 h -0.72 v -12.6 h 0.36" /><path
inkscape:connector-curvature="0"
id="path47"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 239.84046,632.35388 h 0.24 v 12.6 h -0.6 v -12.6 h 0.36" /><path
inkscape:connector-curvature="0"
id="path48"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 227.24046,632.35388 h 0.12 v 12.6 h -0.48 v -12.6 h 0.36" /><path
inkscape:connector-curvature="0"
id="path49"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 214.40046,632.35388 h 0.36 v 12.6 h -0.6 v -12.6 h 0.24" /><path
inkscape:connector-curvature="0"
id="path50"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 201.80046,632.35388 h 0.36 v 12.6 h -0.6 v -12.6 h 0.24" /><path
inkscape:connector-curvature="0"
id="path51"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 189.20046,632.35388 h 0.36 v 12.6 h -0.72 v -12.6 h 0.36" /><path
inkscape:connector-curvature="0"
id="path52"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 176.60046,632.35388 h 0.36 v 12.6 h -0.72 v -12.6 h 0.36" /></g><g
transform="translate(290.17108,148.25935)"
id="g77"><path
inkscape:connector-curvature="0"
id="path53"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 138.56046,657.67388 v 0.24 h -88.44 v -0.6 h 88.44 v 0.36" /><path
inkscape:connector-curvature="0"
id="path55"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 138.56046,568.87364 h 0.36 v 88.80024 h -0.6 v -88.80024 h 0.24" /><path
inkscape:connector-curvature="0"
id="path56"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 50.12046,568.87364 v -0.24 h 88.44 v 0.6 h -88.44 v -0.36" /><path
inkscape:connector-curvature="0"
id="path57"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 50.12046,657.67388 h -0.36 v -88.80024 h 0.72 v 88.80024 h -0.36" /><path
inkscape:connector-curvature="0"
id="path58"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 138.56046,644.95388 v 0.36 h -88.44 v -0.72 h 88.44 v 0.36" /><path
inkscape:connector-curvature="0"
id="path59"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 125.96046,568.87364 h 0.36 v 88.80024 h -0.6 v -88.80024 h 0.24" /><path
inkscape:connector-curvature="0"
id="path60"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 50.12046,581.59364 v -0.36 h 88.44 v 0.72 h -88.44 v -0.36" /><path
inkscape:connector-curvature="0"
id="path61"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 62.72046,568.87364 h 0.36 v 88.80024 h -0.6 v -88.80024 h 0.24" /><path
inkscape:connector-curvature="0"
id="path62"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 75.44046,644.95388 h 0.24 v 12.72 h -0.6 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path63"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 88.04046,644.95388 h 0.24 v 12.72 h -0.48 v -12.72 h 0.24" /><path
inkscape:connector-curvature="0"
id="path64"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 100.76046,644.95388 h 0.24 v 12.72 h -0.6 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path65"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.36046,644.95388 h 0.36 v 12.72 h -0.72 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path66"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 138.56046,632.35388 v 0.24 h -12.6 v -0.6 h 12.6 v 0.36" /><path
inkscape:connector-curvature="0"
id="path67"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 138.56046,619.63388 v 0.36 h -12.6 v -0.72 h 12.6 v 0.36" /><path
inkscape:connector-curvature="0"
id="path68"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 138.56046,607.03388 v 0.24 h -12.6 v -0.6 h 12.6 v 0.36" /><path
inkscape:connector-curvature="0"
id="path69"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 138.56046,594.19364 v 0.36 h -12.6 v -0.6 h 12.6 v 0.24" /><path
inkscape:connector-curvature="0"
id="path70"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 113.36046,568.87364 h 0.36 v 12.72 h -0.72 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path71"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 100.76046,568.87364 h 0.24 v 12.72 h -0.6 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path72"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 88.04046,568.87364 h 0.24 v 12.72 h -0.48 v -12.72 h 0.24" /><path
inkscape:connector-curvature="0"
id="path73"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 75.44046,568.87364 h 0.24 v 12.72 h -0.6 v -12.72 h 0.36" /><path
inkscape:connector-curvature="0"
id="path74"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 50.12046,594.19364 v -0.24 h 12.6 v 0.6 h -12.6 v -0.36" /><path
inkscape:connector-curvature="0"
id="path75"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 50.12046,607.03388 v -0.36 h 12.6 v 0.6 h -12.6 v -0.24" /><path
inkscape:connector-curvature="0"
id="path76"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 50.12046,619.63388 v -0.36 h 12.6 v 0.72 h -12.6 v -0.36" /><path
inkscape:connector-curvature="0"
id="path77"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 50.12046,632.35388 v -0.36 h 12.6 v 0.6 h -12.6 v -0.24" /></g></g></svg>

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -0,0 +1,43 @@
suites arithmétiques
####################
:date: 2025-09-30
:modified: 2025-09-30
:authors: Benjamin Bertrand
:tags: représentation graphique, suite
:category: 1G_EnsSci
:summary: Modélisation de phénomènes linéaires avec les suites arithmétiques
Éléments du programme
=====================
Contenus
--------
- Définition par la relation de récurrence.
- Explicitation du terme de rang n.
- Sens de variation.
- Représentation graphique.
Capacités attendues
-------------------
- Reconnaître un phénomène discret croissance linéaire et savoir le modéliser.
- Calculer un terme de rang donné d'une suite arithmétique définie par une relation fonctionnelle ou une relation de récurrence.
- Réaliser et exploiter la représentation graphique des termes d'une suite arithmétique
- Résoudre un problème de seuil dans le cas d'une croissance linéaire.
Progression
===========
Étape 1: Modélisation de phénomènes de croissances linéaires
------------------------------------------------------------
Étape 2: Reconnaître une suite arithmétique
-------------------------------------------
Étape 3: Utiliser une suite arithmétique
----------------------------------------

Binary file not shown.

View File

@@ -0,0 +1,53 @@
\documentclass[a4paper,12pt]{article}
\usepackage{myXsim}
\author{Benjamin Bertrand}
\title{suites arithmétiques - Plan de travail}
\tribe{1G spécifique}
\date{octobre 2025}
\pagestyle{empty}
\DeclareExerciseCollection{banque}
\xsimsetup{
}
\begin{document}
\maketitle
% Résumé
\bigskip
Savoir-faire de la séquence
\begin{itemize}
\item - Reconnaître un phénomène discret croissance linéaire et savoir le modéliser.
\item - Calculer un terme de rang donné d'une suite arithmétique définie par une relation fonctionnelle ou une relation de récurrence.
\item - Réaliser et exploiter la représentation graphique des termes d'une suite arithmétique
\item - Résoudre un problème de seuil dans le cas d'une croissance linéaire.
\end{itemize}
\section{Modélisation par une suite arithmétique}
\listsectionexercises
\section{Reconnaître une suite arithmétique}
\listsectionexercises
\section{Utiliser une suite arithmétique}
\listsectionexercises
%\pagebreak
\bigskip
\hline
\input{exercises.tex}
\printcollection{banque}
\end{document}

View File

@@ -0,0 +1,28 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\usetikzlibrary{shapes.geometric}
\author{Benjamin Bertrand}
\title{suites arithmétiques - Solutions}
\tribe{1G_EnsSci}
\date{septembre 2025}
\DeclareExerciseCollection{banque}
\xsimsetup{
exercise/print=false,
solution/print=true,
}
\pagestyle{empty}
\begin{document}
\maketitle
\input{exercises.tex}
%\printcollection{banque}
%\printsolutions{exercises}
\end{document}