Proving the Roots of Higher Derivatives of a Polynomial Function

  • Thread starter Thread starter rainwyz0706
  • Start date Start date
  • Tags Tags
    Derivatives Roots
rainwyz0706
Messages
34
Reaction score
0
Let f (x) = (x^2 − 1)^n . Prove (by induction on r) that for r = 0, 1, 2, · · · , n,
f^ (r) (x)(the r-th derivative of f(x)) is a polynomial whose value is 0 at no fewer than r distinct points of (−1, 1).

I'm thinking about expanding f(x) as the sum of the (n+1) terms, then it's easier to take derivatives. But I don't know how to get the roots from there then. Could anyone please give me some hints? Thanks!
 
Physics news on Phys.org
Well, have you figured out any special cases? Like maybe n small, or maybe r=0 and r=n?
 
I tried to prove by induction on r. But I'm not sure how to express the k-th derivative of f(x). r=0 or r=n are special cases, they clearly holds. My problem is how to generalize it.
 
f(x)= (x-1)^n(x+ 1)^n and all derivatives are done by repeated use of the product rule.

As for using induction, (x-1)^{k+1}(x-1)^{k+1}= (x^2- 1)^k (x-1)(x+ 1). Use the product rule on that.
 
Could you please be a bit more specific about your second line? The k here means the k-th derivatives. The power of (x-1)(x+1) is a fix n, and I don't think I'm supposed to do an induction on that. f^(r)(x) has to be a pretty messy function, is there a clear way to take derivative out of that?
 
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