Let $\theta$ be latitude, $\phi$ be longitude. I need to find the formula for the great circle passing ($\theta_0$, 0) and (0, $\phi_0$). This seems a easy and common problem, but I can not find any reference for it to check my answer. The closest problem may be the great-circle navigation problem. Can anyone help?
I guess the answer to be $\frac{\phi \cos \theta}{\phi_0 \cos \theta_0} + \frac{\theta \cos \phi}{\theta_0 \cos \phi_0} = 1$. But I have difficulty to prove it
You may solve this problem using a central cylindrical projection.
Now the sine wave, having the equator as its midline, will take the form
$z=A\sin(\phi_0-\phi)$
and we just plug in the second point $\phi=0,z=z_0=\tan\theta_0$ to determine $A$. Thereby
$z=(\tan\theta_0)(\sin(\phi_0-\phi))/(\sin\phi_0)$
All that remains is to put back $z=\tan\theta$ and take the arctangent to get an explicit equation for latitude in terms of longitude:
$\color{blue}{\theta=\tan^{-1}\left(\dfrac{\tan\theta_0\sin(\phi_0-\phi)}{\sin\phi_0}\right)}$