Quadratic Equation
The quadratic equation is defined as an equation of degree 2, which means that the highest exponent of the quadratic function is 2. A quadratic equation is written in the standard form as ax2+bx+c where a ≠ 0.
Here;
x represents an unknown value, and a, b, and c are the coefficients of the equation
Various methods are available to solve the quadratic equation; however “Quadratic formula” is the most applicable method in all of them. In this article, we will learn to solve quadratic equations through “Quadratic Formula”.
Quadratic Formula
The quadratic formula is a powerful tool for solving quadratic equations of the form ax2+bx+c =0. It states that the solution for x can be found using the below-mentioned formula:
Nature of Roots of Quadratic Equation
The nature of the solutions of a quadratic equation depends on the discriminant (i.e. b2-4ac) of the equation. The discriminant determines whether the solutions are real, repeated, or complex. The following are the possible cases:
- If discriminant, b2-4ac > 0, it indicates that the quadratic equation has two distinct real solutions, which means the graph of the quadratic equation intersects the x-axis at two distinct points. The example is shown below;
Take Equation x2-6x+5=0
Here;
a = 1, b=-6, c = 5
Calculate Descriminant
⇒ b2-4ac
⇒ (-6)2-4(1)(5)
⇒36-20 = 16> 0 means roots have two distinct solution
Plot the graph of the taken equation, it is also clear from the graph that the curve intersects X axis at two distinct points. See below graph
- If discriminant, b2-4ac = 0, it indicates that the quadratic equation has one real solution: a repeated root. Geometrically, this means the graph of the quadratic equation touches the x-axis at one point. Example is given below;
Take Equation 2x2-4x+2=0
Here;
a = 2, b=-4, c = 2
Calculate Descriminant = b2-4ac
⇒ (-4)2-4(2)(2)
⇒16-16 = 0 = 0 means roots have only one solution
Plot the graph of the taken equation, it is also clear from the graph that curve intersects X axis at only one point. See below graph
- If discriminant, b2-4ac < 0, it indicates that the quadratic equation has two complex solutions. These solutions are not real numbers but involve the imaginary unit i. Geometrically, this means the graph of the quadratic equation does not intersect the x-axis.
Take Equation x2-6x +11=0
Here;
a = 1, b=-6, c = 11
Calculate Descriminant
⇒ b2-4ac
⇒ (-6)2-4(1)(11)
⇒ 36-44 = -8 < 0 means roots have two complex solution
Plot the graph of the taken equation, it is also clear from the graph that the curve does not intersect the X-axis. See below graph
Solutions of Quadratic Equation
Now we will solve quadratic equations using the “Quadratic formula”. A step-by-step method and examples are listed below:
- Write the quadratic equation in the form of ax2+bx+c =0
- Identify the coefficients a, b, and c in the quadratic equation
- Substitute the values of a, b, and c into the quadratic formula and determine the solutions for x
Examples 1; Two Distinct Real Solution
Examples 2; One Real Solution
Examples 3; Two Complex Solution
Conclusion
The quadratic equation is an easy and more suitable method, which is applicable for all possible types of roots of the quadratic equation.