Q.56
For x₁ > 0 and x₂ > 0, the value of
limx₁ → x₂ (x₁ − x₂) / [x₂ ln(x₁ / x₂)] is ___________.
Problem Statement
Evaluate the limit:
limx1 → x2
(x2 ln(x1/x2)) / (x1 − x2)
with x1 > 0 and x2 > 0.
The result of this limit is 1/x2.
Why It’s Indeterminate
Direct substitution gives
- Numerator: x2 ln(1) = 0
- Denominator: x1 − x2 = 0
This forms 0/0, requiring further evaluation.
Step-by-Step Solution
1. Substitution Method
Let h = x1 − x2. As x1 → x2, h → 0.
x1 = x2 + h
x1/x2 = 1 + h/x2
Limit becomes:
limh→0 x2 ln(1 + h/x2) / h
Rewrite:
= (1/x2) limh→0 ln(1 + h/x2) / (h/x2)
Let u = h/x2. Then
= (1/x2) limu→0 ln(1 + u)/u
Using standard limit limu→0 ln(1+u)/u = 1:
= 1/x2
2. Using L’Hôpital’s Rule
limx1→x2 x2 ln(x1/x2) / (x1 − x2)
Differentiate numerator & denominator wrt x1:
- d/dx1[x2 ln(x1/x2)] = x2 · (1/x1)
- d/dx1[x1 − x2] = 1
Thus:
= limx1→x2 x2/x1 = 1/x2
3. Series Expansion
ln(1+u) = u − u²/2 + O(u³)
ln(1+u)/u ≈ 1 − u/2 → 1 as u→0
Thus limit = 1/x2.
Final Answer
limx1→x2 x2 ln(x1/x2) / (x1 − x2) = 1/x2
Why It Appears in Exams
Common in JEE, GATE, and calculus tests as a concept check for log limits.


