Analyzing the Setup
My dear student, welcome to the arena of differential equations. Today, we are going to dismantle a problem that, at first glance, looks like a tangled mess of variables.
The equation is x(1−x2)dxdy+(3x2y−y−4x3)=0, with the condition y(2)=−2.
It looks intimidating, doesn't it? But remember, in JEE Advanced, the most complex-looking problems often yield to the most elegant, structured approaches. Let's peel back the layers together.
Phase 1
The Art of Rearrangement
Our first instinct is to organize. We see terms with y and terms without y. Let's group them.
By moving the terms containing
y to one side and the rest to the other, we get:
x(1−x2)dxdy+(3x2−1)y=4x3
This is the first victory. We have transformed a chaotic expression into a recognizable structure. Now, to see the true form, we must isolate the derivative dxdy by dividing the entire equation by x(1−x2).
This yields:
dxdy+x(1−x2)3x2−1y=x(1−x2)4x3
Notice how the right-hand side simplifies beautifully:
dxdy+x(1−x2)3x2−1y=1−x24x2
We have arrived at the standard form of a Linear Differential Equation: dxdy+P(x)y=Q(x).
Phase 2
The Integrating Factor
Now, we need the magic key: the Integrating Factor (I.F.). The formula is I.F.=e∫P(x)dx.
Here, P(x)=x(1−x2)3x2−1. Let's rewrite the denominator as x−x3, so P(x)=x−x33x2−1.
If we look closely, the numerator is almost the derivative of the denominator. Let u=x−x3, then du=(1−3x2)dx.
Our numerator is
−(1−3x2), so the integral becomes:
−∫u1du=−ln∣u∣=−ln∣x−x3∣
Thus, the I.F. is e−ln∣x−x3∣=∣x−x3∣1.
Since the problem implies
x>1, we know
x3>x, so
x−x3 is negative. We remove the absolute value by flipping the sign:
I.F.=x3−x1=x(x2−1)1
Phase 3
The Integration Dance
With the I.F. in hand, the general solution is y⋅(I.F.)=∫Q(x)⋅(I.F.)dx.
Substituting our values, we get:
y⋅x(x2−1)1=∫1−x24x2⋅x(x2−1)1dx
Let's simplify the integrand:
−(x2−1)4x2⋅x(x2−1)1=(x2−1)2−4x
Now, we integrate ∫(x2−1)2−4xdx. Let v=x2−1, so dv=2xdx.
The integral becomes:
−2∫v−2dv=−2(−1v−1)=v2=x2−12
Don't forget the constant
C! So, the general solution is:
x(x2−1)y=x2−12+C
Phase 4
The Final Reveal
We are almost there. We use the initial condition y(2)=−2 to find C.
Plugging in
x=2 and
y=−2:
2(4−1)−2=4−12+C⇒6−2=32+C⇒−31=32+C⇒C=−1
Our specific solution is:
x(x2−1)y=x2−12−1
Finally, for
x=3:
3(9−1)y=9−12−1⇒24y=82−1⇒24y=41−1=−43
Multiplying by 24, we get:
y=24×(−43)=−18
And there it is! The journey from a messy equation to a clean, elegant result. You've mastered the process.