Given two points A and B on the surface of the hyperboloid x^2+y^2-z^2=1. How to find the shortest distance between them along the surface?
Remember to vote up questions/answers you find interesting or helpful (requires 15 reputation points)
|
0
|
||||||
|
closed as too localized by S. Carnahan♦ Jan 18 2012 at 23:50 |
|
2
|
Using the following formula $$ \cosh(d(A,B))=\frac{|q(A,B)|}{|q(A)|^{-1/2}|q(B)|^{-1/2}}, $$ where $$ q(A,B)=A^t I_{2,1} B = a_1b_1+a_2b_2-a_3b_3 $$ with $I_{2,1}=diag(1,1,-1)$. |
|||
|

