Analyzing the Setup
Imagine you are standing before a mathematical mystery. You are given a quadratic equation f(x)m2−2f′(x)m+f′′(x)=0, and told that for every value of x, this equation yields two equal roots.
At first glance, this looks like a standard algebra problem, but the coefficients are functions of x. This is the beauty of JEE Advanced problems; they hide a deep, structural truth behind a simple algebraic facade.
The Discriminant
The Key to the Lock
When a quadratic equation has equal roots, the discriminant must be zero. The discriminant, D=b2−4ac, is the gatekeeper of roots.
By setting D=(−2f′(x))2−4(f(x))(f′′(x))=0, we force the function to maintain a perfect balance. Simplifying this, we arrive at the elegant relation:
4(f′(x))2−4f(x)f′′(x)=0⇒(f′(x))2=f(x)f′′(x)
This equation is a statement about the growth of f(x). It tells us that the square of the rate of change is proportional to the function itself multiplied by its curvature. To solve this, we rearrange it into a form that invites integration:
The Integration Journey
Now, we integrate both sides. The left side is the integral of the logarithmic derivative of f′(x), and the right side is the logarithmic derivative of f(x).
This leads us to ln∣f′(x)∣=ln∣f(x)∣+ln∣k∣, which simplifies beautifully to f′(x)=k⋅f(x). This is the hallmark of exponential growth. Solving this first-order differential equation, we find the general form:
Using our initial conditions, f(0)=1 and f′(0)=2, we find that A=1 and k=2. Thus, the function that has been hiding in plain sight is none other than f(x)=e2x.
The Final Ascent
Analyzing the Composite Function
We must now investigate the behavior of g(x)=f(lnx−x). Substituting our newly discovered f(x), we get g(x)=e2(lnx−x).
To find where this function is increasing, we need to find the interval where its derivative g′(x) is positive. Applying the chain rule, we calculate:
g′(x)=e2(lnx−x)⋅dxd[2(lnx−x)]=2e2(lnx−x)⋅(x1−1)
Since the exponential term 2e2(lnx−x) is always positive, the sign of g′(x) depends entirely on the term (x1−1).
For g(x) to be increasing, we require:
Given the domain constraint x>0, the denominator is always positive, leaving us with the simple inequality 1−x>0, or x<1. Combining this with our domain, we find the interval is (0,1).
The Conclusion
We have arrived at our interval (α,β)=(0,1). Thus, α=0 and β=1.
The sum α+β is 0+1=1. It is a simple integer, but the path to get there required us to bridge the gap between algebra, differential equations, and calculus. The final result is 1.