Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Beng (বাংলা) Hindi (हिन्दी)
WBB • Class XI • Mathematics • Ch 7
Estimated Time: 75 minutes
Study Progress: In Progress

Limits and Derivatives

Limits and Derivatives constitute the foundational cornerstone of infinitesimal calculus, bridging static algebra with dynamic analysis of continuous change. The central concept of a limit formalizes the behavior of a function f(x) as the independent variable x approaches a designated value a arbitrarily closely without ever necessarily reaching it. A two-sided limit exists if and only if the left-hand limit and the right-hand limit are strictly equal to a common finite real number L. Evaluating limits resolves critical indeterminate forms including 0/0 and infinity/infinity via algebraic factoring, conjugate rationalization, and standard trigonometric limits such as the fundamental theorem stating that the limit of sin(x)/x as x approaches 0 equals 1 when x is measured in radians. Building upon limit theory, the derivative f'(x) quantifies the instantaneous rate of change of a dependent variable. Geometrically, the derivative represents the limiting slope of secant lines converging to the unique tangent line to a curve at a given point. Computed fundamentally from First Principles (ab initio) via the difference quotient limit, the calculus of differentiation establishes systematic operational rules including the Product Rule (Leibniz formula), Quotient Rule, and Constant Multiple Rule, unlocking the analytical toolkit for higher mathematics, differential equations, and scientific modeling.

Why This Chapter Matters

Calculus is the universal language of modern physical sciences, engineering, aerospace, quantitative economics, and artificial intelligence. In classical and celestial mechanics, Isaac Newton and Gottfried Wilhelm Leibniz formulated calculus to describe planetary orbits and dynamics; velocity is the first time-derivative of displacement ds/dt, and acceleration is the second derivative d²s/dt². In electrical engineering, alternating currents and electromagnetic fields in Maxwell's equations are formulated entirely in derivatives of voltage and magnetic flux. In aeronautics, rocket trajectory optimization and space shuttle re-entry heating depend on real-time derivative sensors measuring instantaneous rate changes. In machine learning and deep neural networks, backpropagation algorithms compute partial derivatives (gradients) of loss functions with respect to millions of network weights to train modern artificial intelligence models. In quantitative finance, the Black-Scholes partial differential equation relies on instantaneous derivatives to evaluate and price multi-billion dollar financial derivatives and manage market risk. For West Bengal Board Class 11 examinations as well as competitive gateways like WBJEE, JEE Main, and JEE Advanced, Limits and Derivatives is an indispensable, high-weightage foundation that unlocks integral calculus, differential equations, and advanced coordinate geometry.

Chapter Roadmap & Progression

1 1. Intuitive Concept of Limits, One...
2 2. Algebra of Limits & The Squeeze...
3 3. Standard Algebraic & Trigonometr...
4 4. Exponential and Logarithmic Limi...
5 5. The Derivative: Geometric & Phys...
6 6. Algebra of Derivatives: Product...

Complete Concept Guide (100% Curriculum Coverage)

1. Intuitive Concept of Limits, One-Sided Limits & Indeterminate Forms

Calculus begins where elementary algebra encounters division by zero. The concept of a limit allows mathematicians to study the behavior of a function near a point, even if the function is not defined at that point itself.

1.1 Meaning of the Notation $x \to a$

The expression $x \to a$ (read as "$x$ approaches $a$") means that the variable $x$ takes values closer and closer to the real number $a$, from either the left ($x < a$) or the right ($x > a$), but $\mathbf{x \neq a}$.

1.2 Left-Hand Limit (LHL) and Right-Hand Limit (RHL)
Definition (One-Sided Limits):
  • Left-Hand Limit (LHL): The value that $f(x)$ approaches as $x$ approaches $a$ through values strictly smaller than $a$: $$\text{LHL} = \lim_{x \to a^-} f(x) = \lim_{h \to 0} f(a - h), \quad (h > 0)$$
  • Right-Hand Limit (RHL): The value that $f(x)$ approaches as $x$ approaches $a$ through values strictly greater than $a$: $$\text{RHL} = \lim_{x \to a^+} f(x) = \lim_{h \to 0} f(a + h), \quad (h > 0)$$
1.3 Criterion for the Existence of a Limit
Fundamental Theorem: The two-sided limit $\lim_{x \to a} f(x)$ exists and is equal to $L$ if and only if both one-sided limits exist, are finite, and are equal: $$\mathbf{\lim_{x \to a} f(x) = L \iff \lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = L}$$

Note: If $\text{LHL} \neq \text{RHL}$, the limit does not exist at $x = a$. For example, for $f(x) = \frac{|x|}{x}$ at $x = 0$, $\text{LHL} = -1$ and $\text{RHL} = +1$, so $\lim_{x \to 0} \frac{|x|}{x}$ does not exist.

1.4 Indeterminate Forms

When directly substituting $x = a$ into a rational function yields expressions such as $\mathbf{\frac{0}{0}}$, $\mathbf{\frac{\infty}{\infty}}$, $\infty - \infty$, or $0 \times \infty$, the form is termed indeterminate. It does NOT mean the limit does not exist; it signifies that direct substitution has failed and algebraic techniques must be deployed to determine the true limit.

2. Algebra of Limits & The Squeeze (Sandwich) Theorem

Limits satisfy intuitive algebraic properties that allow complex functions to be decomposed into simpler constituent limits.

2.1 Fundamental Algebraic Operations on Limits

Let $f(x)$ and $g(x)$ be two real functions such that $\lim_{x \to a} f(x) = L$ and $\lim_{x \to a} g(x) = M$, where $L$ and $M$ are finite real numbers:

Operation Mathematical Statement Condition
Sum Rule $\lim_{x \to a} [f(x) + g(x)] = \lim_{x \to a} f(x) + \lim_{x \to a} g(x) = L + M$ None
Difference Rule $\lim_{x \to a} [f(x) - g(x)] = \lim_{x \to a} f(x) - \lim_{x \to a} g(x) = L - M$ None
Product Rule $\lim_{x \to a} [f(x) \cdot g(x)] = \left[\lim_{x \to a} f(x)\right] \cdot \left[\lim_{x \to a} g(x)\right] = L \cdot M$ None
Quotient Rule $\lim_{x \to a} \left[\frac{f(x)}{g(x)}\right] = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)} = \frac{L}{M}$ $M \neq 0$
Constant Multiple $\lim_{x \to a} [k \cdot f(x)] = k \cdot \lim_{x \to a} f(x) = k \cdot L$ $k \in \mathbb{R}$ is a constant
Power Rule $\lim_{x \to a} [f(x)]^n = \left[\lim_{x \to a} f(x)\right]^n = L^n$ $n \in \mathbb{Q}$
2.2 The Squeeze (Sandwich) Theorem
Theorem (Sandwich Theorem): Let $f(x)$, $g(x)$, and $h(x)$ be real functions such that: $$g(x) \le f(x) \le h(x)$$ for all $x$ in some open interval containing $a$, except possibly at $x = a$ itself. If: $$\lim_{x \to a} g(x) = \lim_{x \to a} h(x) = L$$ then the trapped function $f(x)$ must also converge to the identical limit: $$\mathbf{\lim_{x \to a} f(x) = L}$$

The Sandwich Theorem is the theoretical linchpin used to prove the fundamental trigonometric limit $\lim_{x \to 0} \frac{\sin x}{x} = 1$ by trapping $\frac{\sin x}{x}$ between $\cos x$ and $1$.

3. Standard Algebraic & Trigonometric Limits: Theorems & Applications

Standard limit theorems provide exact evaluation formulas without requiring tedious polynomial division or geometry for every problem.

3.1 Standard Algebraic Limit Formula
Theorem: For any non-zero real number $a$ and any rational exponent $n$: $$\mathbf{\lim_{x \to a} \frac{x^n - a^n}{x - a} = n a^{n - 1}}$$

Proof for Positive Integer $n$: Recall the algebraic factorization:

$$x^n - a^n = (x - a)(x^{n-1} + x^{n-2}a + x^{n-3}a^2 + \dots + a^{n-1})$$

Dividing by $(x - a)$ for $x \neq a$ gives $n$ terms, each evaluating to $a^{n-1}$ as $x \to a$:

$$\lim_{x \to a} \frac{x^n - a^n}{x - a} = \underbrace{a^{n-1} + a^{n-1} + \dots + a^{n-1}}_{n \text{ terms}} = n a^{n-1}$$
3.2 Standard Trigonometric Limits
Fundamental Trigonometric Limits:
  1. $$\mathbf{\lim_{x \to 0} \frac{\sin x}{x} = 1} \quad \text{($x$ must be measured in radians)}$$
  2. $$\mathbf{\lim_{x \to 0} \frac{\tan x}{x} = 1}$$
  3. $$\mathbf{\lim_{x \to 0} \frac{1 - \cos x}{x} = 0}$$
  4. $$\mathbf{\lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2}}$$

Derivation of $\lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2}$ using Double-Angle Identity:

$$\lim_{x \to 0} \frac{1 - \cos x}{x^2} = \lim_{x \to 0} \frac{2 \sin^2(x/2)}{x^2} = 2 \lim_{x \to 0} \left(\frac{\sin(x/2)}{x/2} \times \frac{1}{2}\right)^2 = 2 \times \left(1 \times \frac{1}{2}\right)^2 = 2 \times \frac{1}{4} = \mathbf{\frac{1}{2}}$$

Crucial Examiner Note: If the angle is given in degrees (e.g., $\lim_{x \to 0} \frac{\sin x^\circ}{x}$), you MUST convert degrees to radians first: $x^\circ = \frac{\pi x}{180}$ radians, giving $\lim_{x \to 0} \frac{\sin(\pi x / 180)}{x} = \frac{\pi}{180}$.

4. Exponential and Logarithmic Limits: Euler’s Number & Key Identities

Exponential and logarithmic limits govern continuous compound growth and appear continuously throughout calculus.

4.1 Definition of Euler's Number $e$

The mathematical constant $e \approx 2.71828\dots$ is defined as the limit of continuous compound interest:

$$\mathbf{e = \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = \lim_{x \to 0} (1 + x)^{1/x}}$$
4.2 Standard Exponential Limits
Theorems:
  1. $$\mathbf{\lim_{x \to 0} \frac{e^x - 1}{x} = 1}$$
  2. $$\mathbf{\lim_{x \to 0} \frac{a^x - 1}{x} = \ln a = \log_e a} \quad (a > 0, a \neq 1)$$
4.3 Standard Logarithmic Limits
Theorem: For the natural logarithm $\ln(1 + x) = \log_e(1 + x)$: $$\mathbf{\lim_{x \to 0} \frac{\ln(1 + x)}{x} = 1}$$

Proof Sketch: Using logarithmic properties and the definition of $e$:

$$\lim_{x \to 0} \frac{\ln(1 + x)}{x} = \lim_{x \to 0} \ln\left[(1 + x)^{1/x}\right] = \ln\left[\lim_{x \to 0} (1 + x)^{1/x}\right] = \ln(e) = \mathbf{1}$$

5. The Derivative: Geometric & Physical Meaning, First Principles (ab initio)

The derivative represents the crowning achievement of introductory calculus: quantifying instantaneous rates of change and determining exact tangents to non-linear curves.

5.1 Physical and Geometric Interpretation of the Derivative
  • Physical Interpretation: If $s(t)$ is displacement at time $t$, average velocity over $[t, t + \Delta t]$ is $\frac{\Delta s}{\Delta t}$. The instantaneous velocity at time $t$ is the limit as $\Delta t \to 0$: $$v(t) = \lim_{\Delta t \to 0} \frac{\Delta s}{\Delta t} = \frac{ds}{dt}$$
  • Geometric Interpretation: Let $P(x, f(x))$ and $Q(x + h, f(x + h))$ be two points on the curve $y = f(x)$. The slope of the secant line passing through $P$ and $Q$ is: $$m_{\text{secant}} = \frac{f(x + h) - f(x)}{h}$$ As $h \to 0$, point $Q$ slides along the curve toward $P$, and the secant line rotates into the tangent line at $P$. Hence, the slope of the tangent line is: $$m_{\text{tangent}} = \tan \theta = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h} = \mathbf{f'(x)}$$
5.2 Definition of Derivative from First Principles (ab initio)
Formal Definition: Let $f(x)$ be a real-valued function defined on an open interval. The derivative of $f$ with respect to $x$ is denoted by $f'(x)$ or $\frac{df}{dx}$ and defined by: $$\mathbf{f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}}$$ provided this limit exists and is finite.
5.3 Derivatives of Elementary Functions from First Principles
  1. Power Function $f(x) = x^n$: $$f'(x) = \lim_{h \to 0} \frac{(x + h)^n - x^n}{h} = \lim_{t \to x} \frac{t^n - x^n}{t - x} = \mathbf{n x^{n-1}} \quad (\text{substituting } t = x + h)$$
  2. Sine Function $f(x) = \sin x$: $$f'(x) = \lim_{h \to 0} \frac{\sin(x + h) - \sin x}{h} = \lim_{h \to 0} \frac{2 \cos\left(x + \frac{h}{2}\right) \sin\left(\frac{h}{2}\right)}{h} = \lim_{h \to 0} \cos\left(x + \frac{h}{2}\right) \times \lim_{h \to 0} \frac{\sin(h/2)}{h/2} = \cos x \times 1 = \mathbf{\cos x}$$
  3. Cosine Function $f(x) = \cos x$: $$f'(x) = \lim_{h \to 0} \frac{\cos(x + h) - \cos x}{h} = \lim_{h \to 0} \frac{-2 \sin\left(x + \frac{h}{2}\right) \sin\left(\frac{h}{2}\right)}{h} = -\sin x \times 1 = \mathbf{-\sin x}$$
  4. Exponential Function $f(x) = e^x$: $$f'(x) = \lim_{h \to 0} \frac{e^{x + h} - e^x}{h} = e^x \lim_{h \to 0} \frac{e^h - 1}{h} = e^x \times 1 = \mathbf{e^x}$$

6. Algebra of Derivatives: Product (Leibniz) Rule, Quotient Rule & Standard Formula Table

While the first principle provides the rigorous definition, operational differentiation rules allow rapid computation of derivatives of composite expressions.

6.1 Operational Rules of Differentiation
Fundamental Rules: Let $u(x)$ and $v(x)$ be differentiable functions and $c \in \mathbb{R}$:
  1. Constant Rule: $\frac{d}{dx}[c] = \mathbf{0}$
  2. Constant Multiple Rule: $\frac{d}{dx}[c \cdot u] = \mathbf{c \frac{du}{dx}}$
  3. Sum and Difference Rule: $\frac{d}{dx}[u \pm v] = \mathbf{\frac{du}{dx} \pm \frac{dv}{dx}}$
  4. Product Rule (Leibniz Formula): $$\mathbf{\frac{d}{dx}[u \cdot v] = u \frac{dv}{dx} + v \frac{du}{dx} = u v' + v u'}$$
  5. Quotient Rule: $$\mathbf{\frac{d}{dx}\left[\frac{u}{v}\right] = \frac{v \frac{du}{dx} - u \frac{dv}{dx}}{v^2} = \frac{v u' - u v'}{v^2}} \quad (v \neq 0)$$
6.2 Comprehensive Dictionary of Standard Derivatives
Function $f(x)$ Derivative $\frac{d}{dx}[f(x)]$ Domain / Notes
$x^n$ $n x^{n-1}$ $n \in \mathbb{R}$
$\sqrt{x}$ $\frac{1}{2\sqrt{x}}$ $x > 0$
$\frac{1}{x}$ $-\frac{1}{x^2}$ $x \neq 0$
$\sin x$ $\cos x$ $x \in \mathbb{R}$
$\cos x$ $-\sin x$ $x \in \mathbb{R}$ (Notice negative sign!)
$\tan x$ $\sec^2 x$ $x \neq (2k+1)\frac{\pi}{2}$
$\cot x$ $-\csc^2 x$ $x \neq k\pi$
$\sec x$ $\sec x \tan x$ $x \neq (2k+1)\frac{\pi}{2}$
$\csc x$ $-\csc x \cot x$ $x \neq k\pi$
$e^x$ $e^x$ Invariant under differentiation
$a^x$ $a^x \ln a$ $a > 0, a \neq 1$
$\ln x$ ($\log_e x$) $\frac{1}{x}$ $x > 0$

Key Formulas, Identities & Theorems

Standard Algebraic Limit Identity
n aⁿ⁻¹
Holds for any rational exponent n and real a > 0; avoids long polynomial division.
Fundamental Trigonometric Limit
1
Crucial: x must be measured strictly in radians; if in degrees, multiply by π/180.
Exponential & Logarithmic Limits
1, ln(a)
Derived from e = lim (1 + x)^(1/x) as x → 0; ln a represents natural log to base e.
Derivative from First Principles
lim [f(x+h) - f(x)] / h
Defines the instantaneous rate of change and the slope of the tangent line m = tan θ.
Product Rule (Leibniz Formula)
u v' + v u'
Do NOT multiply derivatives; differentiate one function at a time and sum the products.
Quotient Rule of Differentiation
(v u' - u v') / v²
Order matters strictly in numerator: (denominator × derivative of numerator) MINUS (numerator × derivative of denominator).

Conceptual Solved Examples & Case Studies

Example 1
Evaluate the limit: \(\lim_{x \to 1} \frac{x^{15} - 1}{x^{10} - 1}\). [2 marks]
Step-by-Step Solution:
Solution:
Step 1: Identify the indeterminate form: Substituting $x = 1$ directly yields: $$\frac{1^{15} - 1}{1^{10} - 1} = \frac{0}{0} \quad (\text{Indeterminate form})$$
Step 2: Rewrite using the standard algebraic limit formula: Divide both numerator and denominator by $(x - 1)$: $$\lim_{x \to 1} \frac{x^{15} - 1}{x^{10} - 1} = \lim_{x \to 1} \frac{\frac{x^{15} - 1^{15}}{x - 1}}{\frac{x^{10} - 1^{10}}{x - 1}}$$
Step 3: Apply the theorem $\lim_{x \to a} \frac{x^n - a^n}{x - a} = n a^{n - 1}$: $$\text{Numerator limit} = \lim_{x \to 1} \frac{x^{15} - 1^{15}}{x - 1} = 15(1)^{14} = 15$$ $$\text{Denominator limit} = \lim_{x \to 1} \frac{x^{10} - 1^{10}}{x - 1} = 10(1)^{9} = 10$$
Step 4: Compute the final quotient: $$\text{Limit} = \frac{15}{10} = \mathbf{\frac{3}{2}}$$
Conclusion: The value of the limit is $\frac{3}{2}$.
Example 2
Evaluate: \(\lim_{x \to 0} \frac{1 - \cos 4x}{x^2}\). [3 marks]
Step-by-Step Solution:
Solution:
Step 1: Check the form: At $x = 0$, $\frac{1 - \cos 0}{0^2} = \frac{1 - 1}{0} = \frac{0}{0}$ (Indeterminate form).
Step 2: Use the trigonometric half-angle identity: Recall that $1 - \cos 2\theta = 2 \sin^2 \theta$. Setting $2\theta = 4x \implies \theta = 2x$: $$1 - \cos 4x = 2 \sin^2(2x)$$
Step 3: Substitute and adjust terms for standard limit $\lim_{t \to 0} \frac{\sin t}{t} = 1$: $$\lim_{x \to 0} \frac{1 - \cos 4x}{x^2} = \lim_{x \to 0} \frac{2 \sin^2(2x)}{x^2} = 2 \lim_{x \to 0} \left(\frac{\sin(2x)}{x}\right)^2$$ Multiply and divide inside the bracket by $2$: $$= 2 \lim_{x \to 0} \left(2 \times \frac{\sin(2x)}{2x}\right)^2 = 2 \times 2^2 \times \left(\lim_{x \to 0} \frac{\sin(2x)}{2x}\right)^2$$
Step 4: Evaluate the limit: Since $x \to 0 \implies 2x \to 0$: $$= 2 \times 4 \times (1)^2 = \mathbf{8}$$
Conclusion: The value of the limit is $8$.
Example 3
Find the derivative of \(f(x) = \sin x\) from First Principles (ab initio). [3 marks]
Step-by-Step Solution:
Solution:
Step 1: State the definition of derivative from First Principles: $$f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$$ Here $f(x) = \sin x$, so $f(x + h) = \sin(x + h)$: $$f'(x) = \lim_{h \to 0} \frac{\sin(x + h) - \sin x}{h}$$
Step 2: Apply the trigonometric transformation formula $\sin C - \sin D$: Recall that $\sin C - \sin D = 2 \cos\left(\frac{C + D}{2}\right) \sin\left(\frac{C - D}{2}\right)$: $$\sin(x + h) - \sin x = 2 \cos\left(\frac{2x + h}{2}\right) \sin\left(\frac{h}{2}\right) = 2 \cos\left(x + \frac{h}{2}\right) \sin\left(\frac{h}{2}\right)$$
Step 3: Substitute into the limit expression and rearrange: $$f'(x) = \lim_{h \to 0} \frac{2 \cos\left(x + \frac{h}{2}\right) \sin\left(\frac{h}{2}\right)}{h} = \lim_{h \to 0} \cos\left(x + \frac{h}{2}\right) \times \lim_{h \to 0} \frac{\sin(h/2)}{h/2}$$
Step 4: Evaluate each limit: As $h \to 0$, $\cos\left(x + \frac{h}{2}\right) \to \cos x$. Also $\lim_{h \to 0} \frac{\sin(h/2)}{h/2} = 1$ (since $h \to 0 \implies h/2 \to 0$). $$f'(x) = \cos x \times 1 = \mathbf{\cos x}$$
Conclusion: The derivative of $\sin x$ is $\cos x$.
Example 4
Let \(f(x) = \begin{cases} a + bx, & x < 1 \\ 4, & x = 1 \\ b - ax, & x > 1 \end{cases}\). If \(\lim_{x \to 1} f(x) = f(1)\), what are the values of \(a\) and \(b\)? [4 marks]
Step-by-Step Solution:
Solution:
Step 1: Understand the condition for limit existence: Given that $\lim_{x \to 1} f(x) = f(1) = 4$, the limit exists at $x = 1$. Therefore, both one-sided limits must exist and equal $f(1)$: $$\text{LHL} = \lim_{x \to 1^-} f(x) = 4 \quad \text{and} \quad \text{RHL} = \lim_{x \to 1^+} f(x) = 4$$
Step 2: Evaluate the Left-Hand Limit (LHL): For $x < 1$, $f(x) = a + bx$: $$\text{LHL} = \lim_{x \to 1^-} (a + bx) = a + b(1) = a + b$$ Since $\text{LHL} = 4$: $$a + b = 4 \quad \text{--- (Equation 1)}$$
Step 3: Evaluate the Right-Hand Limit (RHL): For $x > 1$, $f(x) = b - ax$: $$\text{RHL} = \lim_{x \to 1^+} (b - ax) = b - a(1) = b - a$$ Since $\text{RHL} = 4$: $$b - a = 4 \implies -a + b = 4 \quad \text{--- (Equation 2)}$$
Step 4: Solve the simultaneous linear equations: Adding (Equation 1) and (Equation 2): $$(a + b) + (-a + b) = 4 + 4 \implies 2b = 8 \implies \mathbf{b = 4}$$ Substitute $b = 4$ into (Equation 1): $$a + 4 = 4 \implies \mathbf{a = 0}$$
Conclusion: The values are $a = 0$ and $b = 4$.
Example 5
Differentiate the function \(y = \frac{x + \cos x}{\tan x}\) with respect to \(x\). [4 marks]
Step-by-Step Solution:
Solution:
Step 1: Identify numerator $u(x)$ and denominator $v(x)$: Let $u = x + \cos x$ and $v = \tan x$. Here $y = \frac{u}{v}$. We use the Quotient Rule: $$\frac{dy}{dx} = \frac{v \frac{du}{dx} - u \frac{dv}{dx}}{v^2}$$
Step 2: Compute individual derivatives $\frac{du}{dx}$ and $\frac{dv}{dx}$: $$\frac{du}{dx} = \frac{d}{dx}[x + \cos x] = 1 - \sin x$$ $$\frac{dv}{dx} = \frac{d}{dx}[\tan x] = \sec^2 x$$
Step 3: Substitute into the Quotient Rule formula: $$\frac{dy}{dx} = \frac{\tan x (1 - \sin x) - (x + \cos x) \sec^2 x}{\tan^2 x}$$
Step 4: Expand and express in terms of $\sin x$ and $\cos x$: Recall $\tan x = \frac{\sin x}{\cos x}$ and $\sec x = \frac{1}{\cos x}$: $$\frac{dy}{dx} = \frac{\tan x - \tan x \sin x - x \sec^2 x - \cos x \sec^2 x}{\tan^2 x}$$ Since $\cos x \sec^2 x = \cos x \cdot \frac{1}{\cos^2 x} = \frac{1}{\cos x} = \sec x$: $$\frac{dy}{dx} = \frac{\tan x - \frac{\sin^2 x}{\cos x} - x \sec^2 x - \sec x}{\tan^2 x}$$ Dividing numerator by $\tan^2 x$: $$\frac{dy}{dx} = \cot x - \cos x - x \csc^2 x - \csc x \cot x$$
Conclusion: $$\frac{dy}{dx} = \frac{\tan x (1 - \sin x) - (x + \cos x)\sec^2 x}{\tan^2 x}$$
Example 6
(i) Evaluate: \(\lim_{x \to 0} \frac{e^{3x} - 1}{\sin 2x}\). (ii) Find the derivative of \(f(x) = \sqrt{2x + 1}\) from First Principles. [5 marks]
Step-by-Step Solution:
Solution:
Part (i): Evaluate $\lim_{x \to 0} \frac{e^{3x} - 1}{\sin 2x}$: [2.5 marks] Divide both numerator and denominator by $x$: $$\lim_{x \to 0} \frac{e^{3x} - 1}{\sin 2x} = \lim_{x \to 0} \frac{\frac{e^{3x} - 1}{x}}{\frac{\sin 2x}{x}}$$ Adjust coefficients: $$= \lim_{x \to 0} \frac{3 \times \frac{e^{3x} - 1}{3x}}{2 \times \frac{\sin 2x}{2x}} = \frac{3 \times \lim_{x \to 0} \frac{e^{3x} - 1}{3x}}{2 \times \lim_{x \to 0} \frac{\sin 2x}{2x}}$$ Since $\lim_{t \to 0} \frac{e^t - 1}{t} = 1$ and $\lim_{t \to 0} \frac{\sin t}{t} = 1$: $$= \frac{3 \times 1}{2 \times 1} = \mathbf{\frac{3}{2}}$$
Part (ii): Derivative of $f(x) = \sqrt{2x + 1}$ from First Principles: [2.5 marks] By First Principles: $$f'(x) = \lim_{h \to 0} \frac{\sqrt{2(x + h) + 1} - \sqrt{2x + 1}}{h} = \lim_{h \to 0} \frac{\sqrt{2x + 2h + 1} - \sqrt{2x + 1}}{h}$$ Rationalize the numerator by multiplying numerator and denominator by the conjugate $[\sqrt{2x + 2h + 1} + \sqrt{2x + 1}]$: $$f'(x) = \lim_{h \to 0} \frac{(2x + 2h + 1) - (2x + 1)}{h [\sqrt{2x + 2h + 1} + \sqrt{2x + 1}]}$$ $$= \lim_{h \to 0} \frac{2h}{h [\sqrt{2x + 2h + 1} + \sqrt{2x + 1}]}$$ Cancel $h \neq 0$: $$= \lim_{h \to 0} \frac{2}{\sqrt{2x + 2h + 1} + \sqrt{2x + 1}} = \frac{2}{\sqrt{2x + 1} + \sqrt{2x + 1}} = \frac{2}{2\sqrt{2x + 1}} = \mathbf{\frac{1}{\sqrt{2x + 1}}}$$
Conclusion: Limit value is $\frac{3}{2}$, and the derivative is $\frac{1}{\sqrt{2x + 1}}$.

Common Misconceptions & Examiner Traps

Common Misconception

Assuming that a limit is undefined whenever substitution yields 0/0

Scientific Reality & Correction

The expression $0/0$ is an indeterminate form, not an undefined result. The limit is evaluated by geometric analysis or Taylor series, yielding strictly $1$.

Common Misconception

Applying trigonometric limit formulas without converting degrees to radians

Scientific Reality & Correction

Calculus limits hold ONLY when angles are in radians. Convert $x^\circ = \frac{\pi x}{180}$ radians: $\lim_{x \to 0} \frac{\sin(\pi x / 180)}{x} = \frac{\pi}{180}$.

Common Misconception

Order reversal in the Quotient Rule numerator

Scientific Reality & Correction

The quotient rule has a strict minus sign: $\frac{v u' - u v'}{v^2}$ (Denominator times derivative of numerator MINUS numerator times derivative of denominator).

Common Misconception

Missing the negative sign in the derivative of cosine, cotangent, and cosecant

Scientific Reality & Correction

The derivative of $\cos x$ is $-\sin x$. All trigonometric "co-functions" (cosine, cotangent, cosecant) differentiate with a negative sign.

Common Misconception

Differentiating a product by simply multiplying individual derivatives

Scientific Reality & Correction

Apply the Product Rule: $\frac{d}{dx}[u v] = u v' + v u'$. Thus $\frac{d}{dx}[x^2 \sin x] = x^2 \cos x + 2x \sin x$.

Limits, Secant-Tangent Convergence & Differentiation Architecture Diagram

dy/dx Limits & Derivatives Master Architecture Foundation of Calculus | Limit Existence | First Principles Derivative | Geometric Significance x y O y = f(x) P(x, f(x)) x Q(x+h, f(x+h)) x + h Δx = h Secant Line: slope = [f(x+h) - f(x)] / h Tangent Line: slope m = f'(x) As h → 0, secant converges to tangent: Q → P Limit Existence: LHL = RHL = L x = a f(x) → L LHL: x → a⁻ RHL: x → a⁺ lim f(x) exists ⟺ LHL = RHL Standard Limits Theorems lim (sin x / x) = 1 [x in radians] lim (xⁿ - aⁿ)/(x - a) = n aⁿ⁻¹ lim (eˣ - 1)/x = 1, lim ln(1+x)/x = 1 Derivative from First Principles f'(x) = lim [f(x+h) - f(x)] / h (h → 0) Geometric meaning: Slope of tangent Physical meaning: Instantaneous rate dy/dx Differentiation Rules (Calculus Algebra) Product Rule: (uv)' = u'v + uv' Quotient Rule: (u/v)' = (u'v - uv') / v² Constant Multiple: (c·u)' = c·u' Standard Elementary Derivatives d/dx(xⁿ) = n xⁿ⁻¹, d/dx(eˣ) = eˣ d/dx(sin x) = cos x, d/dx(cos x) = -sin x d/dx(tan x) = sec² x, d/dx(ln x) = 1/x

Chapter Summary & 10 Key Takeaways

Takeaway 1
The notation x → a signifies that x approaches a arbitrarily closely from either side without ever coinciding with a.
Takeaway 2
A limit lim f(x) as x → a exists if and only if both the Left-Hand Limit (LHL) and Right-Hand Limit (RHL) exist and are equal: LHL = RHL = L.
Takeaway 3
Direct substitution yielding 0/0 or ∞/∞ indicates an indeterminate form, requiring algebraic manipulation, rationalization, or standard limit identities.
Takeaway 4
Standard algebraic limit identity: lim (xⁿ - aⁿ) / (x - a) = n aⁿ⁻¹ for any rational exponent n and a > 0.
Takeaway 5
Fundamental trigonometric limit: lim (sin x / x) = 1 as x → 0, provided x is measured strictly in radians; similarly, lim (tan x / x) = 1.
Takeaway 6
Exponential and logarithmic limits: lim (eˣ - 1)/x = 1 and lim ln(1 + x)/x = 1 as x → 0, where e = lim (1 + 1/n)ⁿ as n → ∞.
Takeaway 7
The derivative f'(x) is defined from First Principles as the limit of the difference quotient: f'(x) = lim [f(x + h) - f(x)] / h as h → 0.
Takeaway 8
Geometrically, the derivative f'(x₀) represents the slope of the tangent line (m = tan θ) to the curve y = f(x) at the point (x₀, f(x₀)).
Takeaway 9
Product Rule (Leibniz Rule): d/dx [u · v] = u (dv/dx) + v (du/dx); Quotient Rule: d/dx [u / v] = [v (du/dx) - u (dv/dx)] / v².
Takeaway 10
Basic standard derivatives: d/dx(xⁿ) = n xⁿ⁻¹, d/dx(sin x) = cos x, d/dx(cos x) = -sin x, d/dx(tan x) = sec² x, d/dx(eˣ) = eˣ, d/dx(ln x) = 1/x.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
Evaluate: \(\lim_{x \to 0} \frac{\sin 5x}{\sin 3x}\).
Reveal Answer & Explanation
Answer: Multiply and divide: [(sin 5x / 5x) × 5] / [(sin 3x / 3x) × 3] = (1 × 5) / (1 × 3) = 5/3.
Divide numerator and denominator by x and adjust constants to use lim (sin θ / θ) = 1.
2
Find the derivative of \(f(x) = x^2\) from First Principles.
Reveal Answer & Explanation
Answer: lim [(x² + 2xh + h²) - x²] / h = lim [2xh + h²] / h = lim (2x + h) = 2x.
Use definition f'(x) = lim [(x+h)² - x²] / h as h → 0.
3
Evaluate: \(\lim_{x \to 2} \frac{x^3 - 8}{x - 2}\).
Reveal Answer & Explanation
Answer: 3 × (2)³⁻¹ = 3 × 4 = 12.
Use standard limit formula lim (xⁿ - aⁿ)/(x - a) = n aⁿ⁻¹ with n = 3, a = 2.
4
Differentiate \(y = x^3 \cos x\) using the Product Rule.
Reveal Answer & Explanation
Answer: dy/dx = (3x²)(cos x) + (x³)(-sin x) = 3x² cos x - x³ sin x.
Set u = x³ and v = cos x; apply (uv)' = u'v + uv'.
5
What is the slope of the tangent line to the curve \(y = x^2 - 4x + 3\) at \(x = 3\)?
Reveal Answer & Explanation
Answer: dy/dx = 2x - 4. At x = 3, slope m = 2(3) - 4 = 6 - 4 = 2.
Find the derivative dy/dx, then substitute x = 3.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.