I want to pound a stake in the ground and scribe out a regular (centered) arc between two points (call them m[sub]0[/sub] and m[sub]1[/sub]), through a center point (call it q[sub]0[/sub]). I know the distance between m[sub]0[/sub] and m[sub]1[/sub] (which, for conciseness, I will call 2m) and the distance from q[sub]0[/sub] to the chord of m[sub]0[/sub]~m[sub]1[/sub] (call it q), and that q < m (it will be a minor arc). So now I have to find r, the distance from m[sub]0[/sub], q[sub]0[/sub] and m[sub]1[/sub] to the stake (which will be the length of rope I need for the scriber).
What I come up with is that I can form a right triangle with m[sub]0[/sub] and q[sub]0[/sub] which has an angle at q[sub]0[/sub] of θ[sub]q[/sub] = tan[sup]-1[/sup] m/q and at m[sub]0[/sub] of θ[sub]m[/sub] = tan[sup]-1[/sup] q/m .
If I form a triangle between m[sub]0[/sub], q[sub]0[/sub] and the stake, it will have two sides of length r, which means two base angles of θ[sub]q[/sub]. Therefore, I can form a right triangle between m[sub]0[/sub] and the stake that has an angle θ[sub]r[/sub] at m[sub]0[/sub] of θ[sub]q[/sub]-θ[sub]m[/sub], which means that r = m/cos θ[sub]r[/sub] .
Is this correct? And is there an easier way to find r?