jee

How do I find the sum of an infinite geometric series? When does it converge?

VCVarun Choudhary · 11 Asked 15d ago 384 views 1 answer

I know the formula S = a/(1-r) for infinite GP. But my textbook says this only works when |r| < 1. Why does the series not converge when |r| >= 1? Can you give a physical example?

1 Answer

ASArjun Sharma ✓ Accepted · 15d ago ▲ 5

For an infinite GP with first term a and ratio r: S = a/(1-r), valid ONLY when |r| < 1 (r between -1 and 1). When |r| < 1: each term gets smaller, so the total sum approaches a finite limit. Example: 1 + 1/2 + 1/4 + 1/8 + ... = 1/(1-0.5) = 2. When |r| >= 1: terms do not shrink, sum grows without bound (diverges). Example: 1 + 2 + 4 + 8 + ... never reaches a finite sum. Physical example: A ball dropped from 1m bounces to 0.6m each time. Total distance = 1 + 2*(0.6 + 0.36 + ...) = 1 + 2*(0.6/(1-0.6)) = 1 + 3 = 4m. The series converges because the bounce ratio 0.6 < 1.

Log in to post your own answer or join the discussion.

Discussion (0)

No comments yet — start the discussion.

← Back to all questions