Geometric Sequences and Series
Geometric sequences have a constant ratio between consecutive terms. For the sequence with a1=5 and r=−101, the formula is an=5(−101)n−1.
This gives us terms: 5,−21,201,−2001...
When working with geometric series (the sum of sequence terms), we use sigma notation. For an infinite series, we write: ∑n=1∞5(−101)n−1
For sequences like 7, 21, 63..., first identify the common ratio $r=3$. Then find the formula $a_n = 7(3)^{n-1}$ and use it to calculate specific terms. The 5th term would be a5=7(3)4=7(81)=567.
🌟 Power Tip: When finding terms in a geometric sequence, calculate the exponent first, then multiply by the initial term to save time and avoid errors.