Strategies for constructing Maclaurin polynomials?

  • Context: Undergrad 
  • Thread starter Thread starter ektrules
  • Start date Start date
  • Tags Tags
    Maclaurin Polynomials
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
5 replies · 2K views
ektrules
Messages
35
Reaction score
0
I came across a problem in my homework to construct a MacLaurin polynomial of the nth degree for [tex]\sqrt{1+x}[/tex], and had some major problems. I gave up and looked up the answer on the internet, which was fairly complex: [tex]\sum \frac{(-1)^{n}(2n)!x^{n}}{(1-2n)(n!)^{2}(4^{n})}[/tex]

Well, I know I couldn't have come up with that myself right now (unless I spent much more time trying to figure it out than I want to), so are there any "tricks" or strategies for coming up with MacLaurin polynomials like this that aren't intuitive?

The only way I know of constructing the polynomials is to work my way from the first term of the MacLaurin polynomial, to the second, ..., and then look for an obvious pattern to create a general formula. This pattern was not obvious to me at all; with the (2n)!, (n!)^2, 4^n, and all that. How the hell am I supposed to guess that, lol.
 
Physics news on Phys.org
In this case, you have
[tex](1+x)^\alpha = \sum_{n=0}^\infty \binom{\alpha}{n} x^n,[/tex]
so the problem is reduced to showing that
[tex]\binom{1/2}{n} := \frac{\Gamma(1/2 + n + 1)}{\Gamma(1/2 + 1)\Gamma(n+1)} = \frac{(-1)^n(2n)!}{(1-2n)(n!)^2(4^n)},[/tex]
where [itex]\Gamma[/itex] is the Gamma function which satisfies [itex]\Gamma(k+1) = k \Gamma(k)[/itex] for all k, and [itex]\Gamma(n+1) = n![/itex] for nonnegative integers n. You should be able to prove the above formula with induction. (The precise value of the Gamma function at half integers is immaterial for the proof, but [itex]\Gamma(1/2) = \sqrt{\pi}[/itex].)
 
adriank said:
In this case, you have
[tex](1+x)^\alpha = \sum_{n=0}^\infty \binom{\alpha}{n} x^n,[/tex]
so the problem is reduced to showing that
[tex]\binom{1/2}{n} := \frac{\Gamma(1/2 + n + 1)}{\Gamma(1/2 + 1)\Gamma(n+1)} = \frac{(-1)^n(2n)!}{(1-2n)(n!)^2(4^n)},[/tex]
where [itex]\Gamma[/itex] is the Gamma function which satisfies [itex]\Gamma(k+1) = k \Gamma(k)[/itex] for all k, and [itex]\Gamma(n+1) = n![/itex] for nonnegative integers n. You should be able to prove the above formula with induction. (The precise value of the Gamma function at half integers is immaterial for the proof, but [itex]\Gamma(1/2) = \sqrt{\pi}[/itex].)
There is really no need to involve the Gamma function in the solution. Just observe that

[tex]\binom{1/2}{n} = \frac{(1/2)(1/2-1)(1/2-2) \cdots (1/2 - n + 1)}{n!}[/tex]

which can be reduced, after some simple algebra, to the form shown in the original post.