Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery! Today, we are going to dissect a problem that, at first glance, looks like a messy algebraic trap.
We are given a function f(x)=1−e−x1 and asked to analyze g(x)=f(−x)−f(x). Many students see this and immediately reach for the quotient rule, ready to differentiate the raw expression.
But wait! Before we rush into the heavy machinery of calculus, let us pause and appreciate the beauty of algebraic manipulation.
The Art of Simplification
The expression f(x)=1−e−x1 is slightly clunky because of the negative exponent. Let us make it elegant by multiplying the numerator and denominator by ex:
Now, let us find f(−x). Substituting −x for x, we get:
Now, look at our target function g(x)=f(−x)−f(x). Substituting our new forms, we have:
Notice the denominators: 1−ex and ex−1. They are perfect opposites! If we pull a negative sign out of the second denominator, the expression becomes:
Adding these together, we get the beautifully compact form:
This is the power of simplification; we have turned a daunting difference into a single, manageable fraction.
The Engine of the Function
Now that we have g(x)=1−ex1+ex, checking if it is increasing is a breeze. We need the derivative g′(x).
Using the quotient rule, where u=1+ex and v=1−ex, we have g′(x)=v2vu′−uv′. Calculating the derivatives, u′=ex and v′=−ex.
Substituting these into our formula:
g′(x)=(1−ex)2(1−ex)(ex)−(1+ex)(−ex)
Expanding the numerator, we get ex−e2x+ex+e2x. The e2x terms vanish into thin air, leaving us with:
This is the moment of truth. Since ex is always positive and the denominator is a squared term (and thus always positive for $x
eq 0$), g′(x) is strictly positive for all x∈(0,1).
The Logical Conclusion
Because g′(x)>0, we know g(x) is a strictly increasing function.
And here is the final piece of the puzzle: any strictly monotonic function is inherently one-one (injective). If a function is always climbing, it can never return to a previous value, meaning no two distinct inputs can yield the same output.
It passes the horizontal line test with flying colors. Thus, both statements (I) and (II) are true.
We didn't just solve a problem; we navigated the elegant structure of the function. Keep this mindset—simplify first, differentiate second—and you will conquer any function analysis problem the JEE throws at you!