Skip to main content

learn.howToCalculate

learn.whatIsHeading

A geometric sequence has each term as a constant multiple (common ratio r) of the previous term. Geometric sequences model exponential growth, compound interest, and population dynamics.

공식

nth term: aₙ = a₁ × rⁿ⁻¹; Sum of n terms: Sₙ = a₁(1−rⁿ)/(1−r)
a₁
first term
r
common ratio — ratio of each term to the previous
n
number of terms
aₙ
nth term
Sₙ
sum of first n terms

단계별 가이드

  1. 1aₙ = a₁ × rⁿ⁻¹
  2. 2Sum of n terms: Sₙ = a₁(1−rⁿ)/(1−r)
  3. 3Sum to infinity (|r|<1): S∞ = a₁/(1−r)
  4. 4Ratio r = aₙ/aₙ₋₁

풀어진 예시

입력
a₁ = 2, r = 3, 5 terms
결과
2, 6, 18, 54, 162 — Sum = 242
입력
a₁ = 1, r = 0.5, ∞ terms
결과
Sum to infinity = 1/(1−0.5) = 2

자주 묻는 질문

What is the difference between arithmetic and geometric sequences?

Arithmetic: constant difference between consecutive terms. Geometric: constant ratio between consecutive terms.

What happens in a geometric sequence if r = 1?

All terms are identical. The sequence is constant: a, a, a, a, ...

What is an infinite geometric series?

If |r| < 1, the infinite sum converges: S∞ = a₁/(1−r). If |r| ≥ 1, the series diverges.

계산할 준비가 되셨나요? 무료 Geometric Sequence 계산기를 사용해 보세요

직접 시도해 보세요 →

설정

개인정보이용약관정보© 2026 PrimeCalcPro