Calculus
Applications of the Derivative

Overview

Derivatives don’t just compute rates — they help analyze functions, optimize systems, and describe motion. This topic covers how to use derivatives to understand behavior such as increasing/decreasing intervals, extrema, concavity, inflection points, and more.

Key Concepts and Structures

Quick Tip

When sketching a graph, use critical points and inflection points to plot structure. Combine info from f' and f'' to determine shape.

Practice Problems

  1. Find intervals where f(x) = x^3 - 3x is increasing or decreasing.
    Show Solution

    Step 1: Find f'(x) = 3x^2 - 3

    Step 2: Set f'(x) = 03x^2 - 3 = 0 → x = ±1

    Step 3: Test sign of f' in intervals:

    • On (−∞, −1): f'(x) > 0 → increasing
    • On (−1, 1): f'(x) < 0 → decreasing
    • On (1, ∞): f'(x) > 0 → increasing

    Final Answer: Increasing on (−∞, −1) ∪ (1, ∞); Decreasing on (−1, 1)

  2. Find points of inflection for f(x) = x^4 - 4x^2
    Show Solution

    Step 1: Find f''(x) = 12x^2 - 8

    Step 2: Set f''(x) = 012x^2 - 8 = 0x = ±√(2/3)

    Step 3: Test concavity changes around those points

    Final Answer: Inflection points at x = ±√(2/3)