ACEpath
Select Subject
Select Unit

Substitution Into Differential Equation

To verify y = g(x) is a solution to differential equation:

  1. Find y', y'', etc.
  2. Substitute into differential equation
  3. Verify equality holds

Slope Fields Interpretation

Graphical representation showing dydx\frac{dy}{dx} at various points. Each small segment shows slope of solution at that point.

Euler’s Method Formula And Iteration

Euler's Method Formula and Iteration

yn+1=yn+hf(xn,yn)y_{n+1} = y_n + h \cdot f(x_n, y_n)

where h = step size, starting from (x0,y0)(x_0, y_0).

Separation Of Variables Technique

For dydx=g(x)h(y)\frac{dy}{dx} = g(x)h(y):

  1. Separate: 1h(y)dy=g(x)dx\frac{1}{h(y)}dy = g(x)dx
  2. Integrate both sides: 1h(y)dy=g(x)dx\int \frac{1}{h(y)}dy = \int g(x)dx
  3. Solve for y (if possible)

Particular Solutions

After finding general solution with +C, use initial condition y(x0) = y0 to find C.

Logistic Differential Equation

dPdt=kP(1PL)\frac{dP}{dt} = kP\left(1 - \frac{P}{L}\right)

where L = carrying capacity.

Solution: P(t)=L1+CektP(t) = \frac{L}{1 + Ce^{-kt}}

Carrying Capacity

Maximum sustainable population L. Growth rate maximum when P = L/2.