Analyzing the Setup
The given differential equation is:
(xlogx)dxdy+y=2xlogx
At first glance, it looks intimidating. But in the world of JEE Advanced, intimidation is just a mask for structure.
Phase 1
The Quest for Standard Form
Every Linear Differential Equation (LDE) has a 'home.' That home is the standard form:
dxdy+P(x)y=Q(x)
Our equation is currently wearing a disguise. The term (xlogx) is clinging to the dxdy like a stubborn barnacle.
To reveal the true nature of the equation, we must isolate the derivative. We divide the entire equation by (xlogx).
Suddenly, the fog clears. We are left with:
dxdy+xlogx1y=2
Now, we can clearly see our P(x)=xlogx1 and our Q(x)=2. The machine is starting to make sense.
Phase 2
The Magic of the Integrating Factor
How do we solve this? We need a bridge. In the realm of LDEs, that bridge is the Integrating Factor (I.F.).
It is defined as:
I.F.=e∫P(x)dx
Let us calculate this. We need to integrate ∫xlogx1dx.
Look at the denominator. We have logx, and sitting right next to it is its derivative, x1. This is a gift from the mathematical gods.
By substituting u=logx, the integral transforms into ∫u1du, which is simply log(u). Substituting back, we get log(logx).
Now, the I.F. becomes:
I.F.=elog(logx)=logx
Because the exponential and logarithmic functions are inverse operations, they cancel out, leaving us with a beautifully simple I.F.=logx.
Phase 3
The General Solution
With our I.F. in hand, the general solution is just a formula away:
y⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C
Substituting our values, we get:
ylogx=∫2logxdx+C
Integrating
logx is a classic integration-by-parts exercise, yielding
xlogx−x. Thus, our general solution is:
ylogx=2(xlogx−x)+C
Phase 4
The Hidden Clue
We have a constant C, but no initial condition. Or do we? JEE problems are rarely incomplete; they are often just subtle.
The problem specifies x≥1. If we test the boundary x=1 in the original equation, the term (xlogx) becomes (1⋅0)=0.
The derivative vanishes! We are left with y(1)=0. This is our hidden key.
Plugging
x=1 and
y=0 into our general solution:
0⋅log1=2(1log1−1)+C
Since log1=0, we get 0=2(0−1)+C, which simplifies to C=2.
The Final Victory
We have our specific solution:
ylogx=2xlogx−2x+2
The question asks for
y(e). We substitute
x=e. Since
loge=1, the equation becomes:
y(e)⋅1=2e(1)−2e+2
The 2e terms cancel out with poetic precision, leaving us with y(e)=2.
We have successfully decoded the machine. Remember, in mathematics, the complexity is often just a test of your patience. Keep your eyes open for the hidden clues, and the solution will always reveal itself.