ODE solver (Euler)
dy/dx = f(x,y) with Euler steps.
Calculator
How to use
Euler
Simple but not high accuracy.
Educational use only. For assessments, show reasoning and check boundary cases.
dy/dx = f(x,y) with Euler steps.
Simple but not high accuracy.
Educational use only. For assessments, show reasoning and check boundary cases.
Model / formula
dy/dx = f(x,y), Euler method
Use x (and y if needed): + − * / ^, sin cos tan sqrt abs exp ln log10, pi, e
Result
y(1.000000) ≈ 3.383176 (Euler, 50 steps)