1. Exponential Growth Approximation
Calculus StudentBackground
Studying the differential equation dy/dx = y with initial condition y(0) = 1 to observe Euler method error at x = 1.
Problem
Calculate 10 steps of forward Euler integration and compare the numerical estimate with the exact solution e^x.
How to use
Enter f(x, y) = y, set x₀ = 0, y₀ = 1, Target x = 1, Steps = 10, and Exact Solution = e^x.
Outcome
Generates a 10-row step table showing y(1) ≈ 2.593742 with an absolute error of 0.124539 relative to e ≈ 2.718282.