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

Question

If a curve y=f(x)y=f(x) passes through the point (1,1)(1,-1) and satisfies the differential equation, y(1+xy)dx=xy(1+xy) dx=x dydy, then f(12)f\left( { - {1 \over 2}} \right) is equal to :

Options

Solution

Key Concepts and Formulas

  • Exact Differential Equations: An equation of the form M(x,y)dx+N(x,y)dy=0M(x, y)dx + N(x, y)dy = 0 is exact if My=Nx\frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}. The solution is given by Mdx+(terms in N not containing x)dy=C\int M dx + \int (\text{terms in N not containing x}) dy = C.
  • Differential of a Quotient: d(uv)=vduudvv2d\left(\frac{u}{v}\right) = \frac{v \, du - u \, dv}{v^2}. In particular, d(xy)=ydxxdyy2d\left(\frac{x}{y}\right) = \frac{y \, dx - x \, dy}{y^2} and d(yx)=xdyydxx2d\left(\frac{y}{x}\right) = \frac{x \, dy - y \, dx}{x^2}.
  • Integration: xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C, where n1n \neq -1.

Step-by-Step Solution

Step 1: Rearrange the Differential Equation

We are given the differential equation y(1+xy)dx=xdyy(1+xy) dx = x \, dy. Our goal is to rearrange this equation to a form that resembles a known exact differential or can be easily integrated.

Expanding the left side, we get: ydx+xy2dx=xdyy \, dx + xy^2 \, dx = x \, dy

Now, we want to isolate terms involving xdyx \, dy and ydxy \, dx on one side. Rearranging the terms: xy2dx=xdyydxxy^2 \, dx = x \, dy - y \, dx Explanation: The rearrangement aims to group the xdyx \, dy and ydxy \, dx terms together as it suggests the possibility of forming a differential of a quotient.

Step 2: Transform into a Standard Exact Differential Form

We have xy2dx=xdyydxxy^2 \, dx = x \, dy - y \, dx. We want to manipulate this equation to resemble d(xy)=ydxxdyy2d\left(\frac{x}{y}\right) = \frac{y \, dx - x \, dy}{y^2}. Notice that the right-hand side is the negative of the numerator of d(xy)d\left(\frac{x}{y}\right).

To get the y2y^2 term in the denominator on the right-hand side, we divide the entire equation by y2y^2: xy2dxy2=xdyydxy2\frac{xy^2 \, dx}{y^2} = \frac{x \, dy - y \, dx}{y^2}

Simplifying the left side: xdx=xdyydxy2x \, dx = \frac{x \, dy - y \, dx}{y^2}

Now, we can rewrite the right-hand side using the differential of a quotient: xdx=(ydxxdyy2)=d(xy)x \, dx = -\left(\frac{y \, dx - x \, dy}{y^2}\right) = -d\left(\frac{x}{y}\right)

So, our differential equation becomes: xdx=d(xy)x \, dx = -d\left(\frac{x}{y}\right) Explanation: Dividing by y2y^2 and recognizing the differential of the quotient is a key step. The correct identification of the negative sign is crucial for the subsequent integration.

Step 3: Integrate Both Sides

Now that the equation is in a separable form, we can integrate both sides: xdx=d(xy)\int x \, dx = \int -d\left(\frac{x}{y}\right)

Performing the integration: x22=xy+C\frac{x^2}{2} = -\frac{x}{y} + C Explanation: Integrating both sides leads to a general solution involving an arbitrary constant of integration, CC.

Step 4: Use the Initial Condition to Find the Constant C

The problem states that the curve passes through the point (1,1)(1, -1). We substitute x=1x=1 and y=1y=-1 into our general solution to find the value of CC: (1)22=11+C\frac{(1)^2}{2} = -\frac{1}{-1} + C 12=1+C\frac{1}{2} = 1 + C

Solving for CC: C=121C = \frac{1}{2} - 1 C=12C = -\frac{1}{2} Explanation: Using the initial condition, we can determine the specific solution to the differential equation.

Step 5: Express y as a Function of x (f(x)f(x))

Substitute the value of C=12C = -\frac{1}{2} back into our general solution: x22=xy12\frac{x^2}{2} = -\frac{x}{y} - \frac{1}{2}

Isolating the term with yy: xy=x2212\frac{x}{y} = -\frac{x^2}{2} - \frac{1}{2}

Combining the terms on the right side: xy=x2+12\frac{x}{y} = -\frac{x^2+1}{2}

Taking the reciprocal of both sides: yx=2x2+1\frac{y}{x} = -\frac{2}{x^2+1}

Finally, multiply both sides by xx to get yy in terms of xx: y=2xx2+1y = -\frac{2x}{x^2+1} So, the function is f(x)=2xx2+1f(x) = -\frac{2x}{x^2+1}. Explanation: Algebraic manipulation is used to isolate yy and obtain the function f(x)f(x).

Step 6: Calculate f(12)f\left(-\frac{1}{2}\right)

The question asks for the value of f(x)f(x) when x=12x = -\frac{1}{2}. We substitute this value into our derived function f(x)f(x): f(12)=2(12)(12)2+1f\left(-\frac{1}{2}\right) = -\frac{2\left(-\frac{1}{2}\right)}{\left(-\frac{1}{2}\right)^2+1}

Simplify the expression: f(12)=114+1f\left(-\frac{1}{2}\right) = -\frac{-1}{\frac{1}{4}+1} f(12)=114+44f\left(-\frac{1}{2}\right) = \frac{1}{\frac{1}{4}+\frac{4}{4}} f(12)=154f\left(-\frac{1}{2}\right) = \frac{1}{\frac{5}{4}} f(12)=45f\left(-\frac{1}{2}\right) = \frac{4}{5} Explanation: Finally, we evaluate the function f(x)f(x) at x=12x = -\frac{1}{2} to obtain the answer.

Common Mistakes & Tips

  • Sign Errors: Pay close attention to the negative signs, especially when manipulating the differential equation and integrating.
  • Constant of Integration: Always remember to add the constant of integration, CC, after integrating.
  • Algebraic Mistakes: Be careful with algebraic manipulations when isolating yy and evaluating f(x)f(x).

Summary

We solved the given differential equation by rearranging it into an exact differential form, specifically related to the differential of a quotient. After integrating both sides and using the initial condition to find the constant of integration, we obtained the function f(x)f(x). Finally, we evaluated f(12)f\left(-\frac{1}{2}\right) to get the desired result.

The final answer is \boxed{\frac{4}{5}}, which corresponds to option (B).

Practice More Differential Equations Questions

View All Questions