Learn Without Walls
← Module 2 HomeLesson 2 of 4Next →

Lesson 2: The Derivative — Definition and Notation

Estimated time: 35-45 minutes

Learning Objectives

By the end of this lesson, you will be able to:

The Formal Definition

Definition of the Derivative

The derivative of f at x = a is: f'(a) = limh→0 [f(a + h) − f(a)] / h

provided this limit exists. We say f is differentiable at a.

The derivative function f'(x) is obtained by leaving a as a variable:

f'(x) = limh→0 [f(x + h) − f(x)] / h

Notation

Common Derivative Notations

All of the following mean "the derivative of y = f(x) with respect to x":

  • Lagrange notation: f'(x) ("f prime of x")
  • Leibniz notation: dy/dx or df/dx ("dee y dee x")
  • Operator notation: Df(x) or Dxf
  • At a specific point: f'(a) or dy/dx |x=a

Computing Derivatives from the Definition

Example 1: f(x) = x³

Step 1: f(x+h) = (x+h)³ = x³ + 3x²h + 3xh² + h³

Step 2: f(x+h) − f(x) = 3x²h + 3xh² + h³

Step 3: Divide by h: 3x² + 3xh + h²

Step 4: limh→0 (3x² + 3xh + h²) = 3x²

Therefore f'(x) = 3x².

Example 2: f(x) = √x

Step 1: [√(x+h) − √x]/h. Rationalize by multiplying by [√(x+h) + √x]/[√(x+h) + √x].

Step 2: Numerator: (x+h) − x = h. Result: h/[h(√(x+h) + √x)] = 1/[√(x+h) + √x].

Step 3: limh→0 = 1/(2√x). Therefore f'(x) = 1/(2√x).

Example 3: f(x) = 1/x

Step 1: [1/(x+h) − 1/x]/h = [x − (x+h)]/[hx(x+h)] = −h/[hx(x+h)]

Step 2: Cancel h: −1/[x(x+h)]

Step 3: limh→0 = −1/x². Therefore f'(x) = −1/x².

The Derivative as a Function

The derivative f'(x) is itself a function. Its domain is the set of all x where the limit definition produces a finite value. For each x in the domain, f'(x) gives the slope of the tangent line at that point.

Example 4: Tangent Line Equation

Find the tangent line to f(x) = x³ at x = 2.

Step 1: f(2) = 8. f'(x) = 3x², so f'(2) = 12.

Step 2: Tangent line: y − 8 = 12(x − 2), or y = 12x − 16.

Alternative Form of the Derivative

Alternative Definition

f'(a) = limx→a [f(x) − f(a)] / (x − a)

This form is sometimes more convenient for specific computations.

Interpreting the Derivative

The derivative f'(a) has multiple interpretations:

Key Takeaways

Check Your Understanding

1. Use the limit definition to find f'(x) for f(x) = 5x − 2.

[5(x+h) − 2 − (5x − 2)]/h = 5h/h = 5. f'(x) = 5.

2. Find the tangent line to f(x) = 1/x at x = 1.

f(1) = 1. f'(x) = −1/x², so f'(1) = −1. Tangent: y − 1 = −1(x − 1), or y = −x + 2.

3. What does f'(5) = 3 tell you geometrically?

The tangent line to the graph of f at x = 5 has slope 3. The function is increasing at x = 5.

Ready for More?

Next Lesson

Differentiability and local linearity.

Lesson 3

Module Home

Module 2