Sequences and Series Convergence/Divergence
Sequences and Series: Convergence and Divergence
- The central question is whether a sequence or series converges or diverges, and how to prove it.
- Convergence/divergence tests will be used, which are like mini-proofs.
Terms in a Sequence
- Each number in a sequence is called a term.
- If a term is represented as n25n+1, the first term is found by substituting n=1, resulting in (1)25(1)+1=6.
Determining Convergence
- To determine if a sequence converges or diverges, analyze the limit as n approaches infinity.
- Example: For the sequence n25n+1, as n→∞, the sequence approaches 0 because the denominator grows faster than the numerator.
- If a sequence approaches 0 as n→∞, it converges.
Sequence vs. Series
- Sequence: A list of terms.
- Series: The sum of all the terms in a sequence.
- Currently, the focus is on sequences and determining whether they converge or diverge.
Proving Convergence or Divergence Using Limits
- To prove convergence or divergence, evaluate the limit as n approaches infinity.
- Example: limn→∞5n6n2
- Cannot directly apply shortcuts because it's not a polynomial over a polynomial.
Rates of Growth
- Different functions grow at different rates as n approaches infinity.
- Polynomial: Variable raised to a power (e.g., x2,x3).
- Exponential: Constant raised to a variable (e.g., 5n).
- Factorial: Denoted by an exclamation point (e.g., n!), represents the product of all positive integers up to n.
Factorial Growth
- n!=n×(n−1)×(n−2)×…×1
- Example: 5!=5×4×3×2×1=120
Comparing Growth Rates
- Growth Rate (Slowest to Fastest): Polynomial < Exponential < Factorial
- In the example 5n6n2, the denominator (exponential) grows faster than the numerator (polynomial).
- Therefore, the limit as n→∞ is 0, and the sequence converges.
Example: Divergent Sequence
- Consider a sequence where the numerator grows faster than the denominator.
- The limit as n→∞ would be infinity, indicating divergence.
Logarithmic Growth
- Logarithmic growth (e.g., ln(x)) is slower than polynomial growth.
Example: Sequence with Cosine
- Consider the sequence n2cos(n).
- cos(n) oscillates between -1 and 1.
- The denominator, n2, grows to infinity.
- Thus, the limit as n→∞ is 0 because a bounded number divided by an infinitely large number approaches zero; hence the sequence converges.
Zero as a Number
- Zero is an even number because it is divisible by 2 without leaving a remainder (i.e., 0/2=0).
- To be even, a number must have a factor of 2.
- 0=2×0
Last Example: Exponential Comparison
- Analyze 4n5n.
- Both numerator and denominator are exponential, but the numerator grows faster.
- Therefore, the limit as n→∞ is infinity, and the sequence diverges.
Connection to Geometric Sequences
- The expression 4n5n can be rewritten as (45)n, which is in the form of a geometric sequence.
- Geometric sequence converges when the absolute value of r (the common ratio) is less than 1 and diverges when it is greater than 1.
- In this case, |\frac{5}{4}| > 1, so it diverges.
Upcoming Topics
- Partial sums will be discussed.