Proving ƩP(n)/n! x^n = P(x)e^x for Polynomials

  • Thread starter Thread starter aaaa202
  • Start date Start date
  • Tags Tags
    Polynomials
aaaa202
Messages
1,144
Reaction score
2
You have:

Ʃ(n+1)/n! x^n = (1+x)e^x

Is it in general true with a polynomium that:

ƩP(n)/n! x^n = P(x)e^x

?
 
Physics news on Phys.org
That's easy to check. What is ƩP(n)/n! x^n for P(n) = n(n-1)?
 
uhhh I don't know. Is that a series I should know? :(

Edit: Wait if you let the factorials cancel out you get: Ʃx^n/(n-2)! but doesn't get me furhter
 
aaaa202 said:
uhhh I don't know. Is that a series I should know? :(

Edit: Wait if you let the factorials cancel out you get: Ʃx^n/(n-2)! but doesn't get me furhter

Yes, it does (or should); you just need to write things out more explicitly:
e^x = 1 + x + \frac{1}{2!}x^2 + \frac{1}{3!} x^3 + \frac{1}{4!} x^4 + \cdots. Now write out ##\Sigma\: n(n-1) x^n/n!## in a similarly-detailed way.

Using the Ʃ notation saves time and writing after you are thoroughly familiar with the techniques, but until then you might do better to avoid relying on it.
 
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