Differential Equations problem

L.D.50
Messages
1
Reaction score
0

Homework Statement



dx/dy = cos(y) - xtan(y)

I need to find the general solution of the problem



Homework Equations



y' + Py = Q
Where P and Q are functions of x

dy/y = - Pdx
ln(y) = -integral(Pdx)+c
y = e^(-int(Pdx)+c)



The Attempt at a Solution



Now I have no idea what to do to be honest. Nothing I try and do to separate the variables to get it in the form y' + Py = Q works. There is always something left over that complicates things even more. I've tried many trig substitutions, to no avail. Here is one thing I tried.

dx/x = [(1/x)cosy - tany]dy
dx/x = (1/x)cosy dy - tan y dy

But then I have two dy terms. Is this correct? I really have no idea how to proceed from here.

Ive also tried:

dx/dy = cos(y) - xtan(y)
(dx/dy)cosy = cos^2(y) - xsiny
(dx/dy)2cosy = 1 + cos(2y) - 2xsiny

But now once again I have no idea how to proceed. Any help would be greatly appreciated!
 
Physics news on Phys.org
The fact that your equation involves dx\dy rather than dy\dx means that just by adding xtany to both sides you get the required form! and you can find the integrating factor in terms of y.

ie use
x' + Px = Q
Where P and Q are functions of y
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top