Relative rocket speed from mass change and effective exhaust speed¶
The Tsiolkovsky formula determines the speed that an aircraft develops due to the constant-direction thrust of the rocket engine in the absence of other forces. The generalized Tsiolkovsky formula is valid for a rocket flying at a speed close to the speed of light.
Notation:
\(c\) (
c
) isspeed_of_light
.
Links:
- Symbol:
v
- Latex:
\(v\)
- Dimension:
velocity
- Symbol:
v_e
- Latex:
\(v_\text{e}\)
- Dimension:
velocity
- Symbol:
m_0
- Latex:
\(m_{0}\)
- Dimension:
mass
- Symbol:
m_1
- Latex:
\(m_{1}\)
- Dimension:
mass
- law¶
m_1 / m_0 = ((1 - v / c) / (1 + v / c))^(c / (2 * v_e))
- Latex:
- \[\frac{m_{1}}{m_{0}} = \left(\frac{1 - \frac{v}{c}}{1 + \frac{v}{c}}\right)^{\frac{c}{2 v_\text{e}}}\]