Roots of Quadratic Equation - Formula, How to Find, Examples (2024)

For a given quadratic equation ax2 + bx + c = 0, the values of x that satisfy the equation are known as its roots. i.e., they are the values of the variable (x) which satisfies the equation. The roots of a quadratic function are the x-coordinates of the x-intercepts of the function. Since the degree of a quadratic equation is 2, it can have a maximum of 2 roots. We can find the roots of quadratic equations using different methods.

  • Factoring (when possible)
  • Quadratic Formula
  • Completing the Square
  • Graphing (used to find only real roots)

Let us understand more about the roots of the quadratic equation along with discriminant, nature of the roots, the sum of roots, the product of roots, and more along with some examples.

1.Roots of Quadratic Equation
2.How to Find the Roots of Quadratic Equation?
3.Nature of Roots of Quadratic Equation
4.Sum and Product of Roots of Quadratic Equation
5.FAQs on Roots of Quadratic Equation

Roots of Quadratic Equation

The roots of a quadratic equation are the values of the variable that satisfy the equation. They are also known as the "solutions" or "zeros" of the quadratic equation. For example, the roots of the quadratic equation x2 - 7x + 10 = 0 are x = 2 and x = 5 because they satisfy the equation. i.e., when each of them is substituted in the given equation we get 0.

  • when x = 2, 22 - 7(2) + 10 = 4 - 14 + 10 = 0.
  • when x = 5, 52 - 7(5) + 10 = 25 - 35 + 10 = 0.

But how to find the roots of a general quadratic equation ax2 + bx + c = 0? Let us try to solve it for x by completing the square.

ax2 + bx = - c

Dividing both sides by 'a',

x2 + (b/a) x = - c/a

Here, the coefficient of x is b/a. Half of it is b/(2a). Its square is b2/4a2. Adding b2/4a2 on both sides,

x2 + (b/a) x + b2/4a2 = (b2/4a2) - (c/a)

[ x + (b/2a) ]2 = (b2 - 4ac) / 4a2 (using (a + b)^2 formula)

Taking square root on both sides,

x + (b/2a) = ±√ [(b2 - 4ac) / 4a2]

x + (b/2a) = ±√ (b2 - 4ac) / 2a

Subtracting b/2a from both sides,

x = - (b/2a) ±√ (b2 - 4ac) / 2a

x = (-b ± √ (b2 - 4ac) )/2a

This is known as the quadratic formula and it can be used to find any type of roots of a quadratic equation.

Roots of Quadratic Equation - Formula, How to Find, Examples (1)

How to Find the Roots of Quadratic Equation?

The process of finding the roots of the quadratic equations is known as "solving quadratic equations". In the previous section, we have seen that the roots of a quadratic equation can be found using the quadratic formula. Along with this method, we have several other methods to find the roots of a quadratic equation. To know about these methods in detail, click here. Let us discuss each of these methods here by solving an example of finding the roots of the quadratic equation x2 - 7x + 10 = 0 (which was mentioned in the previous section) in each case. Note that, in each of these methods, the equation should be in the standard form ax2 + bx + c = 0.

Finding Roots of Quadratic Equation by Factoring

  • Factor the left side part.
  • Set each of these factors to zero and solve.

Example: Find the roots of the quadratic equation x2 - 7x + 10 = 0 by factoring.

Solution:

By factoring the quadratic expression, we get (x - 2) (x - 5) = 0.

Now, setting each factor to zero and solving, we get

x - 2 = 0, x - 5 = 0

x = 2, x = 5.

Finding Roots of Quadratic Equation by Quadratic Formula

  • Find a, b, and c values by comparing the given equation with ax2 + bx + c = 0.
  • Substitute them in the quadratic formula and simplify.

Example: Find the roots of quadratic equation x2 - 7x + 10 = 0 using quadratic formula.

Solution:

Here, a = 1, b = -7 and c = 10. Then by quadratic formula:

x = [-(-7) ± √((-7)2 - 4(1)(10))] / (2(1))

= [ 7 ± √(49 - 40) ] / 2

= [ 7 ± √(9) ] / 2

= [ 7 ± 3 ] / 2

= (7 + 3) / 2, (7 - 3) / 2

= 10/2, 4/2

= 5, 2

Therefore, x = 2, x = 5.

Finding Roots of Quadratic Equation by Completing Square

  • Complete the square on the left side.
  • Solve by taking square root on both sides.

Example: Find the quadratic roots of x2 - 7x + 10 = 0 by completing square.

Solution:

By completing the square, we get (x - (7/2) )2 = 9/4.

Now, taking the square root on both sides:

x - 7/2 = ± 3/2

x - 7/2 = 3/2, x - 7/2 = -3/2

x = 10/2, x = 4/2

x = 5, x = 2

Finding Roots of Quadratic Equation by Graphing

  • Graph the left side part (the quadratic function) either manually or using the graphing display calculator (GDC).
  • Identify the x-intercepts which are nothing but the roots of the quadratic equation.

Example: Find the roots of the quadratic equation x2 - 7x + 10 = 0 by graphing.

Solution: To solve this, we just need to graph f(x) = x2 - 7x + 10 and identify the x-intercepts.

Roots of Quadratic Equation - Formula, How to Find, Examples (2)

Therefore, the roots of the quadratic equation are x = 2 and x = 5.

We can observe that the roots of the quadratic equation x2 - 7x + 10 = 0 are x = 2 and x = 5 in each of the methods. Note that the factoring method works only when the quadratic equation is factorable; and we cannot find the complex roots of the quadratic equation using the graphing method. So the best methods that always work for finding the roots are the quadratic root formula and completing the square methods.

Nature of Roots of Quadratic Equation

The nature of the roots of a quadratic equation talks about "how many roots the equation has?" and "what type of roots the equation has?". A quadratic equation can have:

  • two real and different roots
  • two complex roots
  • two real and equal roots (it means only one real root)

For example, in the above example, the roots of the quadratic equation x2 - 7x + 10 = 0 are x = 2 and x = 5, where both 2 and 5 are two different real numbers, and so we can say that the equation has two real and different roots. But for finding the nature of the roots, we don't actually need to solve the equation. We can determine the nature of the roots by using the discriminant. The discriminant of the quadratic equation ax2 + bx + c = 0 is D = b2 - 4ac.

The roots of quadratic equation formula is x = (-b ± √ (b2 - 4ac) )/2a. So this can be written as x = (-b ± √ D )/2a. Since the discriminant D is in the square root, we can determine the nature of the roots depending on whether D is positive, negative, or zero.

Nature of Roots When D > 0

Then the above formula becomes,

x = (-b ± √ positive number )/2a
and it gives us two real and different roots. Thus, the quadratic equation has two real and different roots when b2 - 4ac > 0.

Nature of Roots When D < 0

Then the above formula becomes,

x = (-b ± √ negative number )/2a
and it gives us two complex roots (which are different) as the square root of a negative number is a complex number. Thus, the quadratic equation has two complex roots when b2 - 4ac < 0.

Note: A quadratic equation can never have one complex root. The complex roots always occur in pairs. i.e., if a + bi is a root then a - bi is also a root.

Nature of Roots When D = 0

Then the above formula becomes,

x = (-b ± √ 0)/2a = -b/2a

and hence the equation has only one real root. Thus, the quadratic equation has only one real root (or two equal roots -b/2a and -b/2a) when b2 - 4ac = 0.

Sum and Product of Roots of Quadratic Equation

We have seen that the roots of the quadratic equation x2 - 7x + 10 = 0 are x = 2 and x = 5. So the sum of its roots = 2 + 5 = 7 and the product of its roots = 2 × 5 = 10. But the sum and the product of roots of a quadratic equation ax2 + bx + c = 0 can be found without actually calculating the roots. Let us see how.

We know that the roots of an equation ax2 + bx + c = 0 by quadratic formula are (-b + √ (b2 - 4ac)) /2a and (-b - √ (b2 - 4ac) )/2a. Let us represent these by x1 and x2 respectively.

Sum of Roots of Quadratic Equation

The sum of the roots = x1 + x2

= (-b + √ (b2 - 4ac)) /2a + (-b - √ (b2 - 4ac) )/2a

= -b/2a - b/2a

= -2b/2a

= -b/a

Therefore, the sum of the roots of the quadratic equation ax2 + bx + c = 0 is -b/a.

For the equation, x2 - 7x + 10 = 0, the sum of the roots = -(-7)/1 = 7 (which was the sum of the actual roots 2 and 5).

Product of Roots of Quadratic Equation

The product of the roots = x1 · x2

= (-b + √ (b² - 4ac) )/2a · (-b - √ (b² - 4ac) )/2a

= (-b/2a)2 - ( √ (b2 - 4ac)/ 2a)2 ( by a² - b² formula)

= b2 / 4a2 - (b2 - 4ac) / 4a2

= (b2 / 4a2) - (b2 / 4a2) + (4ac / 4a2)

= 4ac / 4a2

= c/a

Therefore, the product of the roots of the quadratic equation ax2 + bx + c = 0 is c/a.

For the equation, x2 - 7x + 10 = 0, the product of the roots = 10/1 = 10 (which was the product of the actual roots 2 and 5).

Important Formulas on Roots of Quadratic Equations:

For a quadratic equation ax2 + bx + c = 0,

  • The roots are calculated using the formula, x = (-b ± √ (b2 - 4ac) )/2a.
  • Discriminant is, D = b2 - 4ac.
    If D > 0, then the equation has two real and distinct roots.
    If D < 0, the equation has two complex roots.
    If D = 0, the equation has only one real root.
  • Sum of the roots = -b/a
  • Product of the roots = c/a

Related Topics:

  • Roots of Quadratic Equation Calculator
  • Quadratic Root Formula Calculator
  • Quadratic Roots by Completing Square Calculator

FAQs on Roots of Quadratic Equation

What are the Roots of a Quadratic Equation?

The roots of a quadratic equation ax2 + bx + c = 0 are the values of the variable (x) that satisfy the equation. For example, the roots of the equation x2 + 5x + 6 = 0 are -2 and -3. The roots of an equation ax2 + bx + c = 0 can be found by the quadratic formula x = (-b ± √ (b2 - 4ac)) /2a.

How Can We Find the Roots of Quadratic Equation?

The roots of a quadratic equation ax2 + bx + c = 0 can be found using the quadratic formula that says x = (-b ± √ (b2 - 4ac)) /2a. Alternatively, if the quadratic expression is factorable, then we can factor it and set the factors to zero to find the roots.

What are the Three Types of Roots of Roots of Quadratic Equation?

A quadratic equation ax2 + bx + c = 0 can have:

  • two real and distinct roots when b2 - 4ac > 0.
  • two complex roots when b2 - 4ac < 0.
  • two real and equal roots when b2 - 4ac = 0.

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

To find the roots of a quadratic equation ax2 + bx + c = 0 by completing square, complete the square on the left side first. Then solve for x by taking the square root on both sides.

Where to Find Quadratic Root calculator?

The quadratic root calculator can be found by clicking here. This allows us to enter a quadratic equation and then it shows the roots along with step-by-step calculation.

How to Determine the Nature of Roots of Quadratic Equation?

The nature of the roots of an equation ax2 + bx + c = 0 is determined by its discriminant, D = b2 - 4ac.

  • If D > 0, the equation has two real and distinct roots.
  • If D < 0, the equation has two complex roots.
  • If D = 0, the equation has two equal real roots.

How to Find the Roots of Quadratic Equation Using Quadratic Formula?

The quadratic formula says the roots of a quadratic equation ax2 + bx + c = 0 are given by x = (-b ± √ (b2 - 4ac)) /2a. To solve any quadratic equation, convert it into standard form ax2 + bx + c = 0, find the values of a, b, and c, substitute them in the roots of quadratic equation formula and simplify.

How to Find the Sum and Product of Roots of Quadratic Equation?

For any quadratic equation ax2 + bx + c = 0 whose roots are α and β,

  • the sum of the roots, α + β = -b/a
  • the product of the roots, α × β = c/a

Can Both the Roots of Quadratic Equation be Zeros?

Yes, both the roots of a quadratic equation can be zeros. For example, the two roots of the quadratic equation x2 = 0 are 0 and 0.

How to Find the Roots of Quadratic Equation by Factoring?

To find the roots of an equation ax2 + bx + c = 0 by factoring, factor its left side part, set each of the factors to zero and solve.

Roots of Quadratic Equation - Formula, How to Find, Examples (2024)

FAQs

Roots of Quadratic Equation - Formula, How to Find, Examples? ›

The roots of a quadratic equation ax2 + bx + c = 0 are the values of the variable (x) that satisfy the equation. For example, the roots of the equation x2 + 5x + 6 = 0 are -2 and -3. The roots of an equation ax2 + bx + c = 0 can be found by the quadratic formula

quadratic formula
What is Sridharacharya Formula? Sridharacharya Formula is also known as the quadratic formula or Sridharacharya Method. Sridharacharya Method is used to find solutions to quadratic equations of the form ax2 + bx + c = 0, a ≠ 0 and is given by x = (-b ± √(b2 - 4ac)) / 2a.
https://www.cuemath.com › algebra › sridharacharya-formula
x = (-b ± √ (b2 - 4ac)) /2a.

How to find the roots of a quadratic equation example? ›

Important Formulas for Quadratic Equation Roots include:

ax² + bx + c = 0 is a quadratic equation. Use the formula x = (-b ± √ (b² – 4ac) )/2a. to calculate the roots. D = b² – 4ac is the discriminant.

What is the formula method to find roots of quadratic equation? ›

What Is the Formula Method? The formula method is used to calculate termination payments on a prematurely-ended swap agreement, whereby the terminating party compensates the losses borne by the non-terminating party due to the early termination (i.e., before it matures).

How do you find out how many roots a quadratic equation has? ›

For the quadratic equation ax2 + bx + c = 0, the expression b2 – 4ac is called the discriminant. The value of the discriminant shows how many roots f(x) has: - If b2 – 4ac > 0 then the quadratic function has two distinct real roots. - If b2 – 4ac = 0 then the quadratic function has one repeated real root.

What is an example of a quadratic equation? ›

Quadratic equations do not have to come in the form a x 2 + b x + c = 0 , a x^2+b x+c=0, ax2+bx+c=0, but since they are algebraic equations they can always be simplified to this form. For example, Simplify 3 x 2 − 3 x = 2 x 2 + 14 3 x^2-3 x=2 x^2+14 3x2−3x=2x2+14 to the form.

How to find roots of a quadratic equation without formula? ›

Set the equation equal to zero. If the quadratic side is factorable, factor, then set each factor equal to zero. If the quadratic equation involves a SQUARE and a CONSTANT (no first degree term), position the square on one side and the constant on the other side. Then take the square root of both sides.

How to calculate the number of roots? ›

To work out the number of roots a qudratic ax2​+bx+c=0 you need to compute the discriminant (b2​-4ac). If the discrimant is less than 0, then the quadratic has no real roots. If the discriminant is equal to zero then the quadratic has equal roosts. If the discriminant is more than zero then it has 2 distinct roots.

How to find the roots of the equation using discriminant? ›

If Discriminant is Positive

This is because, when D > 0, the roots are given by x = −b±√ Positive number 2a − b ± Positive number 2 a and the square root of a positive number always results in a real number.

How to identify a quadratic equation? ›

To determine if an equation is quadratic, we determine if the equation satisfies the definition of a quadratic equation, which is as follows: A quadratic equation is a polynomial equation with degree 2. That is, it is any equation that can be put in the form ax2 + bx + c = 0, where a, b, and c are constants.

How to find the roots of a quadratic equation graph? ›

The roots of a quadratic equation are the 𝑥-coordinates of the points on the graph that have 𝑦-coordinates of zero, so the 𝑥-values in the equation that generate a 𝑦-value of zero — in other words the points where it cuts the 𝑥-axis.

Top Articles
Latest Posts
Article information

Author: Msgr. Benton Quitzon

Last Updated:

Views: 5787

Rating: 4.2 / 5 (63 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Msgr. Benton Quitzon

Birthday: 2001-08-13

Address: 96487 Kris Cliff, Teresiafurt, WI 95201

Phone: +9418513585781

Job: Senior Designer

Hobby: Calligraphy, Rowing, Vacation, Geocaching, Web surfing, Electronics, Electronics

Introduction: My name is Msgr. Benton Quitzon, I am a comfortable, charming, thankful, happy, adventurous, handsome, precious person who loves writing and wants to share my knowledge and understanding with you.