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

asked 2014-11-13 02:21:22 +0200

fomel_sergey gravatar image

updated 2015-01-24 13:58:03 +0200

FrédéricC gravatar image

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.

edit retag flag offensive close merge delete

Comments

2
kcrisman gravatar imagekcrisman ( 2014-11-13 04:44:12 +0200 )edit