We have changed our privacy policy. In addition, we use cookies on our website for various purposes. By continuing on our website, you consent to our use of cookies. You can learn about our practices by reading our privacy policy.

The Scoop on Euler Examples

Example 1

Let y be the solution to the differential equation

that passes through the point (0, 0). Use Euler's Method to estimate y(1) with step size Δ x = 0.5.

Example 2

Let y be the solution to the differential equation

that passes through the point (0, 0). Use Euler's Method to estimate y(1) with step size Δ x = 0.2.

Example 3

The function y is a solution to the differential equation

with y(0) = 5. Estimate y(1) using Euler's method with two steps.