Analyzing the Setup
Welcome, fellow traveler of the JEE Advanced path. Today, we are going to demystify a problem that often strikes fear into the hearts of students: the linear differential equation.
The given equation is (t+1)dx=(2x+(t+1)4)dt. While it may initially appear chaotic, mathematics is about recognizing patterns.
The Art of Rearrangement
To solve this, we must transform the equation into the standard form of a linear differential equation:
dtdx+P(t)x=Q(t)
We begin by dividing the entire equation by
(t+1)dt:
dtdx=(t+1)2x+(t+1)3
Rearranging the terms to isolate the
x component, we obtain:
dtdx−t+12x=(t+1)3
Here, we identify our functions as P(t)=−t+12 and Q(t)=(t+1)3.
The Magic of the Integrating Factor
The Integrating Factor (
IF) is the key to unlocking this equation. It is defined by the formula:
IF=e∫P(t)dt
Substituting our
P(t), we calculate:
IF=e∫−t+12dt=e−2ln(t+1)
Using the properties of logarithms, we simplify the exponent:
IF=eln(t+1)−2=(t+1)−2=(t+1)21
The Symphony of Cancellation
We now apply the general solution formula:
x⋅(IF)=∫Q(t)⋅(IF)dt. Substituting our known values:
x⋅(t+1)21=∫(t+1)3⋅(t+1)21dt
The right side simplifies beautifully:
(t+1)2x=∫(t+1)dt
Integrating with respect to
t, we find:
(t+1)2x=2(t+1)2+C
Finding the Anchor
We use the initial condition
x(0)=2 to determine the constant
C. Substituting these values into our general solution:
(0+1)22=2(0+1)2+C
This simplifies to
2=21+C, which yields
C=23. Thus, the specific solution is:
(t+1)2x=2(t+1)2+23
Multiplying by
(t+1)2, we get the function:
x(t)=2(t+1)4+23(t+1)2
The Final Victory
To find
x(1), we substitute
t=1 into our specific solution:
x(1)=2(1+1)4+23(1+1)2
x(1)=224+23⋅22=216+212
The final answer is 14. You have successfully navigated the path from confusion to clarity.