PDA

View Full Version : Separating variable DE to solve


abrowaqas
Sep27-11, 05:37 AM
cos(x+y)dy=dx

I have tried to solve it by
Letting
t = x+y

But it's not going to be separated.. Some one plz help..

Eynstone
Sep27-11, 08:34 AM
Consider dx/dy. The equation becomes (1 +cost)=dt/dy.

HallsofIvy
Sep27-11, 08:41 AM
I don't see why you would say it does not become separable. If t= x+ y then dt= dx+ dy so dy= dt- dx. cos(x+y)dy= dx becomes cos(t)(dt- dx)= cos(t)dt- cos(t)dx= dx or cos(t)dt= (1+ cos(t))dx.
dx= \frac{cos(t)}{1+ cos(t)}dt.

abrowaqas
Sep27-11, 09:32 AM
I got the answer ..
Let u=x+y
du/dx=1+dy/dx
dy/dx=du/dx-1
Applying this:
cos(x+y)dy=dx
cos(x+y)dy/dx=1
cosu(du/dx-1)=1
du/dx-1=sec u
du/dx=1+sec u
dx/du=1/(1+sec u)
x=integral of 1/(1+sec u) du