Quadratic formula: Difference between revisions

From Calculus
(Created page with "==Statement== Consider a quadratic equation of the form: <math>ax^2 + bx + c = 0, a,b,c \in \R, a \ne 0</math> This is treated as an equation in <math>x</math>. The '''quad...")
 
 
Line 16: Line 16:
! Case for discriminant <math>b^2 - 4ac</math> !! Conclusion for roots !! Conclusion for factorization of polynomial <math>ax^2 + bx + c</math>
! Case for discriminant <math>b^2 - 4ac</math> !! Conclusion for roots !! Conclusion for factorization of polynomial <math>ax^2 + bx + c</math>
|-
|-
| positive, i.e., <math>b^2 - 4ac > 0</math> || there are two real roots, given as <math>\frac{-b + \sqrt{b^2 - 4ac}}{2a}</math> and <math><math>\frac{-b - \sqrt{b^2 - 4ac}}{2a}</math> || If we denote the roots by <math>\alpha, \beta</math>, then <math>ax^2 + bx + c = a(x- \alpha)(x - \beta)</math>
| positive, i.e., <math>b^2 - 4ac > 0</math> || there are two real roots, given as <math>\frac{-b + \sqrt{b^2 - 4ac}}{2a}</math> and <math>\frac{-b - \sqrt{b^2 - 4ac}}{2a}</math> || If we denote the roots by <math>\alpha, \beta</math>, then <math>ax^2 + bx + c = a(x- \alpha)(x - \beta)</math>
|-
|-
| zero, i.e., <math>b^2 - 4ac = 0</math> || there is a single real root with multiplicity two, and that root is <math>-b/2a</mah> || <math>ax^2 + bx + c = a(x + (b/2a))^2</math>
| zero, i.e., <math>b^2 - 4ac = 0</math> || there is a single real root with multiplicity two, and that root is <math>-b/2a</math> || <math>ax^2 + bx + c = a(x + (b/2a))^2</math>
|-
|-
| negative, i.e., <math>b^2 - 4ac < 0</math> || there are no real roots || the polynomial does not factor, i.e., it is irreducible
| negative, i.e., <math>b^2 - 4ac < 0</math> || there are no real roots || the polynomial does not factor, i.e., it is irreducible
|}
|}

Latest revision as of 23:41, 1 July 2012

Statement

Consider a quadratic equation of the form:

This is treated as an equation in . The quadratic formula is a formula to determine the solutions of this equation. The short version of the formula is that the roots are:

if the expression makes sens; otherwise there are no roots.

To understand the formula, first define the discriminant of the quadratic function as the value . Now, we make three cases:

Case for discriminant Conclusion for roots Conclusion for factorization of polynomial
positive, i.e., there are two real roots, given as and If we denote the roots by , then
zero, i.e., there is a single real root with multiplicity two, and that root is
negative, i.e., there are no real roots the polynomial does not factor, i.e., it is irreducible