Question: Python 3.6 plot question. Use matplotlib and numpy. Consider a ball thrown through the air. If we neglect air resistance, the kinematic equations of the

Python 3.6 plot question. Use matplotlib and numpy.
Consider a ball thrown through the air. If we neglect air resistance, the kinematic equations of the ball are: x(t) vo, where the x is the horizontal position and y is the vertical position and g 9.8 m/s? Dosina where a is the initial launch angle in respect to the ground, x component, = 45 and vo m/s. 40.0 1. Write a script to plot x vs time and y vs time in the same figure, with time between 0 and 7 seconds. Add labels, grid and legend to the plot. Estimate the time when the ball hits the ground. 2. Write a script to plot vx vs time and vy vs time in the same figure, with time between 0 and 7 seconds. Add labels, grid and legend to the plot. Estimate the time when the velocity in y 3. Write a script to plot the trajectory of the ball, y vs x. Add labels, grid and legend to the plot. You should plot a minimum of 100 data points in each of the plots. Save the figures in png is zero, Dy 0 Consider a ball thrown through the air. If we neglect air resistance, the kinematic equations of the ball are: x(t) vo, where the x is the horizontal position and y is the vertical position and g 9.8 m/s? Dosina where a is the initial launch angle in respect to the ground, x component, = 45 and vo m/s. 40.0 1. Write a script to plot x vs time and y vs time in the same figure, with time between 0 and 7 seconds. Add labels, grid and legend to the plot. Estimate the time when the ball hits the ground. 2. Write a script to plot vx vs time and vy vs time in the same figure, with time between 0 and 7 seconds. Add labels, grid and legend to the plot. Estimate the time when the velocity in y 3. Write a script to plot the trajectory of the ball, y vs x. Add labels, grid and legend to the plot. You should plot a minimum of 100 data points in each of the plots. Save the figures in png is zero, Dy 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
