Please enable JavaScript.
Coggle requires JavaScript to display documents.
Euler's Method - Coggle Diagram
Euler's Method
Used to solve ODEs with given initial values
Instead of infinitesimal steps dt, it uses finite steps △t
With a correct choice of steps, it is possible to get great approximations
Applications
Not as commonly used nowadays
Computers with more hardware can run more sophisticated methods
Learned mostly to build intuition for other methods
Compound Interest
Projectile motion with drag
The next step: Range-Kutta Methods
Based on another approach to e^(at)
Related - Backwards Difference