The general solution of the differential equation (x−y2)dx+y(5x+y2)dy=0 is :
Options
Solution
Key Concepts and Formulas
Homogeneous Differential Equations: A differential equation of the form dxdy=f(x,y) is homogeneous if f(x,y) can be written as a function of xy, i.e., f(x,y)=g(xy). The substitution y=vx transforms it into a separable equation.
Exact Differential Equations: An equation of the form M(x,y)dx+N(x,y)dy=0 is exact if ∂y∂M=∂x∂N. The solution is given by ∫Mdx+∫(terms in N not containing x)dy=C.
Integrating Factors: If a differential equation M(x,y)dx+N(x,y)dy=0 is not exact, we can sometimes find an integrating factor μ(x,y) such that μ(x,y)M(x,y)dx+μ(x,y)N(x,y)dy=0 is exact.
Step-by-Step Solution
Step 1: Rewrite the given differential equation
We are given the differential equation
(x−y2)dx+y(5x+y2)dy=0
Rewrite it as:
(x−y2)dx+(5xy+y3)dy=0
Step 2: Check for exactness
Let M(x,y)=x−y2 and N(x,y)=5xy+y3.
Then, ∂y∂M=−2y and ∂x∂N=5y.
Since ∂y∂M=∂x∂N, the equation is not exact.
Step 3: Attempt a substitution to simplify
Notice the presence of y2 terms. Let y2=v. Then, 2ydy=dv, so ydy=21dv. Substituting into the original equation gives:
(x−v)dx+(5x+v)21dv=02(x−v)dx+(5x+v)dv=02xdx−2vdx+5xdv+vdv=02xdx+vdv+5xdv−2vdx=02xdx+vdv+(5x−2v)dv=02xdx+vdv=(2v−5x)dv
This form doesn't immediately suggest a simple solution.
Step 4: Rearrange the original equation to a suitable form
Rewrite the original equation as:
dydx=−x−y2y(5x+y2)dydx=y2−x5xy+y3
Step 5: Try a different approach: look for a homogeneous form after rearrangement
Let's rearrange the original equation as follows:
(x−y2)dx+(5xy+y3)dy=0(5xy+y3)dy=(y2−x)dxdxdy=5xy+y3y2−x
This form doesn't appear to be directly solvable as a homogeneous equation.
Step 6: Try to find an integrating factor dependent on x or y
Let's go back to the equation (x−y2)dx+(5xy+y3)dy=0.
We have M=x−y2 and N=5xy+y3.
∂y∂M=−2y and ∂x∂N=5y.
So, N∂y∂M−∂x∂N=5xy+y3−2y−5y=y(5x+y2)−7y=5x+y2−7. This is not a function of x only.
And, M∂x∂N−∂y∂M=x−y25y−(−2y)=x−y27y. This is not a function of y only.
Step 7: Try the substitution x=vy2
Let x=vy2. Then dx=y2dv+2vydy. Substituting this into the original equation, we get:
(vy2−y2)(y2dv+2vydy)+y(5vy2+y2)dy=0y2(v−1)(y2dv+2vydy)+y3(5v+1)dy=0y4(v−1)dv+2vy3(v−1)dy+y3(5v+1)dy=0
Divide by y3:
y(v−1)dv+[2v(v−1)+(5v+1)]dy=0y(v−1)dv+(2v2−2v+5v+1)dy=0y(v−1)dv+(2v2+3v+1)dy=0y(v−1)dv+(2v+1)(v+1)dy=0−v−1(2v+1)(v+1)dv=ydy(2v+1)(v+1)v−1dv=−ydy
Now, we need to decompose the fraction:
(2v+1)(v+1)v−1=2v+1A+v+1Bv−1=A(v+1)+B(2v+1)
If v=−1, then −2=−B, so B=2.
If v=−21, then −23=A(21), so A=−3.
Therefore,
(2v+1)(v+1)v−1=2v+1−3+v+12
So our integral becomes
∫(2v+1−3+v+12)dv=−∫ydy−23ln∣2v+1∣+2ln∣v+1∣=−ln∣y∣+lnC2ln∣v+1∣−23ln∣2v+1∣=lnyCln(v+1)2−ln(2v+1)3/2=lnyCln(2v+1)3/2(v+1)2=lnyC(2v+1)3(v+1)4=y2C2
Let C2=C1. Then y2(v+1)4=C1(2v+1)3.
Since v=y2x, we have
y2(y2x+1)4=C1(y22x+1)3y2(y2x+y2)4=C1(y22x+y2)3y6(x+y2)4=C1y6(2x+y2)3(x+y2)4=C1(2x+y2)3(y2+x)4=C1∣(y2+2x)3∣(y2+x)4=C∣(y2+2x)3∣
Common Mistakes & Tips
Don't give up easily! Differential equations can be tricky. Try different substitutions and rearrangements.
Remember to check for exactness before applying other methods.
When integrating, don't forget the constant of integration.
Summary
The given differential equation was not immediately solvable. By substituting x=vy2, we transformed the equation into a separable form. After integrating and simplifying, we obtained the general solution (y2+x)4=C∣(y2+2x)3∣.
Final Answer
The final answer is \boxed{\left(y^{2}+x\right)^{4}=\mathrm{C}\left|\left(y^{2}+2 x\right)^{3}\right|}, which corresponds to option (A).