1.5 First-order Linear Eq.
Definition
A first order linear differential equation has the form:
\[ \frac{dy}{dx} + P(x)y = Q(x) \]
Note: \( P(x) \) and \( Q(x) \) cannot contain \( y \).
- So, \( y' + xy = 1 \) is linear.
- But \( y' + y^2 = 2 \) is NOT linear.
- \( y' + yy = 2 \) is NOT linear because it contains \( y \) in the coefficient term.
Solution Method
We can always find an integrating factor such that when multiplied to both sides, the left can always be turned into the product of something. Then integrate both sides to solve for \( y \).