Building A Polynomial Function

Status
Not open for further replies.

mathdad

Full Member
Joined
Apr 24, 2015
Messages
737
Use f(x) = a(x - r_1)(x - r_2)(x - r_3), where r represents the zero values to make a polynomial function.

Zeros: -1, multiplicity 1; 3, multiplicity 2; degree 3

Solution:

f(x) = a(x + 1)(x - 3)^2

f(x) = a(x + 1)(x^2 - 6x + 9)

f(x) = a(x^3 - 6x^2 + 9x + x^2 - 6x + 9)

f(x) = ax^3 - 4x^2 + 3x + 9)

I see that a is 1 for this function.

f(x) = x^3 - 4x^2 + 3x + 9

Yes?
 
I would go back to:

[MATH]f(x)=a(x+1)(x-3)^2[/MATH]
Now you can choose any real non-zero value for \(a\), and you will have a member of the family of polynomials meeting the requirements of the problem.

You have a two minor errors that I see in your work expanding the function...can you spot them?
 
Check your arithmetic; one number is wrong. You also left out a parenthesis.

Also, it is not really a matter of "seeing that a is 1", but of arbitrarily choosing to make a=1 for simplicity. Nothing in the problem dictates what a should be, so you could multiply your answer by any number except 0, and the result would be a valid answer.
 
I would go back to:

[MATH]f(x)=a(x+1)(x-3)^2[/MATH]
Now you can choose any real non-zero value for \(a\), and you will have a member of the family of polynomials meeting the requirements of the problem.

You have a two minor errors that I see in your work expanding the function...can you spot them?

What minor errors?
 
Check your arithmetic; one number is wrong. You also left out a parenthesis.

Also, it is not really a matter of "seeing that a is 1", but of arbitrarily choosing to make a=1 for simplicity. Nothing in the problem dictates what a should be, so you could multiply your answer by any number except 0, and the result would be a valid answer.

Understood. At least, I get the gist of it.
 
The value of a could be any number as long as it is not 0.

No, when you go from here:

f(x) = a(x^3 - 6x^2 + 9x + x^2 - 6x + 9)

to here:

f(x) = ax^3 - 4x^2 + 3x + 9)

You are missing the opening bracket that should go after the constant a, and -4x^2 should be -5x^2.
 
No, when you go from here:

f(x) = a(x^3 - 6x^2 + 9x + x^2 - 6x + 9)

to here:

f(x) = ax^3 - 4x^2 + 3x + 9)

You are missing the opening bracket that should go after the constant a, and -4x^2 should be -5x^2.

You are right.
 
Status
Not open for further replies.
Top