โ† back to all units
UNIT 7 ยท 6โ€“9%

Differential Equations

equations where the unknown is a function ๐ŸŒŠ

๐Ÿงญ what is a DE?

A differential equation relates a function to its derivatives. Solutions can be explicit y = โ€ฆ or implicitly defined curves / families (+C).

๐Ÿ” slope fields

For dy/dx = f(x,y): at each grid point, draw a tiny segment with slope f(x,y). Solution curves trace the tangent directions. Helps visualize families of solutions and particular solutions through initial points.

๐Ÿ” separation of variables

Rewrite dy/dx = g(x)h(y) as (1/h(y)) dy = g(x) dx, integrate both sides, isolate y if possible, use initial condition to find C.

โ–ถ Euler's method BC

Starting at (xโ‚€,yโ‚€) with dy/dx = f(x,y):   yn+1 = yn + h ยท f(xn, yn),   xn+1 = xn + h

Step size h smaller โ†’ usually better accuracy but more arithmetic.

๐Ÿ“ˆ logistic growth BC

dP/dt = k P (M โˆ’ P) โ†’ limiting population M, S-shaped curve

Carrying capacity M; growth slows as P approaches M. Know the shape: increasing, concave up then down, inflection where P = M/2 for standard form.

โœ๏ธ quick practice

  1. Sketch slopes for dy/dx = x + y at a few points near the origin.
  2. Solve dy/dx = ky with y(0) = yโ‚€ (exponential model).
  3. One Euler step for dy/dx = x โˆ’ y starting at (0, 1) with h = 0.5.

applications of integration = geometry with integrals ๐Ÿ“ฆ