Order and Degree:
- Order = highest derivative order
- Degree = power of highest derivative (equation must be polynomial in derivatives)
- If equation involves sin(y'), e^(y'), etc., degree is not defined
Variable Separable: f(x)dx = g(y)dy => integral f(x)dx = integral g(y)dy + C
Homogeneous DE:
- Test: f(tx, ty) = * f(x, y)
- Substitution: y = vx, dy/dx = v + x
- Alternative: x = vy if more convenient
Linear First-Order DE:
- Form: dy/dx + P(x)y = Q(x)
- IF = e^(integral P(x) dx)
- Solution: y * IF = integral (Q * IF) dx + C
- If dx/dy + P(y)x = Q(y), treat x as dependent variable
Bernoulli's Equation:
- Form: dy/dx + Py = (n != 0, 1)
- Substitute: v = y^(1-n)
- Result: dv/dx + (1-n)Pv = (1-n)Q (linear in v)
Exact DE:
- M dx + N dy = 0 is exact if dM/dy =
- Solution: F(x,y) = C where dF = M dx + N dy
Common Exact Differentials:
- d(xy) = x dy + y dx
- d = ^2
- d = ^2
- d(arctan) =
- d(ln(x^{2+y}^2)) = 2
- d( f(x)) = (f(x) + f'(x)) dx
Clairaut's Equation:
- Form: y = xy' + f(y')
- General solution: y = cx + f(c)
- Singular solution: eliminate c from y = cx + f(c) and x + f'(c) = 0
Applications:
- Growth/Decay: dN/dt = kN => N = e^(kt)
- Newton's cooling: dT/dt = -k(T-) => T = + ( - )e^(-kt)
- Orthogonal trajectories: replace dy/dx by -dx/dy