Skip to main content
Back to Differential Equations
JEE Main 2023
Differential Equations
Differential Equations
Hard

Question

If dydx=xyx2+y2{{dy} \over {dx}} = {{xy} \over {{x^2} + {y^2}}}; y(1) = 1; then a value of x satisfying y(x) = e is :

Options

Solution

Key Concepts and Formulas

  • Homogeneous Differential Equation: A differential equation of the form dydx=f(x,y)\frac{dy}{dx} = f(x,y) is homogeneous if f(λx,λy)=f(x,y)f(\lambda x, \lambda y) = f(x,y) for any constant λ\lambda.
  • Substitution for Homogeneous Equations: To solve a homogeneous differential equation, use the substitution y=vxy = vx, which implies dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}.
  • Separable Differential Equations: A differential equation is separable if it can be written in the form g(y)dy=h(x)dxg(y)dy = h(x)dx.

Step-by-Step Solution

Step 1: Identify the Differential Equation as Homogeneous

The given differential equation is dydx=xyx2+y2\frac{dy}{dx} = \frac{xy}{x^2 + y^2} To confirm it is homogeneous, we test the function f(x,y)=xyx2+y2f(x,y) = \frac{xy}{x^2 + y^2}: f(λx,λy)=(λx)(λy)(λx)2+(λy)2=λ2xyλ2x2+λ2y2=λ2xyλ2(x2+y2)=xyx2+y2=f(x,y)f(\lambda x, \lambda y) = \frac{(\lambda x)(\lambda y)}{(\lambda x)^2 + (\lambda y)^2} = \frac{\lambda^2 xy}{\lambda^2 x^2 + \lambda^2 y^2} = \frac{\lambda^2 xy}{\lambda^2 (x^2 + y^2)} = \frac{xy}{x^2 + y^2} = f(x,y) Since f(λx,λy)=f(x,y)f(\lambda x, \lambda y) = f(x,y), the differential equation is homogeneous.

Step 2: Apply the Substitution y=vxy = vx

Let y=vxy = vx. Then dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}. Substituting these into the original equation, we get v+xdvdx=x(vx)x2+(vx)2=vx2x2+v2x2=vx2x2(1+v2)=v1+v2v + x\frac{dv}{dx} = \frac{x(vx)}{x^2 + (vx)^2} = \frac{vx^2}{x^2 + v^2x^2} = \frac{vx^2}{x^2(1 + v^2)} = \frac{v}{1 + v^2}

Step 3: Separate Variables

We now have v+xdvdx=v1+v2v + x\frac{dv}{dx} = \frac{v}{1 + v^2} Subtract vv from both sides: xdvdx=v1+v2v=vv(1+v2)1+v2=vvv31+v2=v31+v2x\frac{dv}{dx} = \frac{v}{1 + v^2} - v = \frac{v - v(1 + v^2)}{1 + v^2} = \frac{v - v - v^3}{1 + v^2} = \frac{-v^3}{1 + v^2} Separate the variables xx and vv: 1+v2v3dv=1xdx\frac{1 + v^2}{v^3} dv = -\frac{1}{x} dx

Step 4: Integrate Both Sides

Integrate both sides of the equation: 1+v2v3dv=1xdx\int \frac{1 + v^2}{v^3} dv = \int -\frac{1}{x} dx (1v3+1v)dv=1xdx\int \left(\frac{1}{v^3} + \frac{1}{v}\right) dv = -\int \frac{1}{x} dx (v3+v1)dv=1xdx\int (v^{-3} + v^{-1}) dv = -\int \frac{1}{x} dx v22+lnv=lnx+C\frac{v^{-2}}{-2} + \ln|v| = -\ln|x| + C 12v2+lnv=lnx+C-\frac{1}{2v^2} + \ln|v| = -\ln|x| + C

Step 5: Substitute Back v=yxv = \frac{y}{x}

Substitute v=yxv = \frac{y}{x} back into the equation: 12(yx)2+lnyx=lnx+C-\frac{1}{2(\frac{y}{x})^2} + \ln\left|\frac{y}{x}\right| = -\ln|x| + C x22y2+lnylnx=lnx+C-\frac{x^2}{2y^2} + \ln|y| - \ln|x| = -\ln|x| + C x22y2+lny=C-\frac{x^2}{2y^2} + \ln|y| = C Since y(1)=1y(1)=1, yy is positive. x22y2+lny=C-\frac{x^2}{2y^2} + \ln y = C

Step 6: Apply the Initial Condition y(1)=1y(1) = 1

Substitute x=1x = 1 and y=1y = 1 into the equation to find CC: 122(1)2+ln(1)=C-\frac{1^2}{2(1)^2} + \ln(1) = C 12+0=C-\frac{1}{2} + 0 = C C=12C = -\frac{1}{2} So the particular solution is x22y2+lny=12-\frac{x^2}{2y^2} + \ln y = -\frac{1}{2}

Step 7: Find xx when y=ey = e

Substitute y=ey = e into the particular solution: x22e2+lne=12-\frac{x^2}{2e^2} + \ln e = -\frac{1}{2} x22e2+1=12-\frac{x^2}{2e^2} + 1 = -\frac{1}{2} x22e2=32-\frac{x^2}{2e^2} = -\frac{3}{2} x22e2=32\frac{x^2}{2e^2} = \frac{3}{2} x2=3e2x^2 = 3e^2 x=3e2=e3x = \sqrt{3e^2} = e\sqrt{3}

Common Mistakes & Tips

  • Sign Errors: Be extremely careful with negative signs during integration and algebraic manipulations.
  • Logarithm Properties: Remember that ln(a/b)=ln(a)ln(b)\ln(a/b) = \ln(a) - \ln(b) and ln(e)=1\ln(e) = 1.
  • Substitution: Ensure you substitute back v=y/xv = y/x after integration to get the solution in terms of the original variables.

Summary

We identified the given differential equation as homogeneous and used the substitution y=vxy = vx to transform it into a separable equation. After integrating and applying the initial condition y(1)=1y(1) = 1, we obtained the particular solution. Finally, we substituted y=ey = e into the particular solution and solved for xx, finding x=e3x = e\sqrt{3}.

The final answer is \boxed{\sqrt 3 e}, which corresponds to option (D).

Practice More Differential Equations Questions

View All Questions