Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Solve the following system of ODE's and plot its solution

Solve the following system of ordinary differential equations

d^2x/dt^2 + 5x + 2y = 0

d^2y/dt^2 + 2x + 8y = 0

with initial conditions x(0)=1, y(0)=2, x'(0)=-4, y'(0)=2

and plot its solution as a curve in the {x,y} plane.

click to hide/show revision 2
retagged

Solve the following system of ODE's and plot its solution

Solve the following system of ordinary differential equations

d^2x/dt^2 + 5x + 2y = 0

d^2y/dt^2 + 2x + 8y = 0

with initial conditions x(0)=1, y(0)=2, x'(0)=-4, y'(0)=2

and plot its solution as a curve in the {x,y} plane.