SOLUTION: Find a formula for a fourth degree polynomial with roots 1,3,5,-1,-3,-5 and p(0)=30

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Find a formula for a fourth degree polynomial with roots 1,3,5,-1,-3,-5 and p(0)=30      Log On


   



Question 734185: Find a formula for a fourth degree polynomial with roots 1,3,5,-1,-3,-5 and p(0)=30
Found 4 solutions by josgarithmetic, KMST, Lightning_Fast, ikleyn:
Answer by josgarithmetic(39621) About Me  (Show Source):
You can put this solution on YOUR website!
A polynomial function of degree four will have no more than four roots. You listed six required roots for the function which you want to find. This is impossible.

Did you really mean, ".. .for a sixth degree polynomial..."?
or did you list more roots than you intended?

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
The sixth degree polynomial with roots 1,3,5,-1,-3,-5 and p(0)=30 is
p%28x%29=%28-2%2F15%29%2A%28x%5E2-1%29%28x%5E2-9%29%28x%5E2-25%29 or p%28x%29=%28-2%2F15%29%2A%28x%5E6-35x%5E4%2B259x%5E2-225%29

For 5 to be a root, the factorization should include the factor %28x-5%29
For -5 to be a root, the factorization should include the factor %28x-%28-5%295%29=%28x%2B5%29
Both of those factors multiplied together make
%28x-5%29%28x%2B5%29=%28x%5E2-25%29
Similarly, if 3 and -3 are roots, the factorization must include %28x%5E2-9%29 , and for roots 1 and -1 we need to include %28x%5E2-1%29 as a factor.

With those factors, we get a sixth degree polynomial and there is no room for any other factor with x, but we have to figure out what is the constant factor a that will be the leading coefficient in the polynomial we are looking for
p%28x%29=a%28x%5E2-1%29%28x%5E2-9%29%28x%5E2-25%29
for x=0
p%280%29=a%28-1%29%28-9%29%28-25%29=-225a so
-225a=30 ---> a=30%2F%28-225%29 --> a=-2%2F15

Answer by Lightning_Fast(78) About Me  (Show Source):
You can put this solution on YOUR website!
You can also do the following:
{{ f(x) {x^2-1)*(x^2-9)*(x^2-25)}}}
+f%280%29+=+%28-1%2A-9%2A-25%29%2Bx=30
F of 0 must be equal to 30
x is the factor that mades the function go though (0,30), similar to the a in the above example
Do algebra and get
x=255
Plug the value back into the modified equation and get:
{{ f(x) {x^2-1)*(x^2-9)*(x^2-25) +255}}}

Answer by ikleyn(52817) About Me  (Show Source):
You can put this solution on YOUR website!
.
There is NO such a polynomial p(x) of the degree 4 with 6 listed roots and p(0) = 30.

Such a polynomial does not exists.

The answer by "Lightning_Fast" is WRONG and DOES NOT MAKE SENSE.