From 3143f109a0f0e8394d2a1f3217afe5f8428bc7b5 Mon Sep 17 00:00:00 2001 From: borispinatel Date: Fri, 20 Aug 2021 15:51:13 +0200 Subject: Removes potential ambiguity on this MathML exemple. (#2153) * Update index.html Removes potential ambiguity. * Small fixes - remove useless tags - remove quotes from title and add a non-breaking space - add non-breaking space in the paragraph Co-authored-by: Jb Audras --- .../mathml/examples/deriving_the_quadratic_formula/index.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'files/fr/web/mathml') diff --git a/files/fr/web/mathml/examples/deriving_the_quadratic_formula/index.html b/files/fr/web/mathml/examples/deriving_the_quadratic_formula/index.html index f3dbfab31d..61211e0474 100644 --- a/files/fr/web/mathml/examples/deriving_the_quadratic_formula/index.html +++ b/files/fr/web/mathml/examples/deriving_the_quadratic_formula/index.html @@ -1,14 +1,9 @@ --- -title: 'MathML: Dériver la formule quadratique' +title: MathML : Dériver la formule quadratique slug: Web/MathML/Examples/Deriving_the_Quadratic_Formula -tags: - - Débutant - - Education - - Guide - - MathML translation_of: Web/MathML/Examples/Deriving_the_Quadratic_Formula original_slug: Web/MathML/Exemples/Dériver_la_Formule_Quadratique --- -

Dans cette page, on rédige la démonstration de la détermination des racines d'un polynôme quadratique :

+

Dans cette page, on rédige la démonstration de la détermination des racines d'un polynôme quadratique :

-

a x 2 + b x + c = 0 a x 2 + b x = - c x 2 + b a x = -c a On divise par le premier coefficient du polynôme. x 2 + b a x + b 2 a 2 = - c ( 4 a ) a ( 4 a ) + b 2 4 a 2 On rajoute un terme pour avoir un carré. ( x + b 2 a ) ( x + b 2 a ) = b 2 - 4 a c 4 a 2 Ici, on obtient la valeur du discriminant. ( x + b 2 a ) 2 = b 2 - 4 a c 4 a 2 x + b 2 a = b 2 - 4 a c 4 a 2 x = -b 2 a ±{C} b 2 - 4 a c 4 a 2 x = - b ±{C} b 2 - 4 a c 2 a

+

a x 2 + b x + c = 0 a x 2 + b x = - c x 2 + b a x = -c a On divise par le premier coefficient du polynôme. x 2 + b a x + ( b 2 a ) 2 = - c ( 4 a ) a ( 4 a ) + b 2 4 a 2 On rajoute un terme pour avoir un carré. ( x + b 2 a ) ( x + b 2 a ) = b 2 - 4 a c 4 a 2 Ici, on obtient la valeur du discriminant. ( x + b 2 a ) 2 = b 2 - 4 a c 4 a 2 x + b 2 a = b 2 - 4 a c 4 a 2 x = -b 2 a ±{C} b 2 - 4 a c 4 a 2 x = - b ±{C} b 2 - 4 a c 2 a

-- cgit v1.2.3-54-g00ecf