Analyzing the Setup
Welcome, my dear students. Today, we are going to embark on a journey through a problem that might look intimidating at first glance, but beneath its messy exterior lies a beautiful, elegant structure.
We are dealing with the differential equation:
(1+x)dy=[(1+x)2+y−3]dx
When you see an equation like this, it is natural to feel a bit overwhelmed. But remember, in the world of JEE Advanced, the first step is always to breathe, observe, and organize.
The Transformation
Our first task is to bring order to this chaos. We want to transform this equation into the standard linear form:
dxdy+P(x)y=Q(x)
Let us start by dividing the entire equation by
dx to get
dxdy on the left side:
(1+x)dxdy=(1+x)2+y−3
Now, we isolate the
y term by bringing it to the left side:
(1+x)dxdy−y=(1+x)2−3
Finally, to ensure the coefficient of
dxdy is exactly
1, we divide the entire equation by
(1+x). This yields our standard form:
dxdy−1+x1y=(1+x)−1+x3
Here, we have identified P(x)=−1+x1 and Q(x)=(1+x)−1+x3.
The Integrating Factor
Now that we have identified
P(x), we need our secret weapon: the Integrating Factor (IF). The IF is defined as:
IF=e∫P(x)dx
Substituting our
P(x), we calculate:
IF=e∫−1+x1dx=e−ln(1+x)
Using the properties of logarithms, we know that
−ln(1+x)=ln((1+x)−1). Therefore:
IF=eln((1+x)−1)=1+x1
It is amazing how the complexity of the exponential and logarithmic functions collapses into such a simple algebraic term.
The Dance of Integration
With our IF in hand, we write the general solution:
y⋅IF=∫Q(x)⋅IFdx
Substituting our values, we get:
y⋅1+x1=∫((1+x)−1+x3)⋅1+x1dx
Distributing the
1+x1 inside the integral, we obtain:
∫(1−(1+x)23)dx=∫(1−3(1+x)−2)dx
Performing the integration, we get:
1+xy=x+1+x3+C
The Particular Solution
We need the specific curve that satisfies the condition
y(2)=0. Plugging
x=2 and
y=0 into our general solution:
1+20=2+1+23+C
This simplifies to
0=2+1+C, which implies
C=−3. Our particular solution is:
1+xy=x+1+x3−3
To isolate
y, we multiply by
(1+x):
y=x(1+x)+3−3(1+x)
y=x2+x+3−3−3x
y=x2−2x
Final Calculation
We have arrived at the final step. We need to find
y(3) by substituting
x=3 into our particular solution:
y(3)=(3)2−2(3)=9−6=3
The final answer is 3. It is a satisfying conclusion to a journey that started with a messy equation and ended with a clear, precise result.