[Math] Find the maximum perpendicular height between a chord and an arc.

circlestrigonometry

I am doing a maths modelling project, and I am stuck on a part.

enter image description here

I have a (arc length) and L (chord length), but I want to find H, the maximum perpendicular distance between them!

Any help would be appreciated, thanks!

Note: I don't have the radius!
A way of getting the radius would be brilliant, but all I have is a and L!

Best Answer

Knowledge of $H$ and knowledge of the radius $r$ are equivalent, because $(r-H)^2+(\frac12 L)^2 = r^2$. (There is a minor technical issue about this quadratic having two solutions for $H$ once you fix $r$, which I will ignore.)

Knowledge of the radius $r$ and knowledge of the central angle $\theta$ subtended by half the arc are equivalent, because $a=2r\theta$.

Finding out $\theta$ is tricky: from \begin{align*} a &= 2r\theta \\ L &= 2r\sin\theta \end{align*} we get $$ \frac La = \frac{\sin\theta}{\theta} $$ and $\theta\in[0,\pi]$. Now, the function on the RHS (called the sinc function) is strictly decreasing on $[0,\pi]$, so there is in fact just one value of $\theta$ in that interval that satisfies this equation; but I don't know how to find it except numerically.