Question
Question: What are the different methods for solving quadratic equations?...
What are the different methods for solving quadratic equations?
Solution
There are different methods to solve a quadratic equation. There is a method in which we split the middle term. We can also use a formula which is called a quadratic formula to solve the quadratic equation. There is one more method which we called as completing the square method.
Complete step-by-step solution:
A quadratic equation makes a ∪-shaped curve (parabola) if we represent it graphically. There are always two solutions to a quadratic equation with either real roots or imaginary roots.
There are some methods to solve the quadratic equation. They are,
1. Factorization method
2. Completing square method
3. Formula method
Solving Quadratic Equation by Factorization Method
If we can factorize ax2+bx+c,a=0, into a product of two linear factors, then the roots of the quadratic equation ax2+bx+c=0 can be found by equating each factor to zero.
For example,
⇒x2+5x+6=0
Now, splitting the middle term
⇒x2+(2+3)x+6=0
⇒x2+2x+3x+6=0
Taking common,
⇒x(x+2)+3(x+2)=0
⇒(x+2)(x+3)=0
At last, we will use the zero product rule to find the zeros. Zero product property says that when p×q=0 then either p=0orq=0
Therefore, (x+2)=0,or(x+3)=0.
Hence, the solutions or roots of the quadratic equation x2+5x+6=0arex=−2,x=−3.
Solving Quadratic Equation by Completing the Square Method
A quadratic equation can be solved by the method of completing the square. In this method we make the whole square by adding and subtracting numbers.
Solving x2− 6x − 3= 0 by using completing square method formula –
⇒x2−6x−3=0
⇒x2−6x=3
Now, adding (−3)2both sides
⇒x2−6x+(−3)2=3+9
Using formula (a−b)2=a2+b2−2ab
⇒(x−3)2=12
⇒x−3 = ± √12
⇒x=3±2√3
Solving Quadratic Equation by Formula Method
By learning the quadratic equation formula, you can solve any quadratic equation quickly. If the quadratic equation looks like this, then below is the formula you need to apply.
⇒x=2a−b±b2−4ac
Let’s take an example, 27x2− 12 = 0
Here, a = 27, b = 0 and c = −12.
Now, by putting the values in the quadratic equation formula, you get:
⇒x=2(27)−0±02−4(27)(−12)
On simplification, we get
⇒x=±94
Finally, x=±32.
Note: These are some few methods to solve a quadratic equation. There is one method called the graphical method of solving quadratic equations. In this method wherever the curve of our equation cuts the x-axis determines the roots of our equation.