Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skills—perfect for learners of all ages.
Euler's Method is a fundamental technique for approximating solutions to first-order Ordinary Differential Equations (ODEs). It provides a systematic approach to estimate values of dependent variables using known initial conditions and derivatives, though its accuracy is influenced by the chosen step size. This method serves as a building block for more advanced numerical techniques.
References
unit 5 ch2.pdfClass Notes
Memorization
What we have learnt
Final Test
Revision Tests
Term: Euler’s Method
Definition: A numerical technique for approximating solutions to first-order ODEs using initial conditions and slope estimates.
Term: Local Truncation Error (LTE)
Definition: The error made in a single step of the method, proportional to the square of the step size (h^2).
Term: Global Truncation Error (GTE)
Definition: The cumulative error after multiple steps, proportional to the step size (h).