Theory
What is a Maclaurin Series?
A Maclaurin series is simply a Taylor series centered at a=0.
If a function f(x) is infinitely differentiable at 0, then
f(x)=n=0∑∞n!f(n)(0)xn
In practice, we usually:
- Start from a known basic Maclaurin series.
- Replace x if needed.
- Multiply or combine series when necessary.
- Determine the radius of convergence from the known basic series.
Exercises
Exercise 1
Question
f(x)=e3x Show solution ↓Hide solution ↑
Solution
We start from the well-known Maclaurin series:
ex=n=0∑∞n!xnTo find the series for e3x, replace x by 3x:
e3x=n=0∑∞n!(3x)nNow simplify the power:
(3x)n=3nxnTherefore,
e3x=n=0∑∞n!3nxnSince the exponential function converges for all real numbers, the radius of convergence is infinite.
Conclusion:
e3x=n=0∑∞n!3nxn,R=∞
Exercise 2
Question
f(x)=x2cosx Show solution ↓Hide solution ↑
Solution
We begin with the known series:
cosx=n=0∑∞(2n)!(−1)nx2nNow multiply the entire series by x2:
x2cosx=x2n=0∑∞(2n)!(−1)nx2nCombine the powers of x:
x2cosx=n=0∑∞(2n)!(−1)nx2n+2Since the cosine series converges for all real numbers, multiplying by x2 does not change the radius of convergence.
Conclusion:
x2cosx=n=0∑∞(2n)!(−1)nx2n+2,R=∞
Exercise 3
Question
f(x)=xsin2x Show solution ↓Hide solution ↑
Solution
We start with:
sinx=n=0∑∞(2n+1)!(−1)nx2n+1Now replace x by 2x:
sin2x=n=0∑∞(2n+1)!(−1)n(2x)2n+1Simplify the power:
(2x)2n+1=22n+1x2n+1So,
sin2x=n=0∑∞22n+1(2n+1)!(−1)nx2n+1Now multiply by x:
xsin2x=n=0∑∞22n+1(2n+1)!(−1)nx2n+2Again, since sine converges for all real numbers, the radius remains infinite.
Conclusion:
xsin2x=n=0∑∞22n+1(2n+1)!(−1)nx2n+2,R=∞
Exercise 4
Question
f(x)=sin2x(Hint: sin2x=21(1−cos2x)) Show solution ↓Hide solution ↑
Solution
Using the identity:
sin2x=21(1−cos2x)Now expand cos2x:
cos2x=n=0∑∞(2n)!(−1)n(2x)2nSimplify the power:
(2x)2n=22nx2nSo,
cos2x=n=0∑∞(2n)!(−1)n22nx2nNow substitute into the identity:
sin2x=21−21n=0∑∞(2n)!(−1)n22nx2nNotice the constant term cancels when n=0.
Therefore the series starts from n=1:
sin2x=n=1∑∞(2n)!(−1)n−122n−1x2nSince cosine converges for all real numbers, the radius is infinite.
Conclusion:
R=∞
Exercise 5
Question
f(x)=1+x Show solution ↓Hide solution ↑
Solution
We use the binomial series formula:
(1+x)^{\alpha}
=
\sum_{n=0}^{\infty}
\binom{\alpha}{n}x^n,
\quad |x|<1where
(nα)=n!α(α−1)(α−2)⋯(α−n+1)Here,
α=21So,
1+x=(1+x)1/2=n=0∑∞(n21)xnCompute the first few coefficients:
(021)=1(121)=21(221)=2!21(−21)=−81(321)=3!21(−21)(−23)=161Therefore,
1+x=1+21x−81x2+161x3−⋯The binomial series converges when
|x|<1Conclusion:
1+x=n=0∑∞(n21)xn,R=1
Exercise 6
Question
f(x)=31−x1=(1−x)−1/3 Show solution ↓Hide solution ↑
Solution
Again we use the binomial series:
(1+u)^{\alpha}
=
\sum_{n=0}^{\infty}
\binom{\alpha}{n}u^n,
\quad |u|<1Here,
α=−31,u=−xSo,
(1−x)−1/3=n=0∑∞(n−31)(−x)nUsing the formula for binomial coefficients and simplifying, we obtain
(1−x)−1/3=1+n=1∑∞3nn!1⋅4⋅7⋯(3n−2)xnThe binomial series converges when
|x|<1Conclusion:
(1−x)−1/3=n=0∑∞(n−31)(−x)n,R=1
Exercise 7
Question
f(x)=(1+x)−3 Show solution ↓Hide solution ↑
Solution
We use the binomial formula:
(1+x)^{-3}
=
\sum_{n=0}^{\infty}
\binom{-3}{n}x^n,
\quad |x|<1Now simplify the binomial coefficient.
Recall:
(n−3)=(−1)n(2n+2)And
(2n+2)=2(n+2)(n+1)Therefore,
(1+x)−3=n=0∑∞(−1)n2(n+1)(n+2)xnThe binomial series converges when
|x|<1Conclusion:
(1+x)−3=n=0∑∞(−1)n2(n+1)(n+2)xn,R=1
Exercise 8
Question
f(x)=ln∣5+x∣ Show solution ↓Hide solution ↑
Solution
First rewrite the function in a convenient form.
ln∣5+x∣=ln(5(1+5x))Using logarithm properties:
ln∣5+x∣=ln5+ln(1+5x)Now use the known Maclaurin series:
\ln(1+u)
=
\sum_{n=1}^{\infty}
\frac{(-1)^{n-1}}{n}u^n,
\quad |u|<1Let
u=5xThen
ln(1+5x)=n=1∑∞n(−1)n−1(5x)nSo,
ln∣5+x∣=ln5+n=1∑∞n5n(−1)n−1xnFor convergence:
\left|\frac{x}{5}\right|<1which gives
|x|<5Conclusion:
ln∣5+x∣=ln5+n=1∑∞n5n(−1)n−1xn,R=5