Power series

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:12 AM on 5/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

What is a power series?

A power series is C(x)=n=0cnxnC(x)=\sum_{n=0}^{\infty}c_{n}x^{n} where x is a variable and c0,c1,c2,c_0,c_1,c_2,… are constants called coefficients of the power series.

2
New cards

What does absolute convergence for smaller modulus mean with relation to a power series?

Suppose for a given x0Rx_0\in\mathbb{R} the power series C(x0)C(x_0) is convergent. Then for all y with |y|<|x_0|

  1. C(y)C(y) is absolutely convergent

  2. For any fixed p0p\ge0 we have \sum_{n=1}^{\infty}\left|n^{p}c_{n}y^{n}\right|<+\infty

3
New cards

Whats the interval of convergence of the power series?

The set of points where the power series is convergent.

<p>The set of points where the power series is convergent.</p>
4
New cards

What’s the radius of convergence of the power series?

R[0,+]R\in [0,+\infty] is the radius of convergence. If R=+R=+\infty then the seres is convergent for all xRx\in\mathbb{R}.

If 0<R<+\infty at x=Rx=R and x=Rx=-R the series may be

  • absolutely convergent

  • conditionally convergent

  • divergent

5
New cards

How do you find the interval of convergence?

  1. Apply ratio test to the non-negative series n=0anxn\sum_{n=0}^{\infty}\left|a_{n}\right|\left|x\right|^{n}

  2. Based on the test, determine R such that n=0anxn\sum_{n=0}^{\infty}\left|a_{n}\right|\left|x\right|^{n} is absolutely convergent when |x|<R and is not absolutely convergent when |x|>R. This is the radius of convergence.

  3. Use further tests to check convergence ofn=0anxn\sum_{n=0}^{\infty}a_{n}x^{n} at x=Rx=-R and x=Rx=R

6
New cards

What is Lipschitz Continuous?

Let LL be a non-negative constant. A function f:[a,b]Rf:[a,b]→\mathbb{R} is called L-Lipschitz continuous iff f(y)f(x)Lyx\left|f\left(y\right)-f\left(x\right)\right|\le L\left|y-x\right| for all x,y[a,b]x,y\in[a,b].

7
New cards

Proof that a function defined by a power series is continuous

Let C(x)C(x) denote the sum of a power series with radius of convergence RR. Then C(x)C(x) is a continuous function on the interval (R,R)(-R,R).

Proof: \forall closed interval [S,S][-S,S] inside (R,R)(-R,R), we show that C(x)C(x) is continuous on [S,S][-S,S] for a suitable SS (namely if |x|<S<R) this will prove continuity of C(x)C(x) at all points of (R,R)(-R,R).

If x,y[S,S]x,y\in[-S,S] then by the Infinite Triangle Inequality,

C(y)C(x)=n=1cn(ynxn)n=1cnynxn|C(y)-C(x)|=\left|\sum_{n=1}^{\infty}c_{n}\left(y^{n}-x^{n}\right)\right|\le\sum_{n=1}^{\infty}\left|c_{n}\Vert y^{n}-x^{n}\right|

Since xnx^n is Lipschits continuous on a bounded interval (x,y[S,S]\forall x,y\in [-S,S] ynxnnSn1yx|y^n-x^n|\le nS^{n-1}|y-x| ).

C(y)C(x)1S(n=1ncnSn)yx|C(y)-C(x)|\le\frac{1}{S}\left(\sum_{n=1}^{\infty}n\left|c_{n}\right|S^{n}\right)\left|y-x\right|

Since n=1ncnSn\sum_{n=1}^{\infty}n\left|c_{n}\right|S^{n} is a convergent series, so the factor L=1SncnSnL=\frac{1}{S}\sum_{}^{}n\left|c_{n}\right|S^{n} is finite. Hence the function C(x)C(x) is L-lipschiotz continuous and so continuous, on [S,S][-S,S].

8
New cards

What is the exponetnial in terms of a power series?

exp(x)=1+x1!+x22!+=n=0xnn!\exp\left(x\right)=1+\frac{x}{1!}+\frac{x^2}{2!}+\cdots=\sum_{n=0}^{\infty}\frac{x^{n}}{n!}

e=exp(1)e=\exp(1)

9
New cards

Proof that exp(x) is continuous.

If x=0x=0 the series is 1+0+0+… which is convergent with sum 1. If x0x\ne 0, apply the ratio test to the series n=0xnn!\sum_{n=0}^{\infty}\frac{\left|x\right|^{n}}{n!} to find l=limnxn+1(n+1)!xnn!=limnx(n+1)=0,xl=\lim_{n\to\infty}\frac{\frac{x^{n+1}}{\left(n+1\right)!}}{\frac{\left|x\right|^{n}}{n!}}=\lim_{n\to\infty}\frac{\vert x\vert}{\left(n+1\right)}=0,\forall\vert x\vert

Since 0<1 the power series exp(x) is absolutely convergent.

Thus, exp(x) is well defined for all x so it follows that exp(x) is a continuous function on all of R\mathbb{R}.

10
New cards

Proof that exp(x+y)=exp(x)exp(y)

Recall that exp(x)=n=0xnn!\exp(x)=\sum_{n=0}^{\infty}\frac{x^n}{n!}. By the binomial formula, 1n!(x+y)n=xnn!+xn1(n1)!y1!+xn2(n2)!y22!++x1!yn1(n1)!+ynn!.\frac{1}{n!}(x+y)^n=\frac{x^n}{n!}+\frac{x^{n-1}}{(n-1)!}\frac{y}{1!}+\frac{x^{n-2}}{(n-2)!}\frac{y^2}{2!}+\cdots+\frac{x}{1!}\frac{y^{n-1}}{(n-1)!}+\frac{y^n}{n!}.

For n=0,1,2,n=0,1,2,\dots write the terms of these expansions in the nnth column of a double series, filling the rest of the column with zeros.

Then the nnth column sum is ColSumn=1n!(x+y)n,\text{ColSum}_n=\frac{1}{n!}(x+y)^n, so n=0ColSumn=n=0(x+y)nn!=exp(x+y).\sum_{n=0}^{\infty}\text{ColSum}_n=\sum_{n=0}^{\infty}\frac{(x+y)^n}{n!}=\exp(x+y).

On the other hand, the mmth row has common factor ymm!\frac{y^m}{m!}, so RowSumm=(1+x1!+x22!+)ymm!=exp(x)ymm!.\text{RowSum}_m=\left(1+\frac{x}{1!}+\frac{x^2}{2!}+\cdots\right)\frac{y^m}{m!}=\exp(x)\frac{y^m}{m!}.

Hence m=0RowSumm=exp(x)m=0ymm!=exp(x)exp(y).\sum_{m=0}^{\infty}\text{RowSum}_m=\exp(x)\sum_{m=0}^{\infty}\frac{y^m}{m!}=\exp(x)\exp(y).

Since the double series is absolutely convergent, we may change the order of summation. Therefore exp(x+y)=exp(x)exp(y).\exp(x+y)=\exp(x)\exp(y)."