Numerical Sequences and Series: Zeno’s Paradox

Notes PDF
More Challenging Problems

1. Find the sum of the series 1 – 1/2 + 1/4 – 1/8 + …

Answer

1. The series sums to 2/3.

Solution

 

2. Find the sum of the series 3 + 3/2 + 3/4 + 3/8 + …

Answer

1. The series sums to 6.

Solution

1. Factoring out a 3, this series is 3⋅(1 + 1/2 + 1/4 + 1/8 + …) The series in parentheses is a geometric series with ratio r = 1/2, converging because |r| < 1. This series sums to 1/(1 – r) = 1/(1 – (1/2)) = 2, so the original series sums to 3⋅2 = 6

 

3. Find the sum of the series 1/9 + 1/27 + 1/81 + 1/243 + …

Answer

1. The series sums to 1/6.

Solution

1. Factoring out a 1/9 from every term, we see the series is (1/9)⋅(1 + 1/3 + 1/9 + 1/27 + …) The series in parentheses is a geometric series with ratio r = 1/3, converging because |r| < 1. This series sums to 1/(1 – r) = 3/2, so the original series sums to (1/9)⋅(3/2) = 1/6

 

4. Find the sum of the series 1 + 2 + 4 + 8 + 16 + … + 128

Answer

1. The series sums to 255

Solution

1. Recall for all r, 1 + r + r2 + … + rN-1= (1 – rN)/(1 – r) Because 128= 27, we see that 1 + 2 + 4 + … + 128 = (1 – 28)/(1 – 2) = (1 – 256)/(1-2) = -255.

 

5. Generalize problem 4 to 1 + 2 + 4 + … + 2n

Answer

1. The series sums to 2n+1– 1

Solution

1. Recall for all r, 1 + r + r2 + … + rN-1= (1 – rN)/(1 – r) Then 1 + 2 + 4 + … + 2n= (1 – 2n+1)/(1 – 2)= 2n+1– 1.