AHL 5.18 (HL)—Differential equations
- Syllabus
- First assessment 2021
- Objective
- —
- Level
- HL
A differential equation becomes a model after a condition selects a solution.
The equation states a rate relationship; solving it gives a family, and an initial or boundary condition chooses the member that fits the system.
dy/dx=2y with y(0)=3 gives y=3e^(2x), not the whole family Ce^(2x).
Separate variables or use the appropriate method, then substitute the condition and check the derivative.
A mathematical solution can still be physically invalid if it violates domain or sign constraints.
Method map: separable equations rearrange to g(y)dy=f(x)dx; homogeneous dy/dx=F(y/x) uses y=vx; linear y′+P(x)y=Q(x) uses integrating factor μ=e∫P(x)dx so (μy)′=μQ. Euler's method for y′=f(x,y) uses xn+1=xn+h and yn+1=yn+hf(xn,yn). Apply the initial condition after integration and check the solution in the original equation.