The Calculus of Hidden Patterns
Unlocking the Integral
Welcome, future engineers. Today, we are going to dismantle a problem that, at first glance, looks like a nightmare of integration. You see an integral, you see an exponential in the denominator, and your instinct might be to panic.
But here is the secret of JEE Advanced: the problem is not about integration; it is about the behavior of the function. We are going to use the Leibniz Rule to peel back the layers of this function and reveal its hidden geometry.
Phase 1
The Magic of Leibniz
We are given f(x)=∫0x22+ett2−5t+4dt. The question asks for local maxima and minima. To find these, we need the derivative f′(x).
We invoke the Leibniz Rule to differentiate the integral. The rule states that the rate of change of this integral depends on the boundaries of the integration.
Applying the rule, we get:
f′(x)=2+ex2(x2)2−5(x2)+4⋅dxd(x2)−0
Notice how the lower limit, being zero, vanishes because its derivative is zero. The derivative of x2 is 2x, and suddenly, the complexity of the integral collapses into a simple algebraic expression.
Phase 2
The Algebraic Landscape
Now, let us simplify our derivative:
f′(x)=2+ex2(x4−5x2+4)⋅2x
Look at the denominator: 2+ex2. Since ex2 is always positive, this denominator is always greater than 2. It is a 'safe' zone that will never be zero and will never flip the sign of our derivative.
We can focus entirely on the numerator: 2x(x4−5x2+4). Factorizing the quadratic in x2, we see x4−5x2+4 factors neatly into (x2−1)(x2−4).
Breaking this down further using the difference of squares, we get:
f′(x)=2+ex22x(x−1)(x+1)(x−2)(x+2)
This is the heart of the problem. Our critical points are where f′(x)=0, which are x=0,±1,±2.
Phase 3
The Wavy Curve Dance
Now, we arrange these points on a number line: −2,−1,0,1,2. These points divide the real line into six intervals. We use the 'wavy curve' method to determine the sign of f′(x) in each interval.
Starting from the rightmost interval (x>2), all factors are positive, so f′(x)>0. Because each root has an odd multiplicity, the sign alternates as we cross each point:
For x>2: Positive (+)
For 1<x<2: Negative (−)
For 0<x<1: Positive (+)
For −1<x<0: Negative (−)
For −2<x<−1: Positive (+)
For x<−2: Negative (−)
The Final Revelation
Now, we simply read the map we have created. A local maximum occurs when the slope changes from positive to negative. Looking at our signs, this happens at x=1 and x=−1. That gives us m=2 local maxima.
A local minimum occurs when the slope changes from negative to positive. This happens at x=2,x=0, and x=−2. That gives us n=3 local minima.
We have navigated the complexity and arrived at the truth. The ordered pair (m,n) is (2,3). With the right tools and a calm mind, even the most intimidating integrals become simple stories of slopes and signs.