Skip to content

9709 · 3.8

Differential equations

Differential equations describe how a quantity changes. We learn techniques to 'solve' these equations, which means finding the original function that the rate of change describes.

Need to know

What you need to know

  • Always group `dy` with `y` terms and `dx` with `x` terms.
  • Add the constant of integration, `+ c`, immediately after integrating. It's best practice to add it to the side with the independent variable (usually `x`).
  • If given boundary conditions, substitute them in to find the value of `c` for the particular solution.
  • Remember that `\int \frac{1}{y} dy = \ln|y| + c`. The modulus sign is important.

Explanation

Equations of Change

  1. First order: dy/dx = f(x,y) — slope field shows direction at each point.
  2. Separable: ∫(1/g(y)) dy = ∫f(x) dx + c.
  3. Linear integrating factor e^∫P dx for dy/dx + Py = Q.
  4. Modelling: exponential growth/decay, Newton cooling, logistic.