The Art of the Flip
Mastering Non-Linear Differential Equations
Differential equations are often like locked doors in a labyrinth. Sometimes, the key is right in front of you, but you are looking at the door from the wrong angle.
In this problem, we are given the equation (y2−x)dxdy=1. If you try to force this into the standard form dxdy+P(x)y=Q(x), you will quickly find yourself in a mathematical dead-end.
The equation is non-linear in y, and there is no obvious way to proceed.
Phase 1
The Strategic Pivot
This is where the "JEE mindset" comes into play. When a differential equation looks like a tangled knot, stop and ask: What if I change my perspective?
Instead of treating y as the dependent variable, let us treat x as the dependent variable and y as the independent one. By flipping the derivative, we get:
Suddenly, the equation breathes. Rearranging this gives us:
This is a classic Linear Differential Equation (LDE) in x!
Phase 2
The Integrating Factor
Now that we have the standard form dydx+P(y)x=Q(y), where P(y)=1 and Q(y)=y2, the path forward is illuminated.
We need the Integrating Factor (I.F.), which acts as a multiplier to make the left side of our equation a perfect derivative. The formula is:
Since P(y)=1, our I.F. is simply:
It is elegant, simple, and powerful.
Phase 3
The Integration Challenge
With our I.F. in hand, the general solution is given by x⋅(I.F.)=∫Q(y)⋅(I.F.)dy+C. Substituting our values, we get:
Now, we face the integral ∫y2eydy. This requires Integration by Parts.
Applying the formula ∫udv=uv−∫vdu with u=y2 and dv=eydy, we get y2ey−∫2yeydy.
We must apply the rule again to the remaining integral ∫2yeydy, which yields 2yey−2ey. Combining these, we find the integral is (y2−2y+2)ey.
Phase 4
The Anchor of Initial Conditions
We now have the general solution:
But we are not done. We have a specific curve that satisfies y(0)=1. This means when x=0, y=1.
Plugging these into our equation:
Simplifying this gives 0=1+eC, which leads us directly to C=−e. Our particular solution is now locked in:
Phase 5
The Final Intercept
Finally, the problem asks for the abscissa of the point where the curve intersects the x-axis. As we know, the x-axis is the set of all points where y=0.
Substituting y=0 into our particular solution, we get:
This simplifies to x=2−e.
And there it is! The curve intersects the x-axis at 2−e. You have successfully navigated the labyrinth. Keep this "flip" strategy in your toolkit—it is a powerful weapon for your JEE Advanced journey.