Question
Given a limit problem, how do we decide which method to use — direct substitution, factoring, rationalisation, L’Hopital’s rule, or the squeeze theorem? Walk through the decision process with examples.
(CBSE 11/12 + JEE Main — appears in almost every paper)
Solution — Step by Step
Plug in the value of . If you get a finite number (not or ), that IS the limit.
Example:
No tricks needed. Most students overcomplicate limits that are just plug-and-play.
Factor the numerator and denominator, then cancel the common factor.
Example:
For expressions with square roots, use rationalisation — multiply by the conjugate.
When you still get or after simplification, differentiate numerator and denominator separately:
Example:
If near , and , then .
Example:
Since and both bounds go to 0.
flowchart TD
A["Given: Find limit as x → a"] --> B["Substitute x = a"]
B --> C{"Result?"}
C -- "Finite number" --> D["That is the answer"]
C -- "0/0 form" --> E{"Can you factor or rationalise?"}
E -- Yes --> F["Cancel common factor, substitute again"]
F --> D
E -- No --> G["Apply L'Hopital: differentiate top and bottom"]
G --> H["Substitute again"]
H --> D
C -- "∞/∞ form" --> G
C -- "Oscillating / bounded × vanishing" --> I["Try Squeeze Theorem"]
I --> D
C -- "∞ - ∞ form" --> J["Rearrange to 0/0 or ∞/∞"]
J --> G
Why This Works
Every limit method is really about resolving an indeterminate form. Direct substitution works when there is no indeterminacy. Factoring removes the factor causing . L’Hopital replaces the original ratio with the ratio of rates-of-change, which often resolves the indeterminacy. The squeeze theorem handles cases where the function oscillates but is pinched to a single value.
The key insight: always identify the indeterminate form FIRST (, , , , , , ). The form tells you which tool to reach for.
Alternative Method
For standard limits, memorise these results directly:
In JEE Main, about 70% of limit questions can be solved using standard limits combined with algebraic manipulation. L’Hopital is the backup plan, not the first choice — it is slower and more error-prone under time pressure.
Common Mistake
Students apply L’Hopital’s rule when the form is NOT indeterminate. If substitution gives , that is not — it means the limit is or does not exist. L’Hopital only applies for or . Misapplying it to a non-indeterminate form gives a completely wrong answer.