Find a polynomial p(t) of degree 6 which

  • Thread starter Thread starter zodiacbrave
  • Start date Start date
  • Tags Tags
    Degree Polynomial
zodiacbrave
Messages
10
Reaction score
0
Find a polynomial p(t) of degree 6 which has a zero of multiplicity 2 at t = 1 and a zero of multiplicity 3 at
t = 2, and also satisfying: p(0) = 2 and p`(0) = 1. What is the other root of p(t)?

Attempt at solution:

zero of multiplicity 2 at t =1 implies (t-1)^2 is a factor or p(1) = 0 and p`(1) = 0
zero of multiplicity 3 at t = 2 implies (t-2)^3 is a factor or p(2) = 0, p`(2) = 0, p``(2) = 0

so now I seem to have 7 pieces of data...

p(0) = 2,
p`(0) = 1,
p(1) = 0,
p`(1) = 0,
p(2) = 0,
p`(2) = 0,
p``(2) = 0

so I thought I would try to put these in a linear system and solve them to get the coefficients.

p(t) = t0 + t1*t + t2*t^2 + t3*t^3 + t4*t^4 + t5*t^5
p`(t) = t1 + 2t*2t + 3t3*t^2 + 4t*t^3 + 5t*t^4
p``(t) = 2t2 + 6t3*t + 12t4*t^2 + 20t5*t^3

p(0) = t0 = 2
p`(0) = t1 = 1
p(1) = t0 + t1*t + t2*t^2 + t3*t^3 + t4*t^4 + t5*t^5 = 0
p`(1) = t1 + 2t*2t + 3t3*t^2 + 4t*t^3 + 5t*t^4 = 0
p(2) = t0 + 2t1 + 4t2 + 8t3 + 16t4 + 32t5 = 0
p`(2) = t1 + 4t2 + 12t3 + 32t4 + 80t5 = 0
p``(2) = 2t2 + 12t3 + 48t4 + 160t5 = 0

so I put these in the calculator and rref them but that doesn't give me any useful information.

I am not sure what to do at this point...

Thank you
 
Physics news on Phys.org
zodiacbrave said:
Find a polynomial p(t) of degree 6 which has a zero of multiplicity 2 at t = 1 and a zero of multiplicity 3 at
t = 2, and also satisfying: p(0) = 2 and p`(0) = 1. What is the other root of p(t)?

Attempt at solution:

zero of multiplicity 2 at t =1 implies (t-1)^2 is a factor or p(1) = 0 and p`(1) = 0
zero of multiplicity 3 at t = 2 implies (t-2)^3 is a factor or p(2) = 0, p`(2) = 0, p``(2) = 0

so now I seem to have 7 pieces of data...

p(0) = 2,
p`(0) = 1,
p(1) = 0,
p`(1) = 0,
p(2) = 0,
p`(2) = 0,
p``(2) = 0

so I thought I would try to put these in a linear system and solve them to get the coefficients.

p(t) = t0 + t1*t + t2*t^2 + t3*t^3 + t4*t^4 + t5*t^5
p`(t) = t1 + 2t*2t + 3t3*t^2 + 4t*t^3 + 5t*t^4
p``(t) = 2t2 + 6t3*t + 12t4*t^2 + 20t5*t^3

p(0) = t0 = 2
p`(0) = t1 = 1
p(1) = t0 + t1*t + t2*t^2 + t3*t^3 + t4*t^4 + t5*t^5 = 0
p`(1) = t1 + 2t*2t + 3t3*t^2 + 4t*t^3 + 5t*t^4 = 0
p(2) = t0 + 2t1 + 4t2 + 8t3 + 16t4 + 32t5 = 0
p`(2) = t1 + 4t2 + 12t3 + 32t4 + 80t5 = 0
p``(2) = 2t2 + 12t3 + 48t4 + 160t5 = 0

so I put these in the calculator and rref them but that doesn't give me any useful information.

I am not sure what to do at this point...

Thank you

If the other root is at t = a (where you do not yet know a), what is the form of p(t)?

RGV
 
zodiacbrave said:
Find a polynomial p(t) of degree 6 which has a zero of multiplicity 2 at t = 1 and a zero of multiplicity 3 at
t = 2, and also satisfying: p(0) = 2 and p`(0) = 1. What is the other root of p(t)?

Attempt at solution:

zero of multiplicity 2 at t =1 implies (t-1)^2 is a factor or p(1) = 0 and p`(1) = 0
zero of multiplicity 3 at t = 2 implies (t-2)^3 is a factor or p(2) = 0, p`(2) = 0, p``(2) = 0

so now I seem to have 7 pieces of data...

p(0) = 2,
p`(0) = 1,
p(1) = 0,
p`(1) = 0,
p(2) = 0,
p`(2) = 0,
p``(2) = 0

so I thought I would try to put these in a linear system and solve them to get the coefficients.

p(t) = t0 + t1*t + t2*t^2 + t3*t^3 + t4*t^4 + t5*t^5
p`(t) = t1 + 2t*2t + 3t3*t^2 + 4t*t^3 + 5t*t^4
p``(t) = 2t2 + 6t3*t + 12t4*t^2 + 20t5*t^3

p(0) = t0 = 2
p`(0) = t1 = 1
p(1) = t0 + t1*t + t2*t^2 + t3*t^3 + t4*t^4 + t5*t^5 = 0
p`(1) = t1 + 2t*2t + 3t3*t^2 + 4t*t^3 + 5t*t^4 = 0
p(2) = t0 + 2t1 + 4t2 + 8t3 + 16t4 + 32t5 = 0
p`(2) = t1 + 4t2 + 12t3 + 32t4 + 80t5 = 0
p``(2) = 2t2 + 12t3 + 48t4 + 160t5 = 0

so I put these in the calculator and rref them but that doesn't give me any useful information.

I am not sure what to do at this point...

Thank you
Write p(t) as a product of its factors:

\displaystyle p(t)=a(t-1)^2(t-2)^3(t-b)\,, where b is the sixth root.

Use the extended product rule to find p'(t).
 
Okay, so that makes sense, the factor thing, but now it seems we have two unknowns...How would I get the polynomial from its factors, given two unknowns?

Unless taking the derivative is the key?
 
zodiacbrave said:
Okay, so that makes sense, the factor thing, but now it seems we have two unknowns...How would I get the polynomial from its factors, given two unknowns?

Unless taking the derivative is the key?

You are given two other restrictions on p; what do they give you?

RGV
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top