What Steps Are Misunderstood in Solving Non-Linear Homogeneous Equations?

  • Context: Graduate 
  • Thread starter Thread starter fireandwater
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
fireandwater
Messages
3
Reaction score
0
Hi. I'm having a problem understanding how to solve non-linear homogeneous equations. For example, (x[tex]^{}2[/tex]+y[tex]^{}2[/tex])dx +xydy = 0 ; x=1, y=1

I understand that y=xv, v=y/x, and dy=xdv +vdx

To sub in,
x[tex]^{}2[/tex] + (v[tex]^{}2[/tex]x[tex]^{}2[/tex])dx +x[tex]^{}2[/tex]v(vdx+xdv) = 0

Here's where I get lost:
x[tex]^{}2[/tex][(1+v[tex]^{}2[/tex])dx +v[tex]^{}2[/tex]dx +xvdv] = 0 =>

x[tex]^{}2[/tex](1+v[tex]^{}2[/tex])dx +v[tex]^{}2[/tex]dx+xvdv = 0 =>

1+2v[tex]^{}2[/tex]dx +xvdv = 0 =>

1+2v[tex]^{}2[/tex]dx = -xvdv =>

[tex]\int-dx/x[/tex] = int(vdv/1+2v^2) =>

-ln x = 1/4 ln (1+2v[tex]^{}2[/tex]) +C =>

ln x[tex]^{}4[/tex] + ln(1+2v[tex]^{}2[/tex]) +4c = A

I think I'm just getting lost in all the algebraic "cleaning up", but I can't figure it out. Can someone pick it apart for me?
 
Physics news on Phys.org
fireandwater said:
Hi. I'm having a problem understanding how to solve non-linear homogeneous equations. For example, (x[tex]^{}2[/tex]+y[tex]^{}2[/tex])dx +xydy = 0 ; x=1, y=1

I understand that y=xv, v=y/x, and dy=xdv +vdx

To sub in,
x[tex]^{}2[/tex] + (v[tex]^{}2[/tex]x[tex]^{}2[/tex])dx +x[tex]^{}2[/tex]v(vdx+xdv) = 0
THis should read:
[tex]x^{2}dx+v^{2}x^{2}dx+x^{2}v(vdx+xdv)=0[/tex]

Clean this up as follows:
[tex](x^{2}+v^{2}x^{2}+x^{2}v^{2})dx+x^{3}vdv=0[/tex]
That is to say:
[tex]x^{2}(1+2v^{2})dx+x^{3}vdv=0[/tex]
or, divided by x^{2}:
[tex](1+2v^{2})dx+xvdv=0[/tex]

See if you follow this so far!