Solving a Differential Equation with Substitution and Integration

  • Thread starter Thread starter adam640
  • Start date Start date
  • Tags Tags
    Differential
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 1K views
adam640
Messages
19
Reaction score
0
I have been asked to solve the differential equation:

cotan(x)[tex]\stackrel{dy}{dx}[/tex] = 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.
 
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.