In 3-5 sentences, describe how you would develop a computational model of the velocity of a satellite based on the current distance from the earth and the time elapsed. Consider the data set given below:

To develop a computational model of the velocity of a satellite based on the current distance from the Earth and the time elapsed, I would first collect multiple data points that include both the distance and time values. Then, I would plot a graph with time on the x-axis and distance on the y-axis. Next, I would fit a curve to the data points using regression analysis to determine the mathematical relationship between time and distance. Once the relationship is established, I can take the derivative of the equation to calculate the rate of change of distance with respect to time, which represents the satellite's velocity.