๐Ÿ“˜ Lesson 3 of 20 ยท Calculus
Differential Calculus

๐Ÿ“ Differentiation

Differentiation finds the derivative of a function โ€” a measure of how fast the function's output changes as its input changes, i.e., its instantaneous rate of change or slope.

Course progress: 15%

01 Key Concepts

The Derivative as a Slope

f'(x) gives the slope of the tangent line to the graph of f at any point x.

Definition via Limits

f'(x) = lim as h approaches 0 of [f(x+h) - f(x)] / h.

Notation

Common notations include f'(x), dy/dx, and d/dx[f(x)] โ€” they all mean the same thing.

Differentiability

A function must be continuous to be differentiable, but continuity alone does not guarantee differentiability (sharp corners, for example).

Power Rule Preview

For f(x) = x^n, f'(x) = n*x^(n-1). This is the single most-used shortcut in differentiation.

y = x² with tangent at x = 1 (slope 2)

02 Key Formulas

03 Solved Examples

Example 1 Use the limit definition to find the derivative of f(x) = x^2.
  1. f(x+h) = (x+h)^2 = x^2 + 2xh + h^2.
  2. f(x+h) - f(x) = 2xh + h^2.
  3. Divide by h: (2xh+h^2)/h = 2x + h.
  4. Take the limit as h approaches 0: 2x + 0.
Answer: f'(x) = 2x
Example 2 Find the derivative of f(x) = x^3 using the power rule.
  1. Apply d/dx[x^n] = n*x^(n-1) with n=3.
  2. f'(x) = 3*x^(3-1) = 3x^2.
Answer: f'(x) = 3x^2
Example 3 Find the slope of the tangent line to f(x) = x^2 at x = 4.
  1. From the earlier example, f'(x) = 2x.
  2. Substitute x = 4: 2(4).
Answer: Slope = 8

04 Practice Questions

1Find the derivative of f(x) = x^4.
4x^3
2Find the derivative of f(x) = x (i.e., x^1).
1
3Find the derivative of a constant function f(x) = 7.
0
4Find f'(2) if f(x) = x^2.
4
5What does f'(x) represent graphically?
The slope of the tangent line at x

๐Ÿ“„ Differentiation โ€” Downloadable Worksheet

10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.