The Logic Behind the Math: L'Hopital’s Rule
The most powerful tool in the JEE arsenal for solving limits of the form $0/0$ or $\infty/\infty$ is L'Hopital’s Rule. It states that the limit of a ratio of two functions is equal to the limit of the ratio of their derivatives.$$\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}$$
If you still get an indeterminate form, you can apply the rule again!
Step-by-Step Solved Example
Problem: Evaluate $\lim_{x \to 0} \frac{\sin x - x}{x^3}$.
- Step 1: Test for Indeterminacy. Plugging in $x=0$ gives $(\sin 0 - 0) / 0^3 = 0/0$. We can use L'Hopital's.
- Step 2: Differentiate Once.Numerator: $\cos x - 1$. Denominator: $3x^2$.New limit: $\lim_{x \to 0} \frac{\cos x - 1}{3x^2} \to 0/0$ (still indeterminate).
- Step 3: Differentiate Again.Numerator: $-\sin x$. Denominator: $6x$.New limit: $\lim_{x \to 0} \frac{-\sin x}{6x} \to 0/0$ (still indeterminate).
- Step 4: Differentiate a Third Time.Numerator: $-\cos x$. Denominator: $6$.
- Step 5: Evaluate. $\lim_{x \to 0} \frac{-\cos 0}{6} = -1/6$.
Alternative Methods: Taylor Series Expansion
For complex limits, replacing functions with their power series (e.g., $\sin x \approx x - x^3/3!$) is often faster than L'Hopital's. In JEE Advanced, this is the preferred "Expert" method to avoid multiple tedious differentiations.
Exam Trap Alert: The Product/Quotient Confusion
L'Hopital's Rule says to differentiate the numerator and denominator separately.
JEE Trap: Students often accidentally apply the Quotient Rule ($v u' - u v' / v^2$) when using L'Hopital's. This is a fatal error. Treat the top and bottom as two independent functions.
Practice Problem (JEE Main)
Question: Evaluate $\lim_{x \to \infty} (1 + 1/x)^x$.Hint: This is the $1^{\infty}$ form. Let $y = (1 + 1/x)^x$, take $\ln$ of both sides, and solve for $\ln y$.