Calculate nth term, sum of geometric sequences, and find common ratios with detailed solutions
First 5 Terms: 2, 6, 18, 54, 162
4th Term: 54
Sum of First 5 Terms: 242
Formula for nth Term: aₙ = 2 × 3^(n-1)
nth Term: aₙ = a₁ × r^(n-1)
Sum Formula: Sₙ = a₁ × (r^n - 1) / (r - 1)
Common Ratio: r = aₙ₊₁ / aₙ
Compact map for nth term, partial sum, ratio diagnostics, and convergence cues.
Example 1: a₁=2, r=3, n=5 → a₅=2·3⁴=162; S₅=2(3⁵-1)/(3-1)=242.
Example 2: a₄=54, a₁=2 → r = (54/2)^{1/3}= (27)^{1/3}=3.
Normalize every problem to (a₁, r) first; everything else (nth term, sums, convergence) becomes one substitution.