Theory
Basic Idea of Taylor Series (Beginner Explanation)
If a function f(x) is infinitely differentiable near x=a, then its Taylor series about x=a is
f(x)=n=0∑∞n!f(n)(a)(x−a)n
This series represents the function near x=a.
To find a Taylor series in practice:
- If possible, start from a known Maclaurin series (centered at 0).
- If the center is a=0, rewrite the function in terms of (x−a).
- The radius of convergence R is determined by the nearest point where the function is undefined (or from a known standard result).
Exercises
Exercise 1
Question
f(x)=e2x,a=0 Show solution ↓Hide solution ↑
Solution
We know the Maclaurin series of ex:
ex=n=0∑∞n!xnTo find the series for e2x, we replace x by 2x:
e2x=n=0∑∞n!(2x)nNow simplify:
(2x)n=2nxnSo,
e2x=n=0∑∞n!2nxnThe exponential function is defined for all real numbers, so the series converges everywhere.
Conclusion:
e2x=n=0∑∞n!2nxn,R=∞
Exercise 2
Question
f(x)=sinx,a=4π Show solution ↓Hide solution ↑
Solution
Since the center is not 0, we must use the Taylor formula:
sinx=n=0∑∞n!f(n)(a)(x−a)nFirst compute derivatives:
sinxcosx−sinx−cosxThese four derivatives repeat in a cycle.
Now evaluate them at a=4π:
sin(4π)=21,cos(4π)=21So the derivatives alternate between
21,21,−21,−21,…Therefore the Taylor series becomes
sinx=21n=0∑∞n!(−1)2n(n−1)(x−4π)nSince sine is defined for all real numbers, the series converges everywhere.
Conclusion:
R=∞
Exercise 3
Question
f(x)=x+11,a=0 Show solution ↓Hide solution ↑
Solution
Rewrite the function:
x+11=1+x1We know the geometric series formula:
\frac{1}{1-x}=\sum_{n=0}^{\infty}x^n,
\quad |x|<1To match this form, replace x by −x:
\frac{1}{1+x}
=
\sum_{n=0}^{\infty}(-1)^n x^n,
\quad |x|<1The function is undefined at x=−1.
The distance from the center a=0 to −1 is 1.
Conclusion:
x+11=n=0∑∞(−1)nxn,R=1
Exercise 4
Question
f(x)=(x+1)21,a=−2 Show solution ↓Hide solution ↑
Solution
Since the center is a=−2, we rewrite everything in terms of (x+2).
Let
u=x+2Then
x+1=(x+2)−1=u−1So
(x+1)21=(u−1)21=(1−u)21Now recall the known formula:
\frac{1}{(1-u)^2}
=
\sum_{n=0}^{\infty} (n+1)u^n,
\quad |u|<1Substitute back u=x+2:
(x+1)21=n=0∑∞(n+1)(x+2)nThe function is undefined at x=−1.
Distance from center −2 to −1 is
∣−1−(−2)∣=1Conclusion:
(x+1)21=n=0∑∞(n+1)(x+2)n,R=1
Exercise 5
Question
f(x)=x1,a=1 Show solution ↓Hide solution ↑
Solution
Since the center is a=1, we rewrite the function in terms of (x−1).
Observe that
x=1+(x−1)So,
x1=1+(x−1)1Now we use the geometric series formula:
\frac{1}{1+u}
=
\sum_{n=0}^{\infty}(-1)^n u^n,
\quad |u|<1Let u=x−1. Then,
x1=n=0∑∞(−1)n(x−1)nThe function x1 is undefined at x=0.
The distance from the center a=1 to 0 is
∣0−1∣=1So the radius of convergence is 1.
Conclusion:
x1=n=0∑∞(−1)n(x−1)n,R=1
Exercise 6
Question
f(x)=ex,a=3 Show solution ↓Hide solution ↑
Solution
We know the Maclaurin series of ex:
ex=n=0∑∞n!xnBut now the center is a=3, so we rewrite:
ex=e3+(x−3)Using properties of exponents:
ex=e3⋅ex−3Now expand ex−3 using the known series:
ex−3=n=0∑∞n!(x−3)nMultiply by e3:
ex=n=0∑∞n!e3(x−3)nSince the exponential function is defined for all real numbers, the series converges everywhere.
Conclusion:
ex=n=0∑∞n!e3(x−3)n,R=∞
Exercise 7
Question
f(x)=x,a=4 Show solution ↓Hide solution ↑
Solution
Since the center is a=4, we rewrite x in terms of (x−4).
Write:
x=4+(x−4)So,
x=4+(x−4)Factor out 4:
x=4(1+4x−4)=21+4x−4Now use the binomial series formula:
(1+u)^{1/2}
=
\sum_{n=0}^{\infty}
\binom{\frac12}{n} u^n,
\quad |u|<1where
(n21)=n!21(21−1)(21−2)⋯(21−(n−1))Let
u=4x−4Then,
x=2n=0∑∞(n21)(4x−4)nThe first few terms are:
x=2+41(x−4)−641(x−4)2+⋯Now determine the radius of convergence.
The binomial series converges when
\left|\frac{x-4}{4}\right|<1Multiply both sides by 4:
|x-4|<4The function x is undefined for x<0.
The nearest problematic point to 4 is x=0.
Distance:
∣0−4∣=4Conclusion:
R=4
Exercise 8
Question
f(x)=tan−1(2x),a=0 Show solution ↓Hide solution ↑
Solution
We use the known Maclaurin series:
tan−1x=n=0∑∞2n+1(−1)nx2n+1,∣x∣≤1Now replace x by 2x:
tan−1(2x)=n=0∑∞2n+1(−1)n(2x)2n+1Simplify the power:
(2x)2n+1=22n+1x2n+1So,
tan−1(2x)=n=0∑∞2n+1(−1)n22n+1x2n+1For convergence we need:
∣2x∣≤1∣x∣≤21So the radius of convergence is 21.
Conclusion:
tan−1(2x)=n=0∑∞2n+1(−1)n22n+1x2n+1,R=21