May 13, 2006 #1 gbacsf Messages 15 Reaction score 0 What method would be used to solve this DE, it look like a Bernoulli but isn't. I'm lost. y'cosx = 1-y^2 Thanks, Gab
What method would be used to solve this DE, it look like a Bernoulli but isn't. I'm lost. y'cosx = 1-y^2 Thanks, Gab
May 13, 2006 #2 neutrino Messages 2,091 Reaction score 2 It looks like you can separate the variables.
May 13, 2006 #3 Pseudo Statistic Messages 391 Reaction score 6 Treat y' as the limiting ratio dy/dx. Your aim is to get the xs (and dx) on one side, and the ys (and dy) on the other side and integrate...
Treat y' as the limiting ratio dy/dx. Your aim is to get the xs (and dx) on one side, and the ys (and dy) on the other side and integrate...
May 14, 2006 #4 gbacsf Messages 15 Reaction score 0 I'm not sure if I can solve it that way. I did some digging and found its in the form of a Riccati eq. http://en.wikipedia.org/wiki/Riccati_equation But I'm not sure how to apply it to this problem, any help? Thanks
I'm not sure if I can solve it that way. I did some digging and found its in the form of a Riccati eq. http://en.wikipedia.org/wiki/Riccati_equation But I'm not sure how to apply it to this problem, any help? Thanks
May 14, 2006 #5 FrogPad Messages 801 Reaction score 0 Hint: \frac{dy}{dx} \,\, \frac{\cos x}{1-y^2}=1
May 14, 2006 #6 gbacsf Messages 15 Reaction score 0 Well from that I can say that y=sin(x) is a solution. Then I get: z' +(-2*tan(x))*z = 1/cos(x) So then I solve this linear equation: (sin(x) + C)/(cos(x))^2 Last edited: May 14, 2006
Well from that I can say that y=sin(x) is a solution. Then I get: z' +(-2*tan(x))*z = 1/cos(x) So then I solve this linear equation: (sin(x) + C)/(cos(x))^2
May 15, 2006 #7 J77 Messages 1,092 Reaction score 1 The next step should be to substitute: y=\sin(u) into the equation FrogPad gave.