Analyzing the Setup
Imagine you are standing in the middle of a JEE Advanced exam, staring at the differential equation (y2−x)dxdy=1. At first glance, it looks like a nightmare.
You might try to separate the variables, but the y2 term is locked in a struggle with the x term. You might try to see if it is homogeneous, but it is not.
This is the moment where most students panic. But you are going to take a breath, look at the structure, and realize that sometimes, the best way to move forward is to change your perspective.
The Reciprocal Trick
Look at the equation again: (y2−x)dxdy=1. If we try to solve for dxdy, we get:
This is messy. But what if we flip the script? What if we treat x as the dependent variable and y as the independent variable?
By taking the reciprocal, we get dydx=y2−x. Suddenly, the equation transforms. By moving the x term to the left, we get:
This is a classic linear differential equation in the form dydx+P(y)x=Q(y), where P(y)=1 and Q(y)=y2. The panic fades, and the path becomes clear.
The Integrating Factor
Now that we have our linear form, we need our secret weapon: the Integrating Factor (I.F.). The formula is:
Since P(y)=1, our I.F. is simply e∫1dy=ey. This is the magic multiplier.
When we multiply our entire equation by ey, the left side becomes the derivative of the product of x and the I.F. That is:
This is the beauty of the I.F. method; it turns a differential equation into a simple integration problem.
The Dance of Integration
Now we integrate both sides:
The integral ∫y2eydy is a classic case for Integration by Parts. We use the ILATE rule, choosing u=y2 and dv=eydy.
The first pass gives us y2ey−∫2yeydy. We are not done yet! We apply Integration by Parts again to ∫2yeydy, which yields 2yey−2ey.
Combining these, we get xey=y2ey−2yey+2ey+C. Dividing by ey, we find the general solution:
The Final Reveal
We are almost at the finish line. We have the general solution, but we need the specific curve that satisfies y(0)=1.
Substituting x=0 and y=1 into our equation, we get 0=12−2(1)+2+Ce−1, which simplifies to 0=1+Ce−1. This tells us that C=−e.
Our specific solution is x=y2−2y+2−e1−y. The question asks for the x-intercept, which occurs when y=0.
Plugging y=0 into our equation, we get x=02−2(0)+2−e1−0, which simplifies to x=2−e.
And there it is! The abscissa of the intersection point is 2−e. You have navigated the complexity, applied the right tools, and arrived at the truth.