I have 2 focal points of ellipse defined on a sphere: $F_1 = (q_1, p_1)$ and $F_2 = (q_2, p_2)$ and length of major axis $2a$. $R$ of a sphere is 1.
$q_1, q_2$ are latitudes
$p_1, p_2$ are longitudes
I need to find 4 points:
- point on ellipse with max latitude
- point on ellipse with min latitude
- point on ellipse with max longitude
- point on ellipse with min longitude
I tried to convert points to vectors and use a property that sum of angles $$\sphericalangle F_1OP + \sphericalangle F_2OP$$ is constant for each $P$ on ellipse, but it lead me nowhere. Any idea how it can be solved?