๐ Real-World Applications: Introduction to Sequences
See how this math is used in the real world
๐ Worked Example: Related Rates โ Expanding Circle
Problem:
A stone is dropped into a still pond, creating a circular ripple. The radius of the ripple is increasing at a rate of 2 cm/s. How fast is the area of the circle increasing when the radius is 10 cm?
How can I study Introduction to Sequences effectively?โพ
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 3 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Introduction to Sequences study guide free?โพ
Yes โ all study notes, flashcards, and practice problems for Introduction to Sequences on Study Mondo are 100% free. No account is needed to access the content.
What course covers Introduction to Sequences?โพ
Introduction to Sequences is part of the AP Calculus BC course on Study Mondo, specifically in the Sequences & Series (BC) section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Introduction to Sequences?
a3โ
,
a4โ
,
โฆ
,
anโ
,
โฆ
Each number is called a term.
Notation:
Individual terms: a1โ,a2โ,a3โ,โฆ
General term: anโ (the nth term)
Whole sequence: {anโ} or {anโ}
๐ก Key Idea: A sequence is a function from positive integers to real numbers! anโ=f(n)
Explicit Formula
A formula that gives anโ directly in terms of n.
Example 1: anโ=n1โ
a1โ=1,a2โ=21โ,a3โ=31โ,a4โ=41โ,โฆ
Example 2: anโ=(โ1)nโ n
a1โ=โ1,a2โ=2,a3โ=โ3,a4โ=4,โฆ
Alternating signs!
Recursive Formula
Defines each term using previous term(s).
Example 3: a1โ=1, anโ=2anโ1โ for nโฅ2
a1โ=1a2โ=2(1)=2a3โ=2(2)=4a4โ=2(4)=8
This is the sequence 1,2,4,8,16,โฆ (powers of 2!)
Example 4 (Fibonacci): a1โ=1, a2โ=1, anโ=anโ1โ+anโ2โ for nโฅ3
1,1,2,3,5,8,13,21,โฆ
Finding Patterns
Given the first few terms, find the formula.
Example: 2,4,6,8,10,โฆ
Pattern: Even numbers!
anโ=2n
Example: 1,4,9,16,25,โฆ
Pattern: Perfect squares!
anโ=n2
Example: 1,โ1,1,โ1,1,โฆ
Pattern: Alternating!
anโ=(โ1)n+1 (or (โ1)nโ1)
Limit of a Sequence
The sequence {anโ}converges to limit L if:
limnโโโanโ=L
Meaning: As n gets larger, anโ gets closer and closer to L.
If the limit exists (finite): sequence converges
If the limit doesn't exist or is infinite: sequence diverges
Example 5: Find limnโโโn1โ
As nโโ, the denominator grows without bound.
limnโโโn1โ=0
The sequence converges to 0.
Example 6: Find limnโโโ3nโ22n+1โ
Method: Divide numerator and denominator by highest power of n (which is n1).
a1โ is the FIRST term, not a0โ (unless stated otherwise).
Be careful with initial conditions!
Mistake 2: Thinking Convergence Means Limit is 0
WRONG: "If {anโ} converges, then limanโ=0"
EXAMPLE: anโ=1+n1โ converges to 1, not 0!
Mistake 3: Using Wrong Variable
When using L'Hรดpital's Rule, replace discrete n with continuous x.
Mistake 4: Ignoring Oscillation
anโ=cos(nฯ) oscillates: 1,โ1,1,โ1,โฆ
This diverges! Don't assume every formula converges.
๐ Practice Strategy
Find first few terms to see the pattern
For limits: divide by highest power, use L'Hรดpital's if needed
Check for oscillation: look for (โ1)n or trig functions
Use Squeeze Theorem for bounded oscillating terms
Monotonic + Bounded โ converges (even if you can't find exact limit)
Common limits: memorize np1โโ0, rnโ0 if โฃrโฃ<1
Exponentials beat polynomials: en grows faster than nk
Step 1: Look for pattern in differences
Terms: 2, 5, 10, 17, 26
First differences: 3, 5, 7, 9
Second differences: 2, 2, 2
Since second differences are constant, this is a quadratic sequence!
Step 2: Assume form anโ=An2+Bn+C
Use first three terms:
n=1: A+B+C=2
n=2: 4A+2B+C=5
n=3: 9A+3B+C=10
Step 3: Solve system
From equations 1 and 2:
(4A+2B+C)โ(A+B+C)=5
... (equation i)
From equations 2 and 3:
(9A+3B+C)โ(4A+2B+C)=
... (equation ii)
Subtract (i) from (ii):
2A=2A=1
From equation (i): B=3โ3(1)=0
From original: C=2โAโB=2โ1โ0=1
Step 4: Formula is anโ=n2+1
Check:
a1โ=1+1=2 โ
a โ
Step 5: Find limit
limnโโโ(n2+1)=โ
The sequence diverges to infinity.
Answer: anโ=n2+1, diverges
2Problem 2easy
โ Question:
Determine if the sequence anโ=2n2+n+13n2โ5nโ converges. If so, find the limit.
๐ก Show Solution
Step 1: Identify form
As nโโ: both numerator and denominator โ โ
This is โโโ form.
3Problem 3hard
โ Question:
Prove that the sequence anโ=n(โ1)nโ converges to 0.
๐ก Show Solution
Step 1: Understand the sequence
a1โ=โ1,a
โพ
Yes, this page includes 3 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.
n
=
1
โ
โ
2
โ
n2nโ+n1โ
โ
n
โ
)
=
Aโ
B
n
โ
)
=
Aโ
B
anโ
โ
=
BAโ
B๎ =0
A
โ
2
3A+B=3
10
โ
5
5A+B=5
2
โ
=
4+
1=
5
a3โ=9+1=10 โ
Step 2: Divide by highest power (which is n2)
anโ=2n2+n+13n2โ5nโ=n22n2โ+n
=2+n1โ+n21โ3โn5โโ
Step 3: Take limit as nโโ
limnโโโanโ=2+0+03โ0โ=23โ
Answer: The sequence converges to 23โ.
2โ
=
21โ,a3โ=
โ31โ,a4โ=
41โ,โฆ
Terms oscillate but get closer to 0.
Step 2: Use absolute value
โฃanโโฃ=โn(โ1)nโโ=n1โ
Step 3: Find limit of absolute value
limnโโโโฃanโโฃ=limnโโโn1โ=0
Step 4: Apply theorem
If limnโโโโฃanโโฃ=0, then limnโโโanโ=0.
Alternative: Use Squeeze Theorem
โn1โโคn(โ1)nโโคn1โ
limnโโโโn1โ=0andlimnโโโn1โ=0
By Squeeze Theorem:
limnโโโn(โ1)nโ=0
Answer: The sequence converges to 0 (proven by Squeeze Theorem or absolute value test).