On Sun, 24 Feb 2013, Jon wrote:
> What is the noniterative solution for the angle subtending an arc and cord of
> known length on a circle?
>
t is angle, r radius, a arc lenght, cord length
a = rt; c = 2r.sin t/2
c/a = (2.sin t/2)/t; solve for t.
Find the solution t0, by numerical (iterative) methods. r = a/t0.