Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PYTHON Having a problem with this question. Ive tried it out myself and cant seem to understand it. I have 4 pics the 2 for
PYTHON Having a problem with this question. Ive tried it out myself and cant seem to understand it. I have 4 pics the 2 for instructions and 2 of the functions. The one file phy194 is just read only and a file that I can call to. I can only edit the first picture.
Create a plot of the trajectory y(t) of a vertically thrown ball under gravity (g = 9.81 m.s ) that comes to rest on the ground at y = 0: u(t) = -59t2 + vot + 30 y(t) = u(t)e(u(t)) () here? Why does y(t) correctly Think for a moment what the function y(t) should look like. What is the role of the Heaviside function describe the trajectory of the ball? Code requirements Create a function y_throw(t, vo, yo=2) that calculates y(t) as defined above. (Choose initial position yo = 2 m as default.) Create two plots for two different initial velocities Ovo = 20 m.s-1 (with linewidth 4 points, and solid linestyle) Ovo = 0 m.s-1 (with linewidth 2 points, and dashed linestyle) and add labels to the individual graphs indicating the initial velocities "VO=... m/s" Plot for 100 equally spaced steps 0Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started