iRaid
- 558
- 8
Homework Statement
y'+ycot(x)=cos(x)
Homework Equations
The Attempt at a Solution
First I found the integrating factor:
\rho (x)=e^{\int cot(x)dx}=e^{ln(sinx)}=sinx
Plug into the equation for first order DE...
\int \frac{d}{dx} ysinx=\int cosxsinx dx
End up with:
ysinx=\frac{-cos^{2}x}{2}+C\\y=\frac{-cosxcotx}{2}+\frac{C}{sinx}
I think that's wrong tho..