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)}.\)