Orbital speed from semimajor axis and planet mass¶
The orbital speed of a body is the speed at which it rotates around the barycenter of the system, usually around a more massive body. It can be calculated from the mass of the planet and the orbit configuration parameters.
Notation:
\(G\) (
G
) isgravitational_constant
.
Conditions:
The distance to the barycenter \(r\) must not exceed the length \(a\) of the semi-major axis of the orbit.
Links:
- Symbol:
v
- Latex:
\(v\)
- Dimension:
velocity
- distance¶
euclidean_distance
at which the speed is calculated.
- Symbol:
d
- Latex:
\(d\)
- Dimension:
length
- semimajor_axis¶
semimajor_axis
of the satellite’s orbit.
- Symbol:
a
- Latex:
\(a\)
- Dimension:
length
- Symbol:
m
- Latex:
\(m\)
- Dimension:
mass
- law¶
v = sqrt(G * m * (2 / d - 1 / a))
- Latex:
- \[v = \sqrt{G m \left(\frac{2}{d} - \frac{1}{a}\right)}\]