The Art of Simplifying the Intimidating
Have you ever looked at a math problem and felt like you were staring at a locked door? The expression
x→1lim(x−1)sin(x−1)∫0(x−1)2tcos(t2)dt
is exactly that kind of door. It looks heavy, complex, and frankly, a bit scary.
But in JEE Advanced, the most intimidating problems often have the most elegant keys. Today, we are going to find that key together.
Phase 1
The Power of Substitution
When you see the same expression repeating itself—in this case, (x−1)—your brain should immediately light up. It is a signal that the complexity is artificial.
Let us perform a substitution: let y=x−1. As x→1, y→0.
Suddenly, our limit becomes:
y→0limysiny∫0y2tcos(t2)dt
Look at that! The fog has cleared. We are no longer dealing with a complex x expression; we are dealing with a clean, manageable y expression.
Phase 2
The Newton-Leibniz Tool
Now, we check the form. Plugging in y=0, the numerator becomes ∫00⋯=0, and the denominator becomes 0⋅sin(0)=0.
We have a 00 indeterminate form. It is time for L'Hospital's Rule.
To differentiate the integral in the numerator, we use the Newton-Leibniz rule:
dyd∫0h(y)f(t)dt=f(h(y))⋅h′(y)
Here, f(t)=tcos(t2) and h(y)=y2. Substituting these in, the derivative of our numerator is:
f(y2)⋅dyd(y2)=(y2)cos((y2)2)⋅2y=2y3cos(y4)
Phase 3
The Elegant Finish
Now for the denominator: dyd(ysiny). Using the product rule, we get siny+ycosy.
Our limit is now:
y→0limsiny+ycosy2y3cos(y4)
If we tried L'Hospital again, we would be stuck in a cycle of differentiation. Instead, let us be clever and divide both the numerator and the denominator by y:
y→0limysiny+cosy2y2cos(y4)
As y→0, we know that ysiny→1 and cos(0)→1. The denominator becomes 1+1=2.
The numerator becomes 2(0)2⋅1=0. Thus, the final result is:
We have successfully unlocked the door. Remember, in JEE, it is not about brute force; it is about finding the right tool and using it with grace.