Last updated on July 23rd, 2025
In a quadratic equation, the roots are the values of the variables, that is, they are the values of x in the equation ax2 + bx + C = 0. In this article, we will learn about the roots of quadratic equations and the methods to find them with examples.
The roots of a quadratic equation always satisfy the value of a variable. They are also known as quadratic equation solutions or zeros. Graphically, the root of a quadratic equation represents the x-intercepts of its graph, so any quadratic equation of degree 2 has a maximum of 2 roots.
Now let’s see how to find the roots of a quadratic equation. For a general quadratic equation ax2 + bx + c = 0, where a ≠ 0, let’s find the root using completing the square.
ax2 + bx + c = 0
ax2 + bx = -c
Dividing the equation by a, we get:
(a/a)x2 + (b/a)x = -c/a
x2 + (b/a)x = -c/a
Taking half of the coefficient of x
Now the coefficient of x is b/a, half of b/a = b/(2a)
Squaring and adding it to both sides: that is, b2/(2a)2 = b2/4a2
Adding it to both sides:
x2 + (b/a)x + b2/4a2 =b2/4a2 -ca
Using (a + b)2 formula, (x + (b/2a))2 = (b2 - 4ac)/ 4a2
Taking the square root on both sides,
x+ (b/2a) = ±√(b2 - 4ac/2a)
Subtracting b/(2a) on both sides
x+ (b/2a) - (b/2a) = ±√(b2 - 4ac/2a) - (b/2a)
x = -b ± √b2 - 4ac/2a
Therefore, this is the quadratic formula used to find the roots of a quadratic equation.
Solving the quadratic equation is the process of finding the roots of a quadratic equation. We know the equation to find the roots of a quadratic equation. Apart from that, there are different methods to find the roots, such as:
Let’s learn these methods in detail using an example: 2x2 + 5x - 3 = 0.
To find the roots of a quadratic equation using factoring, we first find the factors of the equation on the left-hand side, then set each factor equal to zero, and then solve the equation to find the value of x.
Let's learn how to find the root of a quadratic equation with the example, 2x2 + 5x - 3 = 0
Factoring the quadratic equation: 2x2 + 5x - 3
To factor, find two numbers whose product is -6 and sum is 5.
Here, the numbers are 6 and -1 (6 × -1 = -6 and 6 + (-1) = 5)
Rewriting the equation: 2x2 + 6x - x - 3
Grouping the terms: (2x2 + 6x) - (x + 3)
Factoring: 2x(x + 3) - 1(x + 3)
= (2x - 1)(x + 3)
Setting each factor equal to zero:
2x - 1 = 0 or x + 3 = 0
Solving the equations to find the value of x,
2x - 1 = 0
2x = 1
x = ½
x + 3 = 0
So, x = -3
So, the roots of the equation are: x = ½ and x = -3.
The quadratic formula is a standard and commonly used method to find the roots of a quadratic equation. For any quadratic equation in the form: ax2 + bx + c = 0, the quadratic formula is x = -b ± √b2 - 4ac/2a. So to find the root value, we first identify the values a, b, and c and substitute them in the formula.
For example, to find the value of x in 2x2 + 5x - 3 = 0.
Here, a = 2, b = 5, and c = -3
Substituting it in, x = -b ± √b2 - 4ac/2a
x = (-5 ± (√52 - (4 × 2 × -3))) / 2 ×2
x = (-5 ± (√25 - (-24))) / 4
x = (-5 ± √49) / 4
x = (-5 ± 7) / 4
That is x = (-5 + 7) / 4 and x = (-5 - 7) / 4
x = (-5 + 7) / 4 = 2/4 = ½
x = (-5 - 7) / 4 = -12/4 = -3
Therefore, the value of x is ½ and -3.
In completing the square method, we convert the left-hand side of the quadratic equation into a perfect square and then solve it by taking the square roots. This method applies to all types of quadratic equations, including real and complex numbers.
For example, finding the roots of the quadratic equation, 2x2 + 5x - 3 = 0
2x2 + 5x - 3 = 0
Moving the constant to the right-hand side:
2x2 + 5x = 3
Dividing the equation by a coefficient of x2, here it is 2
So, (2x2 / 2) + (5x / 2) = 3/2
x2 + (5/2)x = 3/2
Taking half of the coefficient of x, that is 5/2 ÷ 2 = 5/4
Squaring it: (5/4)2 = 25/16
Adding it to both sides:
x2 + (5/2)x + 25/16 = 3/2 + 25/16
So, x2 + (5/2)x + 25/16 = 3/2 + 25/16, becomes
(x + 5/4)2 = 49/16
Taking the square root on both sides:
x + 5/4 = ±7/4
So, the value of x can be:
x + 5/4 = 7/4 ⇒ x = 7/4 - 5/4 = 2/4 = ½
x + 5/4 = -7/4 ⇒ x = -7/4 - 5/4 = -12/4 = -3
Thus, the value of x can be ½ and -3.
The graphing method involves plotting the equation as a parabola on the coordinate plane and finding where the graph intersects the x-axis. In the graph, the point where the graph intersects the x-axis is the root of the quadratic equation. Let’s learn this in detail using an example, 2x2 + 5x - 3 = 0.
The quadratic equation is written as a function:
f(x) = 2x2 + 5x -3
As the intersecting points are in -3 and ½, so the roots of the quadratic equation are x = -3 and x = ½.
The nature of the roots of a quadratic equation helps us to understand how many roots exist and what kind of roots they are, that is, whether they are real or complex. The roots can be real and distinct, complex, or real and equal. The nature of the roots can be determined using the discriminant; the discriminant of the quadratic equation ax2 + bx + c = 0 is D = b2 - 4ac.
The formula of quadratic equation: x = (-b ± (√b2 - 4ac)) / 2a
As D = b2 - 4ac
Then x = (-b ± √D) / 2a
The value of D determines the nature of the roots, that is, whether D is positive, negative, or zero.
Nature of Roots When D > 0
If D > 0, the above formula becomes, x = (-b ± (√positive number)) / 2a. If the discriminant is positive, that is b2 - 4ac > 0, because √a positive number is real and non-zero. So, when D > 0, the quadratic formula gives two real and different roots.
Nature of Roots When D < 0
The quadratic formula, x = (-b ± (√b2 - 4ac)) / 2a becomes, x = (-b ± (√negative number)) / 2a, when D < 0. The square root of a negative number is an imaginary number, so the equation has two complex conjugate roots.
Nature of Roots When D = 0
If the discriminant is zero, that is, b2 - 4ac = 0, it means the square root is 0. So here the formula x = (-b ± (√0)) / 2a = -b/2a.
To understand how two solutions are related to the coefficients of x we use the sum of the roots of the quadratic equation
For a general quadratic equation: ax2 + bx + c = 0, the quadratic formula to find the root is x = (-b ± (√b2 - 4ac)) / 2a
Consider the roots as: x1 and x2 so,
x1 = (-b + (√b2 - 4ac)) / 2a, x2 = (-b - (√b2 - 4ac)) / 2a
Adding x1 + x2:
x1 + x2 = (-b + (√b2 - 4ac)) / 2a + (-b - (√b2 - 4ac)) / 2a
= -b/2a - b/2a
= -2b/2a
= -b/a
Therefore, the sum of the quadratic equation ax2 + bx + c = 0 is -b/a.
In this section, let’s find how the product of roots of a quadratic equation is related to the constant and the value of a. The product of the roots of the quadratic equation ax2 + bx + c = 0 can be x1 and x2.
x1 = x1 = (-b + (√b2 - 4ac)) / 2a, x2 = (-b - (√b2 - 4ac)) / 2a
x1 × x2 = (-b + (√b2 - 4ac)) / 2a × (-b - (√b2 - 4ac)) / 2a
By using the identity a2 - b2 = (a + b) (a - b)
x1 × x2 = (-b)2 - (√b2 -4ac)2 / (2a)2
= b2 - (b2 - 4ac) / 4a2
x1 × x2 = 4ac / 4a2
= c/a
Therefore, the product of the roots of a quadratic equation is x1x2 = c/a.
The quadratic equations and their roots are used in fields like physics, engineering, and economics. Here are some applications of the roots of quadratic equations
Solving the quadratic equation can be tricky, and students make mistakes. In this section, we will learn about a few mistakes and the ways to avoid them.
Find the root of the quadratic equation using factoring method: x² - 5x + 6 = 0
x = 2 and x = 3
To find the value of x in x2 - 5x + 6 = 0, we use the factoring method.
To find the factors of the equation, we need to find two numbers whose product is 6 and whose sum is -5. So, the numbers are -2 and -3, because (-2 × -3 = 6 and -2 + -3 = -5)
Factoring the quadratic equation:
x2 - 5x + 6 = (x - 2)(x - 3) = 0
x - 2 = 0 ⇒ x = 2, x - 3 = 0 ⇒ x = 3
The roots x2 - 5x + 6 = 0 are 2 and 3.
Find the root of the quadratic equation using quadratic formula: x² + 4x + 1 = 0
x = -2 + √3 and x = -2 - √3
To find the roots of x2 + 4x + 1 we use quadratic formula
x = (-b ± (√b2 - 4ac))/2a
Here, a = 1, b = 4, and c = 1
x = (-4 ± (√42 - (4 × 1 × 1)))/2
= (-4 ± √16 - 4) /2
= (-4 ± √12) /2
x = (-4 ± 2√3) / 2
x = -2 ± √3
The values of x are -2 + √3 and -2 - √3
Find the root of the quadratic equation using Completing the square: x² + 6x + 5 = 0
x = -1 and x = -5
x2 + 6x + 5 = 0
x2 + 6x = -5
Taking half of 6 and squaring it:
(6/2)2 = 32 = 9
Adding 9 to both sides
x2 + 6x + 9 = -5 + 9
x2 + 6x + 9 = 4
(x + 3)2 = 4
Take the square root:
x + 3 = ±2
x = -3 + 2 = -1
x = -3 - 2 = -5
Find the root of the quadratic equation: x² - 6x + 9 = 0
x = 3
To find the value x in x2 - 6x + 9 = 0, using the quadratic equation.
Here, a = 1, b = -6, c = 9
The quadratic formula: x = (-b ± (√b2 - 4ac)) / 2a
x = (-(-6) ± √-62 - 4 × 1 × 9) / 2
x = (6 ± √36 - 36) / 2
x = 6 ± 0 / 2
x = 6/2 = 3
Find the value of x in 3x² + x - 2 = 0
x = ⅔, x = -1
To find the value of x in 3x2 + x - 2 = 0, we use the quadratic formula
x = (-b ± (√b2 - 4ac)) / 2a
Here, a = 3, b = 1, c = -2
x = (-1 ± (√12 - 4 × 3 × -2)) / 2 ×3
x = (-1 ± √1 + 24) / 6
x = -1 ± √25 / 6
x = -1 ± 5 / 6
So, x = -1 + 5 / 6 = 4/6 = ⅔
x = -1 - 5/6 = -6/6 = -1
Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.
: He loves to play the quiz with kids through algebra to make kids love it.