Maclaurin Series using Substitution

alanwhite
Messages
2
Reaction score
0

Homework Statement


Use a known Maclaurin series to compute the Maclaurin series for the function: f(x) = x/(1-4(x^2))

Homework Equations


1/(1-x) = ∑x^n

The Attempt at a Solution


I tried removing x from the numerator for: x ∑ 1/(1-4(x^2)), which would end up through substitution as x ∑ (4^n)(x^2n). Not too sure this is correct use of substitution however.
 
Physics news on Phys.org
Yes, it is correct.
 
alanwhite said:

Homework Statement


Use a known Maclaurin series to compute the Maclaurin series for the function: f(x) = x/(1-4(x^2))

Homework Equations


1/(1-x) = ∑x^n

The Attempt at a Solution


I tried removing x from the numerator for: x ∑ 1/(1-4(x^2)), which would end up through substitution as x ∑ (4^n)(x^2n). Not too sure this is correct use of substitution however.
What you did makes sense, but how you described what you did doesn't make sense. If you can find the series for 1/(1 - 4x2), just multiply term-by-term to get the series for x/(1 - 4x2). Pulling a variable out of a summation that involves x isn't a valid operation.
For example,
$$\sum_{n = 1}^k n^2 \neq n \cdot \sum_{n = 1}^k n $$
 
So in essence, I would write the terms of the series ∑ (4^n)(x^2n) and multiply each term by x? Alright, is there no way of writing the series so that there is no x variable outside of the summation?
 
alanwhite said:
So in essence, I would write the terms of the series ∑ (4^n)(x^2n) and multiply each term by x? Alright, is there no way of writing the series so that there is no x variable outside of the summation?
Mark did say to take the sum, then multiply through by x, term by term. (Basically, that's the distributive law, and the extra x will be inside of the sum.For example,

##\displaystyle x\left(\sum _{n=1}^ k x^n \right) = \sum _{n=1}^ k x^{n+1} ##
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top