A ball is dropped from the top of a tall building. If air resistance is taken into account, recall that the downward velocity v of the ball is modeled by the differential equation:
where g = 9.8 is the acceleration due to gravity, and p = 0.1 is the drag coefficient. Assuming the initial velocity of the ball is zero, use Euler’s method with a step size of h = .25 sec to estimate the velocity of the ball after one second. Keep track of three decimal places during the calculation.
I just started learning the Euler's method. Can someone help me with this problem. I know that:
I plug the numbers given into the equation:
change of x = step size (h) = .25
I think ??