7

Calculate the sum,

$$e^{ar}+e^{ar^2}+...+e^{ar^n}\ \text{where} \ a,r\in \mathbb{R}$$

It's easy to calculate the sum when the powers of $e$ are in an arithmetic progression. How do we proceed when the powers are in geometric progression?

Robin
  • 3,227

1 Answers1

-1

Let ${ar}^i=i\log m.$ Then the series becomes $$\sum_{i=1}^{n}{e^{ar^{i}}}=\sum_{i=1}^{n}{e^{i\log{m}}}=\sum_{i=1}^{n}{{m}^i},$$ which is a geometric series.

Allawonder
  • 13,327