Analyzing the Setup
Imagine you are standing on a landscape defined by a curve y(x). You are given a rule for how this curve behaves:
At first glance, this equation feels like a knot. The dy and dx are tangled with x and y in a way that defies simple separation. But in the world of JEE Advanced, we don't fear the tangle; we unravel it.
The Standard Form
Our first mission is to bring order to chaos. By rearranging the terms, we isolate the derivative:
With a little algebraic finesse, we rewrite this as:
dxdy+1+x21y=1+x2tan−1x
Suddenly, the fog lifts. This is the classic linear differential equation form: dxdy+P(x)y=Q(x). Here, P(x)=1+x21 and Q(x)=1+x2tan−1x.
The Magic Multiplier
Now, we invoke the Integrating Factor (IF). Think of the IF as a magical multiplier that transforms the left side of our equation into the derivative of a product. The formula is:
Since ∫1+x21dx=tan−1x, our IF is simply etan−1x. When we multiply our entire equation by this factor, the left side becomes the derivative of y⋅etan−1x.
The Integral Challenge
Now we face the right side:
∫Q(x)⋅IFdx=∫1+x2tan−1xetan−1xdx
This looks intimidating, but look closely at the structure. We have tan−1x and its derivative 1+x21 sitting right next to each other. This is a perfect setup for substitution.
Let t=tan−1x, then dt=1+x21dx. The integral transforms into ∫tetdt. This is a classic integration by parts problem. Using ∫udv=uv−∫vdu with u=t and dv=etdt, we get tet−et=et(t−1).
The Final Stretch
We are almost home. Substituting t=tan−1x back, we get:
y⋅etan−1x=etan−1x(tan−1x−1)+C
Dividing by etan−1x, we find the general solution:
We are given the initial condition y(0)=1. Plugging in x=0 and y=1, we find 1=0−1+C(1), which means C=2.
Our specific curve is y(x)=tan−1x−1+2e−tan−1x. Finally, to find y(1), we substitute x=1:
y(1)=tan−1(1)−1+2e−tan−1(1)=4π−1+2e−π/4
The beauty of this result lies in its simplicity. We started with a tangled mess and ended with a precise value. Keep practicing this method; it is a cornerstone of calculus that will serve you well in the exam.