Question: Please code write in Python Plot the trajectory of a ball 3 points The formula for the trajectory of a ball is given by where
Please code write in Python

Plot the trajectory of a ball 3 points The formula for the trajectory of a ball is given by where a is a coordinate along the ground, g- 9.81 is the acceleration due to gravity, vo is the magnitude of the initial velocity which makes an angle 0 with the a-axis, and (0, yo) is the initial position of the ball. Write a program to calculate the trajectoryy-f)for O S16, with yo between 0 and 16 with 101 points. 10, 10,0-50.(Do Python trigonometric functions accept radians or degrees?) Let az vary You will need to: . plot the trajectory data using a blue solid line ( ) change the plot range to match the specification above for OSy add axes labels to your plot, 'position/ x and 'height y' 16 and for a (use the plt.ylim( a,b function or its counterpart for x, where you provide a and b Your submission should include a plot. Make sure to import matplotlib.pyplot as plt. Use plt.plot but not plt.show in your submission
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
