Proving the Roots of Higher Derivatives of a Polynomial Function

  • Thread starter Thread starter rainwyz0706
  • Start date Start date
  • Tags Tags
    Derivatives Roots
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
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
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.
 
[itex]f(x)= (x-1)^n(x+ 1)^n[/itex] and all derivatives are done by repeated use of the product rule.

As for using induction, [itex](x-1)^{k+1}(x-1)^{k+1}= (x^2- 1)^k (x-1)(x+ 1)[/itex]. 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?