Question: Using Python code in Jupiter notebook can someone please help me answer this Problem? could you please type your code as a response please so
Using Python code in Jupiter notebook can someone please help me answer this Problem? could you please type your code as a response please so it's easier to read? Thank you.

\%matplotlib inline import matplotlib.pyplot as plt import numpy as np import numpy.random as rnd import pandas as pd Problem 5 Write a simulation using an ODE solver of a projectile moving in 2D, in SI units. The projectile should have a downward gravitational acceleration of . Launch the projectile from position. Write a general function which takes the initial velocity vector and returns the solution. a. Give the projectile an initial velocity of. Simulate the projectile long enough to see where it lands (the ground is at). How far does it go ( value where it hits the ground)? What maximum height does it reach? b. Add a drag where the direction is opposite the velocity, with a magnitude of, where. What are the new maximum height and distance traveled along the ground? c. Make a plot of comparing the two trajectories
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
