is that correct? because im trying to find the angle based on what data i do have. shouldn't that break down to something smaller? i'm rusty on my cross multiplying skills.
To find a point on the arc, you can use the equation:
x = a + r*cos(t) and y = b + r*sin(t),
a & b being your center coordinates,
r is the radius,
and t is the angle the arc 'made' with the x-axis