Question #69630

Find the general solution dydx=2y2+3xy/x2

Expert's answer

Answer on Question #69630 – Math – Differential Equations

Question

1. Find the general solution of dydx=(2y2+3xy)/x2\frac{dy}{dx} = (2y^2 + 3xy) / x^2 .

Solution

dydx=2y2+3xyx2y=3xy+2x2y2\frac{dy}{dx} = \frac{2y^2 + 3xy}{x^2} \Rightarrow y' = \frac{3}{x}y + \frac{2}{x^2}y^2 \Rightarrowy3xy=2x2y2.(1)y' - \frac{3}{x}y = \frac{2}{x^2}y^2. \quad (1)

Method 1

Equation (1) is a first-order linear differential equation.

1. Let's make the substitution: y=UVy = UV

2. Then y=UV+UVy' = U'V + UV' .

3. Let's put the substitution into the differential equation (1):


UV+UV3xUV=2x2U2V2.U'V + UV' - \frac{3}{x}UV = 2x^{-2}U^2V^2.UV+U(V3xV)=2x2U2V2.U'V + U\left(V' - \frac{3}{x}V\right) = 2x^{-2}U^2V^2.{V3xV=0UV=2x2U2V2(2)\left\{ \begin{array}{c} V' - \frac{3}{x}V = 0 \\ U'V = 2x^{-2}U^2V^2 \end{array} \right. \quad (2)


4. Let's solve the first differential equation of the system (2):


V3xV=0.V' - \frac{3}{x}V = 0.dVdx=3xV.\frac{dV}{dx} = \frac{3}{x}V.dVV=3xdx,V0\frac{dV}{V} = \frac{3}{x}dx, \quad V \neq 0dVV=3xdx.\int \frac{dV}{V} = \int \frac{3}{x}dx.lnV=3lnx+C.\ln|V| = 3\ln|x| + C.V=Cx3.V = Cx^3.


Put C=1C = 1 , then


V=x3.V = x^3.


5. Let's solve the second differential equation of the system (2):


UV=2x2U2V2U=2x2U2VU=2x2U2x3U=2xU2.U'V = 2x^{-2}U^2V^2 \Rightarrow U' = 2x^{-2}U^2V \Rightarrow U' = 2x^{-2}U^2x^3 \Rightarrow U' = 2xU^2.


Then


dUU2=2xdx,U0dUU2=2xdx1U=x2+CU=1x2+C\frac{dU}{U^2} = 2xdx, \quad U \neq 0 \Rightarrow \int \frac{dU}{U^2} = \int 2xdx \Rightarrow -\frac{1}{U} = x^2 + C \Rightarrow U = -\frac{1}{x^2 + C}


6. The general solution of the differential equation (1):


y=UV=(1x2+C)x3=x3x2+C.y = UV = \left(-\frac{1}{x^2 + C}\right)x^3 = -\frac{x^3}{x^2 + C}.


If U=0U = 0 or V=0V = 0 then y=0y = 0 is the special solution of the differential equation (1).

Method 2

The equation (1) is homogeneous first-order differential equation because 3λyλx=3yx\frac{3\lambda y}{\lambda x} = \frac{3y}{x} and


2(λy)2(λx)2=2y2x2.2 \frac {(\lambda y) ^ {2}}{(\lambda x) ^ {2}} = 2 \frac {y ^ {2}}{x ^ {2}}.


1. Let's make the substitution y=uxy = ux, where uu is a new variable,

2. then y=(ux)=ux+uy' = (ux)' = u'x + u.

3. Let's put the substitution into the differential equation (1):


ux+u3u=2u2,u ^ {\prime} x + u - 3 u = 2 u ^ {2},xdudx=2u2+2u,x \frac {d u}{d x} = 2 u ^ {2} + 2 u,xdudx=2u(u+1),x \frac {d u}{d x} = 2 u (u + 1),duu(u+1)=2dxx,u0,u1\frac {d u}{u (u + 1)} = 2 \frac {d x}{x}, u \neq 0, u \neq - 1(1u1u+1)du=2dxx,\left(\frac {1}{u} - \frac {1}{u + 1}\right) d u = 2 \frac {d x}{x},(1u1u+1)du=2dxx,\int \left(\frac {1}{u} - \frac {1}{u + 1}\right) d u = 2 \int \frac {d x}{x},lnulnu+1=2lnx+lnC1,\ln | u | - \ln | u + 1 | = 2 \ln x + \ln | C _ {1} |,lnuu+1=lnC1x2\ln \frac {| u |}{| u + 1 |} = \ln | C _ {1} | x ^ {2}uu+1=C2x2,\frac {u}{u + 1} = C _ {2} x ^ {2},u+1u+11u+1=C2x2,\frac {u + 1}{u + 1} - \frac {1}{u + 1} = C _ {2} x ^ {2},1u+1=1C2x2,\frac {1}{u + 1} = 1 - C _ {2} x ^ {2},u+1=11C2x2u + 1 = \frac {1}{1 - C _ {2} x ^ {2}}u=11C2x21u = \frac {1}{1 - C _ {2} x ^ {2}} - 1u=11+C2x21C2x2,u = \frac {1 - 1 + C _ {2} x ^ {2}}{1 - C _ {2} x ^ {2}},u=x2x21C2.u = - \frac {x ^ {2}}{x ^ {2} - \frac {1}{C _ {2}}}.


4. The general solution of the differential equation (1):


yx=x2x2+C,\frac {y}{x} = - \frac {x ^ {2}}{x ^ {2} + C},y=x3x2+C.y = - \frac {x ^ {3}}{x ^ {2} + C}.


If u=0u = 0 , then y=0y = 0 is the special solution of the differential equation (1).

If u=1u = -1 , then y=xy = -x is a solution of the differential equation (1) which is a particular case of (3) if we put C=0C = 0 .

Answer:

y=x3x2+Cy = -\frac{x^3}{x^2 + C} is the general solution;

y=0y = 0 is the special solution.

Answer provided by https://www.AssignmentExpert.com

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS