Calculus II: Sequences, Infinite Series, and Factorial Limits Study Strategies
Properties and Simplification of Factorials
Definition of Factorials: The factorial of a number n, denoted by n!, is defined as the product of all positive integers less than or equal to n. For example, 4!=4×3×2×1.
Recursive Property of Factorials:
One can take the first factor off the front of a factorial: n!=n×(n−1)!.
Example: 4!=4×3!.
One can also take the first two factors off: n!=n×(n−1)×(n−2)!.
Example: 4!=4×3×2!.
In general, n!=n×(n−1)×(n−2)×⋯×3×2×1.
Simplifying Factorial Expressions: To simplify expressions involving factorials in the numerator and denominator, identify the larger factorial and expand it until it matches the smaller one.
Example Problem: Find the limit of (2n+1)!(2n−1)! as n→∞.
Step 1: Compare (2n−1) and (2n+1). Since (2n+1) is larger, expand it: (2n+1)!=(2n+1)×(2n)×(2n−1)!.
Step 2: Substitute back into the expression: (2n+1)×(2n)×(2n−1)!(2n−1)!.
Step 3: Cancel the common factor (2n−1)!, resulting in (2n+1)×(2n)1.
Step 4: Take the limit: limn→∞2n(2n+1)1=0, because the numerator is fixed at 1 and the denominator grows infinitely large.
Sequences vs. Series
Sequence: An ordered list of numbers.
Example: an=n1 generates the sequence 1,21,31,41,51,….
Series (or Sums): The sum of the terms of a sequence.
Example: ∑n=1∞n1=1+21+31+41+51+….
Sequence of Terms vs. Sequence of Partial Sums:
an refers to the individual terms in the list.
sn refers to the sum of the first n terms.
Limits of Alternating Sequences
Alternating Terms: Sequences containing factors like (−1)n alternate in sign between positive and negative values. These can be difficult to evaluate using standard tools like L'Hôpital's Rule.
Absolute Value Theorem for Limits: If limn→∞∣an∣=0, then limn→∞an=0.
Problem Application (Problem 41): Find the limit of an=2n(−1)n.
Take the absolute value: ∣an∣=2n1.
The limit of the absolute value is limn→∞2n1=0.
Therefore, the limit of the original alternating sequence is also 0.
Squeeze Theorem Proof for Alternating Sequences:
State the inequality: −2n1≤2n(−1)n≤2n1.
Since limn→∞(−2n1)=0 and limn→∞2n1=0, the middle term must also limit to 0.
Evaluating Indeterminate Forms in Sequences
Indeterminate Power Form (1∞): For a sequence like an=(1+n2)n, both the base and the exponent change as n→∞.
Method of Solution: Use the identity x=eln(x). Rewrite the sequence as enln(1+n2).
Because the exponential function is continuous, move the limit into the exponent: elimn→∞nln(1+n2).
The exponent limit is of the form ∞×0. Rewrite as a fraction: n1ln(1+n2), which is now a 00 form.
Apply L'Hôpital's Rule (treating n as a continuous variable x):
Derivative of numerator: 1+n21×(−2n−2).
Derivative of denominator: −n−2.
The terms −n−2 cancel, leaving limn→∞1+n22=2.
Final Answer: e2.
Indeterminate Difference Form (∞−∞): For the sequence an=ln(2n2+1)−ln(n2+1).
Apply the logarithmic power rule: ln(A)−ln(B)=ln(BA).
The sequence becomes ln(n2+12n2+1).
Since ln is continuous on its domain, take the limit of the fraction inside: limn→∞n2+12n2+1=2.
Final Answer: ln(2).
Continuity and Limits
Continuous Functions in Calculus: Most standard functions are continuous on their domains, including polynomials, rational functions, root functions, trigonometric functions, inverse trigonometric functions, logarithmic functions, and exponential functions.
Limit of Composition: If f is continuous, then limn→∞f(g(n))=f(limn→∞g(n)).
Increasing Sequence: A sequence where an≤an+1 for all n (each term is greater than or equal to the predecessor).
Decreasing Sequence: A sequence where an≥an+1 for all n (each term is less than or equal to the predecessor).
Monotonic: A sequence that is either entirely increasing or entirely decreasing.
Boundedness:
Bounded Above: There exists a number M such that an≤M for all n.
Bounded Below: There exists a number m such that an≥m for all n.
Least Upper Bound (LUB): The smallest possible upper bound for a set.
Greatest Lower Bound (GLB): The largest possible lower bound for a set.
Monotonic Sequence Theorem: Every bounded, monotonic sequence is convergent (it must have a limit).
Testing Monotonicity using Calculus: Embed the sequence in a function f(x) such that f(n)=an.
Check the derivative f′(x).
If f′(x)>0, the function and sequence are increasing.
If f′(x)<0, the function and sequence are decreasing.
Geometric Sequences and Series
Geometric Sequence Form: an=rn.
Convergence Conditions for rn:
If ∣r∣<1, limn→∞rn=0.
If ∣r∣>1, the sequence is divergent (oscillates or grows infinitely).
If r=1, the sequence is constant and converges to 1.
Geometric Series Formula: ∑n=1∞arn−1=a+ar+ar2+…
Converges if and only if ∣r∣<1.
Sum of the series: S=1−ra.
Example (Problem 80 context): ∑n=1∞5(32)n−1.
a=5, r=32.
Since ∣32∣<1, it converges to 1−325=315=15.
Infinite Series and Partial Sums
Definition: An infinite series is the sum of an infinite list of numbers ∑n=1∞an.
Sequence of Partial Sums (sn):
s1=a1
s2=a1+a2
s3=a1+a2+a3
Recurrence Relation for Partial Sums: sn=sn−1+an. The sum of the first n terms is the sum of the first n−1 terms plus the next term.
Convergence of a Series: A series converges if the sequence of its partial sums limn→∞sn converges to a finite limit L. If the limit is infinite or does not exist, the series diverges.
Test for Divergence: If limn→∞an=0, then the series ∑an must diverge. Note: If the limit is 0, the series might still diverge (e.g., the Harmonic Series).
The Harmonic Series: ∑n=1∞n1=1+21+31+… diverges, even though individual terms go to 0.
The p-series Example: ∑n=1∞n21 converges because the terms get small fast enough.
Calculator Procedures (TI-84)
Sequence Mode: Change the calculator mode to "Sequence".
Entering Sequences: Under Y=, enter the formula for u(n).
Graphing Partial Sums: Define u(n)=u(n−1)+an.
The "u" is accessed using 2nd+7.
The variable "n" is the standard variable key.
Set the starting value (e.g., u(nMin)=a1).
Summation Math Menu: Use the "Summation" command (Σ) under the Math menu for modern TI-84 calculators to calculate specific finite sums.
Questions & Discussion
Student Question: "What is the limit of the sequence 2n(−1)n?"
Response: The professor explained using the absolute value theorem and the Squeeze Theorem to show the limit is 0.
Student Question: "Can you distribute the index n in an expression like (1+n2)n?"
Response: No, this is a binomial raised to a power; distributing is mathematically incorrect. It requires expansion or the exponential identity approach.
Discussion on Class Environment: Students and the professor discussed the temperature of the room. The professor noted he prefers hot rooms to sleep but cool rooms for class to stay alert. A student mentioned using Burt's Bees under the eyes to stay awake, which "burns."
Calculator Navigation: There was a long discussion on how to enter fractions into the TI-84. The professor admitted to being "too lazy" to find the fraction shortcut and prefers using parentheses for numerators and denominators.
Inter-Student Exchange: One student joked about hitting their heads on the desk/wall when they fall asleep to wake up. Another mentioned the effectiveness of energy drinks.