yo shut it up bro hahaha fpifgjniopdsfiopjiofewHJIOP'QEwfjio'pqedWF
Last updated 10:09 PM on 9/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat
No analytics yet
Send a link to your students to track their progress
35 Terms
1
New cards
Sequence
A function whose domain is the set of positive integers. For example: {5, 9, 13, 17, …} is an example of an Arithmetic Sequence (constant common difference between terms) with the formula a_n = 4n + 1 (nth term). {1/2, 1/4, 1/8, 1/16, …} is an example of a Geometric Sequence (constant common ratio between terms) with the formula a_n = (1/2)^n (nth term).
2
New cards
Series
The sum of the terms in a sequence. Examples: Finite Series: ∑n=13(5n1)=51+521+531=12531 Infinite Series: ∑n=1∞(2n−3)=−1+1+3+5+…
3
New cards
Partial Sums
Partial Sums - The partial sums of a series form a sequence of real numbers defined as: S1=a1S2=a1+a2S3=a1+a2+a3⋮Sn=a1+a2+⋯+an If the sequence of partial sums S1,S2,S3,… has a limit S as n→∞, then the series converges to S (otherwise it diverges): limn→∞Sn=S
4
New cards
Limit of nth Term of a Convergent Series
Divergence Test - If the infinite series ∑n=1∞an converges, then limn→∞an=0 Note: The converse is not always true; limn→∞an=0 does not imply that ∑n=1∞an converges.
5
New cards
Nth Term Test for Divergence
If limn→∞an=0, then the infinite series ∑n=1∞an will diverge.
6
New cards
Convergence of Geometric Series
Convergence of Geometric Series - A geometric series can be written as: ∑n=1∞a⋅rn−1or∑n=0∞a⋅rn All geometric series will converge to 1−ra1 if 0<∣r∣<1 and will diverge if ∣r∣≥1.
7
New cards
Tail of a Series (Term not needed to know but need to know definition)
If a series converges, then removing a finite number of terms from the beginning of the series will not affect its convergence.
8
New cards
The Integral Test
If a sequence is decreasing and positive and can be represented by an=f(n) and f is continuous for x≥1, then ∑n=1∞(an) and ∫1∞f(x)dx either both converge or both diverge.
9
New cards
P-Series
A p-series can be written as: ∑n=1∞np1or∑k=1∞kp1 This infinite series converges if (and only if) p>1. Otherwise, it diverges.
10
New cards
Direct Comparison Test
Let 0<an≤bn for all n. If ∑n=1∞(bn) converges, then ∑n=1∞(an) converges. 2. If ∑n=1∞(an) diverges, then ∑n=1∞(bn) diverges.
11
New cards
Direct Comparison Test (Key Idea)
When using the Direct Comparison Test, find a "similar but simpler" series to compare to. If the "larger" series converges, then the "smaller" series must also converge. If the "smaller" series diverges, then the "larger" series must also diverge. Note: if your original series is larger than a convergent series, or smaller than a divergent series, the test tells you nothing and you must use a different test.
12
New cards
Limit Comparison Test
If an and bn are both positive and limn→∞(bnan) is finite and positive, then ∑an and ∑bn either both converge or both diverge. The trick to choosing a good bn to compare to is to take the highest power of n in both the numerator and denominator and divide the numerator term by the denominator term.
13
New cards
Telescoping Series
A series where consecutive terms cancel each other out, leaving only the first and last terms. To solve, use partial fractions to rewrite the series, write out the first few terms to see the cancellation pattern, and the sum equals S=limn→∞Sn where most terms cancel. For example, ∑n=1∞n(n+1)1 can be rewritten as ∑n=1∞(n1−n+11), where all middle terms cancel, leaving S=1.
14
New cards
Alternating Series
An alternating series is a series where the signs alternate, written as ∑n=1∞(−1)n+1(an)=a1−a2+a3−a4+... where an>0 for all n.
15
New cards
Alternating Series Test
An alternating series converges if BOTH conditions are met: 1. The terms are decreasing: 0<an+1≤an for all n≥1 2. The terms approach zero: limn→∞an=0 Then the alternating series: ∑n=1∞(−1)n+1(an)or∑n=1∞(−1)n(an) converges.
16
New cards
Alternating Series Remainder
For a convergent alternating series, the remainder (error) between the actual sum S and the partial sum Sn is bounded by the first neglected term: ∣Rn∣=∣S−Sn∣≤an+1
17
New cards
Absolute Convergence
If ∑n=1∞∣an∣ converges, then ∑n=1∞an converges. A series ∑n=1∞an converges absolutely if ∑n=1∞∣an∣ converges. The converse is not always true — a series can converge without converging absolutely.
18
New cards
Absolute vs. Conditional Convergence
∑n=1∞an is absolutely convergent if ∑n=1∞∣an∣ converges. ∑n=1∞an is conditionally convergent if ∑n=1∞an converges, but ∑n=1∞∣an∣ diverges.
19
New cards
Ratio Test
Suppose ∑n=1∞an with an=0. Let limn→∞anan+1=L If L<1, the series converges absolutely. If L>1, the series diverges. If L=1, no conclusion can be drawn.
20
New cards
limn→∞(nn+1)n= ?
limn→∞(nn+1)n=limn→∞(1+n1)n=e
21
New cards
Maclaurin Polynomial
The nth Maclaurin Polynomial for f, centered at 0, is defined as: Pn(x)=f(0)+f′(0)x+2!f′′(0)x2+3!f′′′(0)x3+4!f(4)(0)x4+⋯+n!f(n)(0)xn
22
New cards
Taylor Polynomial
The nth Taylor Polynomial for f at c is defined as: Pn(x)=Tn(x)=f(c)+f′(c)(x−c)+2!f′′(c)(x−c)2+⋯+n!f(n)(c)(x−c)n
23
New cards
Remainder of the Taylor Polynomial
With every polynomial approximation (Maclaurin or Taylor), there exists some error between the actual function value and our approximation as you move away from the center. The actual function can be written as: f(x)=Pn(x)+En(x) where En(x) is the remainder (error), defined as: ∣En(x)∣=∣f(x)−Pn(x)∣
24
New cards
Taylor's Theorem
If a function f is differentiable through order (n+1) on an interval containing c, then for each x in the interval, there exists a z between x and c such that: f(x)=f(c)+f′(c)(x−c)+2!f′′(c)(x−c)2+⋯+n!f(n)(c)(x−c)n+En(x) where En(x) is the remainder in Lagrange Form: En(x)=(n+1)!f(n+1)(z)(x−c)n+1 Similar to the Alternating Series Remainder, if we know properties of the (n+1)st derivative of f, we can bound the error by maximizing that (n+1)st derivative: ∣En(x)∣≤(n+1)!M∣x−c∣n+1 where M is the maximum value of the (n+1)st derivative between x and c.
25
New cards
Taylor Series
If a function f has derivatives of all orders at x=c, then: ∑n=0∞n!f(n)(c)(x−c)n=f(c)+f′(c)(x−c)+⋯+n!f(n)(c)(x−c)n+⋯ is called the Taylor Series for f(x) at c. If c=0, then the series is the Maclaurin Series for f.
26
New cards
Power Series
Any expression of the form: ∑n=0∞anxn=a0+a1x+a2x2+⋯+anxn+⋯ is a power series centered at zero. Any expression of the form: ∑n=0∞an(x−c)n=a0+a1(x−c)+⋯+an(x−c)n+⋯ is a power series centered at c (where c is constant).
27
New cards
Convergence of Power Series
For a power series centered at c, one of the following is true: 1. The series converges only at c. [Its radius of convergence is 0.] 2. There exists an R>0 such that the series converges absolutely for ∣x−c∣<R and diverges for ∣x−c∣>R. [The interval of convergence is (c−R,c+R).] 3. The series converges absolutely for all x. [The interval of convergence is (−∞,∞).] The Ratio Test is useful for determining the interval of convergence. Instead of: limn→∞anan+1 we now use: limn→∞unun+1 where u is a function of x.
28
New cards
Geometric Power Series
A geometric power series represents a function within its interval of convergence using the geometric series formula. Since ∑n=0∞rn=1−r1 for ∣r∣<1, we can rewrite functions in this form. For example: 1−x1=∑n=0∞xn=1+x+x2+x3+⋯∣x∣<1
29
New cards
Operations with Power Series
If f(x)=∑n=0∞anxn and g(x)=∑n=0∞bnxn, then the following operations are defined: Addition/Subtraction: f(x)±g(x)=∑n=0∞(an±bn)xn Multiplication by a constant: k⋅f(x)=∑n=0∞kanxn Substitution: Replace x with an expression, e.g. f(x2)=∑n=0∞anx2n, but the interval of convergence must be re-evaluated after substitution. For example, if ∣x∣<1, then for f(x2): ∣x2∣<1⟹∣x∣<1 (the same here, but this will not always be the case).
30
New cards
Differentiation and Integration of Power Series
If f(x)=∑n=0∞an(x−c)n, then within the interval of convergence: Differentiation: f′(x)=∑n=1∞n⋅an(x−c)n−1 Integration: ∫f(x)dx=∑n=0∞n+1an(x−c)n+1+C Note: Differentiation and integration do not change the radius of convergence, but may affect convergence at the endpoints.
31
New cards
Radius of Convergence
The radius of convergence R of a power series centered at c is the value such that the series converges absolutely for ∣x−c∣<R and diverges for ∣x−c∣>R. It is found using the Ratio Test: limn→∞unun+1<1 Solving this inequality for ∣x−c∣ gives the radius R. Special cases: - If R=0, the series converges only at x=c. - If R=∞, the series converges for all x.
32
New cards
Interval of Convergence
The interval of convergence is the set of all x values for which a power series converges. To find it: 1. Use the Ratio Test to find the radius of convergence R, giving the open interval (c−R,c+R). 2. Check each endpoint separately by substituting into the original series and applying an appropriate convergence test (e.g. Alternating Series Test, p-series, Divergence Test). 3. Include an endpoint in the interval if the series converges there. The final interval of convergence can be open, half-open, or closed at the endpoints.
33
New cards
Lagrange Error Bound
The Lagrange Error Bound gives an upper bound on the error between a function and its Taylor/Maclaurin polynomial approximation: ∣En(x)∣≤(n+1)!M∣x−c∣n+1 where M is the maximum value of ∣f(n+1)(z)∣ for all z between x and c. To find M: 1. Find the (n+1)th derivative of f. 2. Determine the interval of z values (all values between x and c). 3. Maximize ∣f(n+1)(z)∣ on that interval. If the exact maximum is difficult to find, use a convenient upper bound instead. 4. That maximum (or upper bound) is M. Example: Approximate e0.1 using a degree 3 Maclaurin polynomial and bound the error. - f(x)=ex, so f(4)(z)=ez - z is between 0 and 0.1, so ez≤e0.1<2 is a safe upper bound, giving M=2 ∣E3(0.1)∣≤4!2(0.1)4=240.0002≈0.0000083
34
New cards
What’s On The Test
5 MCQs 2 FRQ Telescoping Series 3 different series and you have to say which converges nth term test… etc 1 Bonus (Something we did in class)
35
New cards
Taylor Series to Memorize: sin(x) cos(x) ex 1−x1
Taylor Series to Memorize sin(x)=∑n=0∞(2n+1)!(−1)nx2n+1=x−3!x3+5!x5−7!x7+⋯(−∞,∞) cos(x)=∑n=0∞(2n)!(−1)nx2n=1−2!x2+4!x4−6!x6+⋯(−∞,∞) ex=∑n=0∞n!xn=1+x+2!x2+3!x3+⋯(−∞,∞) $$\frac{1}{1-x} = \sum_{n=0}^{\infty} x^n = 1 + x + x^2 + x^3 + \cdots \quad (-1, 1