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

HL only

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.

Example

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)dxg(y)dy=f(x)dx; homogeneous dy/dx=F(y/x)dy/dx=F(y/x) uses y=vxy=vx; linear y+P(x)y=Q(x)y'+P(x)y=Q(x) uses integrating factor μ=eP(x)dx\mu=e^{\int P(x)dx} so (μy)=μQ(\mu y)'=\mu Q. Euler's method for y=f(x,y)y'=f(x,y) uses xn+1=xn+hx_{n+1}=x_n+h and yn+1=yn+hf(xn,yn)y_{n+1}=y_n+h f(x_n,y_n). Apply the initial condition after integration and check the solution in the original equation.