Theory
Main Idea: Generating New Series from the Geometric Series
The most important starting point is the geometric series:
\frac{1}{1-x}
=
\sum_{n=0}^{\infty}x^n,
\quad |x|<1
From this single formula we can:
- Replace x by another expression.
- Differentiate both sides.
- Integrate both sides.
The radius of convergence changes only when we substitute a new expression inside x.
Exercises
Exercise 1
Question
f(x)=x+11 Show solution ↓Hide solution ↑
Solution
Rewrite the function so that it matches the geometric form:
x+11=1−(−x)1Now use
1−x1=n=0∑∞xnReplace x by −x:
1−(−x)1=n=0∑∞(−x)nSimplify:
x+11=n=0∑∞(−1)nxnFor convergence:
|-x|<1 \Rightarrow |x|<1Conclusion:
x+11=n=0∑∞(−1)nxn,R=1
Exercise 2
Question
f(x)=(x+1)21 Show solution ↓Hide solution ↑
Solution
Start from the previous result:
1+x1=n=0∑∞(−1)nxnDifferentiate both sides.
Derivative of the left side:
dxd(1+x1)=−(1+x)21Derivative of the right side:
n=1∑∞(−1)nnxn−1So,
−(1+x)21=n=1∑∞(−1)nnxn−1Multiply both sides by −1:
(1+x)21=n=1∑∞(−1)n−1nxn−1Re-index by letting k=n−1:
(1+x)21=k=0∑∞(k+1)(−1)kxkThe radius of convergence does not change under differentiation.
Conclusion:
(1+x)21=n=0∑∞(n+1)(−1)nxn,R=1
Exercise 3
Question
f(x)=1+4x21 Show solution ↓Hide solution ↑
Solution
Rewrite:
1+4x21=1−(−4x2)1Using the geometric series:
1−u1=n=0∑∞unLet u=−4x2:
1+4x21=n=0∑∞(−4x2)nSimplify:
(−4x2)n=(−1)n4nx2nThus,
1+4x21=n=0∑∞(−1)n4nx2nFor convergence:
| -4x^2 | < 1
\Rightarrow
4x^2 < 1
\Rightarrow
|x| < \frac12Conclusion:
1+4x21=n=0∑∞(−1)n4nx2n,R=21
Exercise 4
Question
f(x)=4+x21 Show solution ↓Hide solution ↑
Solution
Factor out 4:
4+x21=41⋅1+4x21Now use
1+u1=n=0∑∞(−1)nunLet
u=4x2Then
4+x21=41n=0∑∞(−1)n(4x2)nSimplify:
=n=0∑∞4n+1(−1)nx2nFor convergence:
\left|\frac{x^2}{4}\right|<1
\Rightarrow
|x|<2Conclusion:
4+x21=n=0∑∞4n+1(−1)nx2n,R=2
Exercise 5
Question
f(x)=1−x21 Show solution ↓Hide solution ↑
Solution
We start from the geometric series:
\frac{1}{1-x}
=
\sum_{n=0}^{\infty}x^n,
\quad |x|<1Now notice that
1−x21=1−(x2)1This matches the geometric form with u=x2.
So,
1−x21=n=0∑∞(x2)nSimplify the power:
(x2)n=x2nTherefore,
1−x21=n=0∑∞x2nFor convergence:
|x^2|<1Since ∣x2∣=∣x∣2, this gives
|x|<1Conclusion:
1−x21=n=0∑∞x2n,R=1
Exercise 6
Question
f(x)=ln1−x1+x Show solution ↓Hide solution ↑
Solution
We use the known Maclaurin series:
\ln(1+x)
=
\sum_{n=1}^{\infty}
\frac{(-1)^{n-1}}{n}x^n,
\quad |x|<1and
\ln(1-x)
=
-\sum_{n=1}^{\infty}
\frac{1}{n}x^n,
\quad |x|<1Now use the logarithm property:
ln(1−x1+x)=ln(1+x)−ln(1−x)Substitute the series:
=n=1∑∞n(−1)n−1xn+n=1∑∞n1xnCombine the two series:
For even powers, the terms cancel.
For odd powers, the terms double.
Thus we obtain:
ln(1−x1+x)=2(x+3x3+5x5+7x7+⋯)In summation form:
ln(1−x1+x)=n=0∑∞2n+12x2n+1For convergence we require
|x|<1Conclusion:
ln(1−x1+x)=n=0∑∞2n+12x2n+1,R=1