$$\cos(y)\frac{dy}{dx} + \tan(x)\sin(y)=\sin(x)$$ Is there any method to find a substitution to fit this purpose? Or is it purely done through brute force/trial and error?
2026-03-25 10:56:52.1774436212
Use a substitution to turn $\cos(y)y'+ \tan(x)\sin(y)=\sin(x)$ into a linear differential equation.
85 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can rewrite the equation this way..
$$\cos(y)\frac{dy}{dx} + \tan(x)\sin(y)=\sin(x)$$ $$ \implies (\sin(y))' + \tan(x)\sin(y)=\sin(x)$$ And the equation becomes linear of first order $$ \implies z' + \tan(x)z=\sin(x)$$ Where $z=\sin y$