Exponential and Logarithmic Series
In higher mathematics, many functions cannot be expressed in finite algebraic terms but can be represented using infinite series expansions. Two of the most important are:
- Exponential Series – Expansion of in powers of x.
- Logarithmic Series – Expansion of ln(1+x) in powers of x.
1.0Exponential Series
Definition
The exponential function is defined as: ex=1+x+2!x2+3!x3+4!x4+⋯,∀x∈R
General Expansion Formula
ex=∑n=0∞n!xn
Properties of Exponential Series
- Convergence: The series converges for all absolute values of x.
- Differentiability: Differentiating or integrating the series term by term gives back the exponential function. dxd(ex)=ex,∫exdx=ex+C
- Symmetry:
- e−x=1−x+2!x2−3!x3+⋯
- Hence, even terms remain positive, odd terms alternate.
- Euler’s Identity: Using complex numbers: eix=cosx+isinx
Standard Results
- e0=1
- limn→∞(1+n1)n=e
- ex≈1+xfor small x
2.0Solved Examples of Exponential Series
Example 1: Approximate e0.1 up to 3 decimal places using series.
Sol: e0.1=1+0.1+2!(0.1)2+3!(0.1)3=1+0.1+0.005+0.000167=1.105167≈1.105
Example 2: If S=1+1!1+2!1+⋯+∞, show that S=e.
Sol: By definition, S is the exponential series with x=1. Hence, S=e.
3.0Logarithmic Series
Definition
The natural logarithm can be expanded as: ln(1+x)=x−2x2+3x3−4x4+⋯for −1<x≤1
General Expansion Formula
ln(1+x)=∑n=1∞(−1)n+1nxn
Properties of Logarithmic Series
- Domain of Convergence: −1< x ≤1.
- Alternating Nature: Positive and negative terms alternate.
- First Term Approximation: For small x, ln(1+x)≈x.
- Special Cases:
- ln(2)=1−21+31−41+⋯
- ln(1−x1+x)=2(x+3x3+5x5+⋯)
Standard Results
- ln(1)=0.
- ln(1+x) expansion is valid only for ∣x∣<1.
- Useful for solving problems involving limits like: limx→0xln(1+x)=1
4.0Solved Examples of Logarithmic Series
Example 1: Expand ln(1.1) using logarithmic series.
Sol: ln(1.1)=0.1−2(0.1)2+3(0.1)3=0.1−0.005+0.000333=0.0953(approx)
Example 2: Prove that limn→∞(n+1n)n=e1
Sol: Taking log: lnL=limn→∞nln(1−n+11)
Using ln(1−x)≈−x:
lnL=limn→∞n(−n+11)=−1
So, L=e−1=e1
5.0Comparison Between Exponential and Logarithmic Series