2.4 Numerical Approx. – Euler's Method
“solve” → find \( y = \text{function of } x \) → bunch of points:
- \( (x_0, y_0) \)
- \( (x_1, y_1) \)
- \( (x_2, y_2) \)
- \( \vdots \)
If equation is separable, linear, homogeneous, or exact we can solve exactly.
But if not or if we don't want to solve using the techniques (e.g., integration too messy), we can use numerical methods to find \( y \) given an \( x \).