How to solve differential equation?

109 Views Asked by At

How do we solve the differential equation ? $$\frac{dy}{dx} + 2x\sin(y) = 2.$$ I have no ideas for a solution.

1

There are 1 best solutions below

0
On BEST ANSWER

Substitution: $$ t(x) = tg(\frac{y}{2}), $$ $$ y = 2 \ arctg(t), $$ $$ y' = \frac{2 t'}{1 + t^2}, $$ $$ sin(y) = \frac{2 t}{1 + t^2}. $$ We get: $$ \frac{2 t'}{1 + t^2} + 2x \frac{2 t}{1 + t^2} = 2$$ $$ t' + 2xt = 1 + t^2 $$ Substitution: $$ z = t - x $$ Riccati equation: $$ z' = z^2 - x^2. $$