Question:medium

Let $y = y(x)$ be a solution curve of the differential equation $$(1 - x^2 y)\,dx = y\,dx + x\,dy.$$ If the line $x = 1$ intersects the curve $y = y(x)$ at $y = 2$ and the line $x = 2$ intersects the curve $y = y(x)$ at $y = \alpha$, then a value of $\alpha$ is:

Show Hint

Ensure proper manipulation and integration of the differential equations by separating variables when necessary. Always verify boundary conditions for determining constants.
Updated On: Mar 25, 2026
  • \( \frac{1 - 3e^2}{3(e^{2} - 1)} \)
  • \( \frac{1 - 3e^2}{2(e^{2} - 1)} \)
  • \( \frac{3e^2}{2(e^{2} - 1)} \)
  • \( \frac{3e^2}{3(e^{2} - 1)} \)
Show Solution

The Correct Option is B

Solution and Explanation

To solve this problem, we need to find a solution for the differential equation and then use the given conditions to determine the value of \(\alpha\).

The given differential equation is:

\((1 - x^2 y)\,dx = y\,dx + x\,dy.\)

First, simplify and rearrange the equation to:

\((1 - x^2 y - y)dx = x\,dy.\)

Which simplifies to:

\((1 - y - x^2 y)dx = x\,dy.\)

Separate the variables:

\(\frac{(1-y)}{x} \, dx = y \, dy.\)

Integrate both sides:

Left side: \(\int \frac{1-y}{x} \, dx = \int \left( \frac{1}{x} - \frac{y}{x} \right) dx = \ln|x| - y \ln|x|.\)

Right side: \(\int y \, dy = \frac{y^2}{2}.\)

Combine the integrals:

\(\ln|x| - y \ln|x| = \frac{y^2}{2} + C.\)

Using the initial condition \((x=1, y=2)\), substitute to find \(C:\)

\(\ln|1| - 2\ln|1| = \frac{4}{2} + C \Rightarrow 0 = 2 + C \Rightarrow C = -2.\)

Thus, the equation is:

\(\ln|x| - y \ln|x| = \frac{y^2}{2} - 2.\)

For the second condition when \(x=2\) and \(y=\alpha:\)

\(\ln|2| - \alpha \ln|2| = \frac{\alpha^2}{2} - 2.\)

From the rearrangement and solving for \(\alpha\), this gives us the value:

\(\alpha = \frac{1 - 3e^2}{2(e^2 - 1)}.\)

Was this answer helpful?
0