Series is actually the sum of some array (or list).
∑n=14n=1+2+3+4
∑n=1∞n=1+2+3+4+...
Say if we got an series:
∑n=1∞un=u1+u2+u3+u4+...+u∞
If we can find a way to represent its sum, for example,
Sn=u1+u2+u3+u4+...+un
If Sn exists and it's not ∞, then we could say Sn approaching to a constant
Also, in the same way, we could say as n goes up, ∑n=1∞un converges to a constant
In other words, the series ∑n=1∞un converges; or ∑n=1∞un is a convergent series
converge 收敛
diverge 发散
Let's get started!
∑n=1∞un converges⇒limn→∞un=0
∑n=1∞un diverges⇔limn→∞un=0
We all know un is the last item in a series, if the sum of that series want to be a constant, the last item must equal to 0, so limn→∞un has to be 0
If it's not, well, as if the last item of that series not 0, the sum of that series is uncertain, so we say the series diverges
harmonic series
∑n=1∞n1=11+21+31+...
limn→∞n1=0
But it's a divergent
series
Geometric Series (几何级数)
∑n=0∞qn
When ∣q∣<1, converges
Why? Just think about it, as n
goes up, everytime, the last item of this series times a value which less than 1, so the item will be smaller and smaller, in the end, the last item of that series became zero, that means, the sum of this series is a constant, also, we could say it converges, that series is a convergent series.
When ∣q∣≥1, diverges
Why? Just think about it, as n
goes up, everytime, the last item of this series times a value which greater or equal to 1, so the item will be bigger and bigger, in the end, the last item of that series becomes infinite, that means, the sum of this series is also infinity, so, we say it diverges, that series is a divergent series.
p-series (p级数)
∑n=1∞np1
When p>1, converges
(收敛)
Why? If p>1, everytime as n
goes up, np gets bigger and bigger, until infinite, so ∞1=0. The sum of that series has limitation, it's a constant, so the series converges.
When p≤1, diverges
(发散)
Why? If p≤1, everytime as n
goes up, np gets smaller and smaller, until 0, so 01=∞. The sum of that series does not have a limitation, it's infinite, so the series diverges.
Positive series (正向级数)
A series with terms that are all positive.
∑n=1∞un , (un>0)
Set l=limn→∞unun+1
when l<1 , un+1<un , converges
when l>1 , un+1>un , diverges
when l=1 , un+1=un , uncertain
alternating series (交错级数)
∑n=0∞(−1)nan
The signs of the general terms alternate between positive and negative.
If the following conditions are met, converges
(otherwise, diverges):
un≥un+1
limn→∞un=0
~The first condition said, the last item must be less than before, that's good, in that case, we will not get an infinite number in the last item~
The second condition just like normal series
Power series (幂级数)
∑n=1∞xn⋅(an expression which only related n)
The main characteristic of this series is it has a variable x
If we have a series ∑n=1∞xn⋅n1
Get domain of convergence
ρ=n→∞lim∣n expressionn expression+1∣=n→∞lim∣n1n+11∣=1interval of convergece =(−ρ1,ρ1)=(−1,1)∵when x=−ρ1=−1 , n=1∑∞n(−1)n converges when x=ρ1=1 , n=1∑∞n(1)n diverges∴domain of convergence is [−1,1) Get Sum function
S(x)=n=1∑∞xn⋅n1 , x∈[−1,1)take defivative of S(x):S′(x)=n1⋅(n=1∑∞xn)′=n1⋅n=1∑∞n⋅xn−1=n=1∑∞xn−1=1−x1S(x)=∫0x1−x1=−ln(1−x)
All these series, converges if and only if the associated sequence of partial sums converges.