Limits And Derivatives — Complete Guide with Solved Examples

Complete guide to limits and derivatives for Class 11, Class 12. Solved examples, exam tips, PYQs.

CBSE JEE-MAIN 14 min read

What Limits and Derivatives Actually Mean

Most students see limits as a chapter of algebra tricks. That framing will cost you marks. A limit answers one honest question: what value does a function approach as its input gets close to some number? Not what it equals there — what it approaches.

Think of it this way. You’re walking toward a wall. The limit is where you’re headed, not whether you actually hit the wall. The function might not even be defined at that point — and the limit can still exist. That distinction is what the entire chapter is built on.

Derivatives come naturally from limits. The derivative of a function at a point tells us its instantaneous rate of change — how fast the output is changing at that exact input. We build this by taking a limit of the average rate of change over a shrinking interval. This is not just theory; it’s the engine behind every optimization problem in JEE Main and every application-based question in CBSE Class 12.

Together, limits and derivatives form the gateway to calculus. Class 11 introduces them intuitively; Class 12 takes them further with rules and applications. JEE Main expects you to use them fluently under time pressure. We’ll cover all of it here.


Key Terms and Definitions

Limit of a function: We say limxaf(x)=L\lim_{x \to a} f(x) = L if f(x)f(x) gets arbitrarily close to LL as xx approaches aa from either side. The function need not be defined at x=ax = a.

Left-hand limit (LHL): limxaf(x)\lim_{x \to a^-} f(x) — the value f(x)f(x) approaches as xx comes from the left.

Right-hand limit (RHL): limxa+f(x)\lim_{x \to a^+} f(x) — the value f(x)f(x) approaches as xx comes from the right.

Existence condition: A limit exists if and only if LHL = RHL. If they differ, the limit does not exist (DNE).

Continuity: ff is continuous at x=ax = a if three things hold simultaneously:

  1. f(a)f(a) is defined
  2. limxaf(x)\lim_{x \to a} f(x) exists
  3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)

Derivative: The derivative of ff at x=ax = a is:

f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}

This limit, when it exists, gives the slope of the tangent to the curve at x=ax = a.

Differentiability: ff is differentiable at x=ax = a if this limit exists. Every differentiable function is continuous, but not every continuous function is differentiable (classic example: x|x| at x=0x = 0).


Standard Limit Results You Must Know

Before solving anything, memorise these. They appear directly — often without manipulation — in both CBSE and JEE papers.

limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1 limx0tanxx=1\lim_{x \to 0} \frac{\tan x}{x} = 1 limx01cosxx2=12\lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2} limx0ex1x=1\lim_{x \to 0} \frac{e^x - 1}{x} = 1 limx0ln(1+x)x=1\lim_{x \to 0} \frac{\ln(1+x)}{x} = 1 limxaxnanxa=nan1\lim_{x \to a} \frac{x^n - a^n}{x - a} = na^{n-1} limx(1+1x)x=e\lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^x = e

The first two are the workhorses. In JEE Main, roughly 60–70% of limit problems reduce to one of these after the right substitution.


Methods for Evaluating Limits

Method 1: Direct Substitution

If ff is a polynomial or rational function and the denominator is non-zero at x=ax = a, simply substitute.

Example: limx2(3x24x+1)=3(4)4(2)+1=5\lim_{x \to 2} (3x^2 - 4x + 1) = 3(4) - 4(2) + 1 = 5

Method 2: Factorisation (for 00\frac{0}{0} forms)

When direct substitution gives 00\frac{0}{0}, factor the numerator and denominator and cancel the offending term.

Example: limx3x29x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3}

Direct substitution gives 00\frac{0}{0}. Factor: (x3)(x+3)x3=x+3\frac{(x-3)(x+3)}{x-3} = x+3, so the limit is 3+3=63 + 3 = 6.

Never say “cancel x3x - 3 from both sides.” We’re not cancelling at x=3x = 3 — we’re simplifying the expression for all x3x \neq 3. This is a crucial conceptual point that examiners test in theory questions.

Method 3: Rationalisation

Used when the expression involves square roots and gives 00\frac{0}{0}.

Multiply numerator and denominator by the conjugate to clear the radical.

Method 4: Standard Limit Substitution

When you see sin(something)/something\sin(\text{something})/\text{something}, force it into the standard form sinθθ1\frac{\sin\theta}{\theta} \to 1 by identifying θ\theta.

Method 5: L’Hôpital’s Rule

For Class 12 and JEE: if limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} gives 00\frac{0}{0} or \frac{\infty}{\infty}, then:

limxaf(x)g(x)=limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}

provided the right-hand limit exists.

L’Hôpital’s Rule is a Class 12 / JEE tool. In Class 11 CBSE, you must use algebraic methods. Using L’Hôpital in a Class 11 paper won’t lose marks, but learning the algebraic methods first builds the intuition you’ll need for JEE Advanced.


Differentiation Rules

Power Rule: ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}

Product Rule: ddx(uv)=uv+uv\frac{d}{dx}(uv) = u'v + uv'

Quotient Rule: ddx(uv)=uvuvv2\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{u'v - uv'}{v^2}

Chain Rule: ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)

Trigonometric: ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x, ddx(cosx)=sinx\frac{d}{dx}(\cos x) = -\sin x, ddx(tanx)=sec2x\frac{d}{dx}(\tan x) = \sec^2 x

Exponential/Log: ddx(ex)=ex\frac{d}{dx}(e^x) = e^x, ddx(lnx)=1x\frac{d}{dx}(\ln x) = \frac{1}{x}


Solved Examples (Easy to Hard)

Example 1 — Easy (CBSE Class 11)

Find limx0sin3xx\lim_{x \to 0} \frac{\sin 3x}{x}

We need to match the standard form sinθθ\frac{\sin\theta}{\theta}. Multiply and divide by 3:

limx0sin3xx=limx03sin3x3x=31=3\lim_{x \to 0} \frac{\sin 3x}{x} = \lim_{x \to 0} 3 \cdot \frac{\sin 3x}{3x} = 3 \cdot 1 = 3

Let θ=3x\theta = 3x. As x0x \to 0, θ0\theta \to 0, so sinθθ1\frac{\sin\theta}{\theta} \to 1.

Answer: 3


Example 2 — Easy (CBSE Class 11)

Find limx5x225x5\lim_{x \to 5} \frac{x^2 - 25}{x - 5}

Factor: (x5)(x+5)x5=x+55+5=10\frac{(x-5)(x+5)}{x-5} = x + 5 \to 5 + 5 = 10

Answer: 10


Example 3 — Medium (CBSE Class 12 / JEE Main)

Find limx01cos2xx2\lim_{x \to 0} \frac{1 - \cos 2x}{x^2}

Use 1cos2x=2sin2x1 - \cos 2x = 2\sin^2 x:

limx02sin2xx2=2(sinxx)2212=2\lim_{x \to 0} \frac{2\sin^2 x}{x^2} = 2\left(\frac{\sin x}{x}\right)^2 \to 2 \cdot 1^2 = 2

Answer: 2

This exact result — limx01cosxx2=12\lim_{x \to 0} \frac{1-\cos x}{x^2} = \frac{1}{2} — is a standard result. The factor of 2 here comes from the 2x2x inside cosine, which is why we used the double-angle identity first.


Example 4 — Medium (JEE Main level)

Differentiate f(x)=x2sinxf(x) = x^2 \sin x using the first principles.

f(x)=limh0(x+h)2sin(x+h)x2sinxhf'(x) = \lim_{h \to 0} \frac{(x+h)^2\sin(x+h) - x^2\sin x}{h}

This is algebra-heavy. The product rule gives the same answer faster:

f(x)=2xsinx+x2cosxf'(x) = 2x\sin x + x^2\cos x

CBSE Class 11 sometimes asks you to differentiate from first principles. JEE Main never does — it expects you to apply rules quickly. Know both, but prioritise rules for JEE.


Example 5 — Hard (JEE Main)

Evaluate limx0ex1xx2\lim_{x \to 0} \frac{e^x - 1 - x}{x^2}

Direct substitution gives 00\frac{0}{0}. Apply L’Hôpital’s twice:

First application: limx0ex12x\lim_{x \to 0} \frac{e^x - 1}{2x} — still 00\frac{0}{0}

Second application: limx0ex2=12\lim_{x \to 0} \frac{e^x}{2} = \frac{1}{2}

Answer: 12\frac{1}{2}

This can also be seen from the Taylor expansion ex=1+x+x22+e^x = 1 + x + \frac{x^2}{2} + \ldots, so ex1xx212\frac{e^x - 1 - x}{x^2} \to \frac{1}{2}.


Example 6 — Hard (JEE Main 2023 pattern)

Find all values of kk for which f(x)f(x) is continuous at x=0x = 0:

f(x)={sinkxxx04x=0f(x) = \begin{cases} \frac{\sin kx}{x} & x \neq 0 \\ 4 & x = 0 \end{cases}

For continuity: limx0f(x)=f(0)\lim_{x \to 0} f(x) = f(0)

limx0sinkxx=klimx0sinkxkx=k\lim_{x \to 0} \frac{\sin kx}{x} = k \cdot \lim_{x \to 0} \frac{\sin kx}{kx} = k

Set k=4k = 4.

Answer: k=4k = 4

This type — finding parameter values for continuity — has appeared in JEE Main multiple times, including January 2023 Shift 2.


Exam-Specific Tips

CBSE Class 11 and 12

The marking scheme rewards method, not just the answer. Always write:

  • What form you get on direct substitution (00\frac{0}{0}, defined, etc.)
  • The algebraic step that resolves the indeterminate form
  • The final evaluation with the limit value written clearly

In CBSE Class 12, Chapter 5 (Continuity and Differentiability) has 10–12 marks weightage in the board exam. The common question types are: proving continuity at a point, finding kk for continuity, and differentiating composite functions using the chain rule.

JEE Main

Limits appear in 2–3 questions per session in JEE Main. The most common forms are: trigonometric limits (reduce to sinθθ\frac{\sin\theta}{\theta}), exponential/log limits (reduce to ex1x\frac{e^x-1}{x} or ln(1+x)x\frac{\ln(1+x)}{x}), and continuity parameter problems. Derivatives appear implicitly in maxima-minima and tangent-normal problems.

For JEE Main, develop a decision tree:

  1. Try direct substitution first
  2. If 00\frac{0}{0} or \frac{\infty}{\infty}: identify whether it’s algebraic (factorise/rationalise) or transcendental (standard limits / L’Hôpital)
  3. For trig limits: force into sinθθ\frac{\sin\theta}{\theta} form by multiplying and dividing

Each MCQ here is worth 4 marks. A 90-second investment in getting these right is excellent time management.


Common Mistakes to Avoid

Mistake 1: Treating limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a) always

This only holds for continuous functions. For f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1}, the function is not defined at x=1x = 1, but the limit is 2. Many students write “undefined” and lose marks.

Mistake 2: Applying sinxx1\frac{\sin x}{x} \to 1 when x↛0x \not\to 0

limxπsinxx1\lim_{x \to \pi} \frac{\sin x}{x} \neq 1. The standard result holds only as the argument approaches 0. Substitute t=xπt = x - \pi if needed to convert.

Mistake 3: Forgetting the chain rule

ddx(sinx2)cosx2\frac{d}{dx}(\sin x^2) \neq \cos x^2. The correct answer is 2xcosx22x\cos x^2. Every composite function needs the chain rule. This is the single most common error in Class 12 differentiation questions.

Mistake 4: Confusing continuity with differentiability

x|x| is continuous everywhere but not differentiable at x=0x = 0 (the LHD and RHD are 1-1 and +1+1 respectively). If a CBSE question asks you to check differentiability, you must check the derivative limit from both sides, not just continuity.

Mistake 5: Wrong sign in the quotient rule

The quotient rule is uvuvv2\frac{u'v - uv'}{v^2}, not uvuvv2\frac{uv' - u'v}{v^2}. The numerator order is numerator-derivative times denominator, minus numerator times denominator-derivative. One way to remember: “lo d-hi minus hi d-lo, over lo squared.”


Practice Questions

Q1

Find limx0sin5xsin3x\lim_{x \to 0} \frac{\sin 5x}{\sin 3x}

Write each trig function over its argument:

sin5xsin3x=sin5x5x3xsin3x5x3x\frac{\sin 5x}{\sin 3x} = \frac{\sin 5x}{5x} \cdot \frac{3x}{\sin 3x} \cdot \frac{5x}{3x}

As x0x \to 0, the first two fractions 1\to 1, leaving 53\frac{5}{3}.

Answer: 53\frac{5}{3}

Q2

Find limx1x31x21\lim_{x \to 1} \frac{x^3 - 1}{x^2 - 1}

Factor: (x1)(x2+x+1)(x1)(x+1)=x2+x+1x+1\frac{(x-1)(x^2+x+1)}{(x-1)(x+1)} = \frac{x^2+x+1}{x+1}

At x=1x = 1: 1+1+11+1=32\frac{1+1+1}{1+1} = \frac{3}{2}

Answer: 32\frac{3}{2}

Q3

Differentiate f(x)=x2+1sinxf(x) = \frac{x^2 + 1}{\sin x}

Quotient rule with u=x2+1u = x^2 + 1, v=sinxv = \sin x:

f(x)=2xsinx(x2+1)cosxsin2xf'(x) = \frac{2x\sin x - (x^2+1)\cos x}{\sin^2 x}

Answer: 2xsinx(x2+1)cosxsin2x\frac{2x\sin x - (x^2+1)\cos x}{\sin^2 x}

Q4

For what value of aa is f(x)={ax+3x2x21x>2f(x) = \begin{cases} ax + 3 & x \leq 2 \\ x^2 - 1 & x > 2 \end{cases} continuous at x=2x = 2?

LHL: limx2(ax+3)=2a+3\lim_{x \to 2^-}(ax+3) = 2a + 3

RHL: limx2+(x21)=41=3\lim_{x \to 2^+}(x^2-1) = 4 - 1 = 3

For continuity: 2a+3=3a=02a + 3 = 3 \Rightarrow a = 0

Answer: a=0a = 0

Q5

Find limx0e3x1x\lim_{x \to 0} \frac{e^{3x} - 1}{x}

Rewrite: e3x1x=3e3x13x\frac{e^{3x}-1}{x} = 3 \cdot \frac{e^{3x}-1}{3x}

As x0x \to 0, 3x03x \to 0, so e3x13x1\frac{e^{3x}-1}{3x} \to 1.

Answer: 3

Q6

Find limx3x2+2x15x24\lim_{x \to \infty} \frac{3x^2 + 2x - 1}{5x^2 - 4}

Divide numerator and denominator by x2x^2:

3+2x1x254x23+0050=35\frac{3 + \frac{2}{x} - \frac{1}{x^2}}{5 - \frac{4}{x^2}} \to \frac{3 + 0 - 0}{5 - 0} = \frac{3}{5}

Answer: 35\frac{3}{5}

The pattern: for rational functions as xx \to \infty, only the leading terms matter. The ratio of leading coefficients gives the limit.

Q7

Differentiate f(x)=esinxf(x) = e^{\sin x}

Chain rule. Outer function: eue^u, inner function: u=sinxu = \sin x.

f(x)=esinxcosxf'(x) = e^{\sin x} \cdot \cos x

Answer: esinxcosxe^{\sin x}\cos x

Q8

Find the derivative of f(x)=ln(cosx)f(x) = \ln(\cos x)

Chain rule. Outer: lnu\ln u, derivative 1u\frac{1}{u}. Inner: cosx\cos x, derivative sinx-\sin x.

f(x)=1cosx(sinx)=tanxf'(x) = \frac{1}{\cos x} \cdot (-\sin x) = -\tan x

Answer: tanx-\tan x

Q9 (JEE level)

Show that f(x)=x2f(x) = |x - 2| is not differentiable at x=2x = 2.

LHD: limh02+h20h=limh0hh=limh0hh=1\lim_{h \to 0^-} \frac{|2+h-2| - 0}{h} = \lim_{h \to 0^-} \frac{|h|}{h} = \lim_{h \to 0^-} \frac{-h}{h} = -1

RHD: limh0+hh=limh0+hh=1\lim_{h \to 0^+} \frac{|h|}{h} = \lim_{h \to 0^+} \frac{h}{h} = 1

Since LHD \neq RHD, ff is not differentiable at x=2x = 2.

Note: ff is continuous at x=2x = 2 (both limits and f(2)=0f(2) = 0 agree), but differentiability fails. This is the canonical example of continuity without differentiability.


FAQs

What is the difference between a limit and the value of a function?

The limit limxaf(x)\lim_{x \to a} f(x) describes what f(x)f(x) approaches as xx gets near aa — regardless of what f(a)f(a) actually is. The function might not be defined at aa, or it might have a different value there. The limit only looks at the neighbourhood of aa, never at aa itself.

When does a limit not exist?

A limit fails to exist in three situations: (1) the left-hand and right-hand limits are different, (2) the function oscillates without settling (like sin(1/x)\sin(1/x) near 0), or (3) the function goes to ±\pm\infty.

Can a function be continuous but not differentiable?

Yes. The absolute value function x|x| is continuous at x=0x = 0 but has a sharp corner there, so the derivative does not exist. Differentiability is a stricter condition than continuity.

Why is limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1 and not 0?

Because both sinx\sin x and xx go to 0 at the same rate. The ratio stabilises at 1. A geometric proof uses the squeeze theorem — the area of a triangle, a circular sector, and another triangle sandwich sinxx\frac{\sin x}{x} between values that both approach 1. CBSE occasionally asks for this proof.

What is the 00\frac{0}{0} form and why can’t we just say the answer is 1?

00\frac{0}{0} is an indeterminate form — it gives no information about the actual limit. Different functions can give 00\frac{0}{0} at a point but have completely different limits there. We must do further work (factorisation, L’Hôpital, standard limits) to resolve it.

How many questions from limits and derivatives appear in JEE Main?

Limits typically contribute 2–3 questions. Derivatives appear directly in 1–2 questions and indirectly through application chapters (maxima-minima, tangents and normals, rate of change) for 4–6 more. The entire calculus sequence (Limits → Derivatives → Applications → Integrals) carries about 35–40% weightage in JEE Main Mathematics.

Is L’Hôpital’s Rule allowed in CBSE?

It is not in the CBSE Class 11 syllabus but appears in Class 12 (Chapter 5, under indeterminate forms). Using it in Class 11 won’t cause mark deduction, but the expected method is algebraic. For board exams, show your steps — the examiner must see the working to award step marks.

What is the first principles method for finding derivatives?

First principles means using the definition directly: f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}. CBSE Class 11 asks this explicitly. The process: substitute x+hx + h into ff, subtract f(x)f(x), simplify the numerator (most terms cancel), then take the limit as h0h \to 0. Practice this for x2x^2, sinx\sin x, and 1x\frac{1}{x} — these three cover 90% of what CBSE asks.

Practice Questions