1/49
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Sequence
An infinite ordered list of numbers, often written {an}, where an is the nth term.
nth term (a_n)
The term of a sequence corresponding to the integer index n.
Sequence as a function
A sequence viewed formally as a function whose domain is the positive integers (n = 1, 2, 3, …).
Limit of a sequence
A number L such that an approaches L as n → ∞; written lim{n→∞} a_n = L.
Convergent sequence
A sequence whose limit exists and is a finite real number.
Divergent sequence
A sequence whose limit does not exist or is infinite (→ ∞ or → −∞).
Oscillating sequence
A divergent sequence whose terms bounce between values and never settle to one limit (e.g., a_n = (−1)^n).
Epsilon (ε) definition of sequence limit
A sequence has limit L if for every ε > 0, there exists an integer N such that |a_n − L| < ε for all n ≥ N.
Dominant-term reasoning (for sequence limits)
A method for limits of rational expressions in n that compares highest powers of n to find the limiting behavior.
Squeeze Theorem (for sequences)
If an is trapped between two sequences with the same limit, then an has that limit as well.
Necessary condition for series convergence
If the series Σ an converges, then lim{n→∞} a_n = 0.
Converse error (common mistake)
The false claim that if an → 0, then the series Σ an must converge.
Infinite series
An expression adding infinitely many terms, written a1 + a2 + a3 + ⋯ or Σ{n=1}^{∞} a_n.
Sigma notation (Σ)
Compact notation for a sum, such as Σ{n=1}^{∞} an for an infinite series.
Partial sum (S_N)
The finite sum of the first N terms of a series: SN = Σ{n=1}^{N} a_n.
Sequence of partial sums
The sequence {S_N} formed by the partial sums; its limit determines whether the series converges.
Sum of a series (S)
If lim{N→∞} SN = S (finite), then the series converges and S is defined as its sum.
Series convergence (definition via partial sums)
A series Σ an converges exactly when its partial sums SN converge to a finite limit.
nth-term test for divergence
If lim{n→∞} an ≠ 0 or does not exist, then Σ a_n diverges.
One-way nature of the nth-term test
The nth-term test can prove divergence only; if a_n → 0, the test gives no conclusion.
Geometric series
A series with constant ratio r between successive terms; common forms include Σ_{n=0}^{∞} a r^n.
Common ratio (r)
In a geometric series, the constant factor relating terms (each term is multiplied by r to get the next).
Geometric series convergence rule
A geometric series converges if and only if |r| < 1; it diverges if |r| ≥ 1.
Finite geometric sum formula
For first term a and ratio r, the sum of first n terms is S_n = a(1 − r^n)/(1 − r), for r ≠ 1.
Infinite geometric sum formula
If |r| < 1, then Σ_{n=0}^{∞} a r^n = a/(1 − r).
Telescoping series
A series that simplifies via cancellation when writing partial sums, leaving only a few surviving terms.
Benchmark series
A commonly known series (like harmonic or p-series) used as a comparison reference for convergence.
Harmonic series
The series Σ_{n=1}^{∞} 1/n, which diverges even though its terms go to 0.
p-series
A series of the form Σ_{n=1}^{∞} 1/n^p with a complete convergence rule based on p.
p-series convergence rule
Σ 1/n^p converges if p > 1 and diverges if p ≤ 1.
Positive-term series property
If all terms are positive, partial sums are increasing; the series either levels off (converges) or grows without bound (diverges).
Direct comparison test
If 0 ≤ an ≤ bn eventually, then (i) Σ bn convergent ⇒ Σ an convergent; (ii) Σ an divergent ⇒ Σ bn divergent.
Inequality with denominators (comparison tip)
When denominators are larger, fractions are smaller; flipping this is a common comparison mistake.
Limit comparison test
For an, bn > 0, compute L = lim (an/bn). If 0 < L < ∞, then Σ an and Σ bn either both converge or both diverge.
Choosing b_n in limit comparison
Pick bn to match the dominant large-n behavior of an (often like 1/n^p).
Integral test
If f is positive, continuous, and decreasing on [1,∞) and an = f(n), then Σ an and ∫_1^∞ f(x) dx either both converge or both diverge.
Conditions for the integral test
To apply the integral test, f(x) must be positive, continuous, and decreasing for x ≥ 1.
Ratio test
For an > 0, let L = lim (a{n+1}/a_n). If L < 1 converge; if L > 1 or ∞ diverge; if L = 1 inconclusive.
Ratio test inconclusive case
When L = 1 in the ratio test, you cannot conclude convergence or divergence from the test.
Root test
Compute L = lim √[n]{a_n}. If L < 1 converge; if L > 1 diverge; if L = 1 inconclusive.
Root test inconclusive case
When L = 1 in the root test, the test does not decide convergence.
Alternating series
A series whose terms alternate signs, often written Σ (−1)^{n+1} bn with bn > 0.
Alternating series test (Leibniz test)
An alternating series converges if bn is decreasing (eventually) and lim bn = 0 (with sign alternation present).
Absolute convergence
A series Σ an is absolutely convergent if Σ |an| converges (which guarantees Σ a_n converges).
Conditional convergence
A series Σ an converges, but the absolute value series Σ |an| diverges.
Absolute Convergence Theorem
If Σ |an| converges, then Σ an converges.
Alternating series remainder (error) bound
If an alternating series converges by the alternating series test, then |RN| = |S − SN| ≤ b_{N+1} (the next term’s magnitude).
Power series
A series of the form Σ{n=0}^{∞} cn (x − a)^n, centered at x = a.
Radius of convergence (R)
The number R such that a power series converges for |x − a| < R and diverges for |x − a| > R.
Interval of convergence
The set of x-values where a power series converges; endpoints (where |x − a| = R) must be tested separately.