Welcome, future engineers. Today, we are going to dissect a problem that perfectly bridges the gap between pure calculus and algebraic intuition. We are tasked with finding the value of α for the equation:
At first glance, this looks like a standard integration problem, but it is actually a test of your ability to handle piecewise functions and transform transcendental equations into solvable algebra.
The Anatomy of the Modulus
The first thing that should catch your eye is the term ∣x∣ inside the exponential. The modulus function is the gatekeeper of this problem. It is defined as ∣x∣=−x when x<0 and ∣x∣=x when x≥0.
This means our function y=e−α∣x∣ is essentially a 'tent' function. It rises from the left, peaks at the y-axis, and decays to the right.
Because the definition of the function changes at x=0, we cannot simply integrate from −1 to 2 in one go. We must split the integral at the point of discontinuity, which is x=0. This gives us two distinct regions: the left region from −1 to 0 and the right region from 0 to 2.
The Calculus of Two Worlds
Let us tackle the left region first. In the interval [−1,0], x is negative, so ∣x∣=−x. Our integral becomes:
∫−10e−α(−x)dx=∫−10eαxdx
Integrating this, we get:
[αeαx]−10=αe0−e−α=α1−e−α
Now, let us move to the right region, the interval [0,2]. Here, x is positive, so ∣x∣=x. Our integral is:
Substituting the limits, we get:
The Algebraic Transformation
Now, we bring these two pieces together. Our original equation was:
4α(∫−10eαxdx+∫02e−αxdx)=5
Substituting our results, we get:
Notice the elegance here: the α in the denominator cancels perfectly with the α outside the bracket. We are left with:
Simplifying this, we get 4(2−e−α−e−2α)=5, which expands to 8−4e−α−4e−2α=5. Rearranging everything to one side, we arrive at:
This is the moment where the problem shifts from calculus to algebra. By substituting t=e−α, we transform this into a quadratic equation:
The Final Victory
Factoring this quadratic is straightforward. We split the middle term to get 4t2+6t−2t−3=0, which factors into:
This gives us two potential roots: t=1/2 and t=−3/2. However, we must pause and think. Since t=e−α, and the exponential function is always positive, we must reject the negative root.
Thus, e−α=1/2. Taking the natural logarithm on both sides, we get −α=ln(1/2), which is −ln2.
Therefore, α=ln2. You have successfully navigated the modulus, the integration, and the algebraic transformation. This is the essence of JEE Advanced mathematics: breaking down a complex problem into manageable, elegant steps.