First order ODE, The Homogeneous Method.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
knowlewj01
Messages
100
Reaction score
0

Homework Statement



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


Homework Equations



used the substitutions:

v = [tex]\frac{x}{y}[/tex] ,and
[tex]\frac{dy}{dx}[/tex] = [tex]v + x[/tex] [tex]\frac{dv}{dx}[/tex]

The Attempt at a Solution



took out a factor of xy on the denominator of the term on the right hand side and multiplied through by xy, made the substitutions and at the moment I have something that looks like this:

[tex]\frac{1}{v + 3/v}[/tex] = v + x [tex]\frac{dv}{dx}[/tex]

as it stands I can't see a way to do this by separation of variables, is it solvable by integrating factor? anyone got any ideas?
 
Physics news on Phys.org
You used the substitution v = x/y, but your work in calculating dy/dx looks like you started with y = vx, which is not equivalent to v = x/y.
 
ah thanks, i'll give it another go.
 
I have the substitutions:

v = [tex]\frac{y}{x}[/tex]

[tex]\frac{dy}{dx}[/tex] = v + x [tex]\frac{dv}{dx}[/tex]

so now my equation looks a bit like this:

[tex]\frac{1}{1/v + 3v}[/tex] = v + x [tex]\frac{dv}{dx}[/tex]

I played with it a bit and still can't see how to separate it, can anyone point me in the right direction?

thanks
 
What you have is fine, but needs cleaning up using ordinary algebra techniques.

  1. Rewrite 1/(1/v + 3v)) as a rational expression - one numerator and one denominator, with no fractions in the top or bottom.
  2. Subtract v from both sides, so that you have x*dv/dx on one side, and a rational expression on the other.
  3. Divide both sides by x. You should now be able to move dv or dx so that everything in v or dv is on one side, and everything in x or dx is on the other. The equation is now separated, and you can integrate to find the solution.