Correction exo 3 (algo) BAC ES/L 2017, Inde avril 2017
Posted: 26 Apr 2017, 23:02
Correction exercice n°3 (algo) du sujet de Maths du BAC ES/L 2017 en Inde :
https://toutmonexam.fr/epreuve.php?id=2252
Question 1) :
Question 2)a) :
Les 2 algorithmes proposés s'articulent autour d'une boucle Tant que et différent par la seule condition d'arrêt de cette boucle.
La variable U représentant la valeur du terme uN, nous souhaitons que l'algorithme que l'algorithme se termine avec
La condition de poursuite de la boucle Tant que doît donc être contraire :
Le bon algorithme est donc l'algorithme 2.
Question 2)b) :
Pour obtenir la valeur retournée par l'algorithme, programmons-le sur notre calculatrice.
Rajoutons de plus un affichage de l'état des variables et de la condition de poursuite en fin de boucle, afin d'obtenir directement une pseudo-trace permettant de justifier de la réponse.
D'où la pseudo-trace de l'algorithme :
L'algorithme affichant la valeur de N, il retourne donc 13.
Question 3)a) :
Pour tout entier naturel n,
Donc
Question 3)b) :
D'où pour tout entier naturel n,
Donc pour tout entier naturel n :
Question 4) :
Posons wn le nombre d participants pour l'année 2015+n.
En 2015=2015+0 il y a 150 participants, soit
Pour tout entier naturel n,
On retrouve la définition par récurrence de la suite
Pour tout entier naturel n,
Donc pour tout entier naturel n,
Il n'y aura jamais besoin de refuser du monde.
https://toutmonexam.fr/epreuve.php?id=2252
Question 1) :
$mathjax$u_1=u_{0+1}\\
\phantom{u_1}=0,8 u_0 + 45\\
\phantom{u_1}=0,8 \times 150 + 45\\
\phantom{u_1}=120 + 45\\
\phantom{u_1}=165$mathjax$
\phantom{u_1}=0,8 u_0 + 45\\
\phantom{u_1}=0,8 \times 150 + 45\\
\phantom{u_1}=120 + 45\\
\phantom{u_1}=165$mathjax$
$mathjax$u_2=u_{1+1}\\
\phantom{u_2}=0,8 u_1 + 45\\
\phantom{u_2}=0,8 \times 165 + 45\\
\phantom{u_2}=132 + 45\\
\phantom{u_2}=177$mathjax$
\phantom{u_2}=0,8 u_1 + 45\\
\phantom{u_2}=0,8 \times 165 + 45\\
\phantom{u_2}=132 + 45\\
\phantom{u_2}=177$mathjax$
Question 2)a) :
Les 2 algorithmes proposés s'articulent autour d'une boucle Tant que et différent par la seule condition d'arrêt de cette boucle.
La variable U représentant la valeur du terme uN, nous souhaitons que l'algorithme que l'algorithme se termine avec
$mathjax$U≥220$mathjax$
.La condition de poursuite de la boucle Tant que doît donc être contraire :
$mathjax$U<220$mathjax$
.Le bon algorithme est donc l'algorithme 2.
Question 2)b) :
Pour obtenir la valeur retournée par l'algorithme, programmons-le sur notre calculatrice.
Rajoutons de plus un affichage de l'état des variables et de la condition de poursuite en fin de boucle, afin d'obtenir directement une pseudo-trace permettant de justifier de la réponse.
Algorithme | Programme | ||||||||||
|
|
D'où la pseudo-trace de l'algorithme :
N | U | U<220 | |
Initialisation | 0 | 150 | 1 |
1ère itération boucle Tant que | 1 | 165 | Vrai |
2ème itération boucle Tant que | 2 | 177 | Vrai |
3ème itération boucle Tant que | 3 | 186,6 | Vrai |
4ème itération boucle Tant que | 4 | ≈194,3 | Vrai |
5ème itération boucle Tant que | 5 | ≈200,4 | Vrai |
6ème itération boucle Tant que | 6 | ≈205,3 | Vrai |
7ème itération boucle Tant que | 7 | ≈209,3 | Vrai |
8ème itération boucle Tant que | 8 | ≈212,4 | Vrai |
9ème itération boucle Tant que | 9 | ≈214,9 | Vrai |
10ème itération boucle Tant que | 10 | ≈216,9 | Vrai |
11ème itération boucle Tant que | 11 | ≈218,6 | Vrai |
12ème itération boucle Tant que | 12 | ≈219,8 | Vrai |
13ème itération boucle Tant que | 13 | ≈220,9 | Faux |
L'algorithme affichant la valeur de N, il retourne donc 13.
Question 3)a) :
$mathjax$v_0 = u_0 - 225\\
\phantom{v_0} = 150 - 225\\
\phantom{v_0} = -75$mathjax$
\phantom{v_0} = 150 - 225\\
\phantom{v_0} = -75$mathjax$
Pour tout entier naturel n,
$mathjax$v_{n+1} = u_{n+1} - 225\\
\phantom{v_{n+1}} = 0,8 u_n + 45 - 225\\
\phantom{v_{n+1}} = 0,8 u_n - 180\\
\phantom{v_{n+1}} = 0,8 \left(u_n - \frac{180}{0,8}\right)\\
\phantom{v_{n+1}} = 0,8 \left(u_n - 225\right)\\
\phantom{v_{n+1}} = 0,8 v_n$mathjax$
\phantom{v_{n+1}} = 0,8 u_n + 45 - 225\\
\phantom{v_{n+1}} = 0,8 u_n - 180\\
\phantom{v_{n+1}} = 0,8 \left(u_n - \frac{180}{0,8}\right)\\
\phantom{v_{n+1}} = 0,8 \left(u_n - 225\right)\\
\phantom{v_{n+1}} = 0,8 v_n$mathjax$
Donc
$mathjax$\left(v_n\right)$mathjax$
est une suite géométrique de raison $mathjax$q = 0,8$mathjax$
et de premier terme $mathjax$v_0 = -75$mathjax$
.Question 3)b) :
D'où pour tout entier naturel n,
$mathjax$v_n = v_0 \times q^n\\
\phantom{v_n} = -75 \times 0,8^n$mathjax$
\phantom{v_n} = -75 \times 0,8^n$mathjax$
Donc pour tout entier naturel n :
$mathjax$v_n = u_n - 225 \Leftrightarrow v_n + 225 = u_n - 225 + 225\\
\phantom{v_n = u_n - 225} \Leftrightarrow v_n + 225 = u_n\\
\phantom{v_n = u_n - 225} \Leftrightarrow u_n = v_n + 225\\
\phantom{v_n = u_n - 225} \Leftrightarrow u_n = -75 \times 0,8^n + 225\\
\phantom{v_n = u_n - 225} \Leftrightarrow u_n = 225 - 75 \times 0,8^n$mathjax$
\phantom{v_n = u_n - 225} \Leftrightarrow v_n + 225 = u_n\\
\phantom{v_n = u_n - 225} \Leftrightarrow u_n = v_n + 225\\
\phantom{v_n = u_n - 225} \Leftrightarrow u_n = -75 \times 0,8^n + 225\\
\phantom{v_n = u_n - 225} \Leftrightarrow u_n = 225 - 75 \times 0,8^n$mathjax$
Question 4) :
Posons wn le nombre d participants pour l'année 2015+n.
En 2015=2015+0 il y a 150 participants, soit
$mathjax$w_0 = 150$mathjax$
.Pour tout entier naturel n,
$mathjax$w_{n+1} = \left(1-\frac{20}{100}\right) w_n + 45\\
\phantom{w_{n+1}} = \left(1 - 0,2\right) w_n + 45\\
\phantom{w_{n+1}} = 0,8 w_n + 45$mathjax$
\phantom{w_{n+1}} = \left(1 - 0,2\right) w_n + 45\\
\phantom{w_{n+1}} = 0,8 w_n + 45$mathjax$
On retrouve la définition par récurrence de la suite
$mathjax$\left(u_n\right)$mathjax$
, et donc pour tout entier naturel n, $mathjax$w_n=u_n$mathjax$
.Pour tout entier naturel n,
$mathjax$0,8^n > 0 \Leftrightarrow 75 \times 0,8^n > 0\\
\phantom{0,8^n > 0} \Leftrightarrow -75 \times 0,8^n < 0\\
\phantom{0,8^n > 0} \Leftrightarrow -75 \times 0,8^n + 225 < 0 + 225\\
\phantom{0,8^n > 0} \Leftrightarrow 225 -75 \times 0,8^n < 225\\
\phantom{0,8^n > 0} \Leftrightarrow u_n < 225$mathjax$
\phantom{0,8^n > 0} \Leftrightarrow -75 \times 0,8^n < 0\\
\phantom{0,8^n > 0} \Leftrightarrow -75 \times 0,8^n + 225 < 0 + 225\\
\phantom{0,8^n > 0} \Leftrightarrow 225 -75 \times 0,8^n < 225\\
\phantom{0,8^n > 0} \Leftrightarrow u_n < 225$mathjax$
Donc pour tout entier naturel n,
$mathjax$u_n < 250$mathjax$
.Il n'y aura jamais besoin de refuser du monde.