cubic function factored with zeroes

G

Guest

Guest
Let f(x) = ax<sup>3</sup>+bx<sup>2</sup>+cx+d
and let f have x-intercepts x<sub>1</sub>, x<sub>2</sub>, and x<sub>3</sub>.

How can I show that the expression for f(x) becomes
f(x) = a(x-x<sub>1</sub>)(x-x<sub>2</sub>)(x-x<sub>3</sub>) ?
 
Let f(x) = ax<sup>3</sup>+bx<sup>2</sup>+cx+d
and let f have x-intercepts x<sub>1</sub>, x<sub>2</sub>, and x<sub>3</sub>.

Show that the expression for f(x) becomes
f(x) = a(x-x<sub>1</sub>)(x-x<sub>2</sub>)(x-x<sub>3</sub>)
Is this the exact text of the exercise and instructions?

Thank you.

Eliz.
 
stapel said:
Is this the exact text of the exercise and instructions?

Thank you.

Eliz.
Well, no, because I need to show this within another exercise... the reason I know I need to do this is that the solutions manual shows this step, but doesn't explain how it accomplishes this step. The exercise needs to be proven, and this is one of the steps. However, the solutions manual doesn't explain how it works. It only says:
If the graph has three x-intercepts x<sub>1</sub>, x<sub>2</sub>, and x<sub>3</sub>, then the expression for f(x) must factor as f(x) = a(x - x<sub>1</sub>)(x - x<sub>2</sub>)(x - x<sub>3</sub>)
That's all it says for that step.
 
asdfmaster said:
It only says:
If the graph has three x-intercepts x<sub>1</sub>, x<sub>2</sub>, and x<sub>3</sub>, then the expression for f(x) must factor as f(x) = a(x - x<sub>1</sub>)(x - x<sub>2</sub>)(x - x<sub>3</sub>)
That's all it says for that step.
This is just a basic property of polynomials. If you're needing a name, I think it's called the "Factor Theorem".

Eliz.
 
Yes, I know it's a basic property... that since x<sub>1</sub>, x<sub>2</sub>, and x<sub>3</sub> are zeroes, then you can factor them out. But how do I know that a is left there?

I know that f(x) = (x-x<sub>1</sub>)(x-x<sub>2</sub>)(x-x<sub>3</sub>) * p(x)

where p is another polynomial?

oh wait, but f is cubic, so there can't be another polynomial... right?

and since there is a coefficient for the first factor, namely a, a has to be put in the final equation. therefore,
f(x) = a(x-x<sub>1</sub>)(x-x<sub>2</sub>)(x-x<sub>3</sub>)

is that right?
 
Top