The Falling Rabbit Model
Dr. Holly Hirst
Open the Toolkit: > with(DEtools): Solve Symbolically > dsolve({diff(y(x),x$2)=-32 - 2/5*diff(y(x),x), y(0)=10, D(y)(0)=0}, y(x));
> plot(rhs(%), x=0..2, y=0..10);
Solve Numerically > DEplot(diff(y(x),x$2)=-32 - 2/5*diff(y(x),x), y(x), x=0..2, [[y(0)=10, D(y)(0)=0]], y=0..10, stepsize=0.01);
>
Last update on: June 1, 1998 Please direct questions and comments about this page to WebMaster@shodor.org © Copyright 1998 The Shodor Education Foundation, Inc. |