No history yet

Factoring and Zero Product

From Lines to Curves

You're comfortable solving linear equations like $3x - 6 = 0$. You isolate the variable, and you're done. But what happens when the variable is squared? You get a quadratic equation, which has a standard form that looks like this:

ax2+bx+c=0ax^2 + bx + c = 0

Here, just isolating x won't work because it appears in two different forms (x2x^2 and xx). We need a new strategy. Instead of isolating the variable, we're going to break the equation apart using a simple but powerful idea.

The Power of Zero

Think about this: if I tell you that two numbers, A and B, multiply together to equal zero, what do you know about them? At least one of them must be zero. There's no other way to get a product of zero. This is called the Zero Product Property, and it's the key to solving quadratics.

If AB=0A \cdot B = 0, then either A=0A = 0 or B=0B = 0 (or both).

Our goal is to rewrite the ax2+bx+cax^2 + bx + c part of the equation as a product of two expressions, like (x+p)(x+q)(x+p)(x+q). Once it's in this factored form, we can set each factor equal to zero and solve the two simple linear equations that result. This process of rewriting a sum as a product is called factoring.

Finding Common Ground

The simplest type of factoring is looking for a (GCF). This is the largest number and/or variable that divides evenly into every term of the expression. Let's solve an equation using this method: $2x^2 + 8x = 0$.

First, look at the terms $2x^2$ and $8x$. What's the GCF? Both are divisible by 2, and both contain at least one x. So, the GCF is $2x$. Now, we pull it out:

2x(x+4)=02x(x+4) = 0

Now we have our product. Thanks to the Zero Product Property, we can split this into two separate mini-equations:

2x=0orx+4=0x=0x=4\begin{aligned} 2x &= 0 & \quad \text{or} \quad && x+4 &= 0 \\ x &= 0 & & & x &= -4 \end{aligned}

So, our solutions are x=0x = 0 and x=4x = -4. Notice how factoring transformed one tricky quadratic into two easy linear problems.

Unpacking Trinomials

What about equations like x2+7x+12=0x^2 + 7x + 12 = 0? There's no GCF for all three terms. Here, we're dealing with a where the coefficient of x2x^2 (the a value) is 1. Our goal is to reverse the FOIL (First, Outer, Inner, Last) multiplication process.

We're looking for two numbers that do two things:

  1. Multiply to the constant term, c (which is 12).
  2. Add up to the middle coefficient, b (which is 7).

Let's list pairs of numbers that multiply to 12: (1, 12), (2, 6), (3, 4). Now, which of these pairs adds up to 7? The pair (3, 4) works. These are our magic numbers.

We use these numbers to build our factors:

(x+3)(x+4)=0(x+3)(x+4) = 0

Finally, we apply the Zero Product Property again.

x+3=0orx+4=0x=3x=4\begin{aligned} x+3 &= 0 & \quad \text{or} \quad && x+4 &= 0 \\ x &= -3 & & & x &= -4 \end{aligned}

The solutions are x=3x = -3 and x=4x = -4. This puzzle-like approach of finding the right pair of numbers is the core of factoring simple trinomials.

Quiz Questions 1/6

The Zero Product Property is a key principle for solving factored quadratic equations. What does this property state?

Quiz Questions 2/6

What is the Greatest Common Factor (GCF) of the terms in the expression 5x2+15x5x^2 + 15x?

Factoring turns complex quadratic problems into simpler, solvable parts. By understanding the Zero Product Property, you can use GCF and trinomial factoring to find the solutions.