A function whose domain is the set of natural numbers.
Flip to see [answer/question]
Flip to see [answer/question]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Flip
Revise later
SpaceTo flip
If confident
All Flashcards
Define a sequence.
A function whose domain is the set of natural numbers.
Define a series.
The sum of the terms of a sequence.
What is a convergent sequence/series?
Terms approach a specific value (the limit).
What is a divergent sequence/series?
Terms do not approach a specific value; the sum is infinite.
Define an arithmetic sequence.
Sequence with a constant difference between consecutive terms.
Define a geometric sequence.
Sequence where each term is the previous term multiplied by a constant ratio.
Define a harmonic series.
Series where terms are reciprocals of positive integers.
Define a power series.
Series of the form ∑an(x−c)n where an are constants and c is a constant.
Define an alternating series.
Series where the terms alternate in sign.
Define a Taylor series.
Representation of a function as an infinite sum of terms, with each term being a polynomial function of a single variable.
Define a Maclaurin series.
A Taylor series centered at 0.
What are the differences between Limit Comparison Test and Direct Comparison Test?
Direct Comparison: Compares magnitude directly. Limit Comparison: Compares the limit of the ratio of terms. Direct comparison requires establishing an inequality, limit comparison does not.
What are the differences between Taylor and Maclaurin series?
Taylor: Expansion around any point c. Maclaurin: Expansion around c=0. Maclaurin is a special case of Taylor.
What are the differences between Alternating Series Error Bound and Lagrange Error Bound?
Alternating Series: Applies only to alternating series, uses the next term. Lagrange: Applies to Taylor polynomials, uses the (n+1)th derivative.
What are the differences between arithmetic and geometric sequences?
Arithmetic: Constant difference between terms. Geometric: Constant ratio between terms. Arithmetic: Linear growth. Geometric: Exponential growth.
What is the formula for the nth term of an arithmetic sequence?
a+(n−1)d, where a is the first term and d is the common difference.
What is the formula for the nth term of a geometric sequence?
a∗rn−1, where a is the first term and r is the common ratio.
What is the general form of a power series?
∑an(x−c)n
What is the Maclaurin series for ex?
∑n=0∞n!xn
What is the Maclaurin series for sin(x)?
∑n=0∞(2n+1)!(−1)nx2n+1
What is the Maclaurin series for cos(x)?
∑n=0∞(2n)!(−1)nx2n
What is the formula for Lagrange Error Bound?
∣Rn(x)∣≤(n+1)!M∣x−c∣n+1, where M is the maximum value of the (n+1)th derivative.
What is the formula for Alternating Series Error Bound?
∣Error∣≤∣an+1∣, where an+1 is the (n+1)th term of the series.