Solving a Differential Equation with Substitution and Integration

  • Thread starter Thread starter adam640
  • Start date Start date
  • Tags Tags
    Differential
adam640
Messages
19
Reaction score
0
I have been asked to solve the differential equation:

cotan(x)\stackrel{dy}{dx} = y-1 ey2

Using substitution on the right hand side and by integrating tan(x) on the left hand side the answer I have got is:

ln|sec(x)| = - 0.5 e-y2 + C

Is the answer ok to leave in this form? It has been a while since I have covered this topic.
Thanks, any help appreciated.
 
Physics news on Phys.org
You can do this explicitely. Since sec(x) = 1/cos(x), you have (freely renaming the constant C)

2 ln | C cos(x) | = exp(-y²)
y = +/- sqrt [- ln ( 2 ln | C cos(x) | ) ]

Don't know if that's simpler, though.

BTW: Why does everyone use sec(x) and cosec(x) when it's much easier to use 1/cos(x) and 1/sin(x)? Never understood that.
 
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