Analyzing the Setup
Imagine you are standing before a complex functional equation: f(x+1)=xf(x). At first glance, it looks like a simple recursive definition, but it hides a deep, structural beauty.
In JEE Advanced, we often encounter these multiplicative relationships. The secret to breaking them down is to transform them into something linear using the natural logarithm.
By defining g(x)=lnf(x), we can rewrite the equation as lnf(x+1)=ln(xf(x)). Using the property ln(ab)=lna+lnb, this becomes lnf(x+1)=lnx+lnf(x).
Substituting
g(x) back in, we get the elegant difference equation:
g(x+1)−g(x)=lnx
This is our bridge. We have moved from a multiplicative world to an additive one.
The Derivative Dance
From Difference to Differential
Now that we have g(x+1)−g(x)=lnx, the path to the second derivative becomes clear. We need to differentiate this equation twice.
First, differentiating with respect to
x, we get:
g′(x+1)−g′(x)=dxd(lnx)=x1
This is our first derivative relation. But the problem asks for the second derivative, so we must differentiate once more.
Differentiating again, we arrive at:
g′′(x+1)−g′′(x)=dxd(x1)=−x21
This is the core relation that will allow us to solve the problem. It tells us exactly how the second derivative changes as we increment x.
The Telescoping Symphony
The Final Cancellation
We are tasked with finding ∣g′′(5)−g′′(1)∣. This is where the telescoping sum technique shines.
Let's write out the relation g′′(x+1)−g′′(x)=−x21 for x=1,2,3,4:
For x=1: g′′(2)−g′′(1)=−121
For x=2: g′′(3)−g′′(2)=−221
For x=3: g′′(4)−g′′(3)=−321
For x=4: g′′(5)−g′′(4)=−421
When we add these four equations, notice the magic: g′′(2) cancels with −g′′(2), g′′(3) cancels with −g′′(3), and g′′(4) cancels with −g′′(4).
We are left with:
g′′(5)−g′′(1)=−(121+221+321+421)
Calculating the sum:
−(1+41+91+161)=−(144144+36+16+9)=−144205
The absolute value is 144205. You have just navigated a classic JEE Advanced problem by transforming a functional equation into a beautiful, telescoping sum.