How Can I Solve This Complex Differential Equation?

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
3 replies · 2K views
JulieK
Messages
50
Reaction score
0
I have the following differential equation which I want to solve for [itex]y[/itex] as a function of [itex]x[/itex]

[itex]\frac{dy}{dx}=\frac{C_{1}\left(C_{5}y+C_{6}\right)^{2}}{C_{2}\left(C_{3}y+C_{4}\right)-C_{7}\left(C_{5}y+C_{6}\right)^{6}}[/itex]

where [itex]C_{1},C_{2},C_{3},C_{4},C_{5},C_{6},C_{7}[/itex] are constants.
Can anyone suggest a method for solving this equation.
 
Physics news on Phys.org
I want y as an explicit function of x not the other way round.
The separation and integration will produce x as a function of y which is not very useful for my purpose.
 
You will get [itex]x[/itex] as a function of [itex]y[/itex], say [itex]f(y) = x[/itex]. Then you can try and find the inverse to get [itex]y[/itex] as a function of [itex]x[/itex], i.e. [itex]y = f^{-1}(x)[/itex]. There are a few things that can go wrong. If [itex]f[/itex] is not invertible then that tells you that there is no unique solution [itex]y(x)[/itex] to the differential equation. Otherwise, another thing that can go wrong is the inverse cannot be written down in terms of elementary functions.

So separation of variables is still the right (only?) approach. It won't change any of the facts above ([itex]f[/itex] invertible and inverse can be written down).