Back to ShikshaPal ExplainerClass 11 / Math
ShikshaPal
Class 11 · Math

Limits and Derivatives

Calculus is the mathematics of change. This chapter introduces limits and derivatives, the foundational concepts of differential calculus.

Feynman Lens

Start with the simplest version: this lesson is about Limits and Derivatives. If you can explain the core idea to a friend using everyday language, examples, and one clear reason why it matters, you have moved from memorising to understanding.

Calculus is the mathematics of change. This chapter introduces limits and derivatives, the foundational concepts of differential calculus. A limit describes what happens as we approach a value; a derivative measures the instantaneous rate of change of a function. These concepts revolutionized mathematics and physics by enabling the analysis of motion, optimization, and growth. From understanding velocity (the derivative of position) to optimizing costs and profits, derivatives are essential tools in science, engineering, economics, and virtually every quantitative discipline. This chapter opens the door to one of humanity's most powerful mathematical frameworks.

The Concept of a Limit

Imagine walking toward a wall. As you get closer, you approach the wall. The limit describes what value a function "approaches" as the input gets arbitrarily close to some point.

Intuitive definition: The limit of f(x) as x approaches a is L, written:

lim(x→a) f(x) = L

if f(x) gets arbitrarily close to L as x gets arbitrarily close to a (but x ≠ a). Importantly, the limit can exist even if f(a) is undefined or different from L.

Example: Consider f(x) = (x² - 1)/(x - 1). At x = 1, this is undefined (0/0). But:

lim(x→1) (x² - 1)/(x - 1) = lim(x→1) (x - 1)(x + 1)/(x - 1) = lim(x→1) (x + 1) = 2

By factoring and canceling, we see the limit is 2 even though f(1) is undefined.

Properties of Limits

Limits follow intuitive algebraic rules:

Sum rule: lim(x→a) [f(x) + g(x)] = lim(x→a) f(x) + lim(x→a) g(x)

Product rule: lim(x→a) [f(x) × g(x)] = lim(x→a) f(x) × lim(x→a) g(x)

Quotient rule: lim(x→a) [f(x)/g(x)] = [lim(x→a) f(x)] / [lim(x→a) g(x)], provided the denominator limit ≠ 0

Power rule: lim(x→a) [f(x)]ⁿ = [lim(x→a) f(x)]ⁿ

These rules let us evaluate limits algebraically without computing them directly.

Continuity

A function is continuous at x = a if:

  1. f(a) is defined
  2. lim(x→a) f(x) exists
  3. lim(x→a) f(x) = f(a)

Intuitively, continuous functions don't have breaks or jumps. You can draw them without lifting your pencil.

Polynomials, exponentials, and trigonometric functions are continuous everywhere in their domains. Functions like f(x) = 1/x are continuous except where undefined.

The Derivative: Instantaneous Rate of Change

The derivative measures how fast a function changes at a specific point. It's the slope of the tangent line to the curve.

Geometric intuition: The slope of a secant line through f(a) and f(a + h) is [f(a + h) - f(a)] / h. As h approaches 0, the secant becomes the tangent.

Definition: The derivative of f at x = a is:

f'(a) = lim(h→0) [f(a + h) - f(a)] / h

If this limit exists, f is differentiable at a.

Alternatively: f'(a) = lim(x→a) [f(x) - f(a)] / (x - a)

Computing Derivatives

Using the definition is tedious. Instead, use derivative rules:

Power Rule: If f(x) = xⁿ, then f'(x) = nxⁿ⁻¹

For f(x) = x⁵: f'(x) = 5x⁴

Constant Multiple Rule: If f(x) = cf(x), then f'(x) = c × f'(x)

Sum Rule: (f + g)' = f' + g'

Product Rule: (f × g)' = f' × g + f × g'

For f(x) = x² × sin(x): f'(x) = 2x × sin(x) + x² × cos(x)

Quotient Rule: (f/g)' = [f' × g - f × g'] / g²

Chain Rule: (f ∘ g)' = f'(g(x)) × g'(x)

For f(x) = sin(x³): f'(x) = cos(x³) × 3x²

Interpretation of Derivatives

Velocity: If s(t) is position, then ds/dt is velocity—the rate of position change.

Growth rate: If P(t) is population, then dP/dt is the growth rate.

Marginal cost: In business, dC/dq is the marginal cost—the cost of producing one more unit.

The derivative provides the instantaneous rate of change at any moment.

Higher-Order Derivatives

The derivative of the derivative is the second derivative, denoted f''(x) or d²f/dx².

For motion, the second derivative is acceleration: d²s/dt² = a(t).

Concavity is related to the second derivative:

Critical Points and Extrema

Points where f'(x) = 0 or f'(x) is undefined are critical points. These are candidates for local maxima, minima, or inflection points—essential for optimization problems.

Key Concepts

Socratic Questions

  1. When f(x) is undefined at x = a (like division by zero), can the limit as x approaches a still exist and be useful? Why would we care about this limit?
  1. The derivative is the limit of secant slopes as the secant approaches a tangent line. Why is this limiting process necessary? What does it mean to have an instantaneous rate of change?
  1. If a function is differentiable at a point, it must be continuous there. But can a function be continuous without being differentiable? Can you sketch an example?
  1. The second derivative describes acceleration and concavity. How would you interpret f''(x) < 0 in the context of a car's motion? How about for the profit function of a business?
  1. Critical points occur where f'(x) = 0. Why are these special? Could the maximum or minimum of a function occur where the derivative is not zero? In what situations?

Term / Concept
Limit of a Function
tap to flip
lim(x→a) f(x) = L means f(x) gets arbitrarily close to L as x gets arbitrarily close to a (with x ≠ a). The limit can exist even if f(a) is undefined.
Term / Concept
Sum Rule for Limits
tap to flip
lim[f(x) + g(x)] = lim f(x) + lim g(x). Limits distribute over sums (and similarly over products and quotients when defined).
Term / Concept
Continuity at x = a
tap to flip
f is continuous at a if (1) f(a) is defined, (2) lim(x→a) f(x) exists, and (3) those values are equal.
Term / Concept
Derivative (first principles)
tap to flip
f'(a) = lim(h→0) [f(a + h) − f(a)] / h. The slope of the tangent line at x = a.
Term / Concept
Power Rule
tap to flip
d/dx (xⁿ) = n xⁿ⁻¹. So d/dx (x⁵) = 5x⁴.
Term / Concept
Product Rule
tap to flip
(fg)' = f'g + fg'. Used when the integrand is a product of two functions.
Term / Concept
Quotient Rule
tap to flip
(f/g)' = (f'g − fg') / g². Note the order — denominator squared.
Term / Concept
Chain Rule
tap to flip
If h(x) = f(g(x)), then h'(x) = f'(g(x)) · g'(x). Differentiate the outside, multiply by the derivative of the inside.
Term / Concept
Standard Limit: sin x / x
tap to flip
lim(x→0) (sin x)/x = 1. Foundational for differentiating trigonometric functions.
Term / Concept
Higher-Order Derivative
tap to flip
f''(x) = d²f/dx² is the derivative of f'. For motion, position → velocity → acceleration.
Evaluate lim(x→2) (x² − 4) / (x − 2).
  • A 0
  • B 2
  • C 4
  • D Limit does not exist
If f(x) = 3x⁴, what is f'(x)?
  • A 4x³
  • B 12x³
  • C 12x⁴
  • D 3x³
Find d/dx [x² sin x].
  • A 2x sin x + x² cos x
  • B 2x cos x
  • C x² cos x
  • D 2x sin x − x² cos x
Find lim(x→0) (sin 3x)/x.
  • A 0
  • B 1
  • C 1/3
  • D 3
For f(x) = (sin x)², use the chain rule to find f'(x).
  • A 2 sin x
  • B 2 sin x cos x
  • C cos²x
  • D 2 cos x