NASA uses a centrifuge 8.84 m in diameter for astronaut training to simulate the high gravity conditions that may be experienced during launch and atmospheric re-entry.
Find the relationship between angular velocity and centrifugal acceleration, and plot vs for values of from to , where is gravity. Extend your plot to and comment on the shape.
import matplotlib.pyplot as plt # for ease of use
import numpy as np # for the needed math functions
plt.rcParams['figure.figsize'] = 12.5,10 # default plot size