MHB Differential eq of first order and higher degree

Suvadip
Messages
68
Reaction score
0
How to proceed to find the general and singular solution of the equation
3xy=2px2-2p2, p=dy/dx
 
Physics news on Phys.org
Question: does $p^{2}$ mean $\displaystyle \left( \frac{dy}{dx} \right)^{ \! 2}$ or $\displaystyle \frac{d^{2}y}{dx^{2}}$?
 
Ackbach said:
Question: does $p^{2}$ mean $\displaystyle \left( \frac{dy}{dx} \right)^{ \! 2}$ or $\displaystyle \frac{d^{2}y}{dx^{2}}$?

P^2=(dy/dx)^2
 
suvadip said:
P^2=(dy/dx)^2

So, in that case, one thing you can try is simply solve for the derivative algebraically first:
\begin{align*}
3xy&=2x^{2} \frac{dy}{dx}-2 \left( \frac{dy}{dx} \right)^{ \! 2} \\
0&=2 \left( \frac{dy}{dx} \right)^{ \! 2}-2x^{2} \frac{dy}{dx}+3xy \\
\frac{dy}{dx} &= \frac{2x^{2} \pm \sqrt{4x^{4}-4(8)(3xy)}}{4} \\
&= \frac{x^{2} \pm \sqrt{x^{4}-24xy}}{2}.
\end{align*}
Unfortunately, either of the resulting DE's,
$$ \frac{dy}{dx}=\frac{x^{2} + \sqrt{x^{4}-24xy}}{2}$$
or
$$ \frac{dy}{dx}=\frac{x^{2} - \sqrt{x^{4}-24xy}}{2}$$
seem rather forbidding. They might be homogeneous, though. Try that.

[EDIT] Never mind about the homogeneous bit. Neither resulting DE is homogeneous.
 
Mathematica yields $$\{ \{ {{y(x)}\rightarrow
{\frac{-\left( e^{\frac{3\,C(1)}{2}}\,
\left( 3\,e^{\frac{3\,C(1)}{2}} -
{\sqrt{6}}\,x^{\frac{3}{2}} \right) \right) }{3}}}\} ,
\{ {{y(x)}\rightarrow
{\frac{-\left( e^{\frac{3\,C(1)}{2}}\,
\left( 3\,e^{\frac{3\,C(1)}{2}} +
{\sqrt{6}}\,x^{\frac{3}{2}} \right) \right) }{3}}}\} \}.$$

Also, by inspection, you can see that $y=0$ solves the DE. From the looks of the solutions above, this might be a singular solution.
 
Divide your equation by $x$ and then differentiate. You should find that the new equation factors into two pieces that integrate easily. With these, go back to the original equation and check that they both work (and adjust constants accordingly).
 
Last edited:
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