Analyzing the Setup
Welcome, fellow traveler of the mathematical realm. Today, we are not just solving a problem; we are embarking on a journey through the elegant architecture of linear differential equations.
When you first look at the equation xlogexdxdy+y=x2logex, it might seem like a chaotic jumble of variables. In the world of JEE Advanced, chaos is just order waiting to be discovered.
Phase 1
The Art of Standardization
Every great journey begins with preparation. Our differential equation is currently cluttered with a coefficient xlogex sitting in front of dxdy.
To solve this, we must bring the equation into the
Standard Form of a linear differential equation:
dxdy+P(x)y=Q(x)
By dividing the entire equation by
xlogex, we perform a surgical strike on the complexity. The equation transforms into:
dxdy+xlogex1y=x
Suddenly, the fog lifts. We can clearly identify our components: P(x)=xlogex1 and Q(x)=x.
Phase 2
The Magic of the Integrating Factor
Now, we introduce the most powerful tool in our arsenal: the Integrating Factor (
I.F.). The formula is defined as:
I.F.=e∫P(x)dx
When we plug in our P(x), we get e∫xlogex1dx. If we use the substitution u=logex, then du=x1dx.
The integral becomes ∫u1du, which is simply logeu. Substituting back, we get loge(logex).
Now, the beauty of the exponential function kicks in. We have
eloge(logex). Because
e and
loge are inverse functions, they cancel each other out, leaving us with a beautifully simple
I.F.:
I.F.=logex
Phase 3
The Dance of Integration by Parts
With our
I.F. in hand, the general solution is within our grasp:
y⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C
Substituting our values, we get ylogex=∫xlogexdx+C. Now, we must tackle the integral on the right using the ILATE rule, setting u=logex and dv=xdx.
Applying the integration by parts formula
∫udv=uv−∫vdu, we get:
∫xlogexdx=2x2logex−∫2x2⋅x1dx
Simplifying this, we get
2x2logex−21∫xdx, which results in:
∫xlogexdx=2x2logex−4x2
Phase 4
The Final Reveal
Our general solution is:
ylogex=2x2logex−4x2+C
We are given the condition
y(2)=2. By substituting
x=2 and
y=2, we find:
2loge2=24loge2−44+C
The 2loge2 terms cancel out, leaving us with 0=−1+C, which means C=1.
Finally, we find
y(e). Plugging
x=e into our particular solution and knowing that
logee=1:
y(1)=2e2(1)−4e2+1
This simplifies to our final answer:
y=4e2+4