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

  • Thread starter Thread starter fireandwater
  • Start date Start date
fireandwater
Messages
3
Reaction score
0
Hi. I'm having a problem understanding how to solve non-linear homogeneous equations. For example, (x^{}2+y^{}2)dx +xydy = 0 ; x=1, y=1

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

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

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

x^{}2(1+v^{}2)dx +v^{}2dx+xvdv = 0 =>

1+2v^{}2dx +xvdv = 0 =>

1+2v^{}2dx = -xvdv =>

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

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

ln x^{}4 + ln(1+2v^{}2) +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^{}2+y^{}2)dx +xydy = 0 ; x=1, y=1

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

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

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

See if you follow this so far!
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top