Imagine dropping a circle into the trough of $\sin(x)$. Would it reach the bottom or get wedged between two points on the curve? Depends on the size of the circle.
So, what is the radius of the largest circle that will reach the bottom of the curve $y=\sin(x)$?
This problem was inspired by this similar one I found in a calculus textbook: Find the radius of the largest circle that will reach the bottom of the curve $y=x^2$ without getting stuck. I was intrigued by the answer of $r=1/2$.
I have tried attacking this problem from several angles but all have failed. Perhaps an exact numerical solution is not obtainable, I don't know. All help will be appreciated. Thanks!
The largest circle that fits the (sufficiently smooth) curve at given point is called the osculating circle, its radius is the inverse of the curvature. In case of $\sin x$, the curvature is
$$\frac{|\sin x|}{(1+\cos^2 x)^{\frac{3}{2}}}$$
which happens to be $1$ exactly at points, where $|\sin x| = 1$. Hence, the answer is the inverse, namely $1$.
To argue it actually fits, consider the following curves: \begin{align} t &\mapsto \Bigg(t,\ \sin\Big(t+\frac{3}{2}\pi\Big)\Bigg) = (t,-\cos t), \tag{$\spadesuit$}\\ t &\mapsto \Bigg(\sin t,\ \sin\Big(t+\frac{3}{2}\pi\Big)\Bigg) = (\sin t,-\cos t). \tag{$\clubsuit$} \end{align}
The first is the sine, and the second is the osculating circle at $t = 0$. However, $|t| \geq |\sin t|$ so the $(\spadesuit)$ is stretched more than $(\clubsuit)$, hence the circle is always (weakly) above the sine.
I hope this helps $\ddot\smile$