How do I solve the ODE: x(1-x^2)+ky^2/y?

  • Thread starter Thread starter Juggler123
  • Start date Start date
  • Tags Tags
    Ode
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
7 replies · 3K views
Juggler123
Messages
80
Reaction score
0
I need to solve the following ODE

[tex]\frac{dy}{dx}=\frac{x(1-x^2)+ky^2}{y}[/tex]

I don't know what is the correct method to use though.

Any help would be brilliant, thanks.
 
Physics news on Phys.org
Let u = y^2. Rearrange the equation as such: [tex]yy^{\prime}-ky^2 = x(1-x^2)[/tex]. Write the left hand side as a linear combination of u' and u.
 
O.k using

[tex]u=y^{2}[/tex]

then does the equation become

[tex]\frac{du}{dx}-u=\frac{x(1-x^2)}{k}[/tex]

I still don't know where to go from here (if this is even right!)

Am I missing something really easy here?
 
wouldnt the integrating factor be e^-kx?