📐
📊
✖️
← Back to Dashboard
Font Size:

1. Introduction

Calculus is the mathematics of change and motion, and it begins with two fundamental ideas: the limit and the derivative. A limit describes the value a function approaches as the input approaches a certain number, and the derivative measures the rate at which a function changes, which geometrically is the slope of the tangent line.

This chapter introduces the concept of a limit through intuitive examples, establishes the algebraic laws of limits, and computes limits of polynomial, rational, and trigonometric functions. It then defines the derivative of a function as a limit, provides the standard rules of differentiation, and applies them to polynomial, exponential, and trigonometric functions.

Limits and derivatives form the gateway to the entire subject of calculus. They are used to study motion, growth, optimisation, and area, and they are the foundation of all of Class 12 mathematics. A clear intuitive grasp of what a limit means and a solid command of the differentiation rules are essential for success in higher mathematics and in physics.

2. Intuitive Idea of Limits

Consider the function f(x) = (x^2 - 4)/(x - 2). This function is undefined at x = 2 because both numerator and denominator vanish. However, for values of x close to 2 but not equal to 2, we can simplify:

f(x) = (x - 2)(x + 2)/(x - 2) = x + 2, for x not equal to 2.

As x approaches 2 from either side, f(x) approaches 4. We say the limit of f(x) as x tends to 2 is 4, and write:

lim (x to 2) f(x) = 4

The limit is the value the function approaches, not necessarily the value it attains. The function need not even be defined at the point.

Left-Hand and Right-Hand Limits

The left-hand limit is the value approached as x approaches a from the left (x < a), written lim (x to a-) f(x). The right-hand limit is approached from the right (x > a), written lim (x to a+) f(x). The limit exists if and only if both the left-hand and right-hand limits exist and are equal.

3. Algebra of Limits

If lim (x to a) f(x) = l and lim (x to a) g(x) = m, then:

These laws allow limits to be computed by breaking complex functions into simpler parts.

4. Limits of Some Standard Functions

Polynomial Functions

lim (x to a) P(x) = P(a), for any polynomial P. For example, lim (x to 2) (x^2 + 1) = 5.

Rational Functions

lim (x to a) P(x)/Q(x) = P(a)/Q(a), provided Q(a) is not equal to 0.

Trigonometric Limits

lim (x to 0) sin x / x = 1

lim (x to 0) (1 - cos x)/x = 0

These two limits are fundamental and are used to evaluate many trigonometric limits.

5. Definition of the Derivative

The derivative of a function f at a point a is defined as the limit:

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

provided this limit exists. The derivative represents the instantaneous rate of change of f at a, or the slope of the tangent to the graph of y = f(x) at the point (a, f(a)).

Derivative as a Function

The derivative function is defined by:

f'(x) = lim (h to 0) [f(x + h) - f(x)]/h

The process of finding the derivative is called differentiation. If f'(x) exists, the function is differentiable at x.

6. Algebra of Derivatives

If u and v are differentiable functions of x, then:

7. Derivatives of Standard Functions

Using the power rule and the constant multiple rule, derivatives of polynomials can be found term by term.

Example: If f(x) = 3x^2 + 2x - 1, then f'(x) = 6x + 2.

8. Limits and Derivatives: Geometric Meaning

The tangent line to the curve y = f(x) at the point (a, f(a)) has slope f'(a). The equation of the tangent line is:

y - f(a) = f'(a)(x - a)

The derivative also gives the instantaneous velocity: if s(t) is the position at time t, then s'(t) is the velocity.

Quick Revision Tables

Table 1: Algebra of Limits and Standard Limits

Operation Formula
Sum lim (f + g) = l + m
Difference lim (f - g) = l - m
Product lim (f g) = l m
Quotient lim (f/g) = l/m, m not 0
Standard limit lim sin x/x = 1 as x to 0
Standard limit lim (1 - cos x)/x = 0 as x to 0

Table 2: Standard Derivatives and Rules

Function Derivative
c 0
x^n n x^(n-1)
sin x cos x
cos x -sin x
tan x sec^2 x
u v u'v + uv'
u/v (u'v - uv')/v^2

Mind Map

graph TD A["Limits and Derivatives"] --> B["Limits"] A --> C["Algebra of Limits"] A --> D["Standard Limits"] A --> E["Derivative"] A --> F["Derivative Rules"] B --> B1["Left and right hand limits"] B --> B2["Limit exists if both equal"] C --> C1["Sum, difference, product, quotient"] D --> D1["lim sin x/x = 1"] D --> D2["lim (1-cos x)/x = 0"] E --> E1["f'(a) = lim [f(a+h) - f(a)]/h"] E --> E2["Slope of tangent"] F --> F1["d/dx x^n = n x^(n-1)"] F --> F2["d/dx sin x = cos x"] F --> F3["Product and quotient rules"]

Important Diagrams (SVG)

Diagram 1: Visualising the Limit of a Function

Limit of f(x) = (x^2 - 4)/(x - 2) as x to 2 x = 2 (not in domain) x = 1.9, 1.99, ... x = 2.1, 2.01, ... values approach 4 values approach 4 lim (x to 2) f(x) = 4 Golden Rule: The limit is what f(x) approaches, not the value at x = a.

Diagram 2: Derivative as Slope of the Tangent

Derivative as the Slope of the Tangent Line P(a, f(a)) Tangent line slope = f'(a) Secant becomes tangent as h to 0 f'(a) = lim [f(a+h) - f(a)]/h Golden Rule: f'(a) is the slope of the tangent to y = f(x) at x = a.

Common Mistakes

  1. Assuming the limit equals f(a). The limit is what the function approaches; f may not even be defined at a.
  2. Saying a limit exists when left-hand and right-hand limits differ. The limit exists only when both are equal.
  3. Dividing by zero when evaluating a rational limit. Factor and cancel first, then substitute.
  4. Applying the quotient law of limits when the denominator tends to zero. The law requires the denominator limit to be nonzero.
  5. Forgetting that d/dx(x^n) = n x^(n-1) applies to the power, not the coefficient; the coefficient is brought down correctly only in the product rule.
  6. Using (u v)' = u' v' instead of the product rule (u v)' = u'v + uv'.
  7. Writing d/dx(sin x) = -cos x. The correct derivative is cos x; -cos x is the derivative of cos x.
  8. Forgetting the constant rule: the derivative of a constant is 0, not the constant itself.
  9. In the quotient rule, using (u/v)' = (uv' - u'v)/v^2 instead of (u'v - uv')/v^2.

Exam Tips

  1. To evaluate rational limits that give 0/0, factor both numerator and denominator and cancel the common factor before substituting.
  2. For trigonometric limits, apply lim sin x/x = 1, adjusting the argument to match the form.
  3. Write the definition f'(x) = lim [f(x+h) - f(x)]/h before applying it, as many questions require first-principles differentiation.
  4. Use the power rule term by term for polynomials and keep coefficients as multipliers.
  5. In product and quotient rule problems, clearly label u, v, u', v' before substituting.
  6. Practise recognising limits of the form (x^n - a^n)/(x - a), which equals n a^(n-1).
  7. Always check differentiability by confirming the limit defining the derivative exists.

Conclusion

Limits and derivatives are the twin foundations of calculus. The limit gives a precise meaning to the idea of approaching a value, and the derivative applies this idea to measure rates of change and slopes of tangents. The algebra of limits and the standard limits provide efficient computational tools, while the rules of differentiation make finding derivatives of polynomials, trigonometric, and rational functions routine. These concepts are not only examined directly but are also essential for understanding continuity, optimisation, integration, and the whole of Class 12 mathematics and physics. A firm grasp of limits and derivatives opens the door to the powerful techniques of calculus.