BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon125 Learners

Last updated on July 23rd, 2025

Math Whiteboard Illustration

Roots of Quadratic Equation

Professor Greenline Explaining Math Concepts

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.

Roots of Quadratic Equation for UAE Students
Professor Greenline from BrightChamps

What are the Roots of a Quadratic Equation?

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.

Professor Greenline from BrightChamps

How to Find the Roots of Quadratic Equations?

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: 

 

  • Factoring
     
  • Quadratic formula
     
  • Completing the square
     
  • Graphing

 

Let’s learn these methods in detail using an example: 2x2 + 5x - 3 = 0.

Professor Greenline from BrightChamps

How to Find the Roots of Quadratic Equations by factoring?

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.

Professor Greenline from BrightChamps

How to Find the Roots of Quadratic Equations by Quadratic Formula?

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. 

Professor Greenline from BrightChamps

How to Find the Roots of Quadratic Equation by Completing Square?

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.

Professor Greenline from BrightChamps

How to Find the Roots of Quadratic Equations by Graphing?

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 = ½.

Professor Greenline from BrightChamps

What is the Nature of Roots of Quadratic Equation?

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. 

Professor Greenline from BrightChamps

Sum of Roots of Quadratic Equation

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. 

Professor Greenline from BrightChamps

Product of Roots of Quadratic Equation

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.

Professor Greenline from BrightChamps

Real-world Applications of Roots of Quadratic Equation

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

 

  • In engineering, the quadratic equation is used to design the structure and suspension of bridges. 

 

  • To find the optimal prices and quantities for a product to maximize profits, we use quadratic equations. For example, if the profit p(x) depends on the number of units sold, where p(x) = -5x2 + 200x - 1500, we use the quadratic formula to find the profit. 

 

  • In various optimization problems, we use quadratic equations to find the minimum and maximum values of functions. 

 

  • In sports, to calculate and predict the trajectory of the projectile and its range. In basketball, to predict the trajectory of the ball when a player takes a shot follows a parabolic path.
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Roots of Quadratic Equation

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.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not setting the equation to zero

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students sometimes solve the equation without setting it to zero can lead to errors in the results.

 

For example, when solving x2 + 5x = 10, we need to arrange the equation in the form ax2 + bx + c = 0. So, always verify whether the equation is in standard form or not. So, x2 + 5x = 10 should be written as x2 + 5x - 10 = 0

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Incorrect factorization

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

When using factoring to solve the equation, students often find the wrong factor.

 

For example, factoring x2 + 5x + 6 as (x + 2)(x + 4) instead of (x + 2)(x + 3), which is wrong as 4 is not a factor of 6. So always remember that the product of the number should be equal to c, and the sum should be the coefficient of b.

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Using the incorrect quadratic formula

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Using the incorrect quadratic formula is common among students, mostly ignoring the negative sign of b and using the formula: x = (b ± (√b2 - 4ac)) / 2a. But the correct equation is x = (-b ± (√b2 - 4ac)) / 2a. Try to memorize the equation to avoid errors. 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Confusing with discriminant

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

If b2 - 4ac = -6, students expect a real root, which is wrong, as the negative discriminant means there are no real roots but only complex roots. So remember that if D > 0, you get two real roots, if D = 0, you get one real root(repeated), and if D < 0, you get 2 complex roots. 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Finding only one value of x

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Most students find only one value of x, as they ignore ±. The ± means there are two roots so always solve x1 = -b + √D / 2a and x2 = -b - √D / 2a.

arrow-right
Max from BrightChamps Saying "Hey"
Hey!

Solved Examples of Roots of Quadratic Equation

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Find the root of the quadratic equation using factoring method: x² - 5x + 6 = 0

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

x = 2 and x = 3

Explanation

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.

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

Find the root of the quadratic equation using quadratic formula: x² + 4x + 1 = 0

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

x = -2 + √3 and x = -2 - √3

Explanation

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

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Find the root of the quadratic equation using Completing the square: x² + 6x + 5 = 0

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

x = -1 and x = -5

Explanation

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

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

Find the root of the quadratic equation: x² - 6x + 9 = 0

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

x = 3

Explanation

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

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

Find the value of x in 3x² + x - 2 = 0

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

x = ⅔, x = -1

Explanation

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

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs on Roots of Quadratic Equation

1.What are the roots of a quadratic equation?

Math FAQ Answers Dropdown Arrow

2.What is a quadratic formula?

Math FAQ Answers Dropdown Arrow

3.What is the discriminant of a quadratic equation?

Math FAQ Answers Dropdown Arrow

4.What are the types of nature of the roots?

Math FAQ Answers Dropdown Arrow

5.What are the ways to find the roots of a quadratic equation?

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in United Arab Emirates make better decisions in daily life?

Math FAQ Answers Dropdown Arrow

7.How can cultural or local activities in United Arab Emirates support learning Algebra topics such as Roots of Quadratic Equation ?

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in United Arab Emirates support learning Algebra and Roots of Quadratic Equation ?

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in United Arab Emirates?

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

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.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
Dubai - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom