Efficient Solutions for Solving First Order ODE with Constant A

  • Context: Graduate 
  • Thread starter Thread starter BobbyBear
  • Start date Start date
  • Tags Tags
    Ode
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
BobbyBear
Messages
162
Reaction score
1
Hello,
does anyone have any ideas on how to solve this first order ode?

[tex]\frac{dz}{dx} = \frac{z(x^4z^2-A^2)}{x(A^2-x^2z^4)}[/tex]

where A is a constant.

It's neither exact, nor homogeneous . . . nor any of the types I've been able to find for which there are techniques for solving :(

Thank you :P
 
Physics news on Phys.org
You can find an integrating factor for your ODE to make it exact. The general solution in implicit form to your ODE is

x^2+z^2+A^2/(xz)^2= C,

where C is a constant.