I'm trying to calculate the radius for the following problem based on the intersection of the blue and red lines (length and angle)
I tried simple trigonometry to calculate half the length of the chord = 150mm
But not sure how to calculate the sagitta which i could then use to calculate the radius as per Sagitta - The height of an arc or segment
Any suggestions?



The following is the equation solved for r
r = (x^2 + y^2 - 2 * y * x * cos(a)) / 2*(x - y * cos(a)x = 770 y = 238 a = 141 r = 489.23
– Carlos Apr 13 '18 at 10:22