6 - Power series Flashcards
Radius of convergence. Ratio test, root test. Cauchy product formula for power series.
What is the Taylor series?
A Taylor Series is an expansion of some function into an infinite sum of terms, where each term has a larger exponent like x, x2, x3, etc.
Taking the form:
f(x) = ∞∑(n=0) (f^n (a) / n!) * (x−a)^n
What is the Taylor series expansion of exp (x)?
∞∑(n=0) x^n / n!
What is the Taylor series expansion of cos (x)?
∞∑(n=0) ( (-1)^n / (2n)! ) * x^2n
What is the Taylor series expansion of sin (x)?
∞∑(n=0) ( (-1)^n / (2n+1)! ) * x^(2n+1)
What is the Taylor series expansion of 1/(1-x)?
∞∑(n=0) x^n
What is a power series?
A power series about a, or just power series, is any series that can be written in the form,
∞∑(n=0) c_n * (x−a)^n
where a and c_n are real numbers. The c_n’s are often called the coefficients of the series. Power series have very nice convergence properties.
What is the Cauchy-Hadamard Theorem?
The Cauchy-Hadamard Theorem concerns an expression for the radius of convergence. Every power series either converges for all values x or there exists a number R ϵ [0, ∞) such that it
- converges absolutely if |x| < R
- diverges if |x| > R
If it converges for every x we set R := ∞. Moreover,
R = 1 / [lim sup (n->∞) (|a_n|)^1/n]
Where by convention we set 1/∞ := 0 and 1/0 := ∞
What does := mean?
It means set equal to, or is defined to be equal to
What is the radius of convergence?
As discussed in the Cauchy-Hadamard theorem. The radius of convergence of a series is a number R that the power series will converge for when |x−a|<R and will diverge for when |x−a|>R.
Note that the series may or may not converge if |x−a|=R. What happens at these points will not change the radius of convergence.
What is the interval of convergence?
The interval of all x’s, including the endpoints if need be, for which the power series converges is called the interval of convergence of the series.
If we know that the radius of convergence of a power series is R then we have the following.
a−R < x < a+R ==> power series converges
x < a−R & x > a+R ==> power series diverges
How do you calculate the interval of convergence?
The interval of convergence must then contain the interval a−R < x < a+R since we know that the power series will converge for these values.
We also know that the interval of convergence can’t contain x’s in the ranges xv< a−R and x > a+R since we know the power series diverges for these values of x.
Therefore, to completely identify the interval of convergence all that we have to do is determine if the power series will converge for x = a−R or x = a+R.
If the power series converges for one or both of these values then we’ll need to include those in the interval of convergence.
What is the shape of the region a power series converges to?
It is always a disc.
Given a radius of convergence R = 0, for what values of x does a power series converge/diverge?
When a power series has convergence radius R = 0, it only converges for x = 0 and diverges for all other values of x.
Given a radius of convergence R = r, such as in the geometric series, what values of x do such a series converge/diverge?
When the radius of convergence is R = r, it means that any R ϵ (0, ∞) can be the radius of convergence of a power series. Therefore, in theory, any value of x can be convergent, as it solely depends on R.
Given a radius of convergence R = r, such as in the geometric series, what values of x do such a series converge/diverge?
When the radius of convergence is R = r, it means that any R ϵ (0, ∞) can be the radius of convergence of a power series. Therefore, in theory, any value of x can be convergent, as it solely depends on R.