Space Shuttle Reentry Trajectory

less than 1 minute read

Published:

This blog post contains an interactive version of the plots shown in my video “Calculating the Space Shuttle Reentry Trajectory.” The video is embedded below:

I used a Jupyter notebook to solve the reentry optimization problem with Julia and Knitro. If you are interested in trying to run this on your own machine, you can find the notebook in this GitHub repository.

The plots included below show information about the space shuttle as it reenters Earth’s atmosphere, from an altitude of 79,248 m (260,000 ft) to 24,384 m (80,000 ft), and from a speed of 28,090 km/h (17,454 mph) to 2,743 km/h (1,704 mph).

Figure 1. Shuttle reentry—state variables.
Figure 2. Shuttle reentry—control variables.
Figure 3. Shuttle reentry—position trajectory.

I also wanted to prepare a 3D animation to scale of the shuttle executing this trajectory using three.js, but my free time is over. I’ll keep that idea on the back of my mind.

Hopefully this was entertaining to you. Thank you for dropping by!

This is the end of the post.

Comments