Example 1. An arrow
is shot upward from the origin with an initial velocity
of 300 ft/sec. Assume that there is no air
resistance and use the model
.
Find the velocity and position as a function of time. Find
the ascent time, the descent time, maximum height, and the impact
velocity.
Solution 1.
First, compute the solution using the Runge-Kutta method for second order D.E.'s.
The solution we seek is the first coordinate in the 2D system.
Now we can plot the solution.
![[Graphics:../Images/ProjectileMotionMod_gr_53.gif]](../Images/ProjectileMotionMod_gr_53.gif)
Second, compute the analytic solution to the D.E.'s.
![[Graphics:../Images/ProjectileMotionMod_gr_60.gif]](../Images/ProjectileMotionMod_gr_60.gif)
Compare the Runge-Kutta solution with the analytic solution.
![[Graphics:../Images/ProjectileMotionMod_gr_74.gif]](../Images/ProjectileMotionMod_gr_74.gif)
Notice that the maximum altitude will occur when the time is near
t = 9,
and the arrow will hit the ground when the time is near t = 19.
![[Graphics:../Images/ProjectileMotionMod_gr_78.gif]](../Images/ProjectileMotionMod_gr_78.gif)
In this model, the ascent time is equal to the descent time.
(c) John H. Mathews 2004