-
Solve the initial value problem y' = .01y(100 y) and y(0) = 10.
-
What is the maximum population for the logistic differential equation in question 1?
-
Use Euler's method and the differential equation y' = y(10 y) and y(1) = 2 to estimate y(1.1), y(1.2), and y(1.3).
-
Use deSolve to solve the differential equation y" = sin(t) and y(0) = 1 and y'(0) = 0 .
-
A ball is dropped from the top of a 100 ft tall building. The acceleration is -32 ft/sec2. What equations should be entered in the Y= menu using Differential Equation Graphing Mode in order to graph the height and velocity of the ball as a function of time?
-
Graph the height and velocity from question 5 using RK as the Solution Method. Trace to estimate the height at t = 2.
Click here to check your answers.
|