ODE: Runge Kutta 2nd method for 2nd order equation (System of ODE)

x1=0,  y1=0,  z1=0 x_1 = 0,\ \ y_1 = 0,\ \ z_1 = 0 dydx=f(x,y,z)=x+z \frac{dy}{dx} = f(x,y,z) = x+z dzdx=g(x,y,z)=(1.5z4.5y+4.5) \frac{dz}{dx} = g(x,y,z) = (1.5z - 4.5y +4.5) Find y(0.5) Find\ y(0.5) Given,  n=2 Given,\ \ n = 2
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

x1=0,  y1=1,  z1=1 x_1 = 0,\ \ y_1 = 1,\ \ z_1 = 1 dydx=f(x,y,z)=yz \frac{dy}{dx} = f(x,y,z) = yz dzdx=g(x,y,z)=xy \frac{dz}{dx} = g(x,y,z) = xy Find y(0.2) Find\ y(0.2) Given,  n=2 Given,\ \ n = 2
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation