Solutions to Quadratic Equations

From Teach And Discover Wiki

Jump to: navigation, search

In Mathematics, a quadratic equation is a polynomial equation of the second degree. The general form is

ax^2+bx+c=0,\,\!

where a ≠ 0. (For a = 0, the equation becomes a linear equation.)

The letters a, b, and c are called coefficients: the quadratic coefficient a is the coefficient of x2, the linear coefficient b is the coefficient of x, and c is the constant coefficient, also called the free term or constant term.

Quadratic equations are called quadratic because quadratus is Latin for "square"; in the leading term the variable is squared.

Plots of real-valued quadratic function ax2 + bx + c, varying each coefficient separately
Plots of real-valued quadratic function ax2 + bx + c, varying each coefficient separately

Quadratic formula

A quadratic equation with real or complex coefficients has two (not necessarily distinct) solutions, called roots, which may or may not be real, given by the quadratic formula:

x = \frac{-b \pm \sqrt {b^2-4ac}}{2a},

where the symbol "±" indicates that both

x_+ = \frac{-b + \sqrt {b^2-4ac}}{2a} and \ x_- = \frac{-b - \sqrt {b^2-4ac}}{2a}

are solutions.

Simply put, ± means 'plus or minus' as equation possibilities.

Discriminant

In the above formula, the expression underneath the square root sign:

\Delta = b^2 - 4ac , \,\!

is called the discriminant of the quadratic equation.


A quadratic equation with real coefficients can have either one or two distinct real roots, or two distinct complex roots. In this case the discriminant determines the number and nature of the roots. There are three cases:

  • If the discriminant is positive, there are two distinct roots, both of which are real numbers. For quadratic equations with integer coefficients, if the discriminant is a perfect square, then the roots are rational numbers—in other cases they may be quadratic irrationals.
  • If the discriminant is zero, there is exactly one distinct root, and that root is a real number. Sometimes called a double root, its value is:
    x = -\frac{b}{2a} . \,\!
Personal tools