What is Limits and Derivatives Class 11: Complete NCERT Guide
By ConceptScroll Team · Published on 19 June 2026 · 5 min read
What is Limits and Derivatives Class 11? This chapter introduces the foundational concepts of calculus, focusing on limits of functions and the derivatives that describe rates of change. It is essential for Class 11 NCERT Mathematics and forms the base for higher studies.
Understanding Limits: The Foundation of Calculus
Limits help us understand how a function behaves as the input approaches a particular value. In Class 11 NCERT Mathematics, limits are introduced to explain the value a function approaches, not necessarily the value at that point.
Definition:
If $f(x)$ approaches a number $L$ as $x$ approaches $a$, we write:
$$\lim_{x \to a} f(x) = L$$
This means for values of $x$ close to $a$, $f(x)$ gets arbitrarily close to $L$.
Key points:
- Limits can exist even if $f(a)$ is not defined.
- They help in understanding function behaviour near points of discontinuity.
Example:
Find $$\lim_{x \to 2} (3x + 1)$$
Solution:
Substitute $x=2$:
$$3(2) + 1 = 7$$
So, $$\lim_{x \to 2} (3x + 1) = 7$$.
Types of Limits and How to Evaluate Them
Limits can be classified based on the value $x$ approaches and the nature of the function.
Types of limits:
- Finite limits at finite points: e.g., $$\lim_{x \to a} f(x)$$
- Limits at infinity: e.g., $$\lim_{x \to \infty} f(x)$$
- One-sided limits: Left-hand limit ($x \to a^-$) and right-hand limit ($x \to a^+$)
Evaluating limits:
1. Direct substitution: Try substituting the value of $x$. 2. Factorisation: Simplify expressions to remove indeterminate forms. 3. Rationalisation: Multiply numerator and denominator by conjugates. 4. Special limits: Use standard limits like $$\lim_{x \to 0} \frac{\sin x}{x} = 1$$.
Example:
Evaluate $$\lim_{x \to 3} \frac{x^2 - 9}{x - 3}$$
Solution:
Direct substitution gives $$\frac{9 - 9}{3 - 3} = \frac{0}{0}$$ (indeterminate form).
Factor numerator:
$$\frac{(x - 3)(x + 3)}{x - 3} = x + 3$$
Now substitute $x=3$:
$$3 + 3 = 6$$
Hence, $$\lim_{x \to 3} \frac{x^2 - 9}{x - 3} = 6$$.
Want to test yourself on Limits and Derivatives? Try our free quiz →
What is a Derivative? Definition and Meaning in Class 11
Derivatives measure how a function changes as its input changes. In Class 11 NCERT, the derivative of a function at a point gives the slope of the tangent line to the curve at that point.
Definition:
The derivative of $f(x)$ at $x = a$ is:
$$f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$$
If this limit exists, $f$ is said to be differentiable at $a$.
Interpretation:
- Derivative represents instantaneous rate of change.
- It is the slope of the curve at a point.
Example:
Find the derivative of $f(x) = x^2$ at $x=3$.
Solution:
$$f'(3) = \lim_{h \to 0} \frac{(3+h)^2 - 3^2}{h} = \lim_{h \to 0} \frac{9 + 6h + h^2 - 9}{h} = \lim_{h \to 0} \frac{6h + h^2}{h} = \lim_{h \to 0} (6 + h) = 6$$
So, the slope of the curve at $x=3$ is 6.
Basic Derivative Formulas and Rules
Class 11 NCERT introduces several derivative formulas and rules to simplify differentiation.
Common derivative formulas:
| Function $f(x)$ | Derivative $f'(x)$ |
|---|---|
| $c$ (constant) | $0$ |
| $x^n$ | $nx^{n-1}$ |
| $rac{1}{x}$ | $-rac{1}{x^2}$ |
| $ an x$ | $ ext{sec}^2 x$ |
Rules of differentiation:
- Sum rule: $(f + g)' = f' + g'$
- Product rule: $(fg)' = f'g + fg'$
- Quotient rule: $(\frac{f}{g})' = \frac{f'g - fg'}{g^2}$
- Chain rule: For composite functions $f(g(x))$, derivative is $f'(g(x)) imes g'(x)$.
Example:
Differentiate $f(x) = x^3 + 5x$.
Solution:
$$f'(x) = 3x^2 + 5$$
Relationship Between Limits and Derivatives
Limits and derivatives are closely connected. The derivative is defined using a limit, making limits the foundation of differentiation.
Key relationship:
$$f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$$
This limit measures the rate of change of $f(x)$ at $x=a$.
Continuity and differentiability:
- If $f$ is differentiable at $a$, then $f$ is continuous at $a$.
- The converse is not always true; continuity does not guarantee differentiability.
Comparison table:
| Aspect | Limits | Derivatives | |
|---|---|---|---|
| Definition | Value function approaches at $x=a$ | Rate of change at $x=a$ | |
| Notation | $\lim_{x \to a} f(x)$ | $f'(a)$ or $\frac{df}{dx} | _{x=a}$ |
| Purpose | Study function behaviour | Find slope of tangent, rate change | |
| Requires | Function values near $a$ | Limit of difference quotient |
Understanding limits is essential to grasp derivatives in Class 11 NCERT Maths.
Applications of Limits and Derivatives in Class 11
Limits and derivatives have many practical uses in mathematics and science.
Applications include:
- Finding slopes and tangents: Derivatives give slopes of curves at points.
- Rate of change problems: Speed, acceleration, growth rates.
- Approximations: Using limits to approximate values near points.
- Continuity and differentiability analysis: To study function behaviour.
Example problem:
A particle moves along a line with position $s(t) = t^3 - 3t^2 + 2t$. Find its velocity at $t=2$.
Solution:
Velocity is the derivative of position:
$$v(t) = s'(t) = 3t^2 - 6t + 2$$
At $t=2$:
$$v(2) = 3(4) - 6(2) + 2 = 12 - 12 + 2 = 2$$
So, velocity at $t=2$ is 2 units/time.
Frequently asked questions
What is the basic concept of limits in Class 11?
Limits describe the value a function approaches as the input nears a point, even if not defined there.
How is a derivative defined in NCERT Class 11?
Derivative is the limit of the difference quotient, representing the function's instantaneous rate of change.
Are all continuous functions differentiable in Class 11 Maths?
No, continuity does not guarantee differentiability; some continuous functions are not differentiable.
Why are limits important for understanding derivatives?
Derivatives are defined using limits, making limits essential to calculate rates of change.
Can you give an example of a derivative formula from Class 11?
Yes, the derivative of $x^n$ is $nx^{n-1}$, a fundamental formula in Class 11.
Ready to ace this chapter?
Get the full Limits and Derivatives chapter — interactive notes, diagrams, worked solutions, polls and a free practice quiz — in the ConceptScroll app.
Study smarter with ConceptScroll
Daily NCERT-aligned reels, AI doubt solving and chapter quizzes — all free.
Start learning free