Analyzing the Setup
Welcome, future engineer. Today, we stand before a function that seems designed to intimidate. Look at it:
f(x)=∣1−x∣1−∣x∣(1+∣1−x∣)cos(1−x1)
It has absolute value signs, a rational structure, and a trigonometric term that screams 'singularity' at x=1. In the JEE Advanced arena, this is a classic test of your composure.
When you see a function like this, do not panic. The secret is not to solve it all at once, but to dismantle it piece by piece.
Phase 1
The Modulus Trap (LHL)
Our first task is to understand the behavior of the modulus ∣1−x∣ as we approach x=1 from the left (x→1−). When x is slightly less than 1, the quantity 1−x is positive. Therefore, the modulus ∣1−x∣ simply opens as 1−x.
Similarly, since x is positive, ∣x∣=x. Substituting these into our function, we get:
f(x)=1−x1−x(1+(1−x))cos(1−x1)
Now, let's simplify the inner bracket: 1+(1−x)=2−x. Our numerator becomes 1−x(2−x)=1−2x+x2.
Stop and look at that expression. It is a perfect square! It is (1−x)2. So, our function simplifies to:
f(x)=1−x(1−x)2cos(1−x1)
Canceling the common factor (1−x), we are left with f(x)=(1−x)cos(1−x1).
Phase 2
The Squeeze Theorem
Now, evaluate the limit as x→1−. The term (1−x) approaches 0. The term cos(1−x1) oscillates wildly between −1 and 1.
Here, we invoke the Squeeze Theorem: 0 multiplied by any bounded value is 0. Thus, the Left-Hand Limit is 0. We have conquered the first half.
Phase 3
The RHL Shift
Now, we approach from the right (x→1+). Here, x>1, so 1−x is negative. The modulus ∣1−x∣ must open as −(1−x)=x−1.
Our function becomes:
f(x)=x−11−x(1+(x−1))cos(1−x1)
The inner bracket simplifies to 1+x−1=x. The numerator is now 1−x(x)=1−x2. We factorize this as −(x−1)(x+1).
Phase 4
The Divergence
Substituting this back, we have:
f(x)=x−1−(x−1)(x+1)cos(1−x1)
The (x−1) terms cancel, leaving us with −(x+1)cos(1−x1). As x→1+, the term −(x+1) approaches −2.
But the cosine term still oscillates between −1 and 1. The product oscillates between −2 and 2.
Because it never settles on a single value, the limit does not exist. You have successfully navigated the trap. Keep this rigor, and no function will ever defeat you.