Why this topic matters · 8 min read
This is a foundational calculus topic that appears in Agniveer Navy SSR/MR maths papers with 2-4 questions typically. Examiners test your ability to evaluate limits using algebraic methods and L'Hôpital's rule, check continuity at a point, and identify points of non-differentiability. Questions are usually short-answer (not proof-based) and focus on practical application rather than rigorous theory. Expect 1-2 limit evaluation questions, 1 continuity check, and 1 differentiability problem in a typical paper.
Limits: Definition and Evaluation
A limit describes the value a function approaches as the input approaches some number. In Agniveer exams, you won't need to write epsilon-delta proofs, but you must evaluate limits algebraically. The key idea: substitute the value directly first. If you get 0/0 or infinity/infinity (indeterminate form), use algebraic tricks like factoring, rationalizing, or L'Hôpital's rule. Think of a limit as 'what the function is trying to be at that point, even if it never actually reaches it.'
- Direct substitution works if the result is not indeterminate (0/0, infinity/infinity, 0 times infinity, etc.)
- For 0/0 forms: factor, cancel, then substitute OR use L'Hôpital's rule (differentiate numerator and denominator separately)
- For infinity/infinity: divide numerator and denominator by highest power of variable
- Rationalize (multiply by conjugate) when you see square roots in numerator or denominator
- One-sided limits: approach from left (x → a-) or right (x → a+); two-sided limit exists only if both are equal
- Standard limits to memorize: lim(sin x / x) = 1 as x → 0; lim(e^x - 1)/x = 1 as x → 0
Key formulas
L'Hôpital's Rule
If lim f(x)/g(x) gives 0/0 or ∞/∞, then lim f(x)/g(x) = lim f'(x)/g'(x)
When: When direct substitution gives indeterminate form and both numerator and denominator are differentiable
Limit of Polynomial Ratio at Infinity
lim (a_n x^n + ...) / (b_m x^m + ...) = a_n/b_m if n=m; 0 if n<m; ∞ if n>m
When: Evaluating limits of rational functions as x approaches infinity
Worked examples
Evaluate lim(x^2 - 4)/(x - 2) as x → 2. Direct substitution gives 0/0. Factor: (x-2)(x+2)/(x-2) = x+2. Substitute x=2: answer is 4.
Evaluate lim(sin 3x)/x as x → 0. Rewrite as 3 × lim(sin 3x)/(3x). Using standard limit lim(sin u)/u = 1 where u = 3x, answer is 3.
Continuity at a Point
A function is continuous at a point a if three conditions hold: (1) f(a) is defined, (2) lim f(x) as x → a exists, and (3) lim f(x) = f(a). In simple terms: no jumps, holes, or breaks in the graph at that point. Agniveer exams often give a piecewise function and ask you to find the value of a parameter that makes it continuous. The trick: set left-hand limit equal to right-hand limit equal to the function value.
- Continuity requires three things: function defined at point, limit exists, limit equals function value
- Check continuity by computing lim(x → a-), lim(x → a+), and f(a); all three must be equal
- For piecewise functions, continuity is checked only at the boundary points where the formula changes
- If a function is continuous on an interval, it has no jumps or holes on that interval
- Polynomial, exponential, sine, cosine functions are continuous everywhere on their domains
- Rational functions are continuous everywhere except where denominator is zero
Worked examples
Given f(x) = {x^2 if x ≤ 1; ax + b if x > 1}, find a and b so f is continuous at x=1. At x=1: f(1)=1 (from first piece). lim(x→1-) = 1. lim(x→1+) = a+b. Set a+b=1. You need another condition (often given) to find both a and b.
Is f(x) = |x|/x continuous at x=0? f(0) is undefined (0/0), so NO, not continuous at x=0. There is a jump discontinuity.
Differentiability and Derivatives
A function is differentiable at a point if its derivative exists at that point. Geometrically, this means the graph has a well-defined tangent line (no sharp corners or cusps). Algebraically, the left-hand derivative and right-hand derivative must be equal. Key insight for Agniveer: a function must be continuous to be differentiable, but continuity alone doesn't guarantee differentiability. Exam questions often ask you to check if a piecewise function is differentiable at a junction point.
- Differentiability requires continuity, but continuity does NOT guarantee differentiability
- Check differentiability at a point a by computing left derivative lim(h→0-) [f(a+h)-f(a)]/h and right derivative lim(h→0+) [f(a+h)-f(a)]/h; they must be equal
- Common points of non-differentiability: sharp corners (like |x| at x=0), cusps, vertical tangents, and jump discontinuities
- If a function is differentiable on an interval, it is also continuous on that interval
- For piecewise functions, check differentiability only at boundary points
- If left and right derivatives exist but are unequal, the function is continuous but NOT differentiable at that point
Worked examples
Is f(x) = |x| differentiable at x=0? f is continuous at x=0. Left derivative: lim(h→0-) |h|/h = lim(h→0-) -h/h = -1. Right derivative: lim(h→0+) h/h = 1. Since -1 ≠ 1, NOT differentiable at x=0 (sharp corner).
Given f(x) = {x^2 if x ≤ 1; 2x-1 if x > 1}, check differentiability at x=1. First check continuity: f(1)=1, lim(x→1-)=1, lim(x→1+)=1. Continuous. Left derivative: 2x|_(x=1) = 2. Right derivative: 2. Equal, so differentiable at x=1.
Indeterminate Forms and Strategies
When you substitute directly into a limit and get an undefined expression like 0/0, infinity/infinity, 0×infinity, infinity-infinity, 0^0, 1^infinity, or infinity^0, you have an indeterminate form. These require algebraic manipulation or calculus tools to resolve. Agniveer exams test your ability to recognize these and apply the right technique quickly. The most common in SSR/MR papers are 0/0 and infinity/infinity.
- 0/0 form: factor and cancel, rationalize, or use L'Hôpital's rule
- Infinity/infinity form: divide by highest power, use L'Hôpital's rule, or compare growth rates
- 0 times infinity: rewrite as 0/(1/infinity) or infinity/(1/0) to get 0/0 or infinity/infinity
- Infinity minus infinity: combine fractions or factor out common terms
- Recognize standard limits: lim(sin x/x)=1, lim((1+1/x)^x)=e, lim((e^x-1)/x)=1 as x→0
⚠ Common mistakes to avoid
- Forgetting to check that L'Hôpital's rule applies: you MUST have 0/0 or infinity/infinity form before differentiating. If you differentiate a non-indeterminate form, you get the wrong answer.
- Confusing continuity with differentiability: a function can be continuous but not differentiable (example: |x| at x=0). Always check both separately.
- Assuming a function is continuous everywhere: rational functions have discontinuities where the denominator is zero. Always identify the domain first.
- Making algebraic errors when factoring or rationalizing: double-check your algebra before substituting. A small mistake in factoring ruins the entire limit.
- Not checking one-sided limits for piecewise functions: always compute left and right limits separately at boundary points; they must be equal for the two-sided limit to exist.
- Forgetting to verify the derivative formula before using L'Hôpital's: if f or g is not differentiable, the rule doesn't apply.
🧠 Memory aids
- LCD = Limit, Continuity, Differentiability (in order of increasing strictness: differentiability implies continuity implies limit exists)
- CLD Rule: Continuity requires three checks: defined, Limit exists, Limit equals f(a) — all three must match
- 0/0 and infinity/infinity are your green lights for L'Hôpital's — other indeterminate forms need different tricks
- Sharp corner = not differentiable (even if continuous). Think of |x| at origin: smooth function but pointy graph.
🎯 AGNIVEER NAVY exam tips
- Agniveer Navy SSR/MR papers typically include 1-2 straightforward limit evaluation questions (often 0/0 form solvable by factoring or L'Hôpital's) and 1 continuity/differentiability check on a piecewise function. These are usually 2-3 marks each.
- Time management: limit questions should take 2-3 minutes max. If you're stuck, move on and come back. Factoring and L'Hôpital's are the fastest methods.
- Piecewise function questions are very common in Agniveer papers. Always write out the three continuity conditions explicitly and solve for unknown parameters. Examiners reward clear working.
- Avoid lengthy proofs: Agniveer exams test application, not theory. You won't be asked to prove that a function is continuous using epsilon-delta. Focus on computational checks.
- Watch for 'find the value of k such that f is continuous at x=a' type questions. These are standard and require you to equate left limit, right limit, and function value. Set up the equations carefully.
Q1 · medium · AI-verified
Find the value of lim(x→0) (sin 3x) / (5x).
- 1
- 5/3
- 3/5
- 0
Q2 · medium · AI-verified
If y = sin(x²), then dy/dx is equal to:
- cos(x²)
- 2x sin(x²)
- 2x cos(x²)
- −2x cos(x²)
Q3 · hard · AI-verified
What is the value of lim(x→0) [sin(3x)/x]?
- 1/3
- 0
- 3
- 1
Q4 · hard · AI-verified
If f(x) = (x² − 4)/(x − 2) for x ≠ 2 and f(2) = k, then what value of k makes f(x) continuous at x = 2?
- 4
- 0
- −4
- 2
Q5 · easy · AI-verified
What is the value of lim(x→0) (sin x) / x?
- 0
- 1/2
- 1
- ∞