The Art of the Perspective Shift
Welcome, fellow traveler on the JEE journey. Today, we are going to tackle a differential equation that, at first glance, might make your heart skip a beat. The equation is ((tan−1y)−x)dy=(1+y2)dx.
It looks like a tangled knot, doesn't it? If you try to force it into the standard dxdy form, you will find yourself staring at a non-linear nightmare involving tan−1y.
But here is the secret: in mathematics, as in life, when the path ahead is blocked, sometimes the best solution is to change your perspective. Instead of asking how y changes with x, let us ask how x changes with y. By rearranging our equation to solve for dydx, we unlock a hidden, elegant structure.
Unveiling the Linear Form
Let us perform the division by (1+y2)dy. The equation transforms into:
With a little algebraic housekeeping, we can write this as:
Suddenly, the fog clears. This is a classic Linear Differential Equation of the form dydx+P(y)x=Q(y). Here, our P(y) is 1+y21 and our Q(y) is 1+y2tan−1y.
The Magic of the Integrating Factor
Now, we reach for our most powerful tool: the Integrating Factor (I.F.). The formula is I.F.=e∫P(y)dy. Substituting our P(y), we get:
This is the magic key that will allow us to collapse the left side of our differential equation into a single derivative. The general solution is given by x⋅(I.F.)=∫Q(y)⋅(I.F.)dy+C.
Plugging in our values, we get:
x⋅etan−1y=∫1+y2tan−1y⋅etan−1ydy+C
The Elegance of Substitution
Do not let the right-hand integral intimidate you. Look closely at the integrand: 1+y2tan−1yetan−1y. Notice that tan−1y and its derivative 1+y21 are both present.
This is a signal to use substitution. Let t=tan−1y, which implies dt=1+y21dy. The integral simplifies to ∫tetdt.
Using Integration by Parts, where we treat t as the first function and et as the second, we get:
Substituting back, we find the integral is (tan−1y−1)etan−1y.
The Final Stretch
We are almost there! Our general solution is:
x⋅etan−1y=(tan−1y−1)etan−1y+C
We are given that the curve passes through (1,0). Substituting x=1 and y=0, we get 1⋅e0=(0−1)e0+C, which simplifies to 1=−1+C, giving us C=2.
The specific solution is:
x⋅etan−1y=(tan−1y−1)etan−1y+2
The question asks for the abscissa when y=tan(1). Since tan−1(tan(1))=1, we substitute this into our equation:
This simplifies to x⋅e=2, or x=e2. You have navigated the complexity and arrived at the truth.