How to Calculate Longitude and Latitude Speed from Cartesian Values?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
cptolemy
Messages
45
Reaction score
1
Hi,

I have a little doubt. I have, referred to the Sun, the cartesian positions and velocities of an asteroid (in x, y and z coordinates - 6 values).

I can easely calculate the polar coordinates (longitude and latitude - along with distance).

My doubt is: how do I calculate the longitude and latitude speed in degrees/radians given the cartesian values? Is it the same way?

I'm sorry for this stupid doubt...

Kind regards,

CPtolemy
 
Astronomy news on Phys.org
My doubt is: how do I calculate the longitude and latitude speed in degrees/radians given the cartesian values? Is it the same way?
Probably - long and lat are not polar coordinate representations, they are grid coordinates on the surface of a sphere.
You can convert ##(x,y,z)## to ##(r,\theta,\phi)## then you can convert ##(v_x,v_y,v_z)## to ##(v_r, v_\theta, v_\phi)## in the same way.
Position and velocity vectors convert between coordinate systems the same way.

You can check your understanding by finding ##\vec v = \frac{\partial}{\partial t}(r,\theta,\phi)##