Quote (feanur @ Sep 5 2016 09:47am)
(1) to (4), and (9) are of the form :
y' + a(x).y = b(x)
Linear ODE of order 1.
The method should be known (not all of them are easy to solve, however).
(5) is separable : 1/x = y' y² / (1-y^3)
(8) requires a change of variable : let t=y/x
y = tx, dy = tdx + xdt
dy/dx = t + x dt/dx
(8) gives dy/dx = 1/cos t + t
t + x dt/dx = 1/cos t + t
x dt/dx = 1/cos t
which is now separable :
t' cos t = 1/x
sin t = ln x + K
t = Arcsin (ln x + K)
y(x) = x . Arcsin ( ln x + K )
What I have for (6) :
(sin y - y sin xy ) dx + ( x cos y - x sin xy ) dy = 0
dx sin y + x dy cos y = sin xy ( y dx + x dy )
d ( x sin y) = sin xy d(xy)
Let t = xy :
d ( x sin y) = sin t dt = d ( - cos t)
x sin y = - cos t + K = - cos (xy) + K
which is an implicit solution :
x sin y + cos (xy) = K
I must say I am stuck on (7)...
Yo, what the fuck are you smoking man?