Hi guys. Any hints on part c? How are we going to approximate $\pi$ by computing $P_k$ and $p_k$
2026-03-30 10:44:15.1774867455
Use two formulas to approximate $\pi$
142 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

The whole idea is that $p_k \to \pi$ as $k \to \infty$: it is known that $\frac{\sin(x)}{x} \to 1$ as $x \to 0$, so
$$ \frac{\sin\frac{\pi}{k}}{\frac{\pi}{k}} \to 1 $$
therefore $k \sin \frac{\pi}{k} \to \pi$.
Edit, to expand on my answer a bit:
Similarly, one can show that $P_k$ also converges to $\pi$. Point (b) shows that $P_{2k}$ is a harmonic average of $p_k$ and $P_k$, while $p_{2k}$ is their geometric average. Therefore, we have $p_k < p_{2k} < P_{2k} < P_k$. Since both $p_k$ and $P_k$ converge to $\pi$, it follows from these inequalities that $p_{2^k} < \pi < P_{2^k}$ for all $k$. Therefore, if $P_{2^k} - p_{2^k} < 10^{-4}$, both $P_{2^k}$ and $p_{2^k}$ are within $10^{-4}$ from $\pi$.