Concept:
Each bounce height reduces by factor \( e^2 \).
Step 1: {\color{red}Distances travelled.}
Initial fall:
\[
h
\]
Upward and downward after first bounce:
\[
2eh,\; 2e^2h,\; 2e^3h,\dots
\]
Actually heights scale by \( e^2 \), so distances:
\[
2he^2,\; 2he^4,\dots
\]
Step 2: {\color{red}Total distance.}
\[
S = h + 2h(e^2 + e^4 + e^6 + \dots)
\]
Step 3: {\color{red}Geometric series.}
\[
\sum e^{2n} = \frac{e^2}{1-e^2}
\]
\[
S = h + 2h \frac{e^2}{1-e^2}
\]
Step 4: {\color{red}Simplify.}
\[
S = \frac{h(1+e^2)}{1-e^2}
\]