Maximum acceleration and delta-v limit missions which can be conducted by space ship. Typical mission is composed of two parts
This simple analysis is exact only in empty space without gravity (or other forces) from planets and stars. It also holds quite well when delta-v of space ships is much higher than escape velocity of any planets or stars. This analysis is derived just for fly-by missions where space ship does not slow-down at target (resp. does not match its velocity). However, generalization for full transfer including velocity matching is strainghtforward, since slow down is exactly symmetric to acceleration - therefore time required for acceleration is just doubled.
In [ ]:
from py import timeToDistance
timeToDistance.main()
As you can see from the previous log-log plot the distance traveled by the ship exhibit a kink between accelerated phase and inertial costing case. You can also notice minor curvature just before the kink which is due to decreasing mass of the ship as fuel is spend - but this effect is rather small unless the ship has very large propelent mass ratio.
The analysis can be therefore further symplified. Exploiting the fact that the curve is composed of two (almost) linear parts we use slope the the curves (which is 1.acceleration $a$ and 2.delta-v $\Delta v$) as new axes. This means afine transformation of log-log axes. At the end we obtain new log-log plot where we can for any combination of ($a$,$\Delta v$) read time required to reach particuler distance, and corresponding power density required.
In [ ]:
from py import maxDeltaV_approx
maxDeltaV_approx.main()
Natural way to overcome harsh constrains of Tsielkovsky rockt equation is supplement fueld on the fly. The crucial problem with such approach is that
Combinations of these problem limits practicality of in flight refueling to rather specialized cases and aproaches.