1/24
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Sequence
An ordered list of numbers indexed by an integer n (e.g., a1,a2,a3,…); can be viewed as a function that outputs an for each integer n.
Infinite series
The sum of the terms of a sequence added indefinitely, written ∑n=1∞an.
Term an
The nth value in a sequence; represents the “piece” being added in an associated series.
Partial sum SN
The sum of the first N terms of a series: SN=∑n=1Nan.
Partial sum sequence
The sequence (S1,S2,S3,…) formed by the partial sums; its behavior determines whether a series converges.
Convergent series
An infinite series whose partial sums approach a finite real number L, i.e., limN→∞SN=L.
Sum of a convergent series
The finite limit L that the partial sums approach; written ∑n=1∞an=L when the series converges.
Divergent series
An infinite series whose partial sums do not approach a finite limit (they may grow without bound, oscillate, or behave irregularly).
Divergence to infinity
A type of divergence where partial sums grow without bound, e.g., (SN→∞) or (SN→−∞).
Oscillation (of partial sums)
A divergence behavior where partial sums bounce around and never settle to one finite number.
Necessary condition for series convergence (terms go to 0)
If (∑an) converges, then limn→∞an=0.
“Terms go to 0” misconception
The false idea that (an→0) guarantees (∑an) converges; it is necessary but not sufficient.
Geometric sequence
A sequence where each term is obtained by multiplying the previous term by a constant ratio r (e.g., (a,ar,ar2,…)).
Common ratio r
For a geometric sequence/series, the constant factor between successive terms; computed as (next term)/(previous term).
Geometric series
A series of the form ∑n=0∞arn=a+ar+ar2+⋯.
Geometric series convergence condition
An infinite geometric series converges exactly when ∣r∣<1.
Infinite geometric series sum formula
If ∣r∣<1, then ∑n=0∞arn=1−ra, where a is the first term (at n=0).
Finite geometric partial sum formula
For SN=a+ar+⋯+arN, SN=1−ra(1−rN+1).
Indexing shift (n=0 vs n=1)
A bookkeeping adjustment: if a geometric series starts at n=1, its first term is (ar) (not a), so you may rewrite it to match standard formulas.
Nth term test for divergence (divergence test)
If limn→∞an=0 or the limit does not exist, then (∑an) diverges.
One-way nature of the nth term test
If (a_n o 0), the nth term test is inconclusive; the series may still converge or diverge.
Harmonic series
The series ∑n=1∞n1; it diverges even though its terms go to 0.
p-series
A series of the form ∑n=1∞np1, where p is a real constant.
p-series test
A p-series converges if (p>1) and diverges if (p≤1).
Constant multiple rule (for known benchmark series)
Multiplying a series by a nonzero constant does not change whether it converges or diverges (e.g., (∑n10) diverges like the harmonic series).