Introduction to First-Order Differential Equations
A first-order differential equation (DE) relates a function to its first derivative . In this subtopic, you will master four key techniques for solving or approximating solutions to first-order DEs:
- Euler's Method , numerical approximation
- Variables Separable , algebraic separation and integration
- Integrating Factor , for linear first-order DEs
- Homogeneous Substitution () , for homogeneous DEs
First-Order Differential Equation: An equation involving an unknown function and its first derivative , written in the general form .
Initial Condition: A known value that specifies a particular solution from the family of general solutions of a DE.
Choosing the right method depends on the structure of the DE , learning to recognise each type quickly is a key exam skill.
The Euler Method , Concept and Formula
The Euler method is a numerical technique for approximating solutions to first-order DEs when an exact analytical solution is difficult or impossible to find. The idea is to take small steps along the solution curve, using the derivative at each point to estimate the next.
The Core Idea:
Given a point on the solution curve, the tangent line at that point is:
where evaluated at .
For a small step size , we assume the solution curve stays close to this tangent line, so the next point is approximated by:
This generates a sequence of values that approximately follow the solution curve.
Step Size (h): The fixed increment added to at each iteration of Euler's method. A smaller gives greater accuracy but requires more computational steps.
Think of Euler's method like hiking in fog: you can only see your immediate surroundings. At each step, you look at the slope of the ground directly beneath your feet and take a small step in that direction. The smaller your steps, the less likely you are to veer off the true path.
