Back to all articles
Mathematics

Mastering Quadratic Equations: Formulas, Roots & Graphs

P
Prof. R. Sharma
26 July 2026 4 min read
Mastering Quadratic Equations: Formulas, Roots & Graphs

In algebra, a quadratic equation is any equation that can be rearranged in standard form as:

ax2+bx+c=0ax^2 + bx + c = 0

Where xx represents an unknown variable, and aa, bb, and cc represent known coefficients, with a0a \neq 0. If a=0a = 0, the equation becomes linear.

The Quadratic Formula

To find the roots of any standard quadratic equation, we use the quadratic formula:

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

The Discriminant (DD)

The term inside the square root, D=b24acD = b^2 - 4ac, is known as the discriminant. It determines the nature of the roots:

  1. If D>0D > 0, the equation has two distinct real roots.
  2. If D=0D = 0, the equation has one repeated real root (also known as coincident roots).
  3. If $D < 0$, the roots are complex conjugate pairs, given by:
x=b±iD2ax = \frac{-b \pm i\sqrt{|D|}}{2a}

Sum and Product of Roots

If the roots are denoted as α\alpha and β\beta, the relations between the roots and coefficients are:

  • Sum of roots: α+β=ba\alpha + \beta = -\frac{b}{a}
  • Product of roots: αβ=ca\alpha \cdot \beta = \frac{c}{a}