summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fascicules/guide/ch4_mon_chapitre/content/cours_second_degre.tex
blob: fcedcb43c6fa0222157de9d4ee2e016c5848b4d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
\tagged{method}{\begin{xcomment}{method,exo}}

\section{Généralités.}
\label{second_degre_generalites}

\subsection*{Définition}

\begin{frame}[t]

\onslide<1->{
\begin{definition}{}
 Une fonction du second degré est de la forme $f(x)=ax^2+bx+c$. 
\onslide<2->{ Les nombres $a$, $b$ et $c$ sont  appelés les \underline{coefficients}. }
\onslide<3->{  Le coefficient $a$ doit être différent de zéro. }
\end{definition}
}

\onslide<4->{
Exemple : 

\begin{itemize}
	\item<5-> $2x^2-5x+10$ est une fonction du second degré. \onslide<6->{Ses coefficients sont 2,$-5$ et 10. }
	
	\item<7-> $5x-3$ n'est pas une fonction du second degré. \onslide<8->{C'est une fonction affine.}
	
	\item<9-> $x^3-5x+2$ non plus. \onslide<10->{C'est un polynôme de degré 3.}
\end{itemize}
}

\onslide<11->{\notez}

\end{frame}


\subsection*{Forme convexe et concave}

\begin{frame} 

\begin{property}{}
\onslide<1->{
La courbe représentative d'une fonction du second degré est une parabole \underline{convexe} si $a$ est positif} \onslide<3->{ et \underline{concave} si $a$ est négatif.}	

\onslide<5->{La parabole a un axe de symétrie qui passe par le sommet.}
\end{property}


\begin{center}
\begin{tabular}{|c|c|} \hline 
	\onslide<2->{forme convexe} & \onslide<5->{forme concave} \\
	
	\begin{tikzpicture}[scale=1,general]
	\window{-3}{3}{-2}{5}
	\begin{windowsratio}
	\onslide<2->{
	\axeH;
	\clip (\Xmin,\Ymin) rectangle (\Xmax,\Ymax);
	\def \f{0.5*(\x)^2-1};
	\draw[samples=100,domain=-4:4,courbe]
	plot(\x,{\f});
	}
	\onslide<6->{
	\draw[color=green!60!black] plot[mark=*,mark options={scale=2}] coordinates {(0,-1)} node[below right]{$S$};
	\draw[color=green!60!black,dashed] (0,-2)--(0,5); 
	\draw[color=green!60!black,dashed] (0,-1)--(0,0) node[above left]{$-\frac{b}{2a}$};  
	}
	\end{windowsratio}
	\end{tikzpicture} &

	\begin{tikzpicture}[scale=1,general]
	\onslide<4->{
	\window{-3}{3}{-2}{5}
	\begin{windowsratio}
	\axeH;
	\clip (\Xmin,\Ymin) rectangle (\Xmax,\Ymax);
	\def \f{-0.5*(\x)^2+3};
	\draw[samples=100,domain=-4:4,courbe]
	plot(\x,{\f});
	}
	\onslide<7->{
	\draw[color=green!60!black] plot[mark=*,mark options={scale=2}] coordinates {(0,3)} node[above right]{$S$};
	\draw[color=green!60!black,dashed] (0,-2)--(0,5); 
	\draw[color=green!60!black,dashed] (0,3)--(0,0) node[below]{$-\frac{b}{2a}$}; }           
	\end{windowsratio}
	\end{tikzpicture} 	
 \\ \hline
\end{tabular}	
\end{center}

\onslide<8->{\notez}

\end{frame}





\section{Tout est dans le style \ldots}
\label{second_degre_style}

\begin{frame}

	Une fonction du second degré peut s'écrire de trois manières différentes :
	
	 
	\onslide<2->
	\hfil
	\begin{tikzpicture}
	\onslide<4->{
	\node[ellipse,fill=green!40!white] (f1) at (0,0) 
	{\begin{tabular}{cc}forme développée \\ $ax^2+bx+c$ \end{tabular}};
	}
	\onslide<7->{
	\node[ellipse,fill=blue!20!white] (f2) at (6,0) 	{\begin{tabular}{cc}forme factorisée \\ $a(x-x_1)(x-x_2)$ \end{tabular}};
	}
	
	\onslide<2->{
	\node[ellipse,fill=red!40!white] (f3) at (3,-3) 	{\begin{tabular}{cc}forme canonique \\ $a(x-r)^2+s$ \end{tabular}};
	}
	
	\onslide<11->{
	\draw[-latex] (f1) to[bend right] node[above] {fact.} (f2);
	\draw[-latex] (f2) to[bend right] node[below] {dvp.} (f1);
    }
	\onslide<9->{\draw[-latex] (f1.south west) to[bend right] node{compléter le carré} (f3.south west);}
	\onslide<3->{ \draw[-latex] (f3.north west) to[bend right] node{développer} (f1.south); }
	\onslide<10->{
	\draw[-latex] (f2.south) to[bend right] node {comp. le carré} (f3.north east); }
	\onslide<6->{
	\draw[-latex] (f3.south east) to[bend right] node{factoriser} (f2.south east);
	}
	\end{tikzpicture}
	\hfil

Exemple : $\onslide<5->{2x^2-20x+32=} \onslide<2->{2(x-5)^2-18} \onslide<8->{=2(x-8)(x-2)}$.

\onslide<12->{	\notez}
	
	
\end{frame}


\section{L'équation du second degré}
\label{second_degre_formule_resolution}


\begin{frame}

Pour résoudre l'équation $ax^2+bx+c=0$ on commence par calculer le \underline{discriminant} $$\Delta=b^2-4ac \,.$$



\begin{theorem}{}
\begin{itemize}
\item<2-> Si $\Delta>0$ alors l'équation admet deux solutions:

 $x_1=\frac{-b-\sqrt{\Delta}}{2a}$ et $x_2=\frac{-b+\sqrt{\Delta}}{2a}$.

\item<4-> Si $\Delta=0$ alors l'équation admet une seule solution
 $x_0=\frac{-b}{2a}$.

\item<5-> Si $\Delta<0$ alors l'équation n'admet aucune solution.

\end{itemize}
\end{theorem}
	
\mode<beamer>{
\onslide<3>{\color{green} C'est le cas qu'on rencontre le plus souvent.	
}	}

\onslide<6> \notez
	
	
\end{frame}	





\begin{frame}


\begin{method}[methode_delta]{Trouver les zéros de $ax^2+bx+c$}
Cela revient à résoudre l'équation $ax^2+bx+c=0$. On commence par calculer le discriminant $\Delta$, puis on utilise les formules.
\end{method}

\begin{exo}[type=method]
Résoudre l'équation $x^2-2x-15=0$.

\begin{sol}

\onslide<2->{	
{\color<beamer>{green} Ici $a=1$, $b=-2$ et $c=-15$,}}
\onslide<3->{ 
{\color<beamer>{green}donc} $$\Delta=(-2)^2-4 \cdot 1 \cdot (-15) = 4+60 = 64 \,.$$ }

\vspace{-5mm}

\onslide<4->{
$\Delta$ est positif donc l'équation admet deux solutions:}

\begin{center}
$
\begin{array}[t]{rcl}
\onslide<5->{ x_1 & = & \frac{2-\sqrt{64}}{2\cdot 1}  }\\
\onslide<6->{& = & \frac{2-8}{2}} \\
\onslide<7->{ & = & \frac{-6}{2} =-3 }
\end{array}
$ \onslide<5->{et}
$
\begin{array}[t]{rcl}
\onslide<5->{x_2 & = & \frac{2+\sqrt{64}}{2\cdot 1}} \\
\onslide<6->{ & = & \frac{2+8}{2}  }\\
\onslide<7->{ & = & \frac{10}{2} =5 }
\end{array}
$
\end{center}


\onslide<8->{
\begin{remark}On peut faire une vérification:\end{remark} }


\onslide<9->{ Pour $x=-3$, \qquad $x^2-2x-15} \onslide<10->{ = 9 + 6 -15} \onslide<11->{= 0.}$ 

\onslide<12->{Pour $x=5$,  \qquad  $x^2-2x-15 } \onslide<13->{ = 25 -10 -15 } \onslide<14->{= 0.}$


\onslide<15->{\notez}
\end{sol}

\end{exo}



\end{frame}












\section{Formule du sommet}
\label{second_degre_formule_sommet}


\begin{frame}
	
	Lorsque la fonction est sous la forme canonique $a(x-r)^2+s$, le sommet est $S(r;s)$.  
	
	\pause Sinon :
	
	\pause 
	
	\begin{formula}{}
		Le sommet de la parabole, d'équation $y=ax^2+bx+c$, a pour abscisse $x_S = -\frac{b}{2a}$.
	\end{formula}
	
	\pause 
	
	\notez
	
\end{frame}


\begin{frame}
	
	\begin{method}[methode_sommet]{Coordonnées du sommet}
	Soit on sait mettre le trinôme sous la forme canonique, soit on applique la formule.
	\end{method}
	
	\begin{exo}[type=method]	
		Calculer les coordonnées du sommet de la parabole d'équation $y=\alert<5>{2}x^2\alert<4>{-8}x+5$.
		
		\begin{sol}
		
		\onslide<2->
		{$x_S}  \onslide<3->{= -  \frac{\onslide<4->{\alert<4>{-8}}}{\onslide<5->{2 \cdot \alert<5>{2} }}}  \onslide<6->{= 2 .} $
		
		\onslide<7->{Pour $x=2$,}  $\onslide<8->{y = 2\cdot 2^2 -8 \cdot 2 +5 } \onslide<9->{ = 
			8-16+5 } \onslide<10->{= -3.}$
		
		\onslide<11->{Donc le sommet de la parabole est $S(2;-3)$.}
		
		\onslide<12>{\notez}
		\end{sol}
		
		\clearpage
		
	\end{exo}	
\end{frame}

\tagged{method}{\end{xcomment}}