Why Does the Maclaurin Series for 1/(1+2x^2) Have Only Four Terms Up to x^6?

~Sam~
Messages
70
Reaction score
0

Homework Statement



Find the Maclaurin polynomial for P(6)X for 1/(1+2x2) about x=0

Homework Equations



I'm pretty sure I need to use the Maclaurin polynomial for 1/(1-x)= 1+x+x2+x3+...+xn +O(xn+1)

The Attempt at a Solution



I simply rewrote as 1/(1-(-2x2)) then proceeded to sub and expanded. The answer was not what I expected and not what I got. Apparently it's suppose to be 1-2x2+4x4-8x6. Can anyone expain to me why is there only four terms?
 
Last edited:
Physics news on Phys.org
~Sam~ said:
Apparently it's suppose to be 1-2x2+4x4-8x6. Can anyone expain to me why is there only four terms?
Why would you expect it to be more than four terms? Don't forget that you are expanding in powers of x2.

Perhaps it would be more obvious if we first take the expansion,

\frac{1}{1-\left(-\theta\right)} \sim 1 - \theta + \theta^2 - \theta^3 + \theta^4

Now simply make the substitution \theta = 2x^2,

\frac{1}{1-\left(-\theta\right)} \sim 1 - 2x^2 + 4x^4 - 8x^6 + 16x^8

Note that the fact that you are expanding in powers of x2, means that the powers of each term in the Maclaurin series doubles.
 
Hootenanny said:
Why would you expect it to be more than four terms? Don't forget that you are expanding in powers of x2.

Perhaps it would be more obvious if we first take the expansion,

\frac{1}{1-\left(-\theta\right)} \sim 1 - \theta + \theta^2 - \theta^3 + \theta^4

Now simply make the substitution \theta = 2x^2,

\frac{1}{1-\left(-\theta\right)} \sim 1 - 2x^2 + 4x^4 - 8x^6 + 16x^8

Note that the fact that you are expanding in powers of x2, means that the powers of each term in the Maclaurin series doubles.

I understand that..but it ask for of order 6..P6(x) yet the answer given is 1-2x2+4x2-8x6...and not 1-2x2+4x2-8x6+16x8-32x10. Is the answer given in the book just wrong?
 
~Sam~ said:
I understand that..but it ask for of order 6..P6(x)
What does order six mean?
 
Hootenanny said:
What does order six mean?

The notation Pn means the n-th order Taylor polynomial for f about a. We have the general taylor formula f(a)+ f'(a)(x-a) + f''(a)/2! ((x-a)1) +...+fn (a)/n! ((x-a)n) Which basically means P6 would be taking the formula to the 6th derivative, hence order 6.
 
~Sam~ said:
The notation Pn means the n-th order Taylor polynomial for f about a. We have the general taylor formula f(a)+ f'(a)(x-a) + f''(a)/2! ((x-a)1) +...+fn (a)/n! ((x-a)n) Which basically means P6 would be taking the formula to the 6th derivative, hence order 6.
No. P6 means a ploynomial of order six, that is a polynomial where the greatest power is six.
 
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