Solving Differential Equation: {x^2} - 3{y^2}+6xy

drawar
Messages
130
Reaction score
0
Sorry I couldn't think of any more relevant title. Here's the equation:

{x^2} - 3{y^2} + 6xy\frac{{dy}}{{dx}} = 0

I'm thinking of rewriting the above to \frac{{dy}}{{dx}} = \frac{{3{y^2} - {x^2}}}{{6xy}} followed by a change of variable u=y/x. But should I rule out the case when either x=0 or y=0 first? I'd also love to see if there's any alternative way to solve this ODE, thanks!
 
Physics news on Phys.org
That term containing y*dy/dx suggests you should consider the substitution u=y2.
 
D H said:
That term containing y*dy/dx suggests you should consider the substitution u=y2.

Yes! And also let v = x2. Then see how these substitutions simplify things.

Chet
 
drawar said:
Sorry I couldn't think of any more relevant title. Here's the equation:

{x^2} - 3{y^2} + 6xy\frac{{dy}}{{dx}} = 0

I'm thinking of rewriting the above to \frac{{dy}}{{dx}} = \frac{{3{y^2} - {x^2}}}{{6xy}} followed by a change of variable u=y/x. But should I rule out the case when either x=0 or y=0 first? I'd also love to see if there's any alternative way to solve this ODE, thanks!

Notice that
\frac{3y^2- x^2}{6xy}= \frac{\frac{3y^2- x^2}{xy}}{6}= \frac{1}{6}(3\frac{y}{x}- \frac{x}{y})
Which suggests that the substitution v= y/x would be useful (actually, the fact that both numerator and denominator are of second degree first suggested that).

If v= y/x then y= xv so that y'= xv'+ v. The differential equation becomes
x\frac{dv}{dx}+ v= \frac{1}{6}\left(3v- \frac{1}{v}\right)
x\frac{dv}{dx}= \frac{1}{6}\left(3v- \frac{1}{v}\right)- v= \frac{1}{6}\left(-3v- \frac{1}{v}\right)
x\frac{dv}{dx}= -\frac{1}{6}\left(\frac{3v^2+ 1}{v}\right)
\frac{v}{3v^2+ 1}dv= -\frac{1}{6x}dx
 
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