Question
Question: How is the series expansion of some elements like sinx, cowx, etc is proved?...
How is the series expansion of some elements like sinx, cowx, etc is proved?
The series expansion of elements like sinx, cosx, etc., is proved using Taylor's Theorem with a remainder term. The proof involves showing that the remainder term approaches zero as the number of terms in the series approaches infinity, thus demonstrating that the function is equal to its infinite series expansion within its radius of convergence.
Solution
The series expansion of functions like sinx, cosx, ex, etc., is rigorously proved using Taylor's Theorem with a Remainder Term. This theorem states that if a function f(x) has derivatives of all orders up to (n+1) in an interval containing a, then for any x in that interval, f(x) can be expressed as:
Taylor's Theorem with Remainder
f(x)=f(a)+f′(a)(x−a)+2!f′′(a)(x−a)2+⋯+n!f(n)(a)(x−a)n+Rn(x)Here, Rn(x) is the remainder term, which accounts for the difference between the function and its n-th degree Taylor polynomial. The most common form of the remainder term is the Lagrange form:
Rn(x)=(n+1)!f(n+1)(c)(x−a)n+1where c is some value between a and x.
Proof of Series Expansion
To prove that a function f(x) is exactly equal to its infinite Taylor series (or Maclaurin series if a=0) within a certain interval, we must show that the remainder term Rn(x) approaches zero as n approaches infinity:
n→∞limRn(x)=0If this condition is met for a given x, then the infinite Taylor series converges to f(x):
f(x)=k=0∑∞k!f(k)(a)(x−a)kExample: Proof for sinx (Maclaurin Series, i.e., a=0)
-
Find Derivatives:
Let f(x)=sinx. The derivatives are:
-
f(x)=sinx
-
f′(x)=cosx
-
f′′(x)=−sinx
-
f′′′(x)=−cosx
-
f(4)(x)=sinx
The derivatives cycle with a period of 4.
-
-
Bound the Derivatives:
For any k, the k-th derivative f(k)(x) will be either ±sinx or ±cosx. Therefore, for any real x and any k:
∣f(k)(x)∣≤1 -
Apply Remainder Term:
Using the Lagrange form of the remainder term with a=0:
Rn(x)=(n+1)!f(n+1)(c)xn+1Taking the absolute value:
∣Rn(x)∣=(n+1)!f(n+1)(c)xn+1=(n+1)!∣f(n+1)(c)∣∣x∣n+1Since ∣f(n+1)(c)∣≤1:
∣Rn(x)∣≤(n+1)!1∣x∣n+1 -
Evaluate the Limit:
Now, we need to evaluate the limit of this upper bound as n→∞:
n→∞lim(n+1)!∣x∣n+1For any fixed real number x, as n becomes very large, the factorial term (n+1)! grows much faster than the exponential term ∣x∣n+1. Therefore, this limit is 0 for all real x.
For example, consider the ratio of consecutive terms: ∣x∣n+1/(n+1)!∣x∣n+2/(n+2)!=n+2∣x∣. As n→∞, this ratio approaches 0, indicating that the terms rapidly decrease to zero.
-
Conclusion:
Since limn→∞Rn(x)=0 for all real x, it proves that sinx is equal to its infinite Maclaurin series for all real numbers:
sinx=x−3!x3+5!x5−7!x7+⋯=n=0∑∞(−1)n(2n+1)!x2n+1A similar proof applies to cosx and ex, as their derivatives are also bounded (or their growth is dominated by the factorial in the denominator).
The core idea is to show that the error in approximating the function by its finite Taylor polynomial vanishes as more terms are included.