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

Question

Let y=y(x)y=y(x) be a solution curve of the differential equation. (1x2y2)dx=ydx+xdy\left(1-x^{2} y^{2}\right) d x=y d x+x d y. If the line x=1x=1 intersects the curve y=y(x)y=y(x) at y=2y=2 and the line x=2x=2 intersects the curve y=y(x)y=y(x) at y=αy=\alpha, then a value of α\alpha is :

Options

Solution

Key Concepts and Formulas

  • Exact Differential: Recognizing and utilizing the differential of a product: d(xy)=ydx+xdyd(xy) = y\,dx + x\,dy.
  • Standard Integral: du1u2=12log1+u1u+C\int \frac{du}{1-u^2} = \frac{1}{2} \log \left|\frac{1+u}{1-u}\right| + C.
  • Logarithm Properties: alog(x)=log(xa)a \log(x) = \log(x^a) and log(a)+log(b)=log(ab)\log(a) + \log(b) = \log(ab)

Step-by-Step Solution

Step 1: Transforming the Differential Equation

We are given the differential equation: (1x2y2)dx=ydx+xdy(1-x^2y^2)dx = ydx + xdy

Our goal is to rewrite the equation in a form that can be easily integrated. We recognize that ydx+xdy=d(xy)ydx + xdy = d(xy). Substituting this into the equation, we get: (1(xy)2)dx=d(xy)(1-(xy)^2)dx = d(xy) Now, we separate variables: dx=d(xy)1(xy)2dx = \frac{d(xy)}{1-(xy)^2}

Step 2: Integrating Both Sides

Integrating both sides of the equation: dx=d(xy)1(xy)2\int dx = \int \frac{d(xy)}{1-(xy)^2} Let u=xyu = xy, so du=d(xy)du = d(xy). The integral becomes: dx=du1u2\int dx = \int \frac{du}{1-u^2} Integrating both sides: x=12log1+u1u+Cx = \frac{1}{2} \log \left|\frac{1+u}{1-u}\right| + C Substituting back u=xyu = xy: x=12log1+xy1xy+Cx = \frac{1}{2} \log \left|\frac{1+xy}{1-xy}\right| + C

Step 3: Applying the Initial Condition

We are given that when x=1x=1, y=2y=2. We use this information to find the constant of integration, CC. Substituting x=1x=1 and y=2y=2 into the general solution: 1=12log1+(1)(2)1(1)(2)+C1 = \frac{1}{2} \log \left|\frac{1+(1)(2)}{1-(1)(2)}\right| + C 1=12log31+C1 = \frac{1}{2} \log \left|\frac{3}{-1}\right| + C 1=12log(3)+C1 = \frac{1}{2} \log(3) + C Solving for CC: C=112log(3)C = 1 - \frac{1}{2} \log(3)

Step 4: Finding the Particular Solution and Solving for xy

Substitute the value of CC back into the general solution: x=12log1+xy1xy+112log(3)x = \frac{1}{2} \log \left|\frac{1+xy}{1-xy}\right| + 1 - \frac{1}{2} \log(3) Rearrange the equation: x1+12log(3)=12log1+xy1xyx - 1 + \frac{1}{2} \log(3) = \frac{1}{2} \log \left|\frac{1+xy}{1-xy}\right| Multiply by 2: 2(x1)+log(3)=log1+xy1xy2(x-1) + \log(3) = \log \left|\frac{1+xy}{1-xy}\right| Using logarithm properties: log(e2(x1))+log(3)=log1+xy1xy\log(e^{2(x-1)}) + \log(3) = \log \left|\frac{1+xy}{1-xy}\right| log(3e2(x1))=log1+xy1xy\log(3e^{2(x-1)}) = \log \left|\frac{1+xy}{1-xy}\right| Exponentiating both sides: 3e2(x1)=1+xy1xy3e^{2(x-1)} = \left|\frac{1+xy}{1-xy}\right|

When x=1x=1 and y=2y=2, 1+xy1xy=1+212=31=3<0\frac{1+xy}{1-xy} = \frac{1+2}{1-2} = \frac{3}{-1} = -3 < 0. Since the expression is negative at the initial condition, we have: 1+xy1xy=3e2(x1)\frac{1+xy}{1-xy} = -3e^{2(x-1)} 1+xy=3e2(x1)(1xy)1+xy = -3e^{2(x-1)}(1-xy) 1+xy=3e2(x1)+3e2(x1)xy1+xy = -3e^{2(x-1)} + 3e^{2(x-1)}xy xy3e2(x1)xy=3e2(x1)1xy - 3e^{2(x-1)}xy = -3e^{2(x-1)} - 1 xy(13e2(x1))=3e2(x1)1xy(1 - 3e^{2(x-1)}) = -3e^{2(x-1)} - 1 xy=3e2(x1)113e2(x1)=3e2(x1)+13e2(x1)1xy = \frac{-3e^{2(x-1)} - 1}{1 - 3e^{2(x-1)}} = \frac{3e^{2(x-1)} + 1}{3e^{2(x-1)} - 1}

Step 5: Finding the Value of α

We are given that when x=2x=2, y=αy=\alpha. Substitute x=2x=2 and y=αy=\alpha into the equation for xyxy: 2α=3e2(21)+13e2(21)1=3e2+13e212\alpha = \frac{3e^{2(2-1)} + 1}{3e^{2(2-1)} - 1} = \frac{3e^2 + 1}{3e^2 - 1} α=3e2+12(3e21)=1+3e22(3e21)\alpha = \frac{3e^2 + 1}{2(3e^2 - 1)} = \frac{1+3e^2}{2(3e^2-1)}

Common Mistakes & Tips

  • Sign Errors: Be careful with signs when manipulating the differential equation and when dealing with the absolute value in the logarithm.
  • Constant of Integration: Don't forget to include the constant of integration, CC, after integrating. It is crucial for finding the particular solution.
  • Logarithm Properties: Remember the properties of logarithms, as they are essential for simplifying the solution.

Summary

We solved the given differential equation by recognizing the exact differential d(xy)d(xy), separating variables, integrating, using the initial condition to find the constant of integration, and finally solving for yy in terms of xx. We then substituted x=2x=2 to find the value of α\alpha.

The final answer is \boxed{\frac{1+3 e^{2}}{2\left(3 e^{2}-1\right)}}, which corresponds to option (A).

Practice More Differential Equations Questions

View All Questions