Skip to main content

The Factored Form

Interpreting the Model

This is the factored form, or xx-intercept form of a parabola:

f(x)=a(xp)(xq)f(x)=a(x-p)(x-q)

the a value

the a value tells us two things:

  1. whether the parabola opens upwards or downwards
  2. how quickly the parabola is increasing or decreasing

the first is the more important concept, by far. no matter what your current score is, you should understand this:

if a>0a>0 , then the parabola opens upwards. if a<0a<0 , then the parabola opens downwards. that's it.

have a look for yourself:

try sliding the a value around, see what happens.

The a value also tells us how quickly the parabola is increasing or decreasing.

There's definitely more to say about the aa-value, but it's all the same as for standard form of a parabola, which is covered in some detail here. Make sure to read that first.

the pp and qq-values

These tell you where to find the solutions to the parabola. Here's why.

When you want to know where the solutions, or xx-intercepts, are, you start by setting y=0y=0.

0=a(xp)(xq)0=a(x-p)(x-q)

Now we can divide by aa to get:

0=(xp)(xq)0=(x-p)(x-q)

And here's where we use the null product rule, which you should remember from your high school classes.

In short, the null product rule says that if two numbers multiply to give zero, then one or both of the numbers must be equal to zero.

So if (xp)(xq)=0(x-p)(x-q)=0, then

xp=0x-p=0

or

xq=0x-q=0

Solving for each possible value of xx, we get that x={p, q}x=\left\{p,\ q\right\}

In other words, the solutions to the quadratic are simply given to us in the form, which is why the form is called the xx-intercept form to begin with.

danger

⚠️ Don’t forget to change the sign when you read the solutions from the factored form! This is major source of careless errors on the SAT.

0=(x+1)(x10)0=(x+1)(x-10)x={10, 1}x=\left\{-10,\ 1\right\}

0=(x+1)(x10)0=(x+1)(x-10)x={1, 10}x=\left\{-1,\ 10\right\}

What about the aa-value. Did you notice how the aa value just vanished like Keyser Sose?

That's because in this form, the aa value has no impact on where the quadratic crosses the xx-axis.

Notice a changing a-value has no impact on the x-intercepts

Exercise

What are the xx-intercepts of the following quadratic functions?

y=(x+4)(x2)y=(x+4)(x-2)
y=(x5)(x7)y=(x-5)(x-7)

The quadratic has solutions at x={5, 7}x=\left\{5,\ 7\right\}

The quadratic has solutions at x={4, 2}x=\left\{-4,\ 2\right\}

y=(x+19)(x+1)y=(x+19)(x+1)

The quadratic has solutions at x={19, 1}x=\left\{-19,\ -1\right\}

y=(x5)2y=(x-5)^2

Note that this is basically the same as y=(x5)(x5)y=(x-5)(x-5), so the quadratic has just one solution at x=5x=5

y=(xa)(x3b)y=(x-a)(x-3b)

Don't let yourself be weirded out, just because there are letters in the brackets instead of numbers.

Just remember that aa is just a number, actually, as is 3b3b, so th quadratic has solutions at x={a, 3b}x=\left\{a,\ 3b\right\}

y=19(x7)(x+2)y=19(x-7)(x+2)

The aa-value here has no effect on the solutions, so the quadratic has solutions at x={7, 2}x=\left\{7,\ -2\right\}

y=a(x+3p)(x2q)y=a(x+3p)(x-2q)

The aa-value here has no effect on the solutions, and remember that 3p3p and 2q2q are just numbers, so the quadratic has solutions at x={3p, 2q}x=\left\{-3p,\ 2q\right\}

Finding the vertex

To find the axis of symmetry, you may be tempted to expand the brackets, and use what you learned about finding the vertex in standard form.

If so, good job on trying to make links to different areas of knowledge.

But it's a bad idea.

Remember what we said about exanding brackets? In short, avoid it if you can.

Let's do it anyway so we can compare this method to the better method we'll see next.

For example, given this quadratic function:

f(x)=(x6)(x10)f(x)=(x-6)(x-10)

We could expand the brackets:

f(x)=x26x10x+60f(x)=x^2-6x-10x+60 f(x)=x216x+60f(x)=x^2-16x+60

and then find the axis of symmetry by calculating b2a\frac{-b}{2a}:

xv=b2a=(16)2(1)=8x_v=\frac{-b}{2a} = \frac{-(-16)}{2(1)} = 8

now to find yy we can plug our value of xx into the function:

f(8)=(8)216(8)+60=64128+60=4f(8)=(8)^2-16(8)+60=64-128+60=-4

That wasn't too bad, but we can do worse... Imagine if instead of using b/2a-b/2a, we instead completed the square after expanding.

f(x)=x216x+60f(x)=x^2-16x+60 f(x)=x216x+6464+60f(x)=x^2-16x+64-64+60 f(x)=(x8)24f(x)=(x-8)^2-4

And now we can read from the vertex form that the vertex lies at (8,4)(8, -4)

Ok fine, it wasn't too painful either, but both of these methods are silly compared the fastest way.

Let's start at the beginning, before we expanded the brackets.

f(x)=(x6)(x10)f(x)=(x-6)(x-10)

So we know that solutions are x=6x=6 and x=10x=10 from the form. Now let's consider the quadratic visually, as a parabola in the xyxy-coordinate plane:

Where is the vertex in relation to the solutions? Try clicking the solutions and vertex

Did you figure out that the vertex is right smack in the middle of the two solutions?

That means that given the factored form f(x)=a(xp)(xq)f(x)=a(x-p)(x-q), we can simply take the midpoint of the solutions and we have our axis of symmetry:

xv=p+q2x_v=\frac{p+q}{2}

In our case:

xv=6+102=162=8x_v=\frac{6+10}{2}= \frac{16}{2} = 8

Now to find yy we just plug our xx-value into the original function:

f(8)=(86)(810)=22=4f(8)=(8-6)(8-10)=2*-2=-4

Much nicer.