Analyzing the Setup
Welcome, fellow traveler on the path to JEE Advanced mastery. Today, we are not just solving a limit problem; we are uncovering the hidden geometry of functions near the origin.
When you look at the expression
x→0limαx−sinxx2sin(βx)=1
your first instinct might be to reach for L'Hopital's Rule. But pause. In the world of competitive exams, speed and elegance are your best friends. Let us look at this through the lens of Maclaurin series, a tool that reveals the true nature of functions.
The Gatekeeper
The Indeterminate Form
Every limit problem begins with a check. We substitute x=0 into our expression.
The numerator becomes 02⋅sin(0)=0. The denominator becomes α(0)−sin(0)=0.
We have arrived at the 0/0 indeterminate form. This is the gatekeeper; it tells us that the function is hiding its true value, and we must peel back the layers to see what lies beneath.
The Microscope
Maclaurin Series
To see what is happening near x=0, we use the Maclaurin series. Think of this as a microscope that zooms into the function's behavior at the origin.
We know that:
sinx=x−3!x3+5!x5−⋯=x−6x3+…
Similarly, for sin(βx), we replace x with βx:
The Balancing Act
Matching the Powers
Now, let us substitute these series into our limit. The numerator becomes:
x2(βx−6β3x3+…)=βx3−6β3x5+…
The denominator becomes:
αx−(x−6x3+…)=(α−1)x+6x3−…
Here is the crucial insight: the problem tells us the limit is 1, a finite, non-zero number. If the denominator still had an x1 term (i.e., if $\alpha - 1
eq 0$), the limit would be proportional to x2, which goes to 0 as x→0.
But our limit is 1. This means the x1 term in the denominator must vanish. Therefore, α−1=0, which gives us α=1.
The Final Cancellation
With α=1, the x1 term disappears. Now, our limit simplifies to:
Since the limit is given as 1, we have 6β=1, which means β=61.
We have successfully navigated the complexity. The final step is simple arithmetic:
You see? It was never about brute force. It was about understanding the balance of powers. Keep this intuition with you, and no limit will ever intimidate you again.