How do i solve this differential equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
seto6
Messages
248
Reaction score
0

Homework Statement


x(y')2-(2x+3y)(y')+6y=0


Homework Equations




non

The Attempt at a Solution



i'm kinda lost on how to approch meaning what method to use..

all i know is that its a non linear differential equation...
 
Physics news on Phys.org
Whenever you want to solve a non-linear one, try all the simple approaches in the chapter on non-linear equations in any DE textbook. One of those will work here. Get a DE textbook, find that chapter, then go over the example on eliminating the dependent variable. The first step is to solve for y in the equation:

[tex]x(y')^2-(2x+3y)y'+6y=0[/tex]
 
Last edited:
Perhaps jackmell meant "The first step is to solve for y' ". That is what I recommend.

That is a quadratic equation in y'. You start by solving for y' using the quadratic formula:
[tex]y'= \frac{2x+ 3y\pm\sqrt{(2x+3y)^2- 24xy}}{2x}[/tex]

It helps to note that [itex](2x+ 3y)^2- 24y= 4x^2+ 12xy+ 9y^2- 24xy[/itex][itex]= 4x^2- 12xy+ 9y^2= (2x- 3y)^2[/itex]!

The differential equation reduces to [itex]y'= 2[/itex] (using the "+") or [itex]y'= 3y/x[/itex] (using the "-").
 
HallsofIvy said:
Perhaps jackmell meant "The first step is to solve for y' ". That is what I recommend.

That is a quadratic equation in y'. You start by solving for y' using the quadratic formula:
[tex]y'= \frac{2x+ 3y\pm\sqrt{(2x+3y)^2- 24xy}}{2x}[/tex]

It helps to note that [itex](2x+ 3y)^2- 24y= 4x^2+ 12xy+ 9y^2- 24xy[/itex][itex]= 4x^2- 12xy+ 9y^2= (2x- 3y)^2[/itex]!

The differential equation reduces to [itex]y'= 2[/itex] (using the "+") or [itex]y'= 3y/x[/itex] (using the "-").

No, I meant y using that method but your way was much simpler. :)
 
i see i thought of quadratic formula them said nah don't know why now i see how it works out!