bitrex
- 190
- 0
Homework Statement
I have to solve the following differential equation by the "variation of parameters" method.
Homework Equations
\frac{dy}{dx}x +2y = 3x
The Attempt at a Solution
The associated homogeneous equation of the initial equation is:
\frac{dy}{dx} = -2x^{-1}y
So
\frac{1}{y}dy = -2x^{-1}dx
ln(y) = -2ln(x)
ln(y) = ln(x^{-2})
y = x^{-2}
Unfortunately, this doesn't satisfy the homogeneous equation.