Roots Of Quadratic Equation

Download as PDF

Welcome to the world of quadratic equations! Finding the 'roots' is a core skill in algebra that unlocks solutions to countless problems. This guide will walk you through what roots are, how to visualize them, and three essential methods for finding them, step-by-step.

What Are the Roots of a Quadratic Equation?

The roots of a quadratic equation are the values of the variable (usually x) that make the equation true. They are, in other words, the solutions to the equation. A quadratic equation is a second-degree polynomial equation, which means the highest power of the variable is 2. The standard form of a quadratic equation is:

ax2+bx+c=0

Here, a, b, and c are known numbers (coefficients), and a cannot be zero. If a were zero, the x2 term would disappear, and it would no longer be a quadratic equation! Finding the roots means finding the specific value(s) of x that satisfy this equality.

You will often hear roots called by other names, which all mean the same thing:

  • Solutions: Because they are the solution to the equation.
  • Zeros: Because they are the x-values where the function f(x)=ax2+bx+c equals zero.
  • X-intercepts: Because they are the points where the graph of the equation crosses the x-axis.

A quadratic equation can have two real roots, one real root, or no real roots. This guide will teach you how to find them.

How Can You Visualize the Roots of a Quadratic Equation?

The graph of a quadratic equation is a beautiful, symmetrical U-shaped curve called a parabola. Visualizing this parabola is a fantastic way to understand what roots really are. The roots of the equation are simply the points where the parabola intersects the horizontal x-axis.

Think about it: on the x-axis, the y-value is always zero. Since we set our equation ax2+bx+c equal to 0, finding the roots is the same as finding the x-coordinates of the x-intercepts. There are three possibilities for a parabola's relationship with the x-axis:

  1. Two Real Roots: The parabola crosses the x-axis at two distinct points. This means there are two unique solutions to the equation.
  2. One Real Root: The parabola touches the x-axis at exactly one point, its vertex. This is often called a "double root" or a repeated root. There is only one unique solution.
  3. No Real Roots: The parabola does not cross the x-axis at all. It is either entirely above or entirely below the x-axis. In this case, there are no real-number solutions to the equation. (In more advanced algebra, you'll learn about imaginary or complex roots, but for now, we'll say there are no real roots).

This table summarizes the connection between the graph and the roots:

Parabola's Interaction with x-axisNumber of Real Roots
Crosses in two different placesTwo distinct real roots
Touches at exactly one point (the vertex)One repeated real root
Never crosses or touchesNo real roots

Method 1: How Do You Find Roots by Factoring?

Factoring is often the quickest way to find the roots of a quadratic equation, provided the expression can be factored easily. This method relies on a fundamental idea called the Zero Product Property. It states that if the product of two or more numbers is zero, then at least one of those numbers must be zero. For example, if A×B=0, then either A=0 or B=0 (or both).

Here are the steps to solve a quadratic equation by factoring:

  1. Standard Form: Make sure your equation is in standard form, ax2+bx+c=0.
  2. Factor: Factor the quadratic expression on the left side into two binomials. This is often the trickiest part and requires finding two numbers that multiply to c (or ac) and add to b.
  3. Apply the Zero Product Property: Set each factor equal to zero.
  4. Solve: Solve the two resulting linear equations. These are your roots!
Example 1

Find the roots of the equation x25x+6=0.

Step 1: The equation is already in standard form.

Step 2: We need to factor x25x+6. We're looking for two numbers that multiply to 6 and add up to 5. Let's think: 2×3=6 and 2+(3)=5. Perfect! So, we can factor the expression as (x2)(x3).

Our equation is now: (x2)(x3)=0.

Step 3: Now we set each factor to zero.

x2=0 or x3=0

Step 4: Solve each simple equation.

For x2=0, we add 2 to both sides to get x=2.

For x3=0, we add 3 to both sides to get x=3.

So, the roots of the equation x25x+6=0 are x=2 and x=3.

Method 2: How Do You Use the Quadratic Formula?

The quadratic formula is the master key for solving any quadratic equation. It might look intimidating at first, but it's a reliable tool that works every single time, even when factoring is difficult or impossible. For any equation in the form ax2+bx+c=0, the roots are given by this powerful formula:

x=b±b24ac2a

The ± symbol means you have to perform the calculation twice: once with a plus sign and once with a minus sign. This is how you get the two potential roots.

Here's how to use it:

  1. Standard Form: Ensure the equation is in the form ax2+bx+c=0.
  2. Identify Coefficients: Write down the values of a, b, and c. Be very careful with the signs!
  3. Substitute: Carefully substitute these values into the quadratic formula. Use parentheses to avoid sign errors, especially for b and when squaring b.
  4. Simplify: Calculate the value under the square root first (this part is called the discriminant). Then, simplify the entire expression to find your roots.
Example 2

Find the roots of the equation 2x2+7x4=0.

Step 1: The equation is in standard form.

Step 2: Identify the coefficients. Here, a=2, b=7, and c=4.

Step 3: Substitute these values into the quadratic formula.

x=(7)±(7)24(2)(4)2(2)

Step 4: Simplify the expression step-by-step.

First, simplify inside the square root: 72=49 and 4(2)(4)=32.

x=7±49+324

x=7±814

The square root of 81 is 9.

x=7±94

Now, we split this into two solutions:

Solution 1 (using the plus sign): x=7+94=24=12

Solution 2 (using the minus sign): x=794=164=4

The roots are x=12 and x=4.

Method 3: What Is Completing the Square?

Completing the square is a powerful technique that transforms one side of a quadratic equation into a perfect square trinomial, which is a trinomial that can be factored into (x+k)2 or (xk)2. This method is fundamental because it's how the quadratic formula is derived! It's especially useful when the coefficient a=1 and b is an even number.

Follow these steps to complete the square:

  1. Isolate the x terms: Move the constant term c to the other side of the equation.
  2. Check the a coefficient: If a is not 1, divide every term in the equation by a.
  3. Complete the square: Take half of the x-term's coefficient (the b value), square it, and add this result to both sides of the equation. The magic number is (b2)2.
  4. Factor: The side with the x terms is now a perfect square trinomial. Factor it.
  5. Solve for x: Take the square root of both sides (remembering the ± on the constant side) and solve for x.
Example 3

Find the roots of x2+6x1=0 by completing the square.

Step 1: Move the constant term to the right side.

x2+6x=1

Step 2: The a coefficient is already 1, so we can skip this step.

Step 3: Complete the square. The coefficient of the x-term is b=6.

Take half of it: 62=3.

Square the result: 32=9.

Add 9 to both sides of the equation:

x2+6x+9=1+9

x2+6x+9=10

Step 4: Factor the left side. It's now a perfect square.

(x+3)2=10

Step 5: Solve for x. Take the square root of both sides.

x+3=±10

Finally, subtract 3 from both sides to isolate x.

x=3±10

The two roots are x=3+10 and x=310. These are the exact, irrational roots of the equation.

The Discriminant: How Many Roots Does an Equation Have?

Sometimes you don't need to know what the roots are, just how many there are. The discriminant is a shortcut that tells you exactly that. It is the part of the quadratic formula that lives inside the square root symbol:

Discriminant (D)=b24ac

The value of the discriminant determines the number and type of roots without having to solve the entire equation. Here's how to interpret its value:

  • If D>0 (the discriminant is positive), there are two distinct real roots. This is because you will be adding and subtracting a positive square root, giving two different answers. The parabola crosses the x-axis twice.
  • If D=0 (the discriminant is zero), there is one real root (a repeated root). This is because 0=0, so adding and subtracting zero gives you the same answer. The parabola's vertex touches the x-axis at one point.
  • If D<0 (the discriminant is negative), there are no real roots. This is because you cannot take the square root of a negative number in the real number system. The parabola completely misses the x-axis.

Let's use the equation from Example 2: 2x2+7x4=0. Here, a=2,b=7,c=4.

D=b24ac=(7)24(2)(4)=49+32=81.

Since D=81, which is positive, we know immediately there will be two distinct real roots, which is exactly what we found!

What Are Some Common Mistakes to Avoid?

Finding the roots of quadratic equations becomes much easier once you're aware of the common pitfalls. Watch out for these mistakes:

  • Equation Not in Standard Form: A very common error is failing to set the equation to zero before you start. Always rearrange the equation into ax2+bx+c=0 first. For example, in 3x2=5x+2, you must first write it as 3x25x2=0.
  • Sign Errors in the Quadratic Formula: The formula starts with b. If your b value is already negative (like 5), then b becomes (5)=5. It's easy to miss this double negative. Similarly, be careful with the sign of c when calculating 4ac.
  • Forgetting the ± Symbol: Forgetting the ± in the quadratic formula or when taking a square root in completing the square is a frequent mistake. This will cause you to find only one root when there are actually two.
  • Factoring Incorrectly: When factoring, students sometimes find two numbers that multiply to c but forget to check if they add up to b. Always double-check your factored binomials by multiplying them back out (using FOIL) to see if you get the original expression.
  • Distribution Errors: When solving a factored equation like 2x(x3)=0, remember to set both factors to zero. That means 2x=0 (so x=0) and x3=0 (so x=3). Don't forget the x=0 solution.

Quick Summary and When to Use Each Method

Here's a quick reference to help you decide which method to use for finding the roots of ax2+bx+c=0.

MethodWhen to Use ItKey Idea
FactoringUse this first! It's the fastest method when the quadratic expression is simple and easily factorable.If (xp)(xq)=0, then x=p or x=q.
Quadratic FormulaThis is the universal method. Use it when factoring looks difficult or doesn't work. It will always give you the solution(s).x=b±b24ac2a
Completing the SquareBest when a=1 and b is an even number. It's also a crucial concept for understanding parabolas and circles.Transform x2+bx into a perfect square by adding (b2)2.
DiscriminantUse this when the question only asks for the number or type of roots, not their actual values.The value of b24ac tells you if there are 0, 1, or 2 real roots.

Frequently Asked Questions

Does every quadratic equation have roots?

Every quadratic equation has two roots, but they are not always real numbers. If the graph of the equation doesn't cross the x-axis, it has no real roots. In more advanced math, these are called complex or imaginary roots.

What is the difference between a root and a zero?

The terms 'root' and 'zero' are often used interchangeably and refer to the same value. 'Root' or 'solution' typically refers to the value of x in an equation (like ax2+bx+c=0). 'Zero' refers to the value of x that makes a function f(x)=ax2+bx+c equal to zero.

Why do I need to learn three different methods to find roots?

Each method has its strengths. Factoring is the fastest when it works. The quadratic formula is the most reliable and always works. Completing the square is essential for understanding how the formula is derived and is used in other areas of algebra, like graphing circles.

What happens if the 'b' or 'c' term is missing?

If b=0 (e.g., x29=0), you can solve by isolating x2 and taking the square root. If c=0 (e.g., x23x=0), you can always factor out an x to get x(x3)=0, making the roots x=0 and x=3.

Can the roots of a quadratic equation be fractions or decimals?

Yes, absolutely. The roots can be integers, fractions, decimals, or even irrational numbers that involve square roots. The quadratic formula is especially useful for finding these more complicated roots.

What does a 'double root' mean visually?

A double root (or a single repeated root) means the parabola's vertex touches the x-axis at exactly one point. The graph doesn't cross the x-axis; it just comes down to touch it and goes back up (or vice versa).

Is it possible for 'a' in the quadratic equation to be negative?

Yes, the coefficient a can be negative. A negative a value simply means the parabola opens downwards instead of upwards. All the methods for finding roots work exactly the same way.