The function I'm attacking is shown here:
y(a) = pi/2 + arctan(np.sqrt(a/((2*R)-a))) - arccos(1-(a/R))
Visualized here: https://www.desmos.com/calculator/pf39xc033q
Eq1
is left in radians, Eq2
I put into degrees just to make the function easier to see.
I have y(a)
, but I'm looking to get a(y)
, and I cannot seem to make anything work. If someone could point me in the right direction, I would really appreciate it.