Question: MATLAB Coding From the starting point of the geosynchronous orbit code, turn the script into a function that takes four inputs ( 1 ) a

MATLAB Coding From the starting point of the geosynchronous orbit code, turn the script into a function that takes four inputs (1) a starting velocity, (2) a starting position, (3) the size of the time step, and (4) a total run time and returns the ratio of the distance from the satellite to the Earth at the end of the simulation over the distance from the satellite to the center of the Earth at the start of the simulation. Also make a second version of this same function that does not use the Verlet algorithm, but instead (1) updates the position using the velocity in one step and then (2) updates the velocity using the force in a second step. The deliverables are (1) a color plot where the x-axis is time step, the y-axis is total run time, and the color axis is the absolute value of the difference in ratios from the two functions, plotted on a log scale for the geosynchronous condition and (2) a short description in words of your conclusions based on the results. Your color map should be at least 10x10 and cover a non-trivial parameter space (meaning enough range that something changes). You should make a small matlab program that creates this plot, but no code will be graded.
 MATLAB Coding From the starting point of the geosynchronous orbit code,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!