First Principles of Derivatives

CSEC Additional Mathematics Essential Knowledge: The first principles approach to differentiation (also called differentiation from first principles or using the limit definition) is the foundational method from which all differentiation rules are derived. Understanding first principles is crucial because it reveals the true meaning of a derivative as an instantaneous rate of change and the slope of a tangent line. While CSEC exams typically test standard differentiation rules, understanding first principles demonstrates deep mathematical insight.

Key Concept: The derivative of a function \(f(x)\) at a point \(x\) is defined as the limit of the difference quotient as the change in \(x\) approaches zero. Geometrically, it represents the slope of the tangent line to the curve at that point. Algebraically, it gives the instantaneous rate of change of the function.

Part 1: The Limit Definition of a Derivative

δ

From Average Rate to Instantaneous Rate

📚
The Fundamental Definition

The derivative of a function \(f(x)\) at point \(x\) is defined as:

\[f'(x) = \lim_{h \to 0} \frac{f(x+h) – f(x)}{h}\]

Alternative notation: \(\frac{dy}{dx} = \lim_{\Delta x \to 0} \frac{\Delta y}{\Delta x}\) or \(f'(x) = \lim_{\Delta x \to 0} \frac{f(x+\Delta x) – f(x)}{\Delta x}\)

Understanding the Formula: The expression \(\frac{f(x+h) – f(x)}{h}\) represents the average rate of change of \(f\) over the interval from \(x\) to \(x+h\). As \(h\) approaches 0, this average rate approaches the instantaneous rate of change at \(x\).

📈
Geometric Interpretation

The derivative \(f'(x)\) represents:

Slope of Secant Line
\(\frac{f(x+h)-f(x)}{h}\) = slope of line through \((x, f(x))\) and \((x+h, f(x+h))\)
Limit Process
As \(h \to 0\), the secant line approaches the tangent line
Slope of Tangent
\(f'(x)\) = slope of tangent line to curve at \((x, f(x))\)

Visual Representation:

Consider the graph of \(y = f(x)\). The points \(P(x, f(x))\) and \(Q(x+h, f(x+h))\) determine a secant line.

As \(h\) gets smaller, point \(Q\) moves closer to \(P\), and the secant line approaches the tangent line at \(P\).

📝 Example 1: Understanding the Notation

For \(f(x) = x^2\), write the expression for \(f'(3)\) using the limit definition.

1
Apply the formula: \(f'(3) = \lim_{h \to 0} \frac{f(3+h) – f(3)}{h}\)
2
Substitute function: \(f(3+h) = (3+h)^2\), \(f(3) = 3^2 = 9\)
3
Write expression: \(f'(3) = \lim_{h \to 0} \frac{(3+h)^2 – 9}{h}\)
4
Interpretation: This limit gives the slope of the tangent line to \(y = x^2\) at the point \((3, 9)\)

Part 2: Step-by-Step Process for First Principles

🔢

The Four-Step Method

📋
General Procedure

To find \(f'(x)\) from first principles for any function \(f(x)\):

1
Write \(f(x+h)\) by replacing every \(x\) in \(f(x)\) with \((x+h)\)
2
Form the difference quotient: \(\frac{f(x+h) – f(x)}{h}\)
3
Simplify the expression algebraically (cancel \(h\) if possible)
4
Take the limit as \(h \to 0\): \(f'(x) = \lim_{h \to 0} \frac{f(x+h) – f(x)}{h}\)
📝 Example 2: Derivative of \(f(x) = x^2\) from First Principles

Prove that if \(f(x) = x^2\), then \(f'(x) = 2x\) using first principles.

1
Write \(f(x+h)\): \(f(x+h) = (x+h)^2 = x^2 + 2xh + h^2\)
2
Form difference quotient: \(\frac{f(x+h)-f(x)}{h} = \frac{(x^2+2xh+h^2) – x^2}{h} = \frac{2xh + h^2}{h}\)
3
Simplify: \(= \frac{h(2x + h)}{h} = 2x + h\) (provided \(h \neq 0\))
4
Take limit: \(f'(x) = \lim_{h \to 0} (2x + h) = 2x\)
5
Conclusion: \(\frac{d}{dx}(x^2) = 2x\)
📝 Example 3: Derivative of \(f(x) = 3x + 2\) from First Principles

Find the derivative of \(f(x) = 3x + 2\) using first principles.

1
Write \(f(x+h)\): \(f(x+h) = 3(x+h) + 2 = 3x + 3h + 2\)
2
Form difference quotient: \(\frac{f(x+h)-f(x)}{h} = \frac{(3x+3h+2) – (3x+2)}{h} = \frac{3h}{h}\)
3
Simplify: \(= 3\) (provided \(h \neq 0\))
4
Take limit: \(f'(x) = \lim_{h \to 0} 3 = 3\)
5
Interpretation: The derivative of a linear function \(mx + c\) is \(m\), the slope of the line.

Part 3: Deriving Standard Results from First Principles

📐

Important Derivations for CSEC

Power Rule: \(f(x) = x^n\)

Result: \(f'(x) = nx^{n-1}\)

Key Step: Use binomial expansion for \((x+h)^n\)

For \(n=3\): \((x+h)^3 = x^3 + 3x^2h + 3xh^2 + h^3\)

Then: \(\frac{(x+h)^3 – x^3}{h} = 3x^2 + 3xh + h^2 \to 3x^2\) as \(h \to 0\)

Square Root: \(f(x) = \sqrt{x}\)

Result: \(f'(x) = \frac{1}{2\sqrt{x}}\)

Key Step: Multiply numerator and denominator by conjugate

Conjugate: \(\sqrt{x+h} + \sqrt{x}\)

Trick: \(\frac{\sqrt{x+h}-\sqrt{x}}{h} \times \frac{\sqrt{x+h}+\sqrt{x}}{\sqrt{x+h}+\sqrt{x}} = \frac{1}{\sqrt{x+h}+\sqrt{x}}\)

Reciprocal: \(f(x) = \frac{1}{x}\)

Result: \(f'(x) = -\frac{1}{x^2}\)

Key Step: Common denominator for fractions

Process: \(\frac{\frac{1}{x+h} – \frac{1}{x}}{h} = \frac{x – (x+h)}{hx(x+h)} = \frac{-h}{hx(x+h)} = -\frac{1}{x(x+h)}\)

📝 Example 4: Derivative of \(f(x) = \sqrt{x}\) from First Principles

Prove that if \(f(x) = \sqrt{x}\), then \(f'(x) = \frac{1}{2\sqrt{x}}\) using first principles.

1
Write \(f(x+h)\): \(f(x+h) = \sqrt{x+h}\)
2
Form difference quotient: \(\frac{\sqrt{x+h} – \sqrt{x}}{h}\)
3
Multiply by conjugate: \(\frac{\sqrt{x+h} – \sqrt{x}}{h} \times \frac{\sqrt{x+h} + \sqrt{x}}{\sqrt{x+h} + \sqrt{x}} = \frac{(x+h) – x}{h(\sqrt{x+h} + \sqrt{x})}\)
4
Simplify: \(= \frac{h}{h(\sqrt{x+h} + \sqrt{x})} = \frac{1}{\sqrt{x+h} + \sqrt{x}}\) (provided \(h \neq 0\))
5
Take limit: \(f'(x) = \lim_{h \to 0} \frac{1}{\sqrt{x+h} + \sqrt{x}} = \frac{1}{\sqrt{x} + \sqrt{x}} = \frac{1}{2\sqrt{x}}\)
6
Note: This derivation assumes \(x > 0\) since \(\sqrt{x}\) is defined for \(x \geq 0\) but differentiable only for \(x > 0\).
📝 Example 5: Derivative of \(f(x) = \frac{1}{x}\) from First Principles

Prove that if \(f(x) = \frac{1}{x}\), then \(f'(x) = -\frac{1}{x^2}\) using first principles.

1
Write \(f(x+h)\): \(f(x+h) = \frac{1}{x+h}\)
2
Form difference quotient: \(\frac{\frac{1}{x+h} – \frac{1}{x}}{h}\)
3
Combine fractions in numerator: \(\frac{\frac{x – (x+h)}{x(x+h)}}{h} = \frac{\frac{-h}{x(x+h)}}{h}\)
4
Simplify: \(= \frac{-h}{hx(x+h)} = -\frac{1}{x(x+h)}\) (provided \(h \neq 0\))
5
Take limit: \(f'(x) = \lim_{h \to 0} \left[-\frac{1}{x(x+h)}\right] = -\frac{1}{x^2}\)

Part 4: Understanding Limits in First Principles

The Limit Concept in Differentiation

🎯
What Does \(\lim_{h \to 0}\) Really Mean?

The expression \(\lim_{h \to 0} g(h) = L\) means: “As \(h\) gets arbitrarily close to 0 (but never equals 0), \(g(h)\) gets arbitrarily close to \(L\).”

\[\text{For differentiation: } f'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}\]

Important: We cannot simply substitute \(h=0\) into \(\frac{f(x+h)-f(x)}{h}\) because that would give \(\frac{0}{0}\), which is undefined. Instead, we must simplify the expression to cancel \(h\) before taking the limit.

Common Misconception: Students often think \(\frac{f(x+h)-f(x)}{h}\) is the derivative. It’s not! The derivative is the limit of this expression as \(h \to 0\). The difference quotient is just an average rate; the derivative is the instantaneous rate.

🔄
Algebraic Manipulation Techniques

To evaluate limits for first principles, you often need these algebraic skills:

Function Type Key Technique Example
Polynomials Binomial expansion, factoring \((x+h)^3 = x^3 + 3x^2h + 3xh^2 + h^3\)
Square roots Multiplying by conjugate \(\frac{\sqrt{x+h}-\sqrt{x}}{h} \times \frac{\sqrt{x+h}+\sqrt{x}}{\sqrt{x+h}+\sqrt{x}}\)
Rational functions Common denominator \(\frac{1}{x+h} – \frac{1}{x} = \frac{x-(x+h)}{x(x+h)}\)
Higher powers Difference of powers factorization \(a^n – b^n = (a-b)(a^{n-1} + a^{n-2}b + \cdots + b^{n-1})\)
📝 Example 6: CSEC-Style First Principles Question

Given that \(f(x) = 2x^2 – 3x\), use the definition of the derivative to find \(f'(x)\).

1
Write \(f(x+h)\): \(f(x+h) = 2(x+h)^2 – 3(x+h) = 2(x^2 + 2xh + h^2) – 3x – 3h\)
\(= 2x^2 + 4xh + 2h^2 – 3x – 3h\)
2
Form difference: \(f(x+h) – f(x) = (2x^2+4xh+2h^2-3x-3h) – (2x^2-3x)\)
\(= 4xh + 2h^2 – 3h\)
3
Divide by \(h\): \(\frac{f(x+h)-f(x)}{h} = \frac{4xh + 2h^2 – 3h}{h} = 4x + 2h – 3\) (provided \(h \neq 0\))
4
Take limit: \(f'(x) = \lim_{h \to 0} (4x + 2h – 3) = 4x – 3\)
5
Check with power rule: \(\frac{d}{dx}(2x^2) = 4x\), \(\frac{d}{dx}(-3x) = -3\), so \(f'(x) = 4x – 3\) ✓

Part 5: CSEC Past Paper Questions & Applications

📋

Exam-Style Questions and Solutions

📝 CSEC Additional Mathematics 2019 Question (Adapted)

Use the first principles of differentiation to find the derivative of \(f(x) = 4x – x^2\).

1
Write \(f(x+h)\): \(f(x+h) = 4(x+h) – (x+h)^2 = 4x + 4h – (x^2 + 2xh + h^2)\)
\(= 4x + 4h – x^2 – 2xh – h^2\)
2
Form difference: \(f(x+h) – f(x) = (4x+4h-x^2-2xh-h^2) – (4x-x^2)\)
\(= 4h – 2xh – h^2\)
3
Divide by \(h\): \(\frac{f(x+h)-f(x)}{h} = \frac{4h – 2xh – h^2}{h} = 4 – 2x – h\) (provided \(h \neq 0\))
4
Take limit: \(f'(x) = \lim_{h \to 0} (4 – 2x – h) = 4 – 2x\)
5
Final Answer: \(f'(x) = 4 – 2x\)
📝 CSEC Additional Mathematics 2017 Question (Adapted)

Using the definition of the derivative, show that if \(f(x) = \frac{1}{2x+1}\), then \(f'(x) = -\frac{2}{(2x+1)^2}\).

1
Write \(f(x+h)\): \(f(x+h) = \frac{1}{2(x+h)+1} = \frac{1}{2x+2h+1}\)
2
Form difference quotient: \(\frac{f(x+h)-f(x)}{h} = \frac{\frac{1}{2x+2h+1} – \frac{1}{2x+1}}{h}\)
3
Combine numerator fractions: \(\frac{(2x+1) – (2x+2h+1)}{h(2x+2h+1)(2x+1)} = \frac{-2h}{h(2x+2h+1)(2x+1)}\)
4
Cancel \(h\): \(= \frac{-2}{(2x+2h+1)(2x+1)}\) (provided \(h \neq 0\))
5
Take limit: \(f'(x) = \lim_{h \to 0} \frac{-2}{(2x+2h+1)(2x+1)} = \frac{-2}{(2x+1)(2x+1)} = -\frac{2}{(2x+1)^2}\)
🎯
Why First Principles Matter for CSEC

Even though CSEC exams rarely ask for first principles derivations, understanding this concept helps you:

  • Truly understand derivatives: You know where the rules come from
  • Solve novel problems: You can derive derivatives of new functions
  • Appreciate the limit concept: Foundation for calculus
  • Connect geometry and algebra: Visualize derivatives as slopes
  • Prepare for advanced math: First principles are essential for Further Mathematics and university calculus

Quiz: Test Your Understanding

First Principles of Derivatives Quiz
Question 1: Write the limit definition for the derivative of \(f(x) = 3x^2 + 2x\) at \(x = 1\).
Answer:
\(f'(1) = \lim_{h \to 0} \frac{f(1+h) – f(1)}{h}\)
Where \(f(1+h) = 3(1+h)^2 + 2(1+h)\) and \(f(1) = 3(1)^2 + 2(1) = 5\)
So: \(f'(1) = \lim_{h \to 0} \frac{3(1+h)^2 + 2(1+h) – 5}{h}\)
Question 2: Use first principles to differentiate \(f(x) = 5x – 2\).
Answer:
1. \(f(x+h) = 5(x+h) – 2 = 5x + 5h – 2\)
2. \(f(x+h)-f(x) = (5x+5h-2) – (5x-2) = 5h\)
3. \(\frac{f(x+h)-f(x)}{h} = \frac{5h}{h} = 5\) (provided \(h \neq 0\))
4. \(f'(x) = \lim_{h \to 0} 5 = 5\)
The derivative of a linear function is its slope: \(5\).
Question 3: Using first principles, show that the derivative of \(f(x) = x^3\) is \(3x^2\).
Answer:
1. \(f(x+h) = (x+h)^3 = x^3 + 3x^2h + 3xh^2 + h^3\)
2. \(f(x+h)-f(x) = (x^3+3x^2h+3xh^2+h^3) – x^3 = 3x^2h + 3xh^2 + h^3\)
3. \(\frac{f(x+h)-f(x)}{h} = \frac{3x^2h + 3xh^2 + h^3}{h} = 3x^2 + 3xh + h^2\) (provided \(h \neq 0\))
4. \(f'(x) = \lim_{h \to 0} (3x^2 + 3xh + h^2) = 3x^2\)
Question 4: Explain why we cannot simply substitute \(h = 0\) into \(\frac{f(x+h)-f(x)}{h}\) to find the derivative.
Answer:
If we substitute \(h = 0\) directly, we get:
\(\frac{f(x+0)-f(x)}{0} = \frac{f(x)-f(x)}{0} = \frac{0}{0}\)
This is an indeterminate form (undefined). The limit process examines what happens as \(h\) approaches 0, not when it equals 0. We must simplify the expression to cancel \(h\) before taking the limit.
Question 5: Use first principles to find the derivative of \(f(x) = \frac{1}{3x}\).
Answer:
1. \(f(x+h) = \frac{1}{3(x+h)} = \frac{1}{3x+3h}\)
2. \(\frac{f(x+h)-f(x)}{h} = \frac{\frac{1}{3x+3h} – \frac{1}{3x}}{h}\)
3. Combine numerator: \(\frac{\frac{3x – (3x+3h)}{(3x+3h)(3x)}}{h} = \frac{\frac{-3h}{3x(3x+3h)}}{h}\)
4. Simplify: \(= \frac{-3h}{3hx(3x+3h)} = \frac{-1}{x(3x+3h)}\) (provided \(h \neq 0\))
5. Take limit: \(f'(x) = \lim_{h \to 0} \frac{-1}{x(3x+3h)} = \frac{-1}{x(3x)} = -\frac{1}{3x^2}\)

🎯 Key Concepts Summary

  • Definition: \(f'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}\)
  • Geometric Meaning: Slope of tangent line to curve at point \((x, f(x))\)
  • Physical Meaning: Instantaneous rate of change
  • Four-Step Process:
    • 1. Compute \(f(x+h)\)
    • 2. Form difference quotient \(\frac{f(x+h)-f(x)}{h}\)
    • 3. Simplify algebraically (cancel \(h\))
    • 4. Take limit as \(h \to 0\)
  • Important Results from First Principles:
    • \(\frac{d}{dx}(c) = 0\) (constant function)
    • \(\frac{d}{dx}(mx + c) = m\) (linear function)
    • \(\frac{d}{dx}(x^n) = nx^{n-1}\) (power rule)
    • \(\frac{d}{dx}(\sqrt{x}) = \frac{1}{2\sqrt{x}}\)
    • \(\frac{d}{dx}\left(\frac{1}{x}\right) = -\frac{1}{x^2}\)
  • Algebraic Techniques:
    • Binomial expansion for \((x+h)^n\)
    • Multiplying by conjugate for square roots
    • Common denominator for rational functions
  • Why It Matters: First principles is the foundation of differential calculus. All differentiation rules (product rule, quotient rule, chain rule) can be derived from this definition.

CSEC Exam Strategy: While first principles questions are rare on CSEC exams, understanding this concept will deepen your understanding of derivatives. If asked: (1) Write the limit definition correctly, (2) Show all algebraic steps clearly, (3) Cancel \(h\) before taking the limit, (4) State the final derivative. Remember that you’re finding the limit of an expression, not just simplifying it.

Common Mistakes to Avoid: 1. Forgetting to write “\(\lim_{h \to 0}\)” in the final answer
2. Substituting \(h = 0\) before canceling \(h\) from the denominator
3. Incorrect binomial expansion (e.g., \((x+h)^2 \neq x^2 + h^2\))
4. Algebraic errors when combining fractions
5. Confusing \(f(x+h)\) with \(f(x) + h\)
6. Not simplifying the final answer
7. Forgetting that the derivative of a constant is 0

Scroll to Top