Method and examples
Order of derivative :
Method :
 
Solve numerical differential equation using Midpoint Euler method (2nd order derivative)
`y''=f(x,y,z(=y'))` =
x0 = , y0 =
 xn =
Step value (h) =
  1. `y'=1+2xy-x^2z`
    x0 = 0, y0 = 1
    z0 = 0
    xn = 0.2
    Step value (h) = 0.1
  2. `y'=xz^2-y^2`
    x0 = 0, y0 = 1
    z0 = 0
    xn = 0.4
    Step value (h) = 0.2
  3. `y'=-4z-4y`
    x0 = 0, y0 = 0
    z0 = 1
    xn = 0.2
    Step value (h) = 0.1
Decimal Place =
Trigonometry Function Mode =




Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.