shaka091
- 6
- 0
Hi guys I was hoping if someone could help me with this second order differential equation which i have to reduce into a series of first order equations and then solve using a fourth order runge kutta method.
The equation is
y"-30y'-3y=-2 with the initial conditions y(1)=-12 and y'(x=1)=-2
My attempt at reducing it is
I firstly did y'=z and then did dz/dx=30z+3y-2 with the conditions being x(0)=1, y(0)=-12 and z(0)=-2
could someone please tell me if this is right and if not point me in the right direction to be able to reduce it. I think i can solve it using the runge kutta. Thank you very much!
The equation is
y"-30y'-3y=-2 with the initial conditions y(1)=-12 and y'(x=1)=-2
My attempt at reducing it is
I firstly did y'=z and then did dz/dx=30z+3y-2 with the conditions being x(0)=1, y(0)=-12 and z(0)=-2
could someone please tell me if this is right and if not point me in the right direction to be able to reduce it. I think i can solve it using the runge kutta. Thank you very much!