The solution of the quadratic equation is the value of the variable that makes the equation zero. We can say these solutions as roots or zeroes.
There are three methods to solve the quadratic equations.
  • Factorisation
  • Completing the square
  • Quadratic formula
How quadratic formula comes?
Consider the quadratic equation \(ax^2 + bx + c = 0\), where \(a \ne 0\).
 
Let us find the roots of this equation by the method of completing the square.
 
Divide the equation by \(a\).
 
x2+bax+ca=0
 
Move the constant to the right side.
 
x2+bax=ca
 
Add the square of one half of coefficient of \(x\) on both sides.
 
x2+bax+b2a2=ca+b2a2
 
x+b2a2=ca+b24a2
 
x+b2a2=b24ac4a2
 
Taking square root on both sides.
 
x+b2a=±b24ac4a2
 
x+b2a=±b24ac2a
 
x=b2a±b24ac2a
 
x=b±b24ac2a
 
Therefore, the roots of \(ax^2 + bx + c = 0\) are x=b+b24ac2a and x=bb24ac2a.
The formula for finding the roots of the quadratic equation \(ax^2 + bx + c = 0\) is:
 
x=b±b24ac2a
 
This formula is known as the quadratic formula.