Quadratic Equations

Download as PDF

Quadratic equations are a fundamental part of algebra, describing everything from a thrown ball's path to the shape of a satellite dish. This guide will walk you through four powerful methods to solve them, turning what might seem complex into a clear, step-by-step process you can master.

Graph of a quadratic equation by Algebra911 — an upward parabola on a coordinate grid with its two roots (x-intercepts) and vertex marked.
A quadratic equation graphs as a parabola; its roots are the x-intercepts.

What Is a Quadratic Equation?

A quadratic equation is a second-degree polynomial equation in a single variable, which means the highest exponent of the variable is 2. The standard form of a quadratic equation is written as:

ax2+bx+c=0

Here's a breakdown of the parts:

  • x is the variable.
  • a, b, and c are coefficients, which are known numbers. The coefficient a cannot be equal to zero (a0). If a were zero, the x2 term would vanish, and the equation would become a linear equation, not a quadratic one.
  • ax2 is called the quadratic term.
  • bx is called the linear term.
  • c is the constant term.

For example, in the equation 3x25x+2=0, we have a=3, b=5, and c=2. The "solutions" to a quadratic equation are the values of x that make the equation true. These solutions are also known as roots or zeros.

What Do Quadratic Equations Look Like When Graphed?

The graph of a quadratic function, y=ax2+bx+c, is a beautiful U-shaped curve called a parabola. The solutions (or roots) of the equation ax2+bx+c=0 are the points where the parabola crosses the x-axis. These points are called the x-intercepts.

The coefficient a in the standard form tells us which way the parabola opens:

  • If a>0 (positive), the parabola opens upwards, like a smile.
  • If a<0 (negative), the parabola opens downwards, like a frown.

A parabola can cross the x-axis in two places (two real roots), touch it in one place (one real root), or not cross it at all (no real roots). Visualizing the parabola helps you understand the nature of the solutions you're looking for.

How Do You Solve Quadratic Equations by Factoring?

Factoring is often the quickest and easiest way to solve a quadratic equation. This method relies on a fundamental rule called the Zero Product Property, which states that if the product of two numbers is zero, then at least one of those numbers must be zero. If AB=0, then either A=0 or B=0 (or both).

Here are the steps to solve by factoring:

  1. Write the equation in standard form (ax2+bx+c=0).
  2. Factor the quadratic expression on the left side into two binomials.
  3. Set each factor equal to zero using the Zero Product Property.
  4. Solve each of the resulting linear equations to find the two possible values for x.
Example 1

Solve the equation x25x+6=0 by factoring.

Step 1: The equation is already in standard form.

Step 2: We need to find two numbers that multiply to 6 (the constant c) and add up to 5 (the coefficient b). These numbers are 2 and 3. So, we can factor the expression:

(x2)(x3)=0

Step 3: Apply the Zero Product Property. Set each factor to zero.

x2=0   or   x3=0

Step 4: Solve each simple equation.

x=2   or   x=3

Solution: The solutions are x=2 and x=3. These are the two points where the parabola y=x25x+6 crosses the x-axis.

How Do You Use the Square Root Property?

When a quadratic equation has no linear term (meaning b=0), it takes the form ax2+c=0. These can be solved quickly using the Square Root Property. The idea is to isolate the x2 term and then take the square root of both sides.

A critical step is to remember that taking the square root can result in a positive or a negative value. For example, both 52 and (5)2 equal 25. So, the square root of 25 is ±5.

  1. Rearrange the equation to isolate the x2 term on one side.
  2. Divide by the coefficient a if necessary.
  3. Take the square root of both sides of the equation, adding a ± symbol to the constant side.
  4. Solve for x.
Example 2

Solve the equation 3x275=0 using the square root property.

Step 1: Isolate the x2 term. Add 75 to both sides.

3x2=75

Step 2: Divide by the coefficient 3.

x2=25

Step 3: Take the square root of both sides, remembering the ± symbol.

x2=±25

Step 4: Solve for x.

x=±5

Solution: The solutions are x=5 and x=5.

The Quadratic Formula: Your Go-To Method

Behold, the most powerful tool in your quadratic-solving toolkit: the quadratic formula. This formula works for every single quadratic equation, no matter how complicated it looks or whether it can be factored. It is derived from the general method of completing the square on the standard form equation.

For any equation in the form ax2+bx+c=0, the solutions for x are given by:

x=b±b24ac2a

To use it, you simply identify the values of a, b, and c from your equation and substitute them carefully into the formula. Pay close attention to negative signs!

Example 3

Solve the equation 2x2+7x4=0 using the quadratic formula.

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

Step 2: Substitute these values into the formula.

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

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

x=7±49(32)4

x=7±49+324

x=7±814

x=7±94

Step 4: Calculate the two separate solutions.

For the '+' case: x=7+94=24=12

For the '-' case: x=794=164=4

Solution: The solutions are x=12 and x=4.

The quadratic formula by Algebra911 for solving ax^2 + bx + c = 0.
The quadratic formula solves any quadratic equation.

What Is the Discriminant and What Does It Tell Us?

Before you even start solving, you can predict what kind of answers you'll get. The secret lies in a special part of the quadratic formula called the discriminant. The discriminant is the expression inside the square root:

D=b24ac

The value of the discriminant tells you the number and type of solutions (roots) the equation has, without you having to do the full calculation.

Discriminant Value (b24ac)Number and Type of SolutionsGraph's Appearance
Positive (D>0)Two distinct real solutionsParabola crosses the x-axis at two different points.
Zero (D=0)One real solution (a repeated root)The vertex of the parabola touches the x-axis at exactly one point.
Negative (D<0)No real solutions (two complex solutions)Parabola is entirely above or entirely below the x-axis; it never crosses.

Knowing the discriminant is a great way to check your work and understand the nature of a quadratic equation before diving into the solution process.

The discriminant of a quadratic by Algebra911 — three cases showing two, one, or no real roots.
The discriminant reveals the number of real roots.

What Are Common Mistakes When Solving Quadratics?

Solving quadratic equations requires careful attention to detail. Here are some common pitfalls to watch out for:

  • Forgetting the ± Sign: When using the square root property, it's easy to forget the negative root. Remember that 16=±4 in the context of solving x2=16.
  • Quadratic Formula Errors: Be very careful with signs, especially the b at the beginning. If b is already negative (e.g., 5), then b becomes (5)=5. Also, make sure the main fraction bar extends under the entire b±... expression.
  • Factoring Errors: Double-check your factored binomials by multiplying them back out (using FOIL) to see if you get the original quadratic expression.
  • Not Setting the Equation to Zero: Most methods, especially factoring and the quadratic formula, require the equation to be in the standard form ax2+bx+c=0. Always do this first before trying to solve.
  • Distribution Errors: When simplifying the discriminant b24ac, be careful with the signs. If a or c is negative, it will change the sign of the product.

Quick Summary and Reference

Here's a quick recap of the key concepts for solving quadratic equations of the form ax2+bx+c=0.

The Four Methods:

  1. Factoring: Best for simple quadratics where you can easily find two numbers that multiply to c and add to b (when a=1). Relies on the Zero Product Property.
  2. Square Root Property: Use this when there is no x term (i.e., b=0). Isolate x2 and take the square root of both sides (remember ±!).
  3. Completing the Square: A process that turns one side of the equation into a perfect square trinomial. It always works but can involve tricky fractions.
  4. Quadratic Formula: The universal solver. It works for any quadratic equation. Memorize it: x=b±b24ac2a.

The Discriminant (b24ac):

  • If positive, you get 2 real solutions.
  • If zero, you get 1 real solution.
  • If negative, you get no real solutions.

Always start by trying to factor, as it's the fastest. If factoring doesn't work or seems too hard, move directly to the quadratic formula.

Frequently Asked Questions

Why is it called a 'quadratic' equation?

The name comes from the Latin word 'quadratus,' which means 'square.' It's called quadratic because the variable gets squared (as in x2). It doesn't refer to the number four.

Can a quadratic equation have no solution?

A quadratic equation can have no *real* solutions. This happens when its parabola graph never crosses the x-axis. In these cases, the discriminant (b24ac) is negative, and the solutions involve imaginary numbers, which you will learn about in more advanced algebra.

Which method is the best for solving quadratic equations?

It depends on the equation. Factoring is the fastest and easiest method if the expression is simple to factor. The quadratic formula is the most reliable because it works for every single quadratic equation, but it can take more time and calculation.

What happens if 'a' is 0 in ax^2 + bx + c = 0?

If a=0, the ax2 term disappears, and the equation becomes bx+c=0. This is a linear equation, not a quadratic one, and it will have only one solution, x=c/b.

Do I have to memorize the quadratic formula?

Yes, it is highly recommended. The quadratic formula is one of the most important and frequently used formulas in all of algebra. Memorizing it will save you a lot of time on homework, quizzes, and tests.

Can I use a calculator to solve quadratic equations?

Many graphing calculators have functions to find the roots of a quadratic equation. While this is a useful tool for checking your answers, it's crucial to learn how to solve them by hand. Teachers and tests will require you to show your work to demonstrate your understanding of the methods.

What is 'completing the square' used for?

Completing the square is a method to solve any quadratic equation, but it's also a vital technique used to rewrite quadratic functions into vertex form, y=a(xh)2+k. This form instantly tells you the vertex (h,k) of the parabola, which is very useful for graphing.