Proving (1+x)g'(x) = kg(x) using Binomial Series | Homework Solution

  • Thread starter Thread starter toothpaste666
  • Start date Start date
  • Tags Tags
    Binomial Series
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
2 replies · 1K views
toothpaste666
Messages
517
Reaction score
20

Homework Statement



[itex]g(x) = \sum_{n=0}^\infty \binom{k}{n} x^n[/itex]

[itex]g'(x) = k\sum_{n=0}^\infty \binom{k-1}{n} x^n[/itex]

prove that (1+x)g'(x) = kg(x)


The Attempt at a Solution



[itex]k(1+x)\sum_{n=0}^\infty \binom{k-1}{n} x^n[/itex]

distribute

[itex]k[\sum_{n=0}^\infty \binom{k-1}{n} x^n + x\sum_{n=0}^\infty \binom{k-1}{n} x^n][/itex]

[itex]k[\sum_{n=0}^\infty \binom{k-1}{n} x^n + \sum_{n=0}^\infty \binom{k-1}{n} x^{n+1}][/itex]

[itex]k[\sum_{n=0}^\infty \binom{k-1}{n} x^n + \sum_{n=1}^\infty \binom{k-1}{n-1} x^n][/itex]

This is where I am stuck. I want to be able to pull out the x^n and add [itex]\binom{k-1}{n} + \binom {k-1}{n-1}[/itex] because I already know when you add those it gives you [itex]\binom{k}{n}[/itex] and I would have my answer, but one series starts at one and the other 0 so I can't pull them out. Please help
 
Physics news on Phys.org
Ahhh okay thank you! So:

[itex]k[1 + \sum_{n=1}^\infty \binom{k-1}{n} x^n + \sum_{n=1}^\infty \binom{k-1}{n-1} x^n][/itex]

[itex]k[1 + \sum_{n=1}^\infty x^n ( \binom{k-1}{n} + \binom{k-1}{n-1})][/itex]


[itex]k[1 + \sum_{n=1}^\infty x^n \binom{k}{n}][/itex]


[itex]k\sum_{n=0}^\infty x^n \binom{k}{n}[/itex]