Mastering Analytical Derivative Applications

These study notes cover Section 5.3–5.7 of the AP Calculus BC curriculum. Understanding how the first and second derivatives influence the shape and behavior of a function's graph is essential for curve sketching and optimization problems.

Intervals of Increase and Decrease

The first derivative, $f'(x)$, represents the instantaneous rate of change (slope) of the original function $f(x)$. Analyzing the sign of $f'(x)$ tells us the direction of the function.

Determining Function Behavior

  • Increasing Function: If $f'(x) > 0$ on an interval, then the graph of $f(x)$ is rising from left to right.
  • Decreasing Function: If $f'(x) < 0$ on an interval, then the graph of $f(x)$ is falling from left to right.
  • Constant: If $f'(x) = 0$ on an interval, $f(x)$ is a horizontal line.

Graph comparison showing f(x) peaks aligning with f'(x) roots

Critical Points

To find where the behavior changes, you must first identify Critical Points. A critical point occurs at $x=c$ if:

  1. $f'(c) = 0$ (Horizontal tangent)
  2. $f'(c)$ is undefined (Corner, cusp, or vertical tangent), provided $c$ is in the domain of $f$.

Key Concept: Extrema (maxima/minima) can only occur at critical points, but not every critical point is an extremum.


The First Derivative Test

Once critical points are identified, the First Derivative Test is used to classify them as relative (local) maxima, minima, or neither.

Steps to Apply the Test

  1. Find all critical points of $f$.
  2. Set up a Sign Chart (number line) using the critical points to divide the domain into intervals.
  3. Test a value in each interval to determine if $f'$ is positive or negative.

Classification Rules

Suppose $c$ is a critical point of a continuous function $f$:

  • Relative Maximum: If $f'(x)$ changes from positive to negative at $c$.
  • Relative Minimum: If $f'(x)$ changes from negative to positive at $c$.
  • Neither: If $f'(x)$ does not change sign at $c$ (e.g., $y=x^3$ at $x=0$).
Worked Example

Problem: Find the local extrema for $f(x) = x^3 - rac{3}{2}x^2$.

Solution:

  1. Find Derivative: $f'(x) = 3x^2 - 3x$.
  2. Find Critical Points: Set $3x^2 - 3x = 0 \Rightarrow 3x(x - 1) = 0$. Critical points are $x=0, x=1$.
  3. Sign Analysis:
    • Test $x = -1$: $f'(-1) = 3(-1)^2 - 3(-1) = 6$ ($+$)
    • Test $x = 0.5$: $f'(0.5) = 3(0.25) - 1.5 = -0.75$ ($-$)
    • Test $x = 2$: $f'(2) = 12 - 6 = 6$ ($+$)

Conclusion:

  • At $x=0$, $f'$ changes from positive to negative $\rightarrow$ Relative Max.
  • At $x=1$, $f'$ changes from negative to positive $\rightarrow$ Relative Min.

Concavity and Inflection Points

While the first derivative tells us direction (up/down), the second derivative $f''(x)$ tells us the shape (curvature) of the graph.

Defining Concavity

  • Concave Up: The graph lies above its tangent lines. Think of a cup holding water ($\cup$).
    • Condition: $f''(x) > 0$ (meaning $f'(x)$ is increasing).
  • Concave Down: The graph lies below its tangent lines. Think of a frown ($\cap$).
    • Condition: $f''(x) < 0$ (meaning $f'(x)$ is decreasing).

Visual representation of Concave Up vs Concave Down with tangent lines

Points of Inflection (POI)

A Point of Inflection is a point on the graph where the concavity changes.

To find a POI:

  1. Find candidates where $f''(x) = 0$ or is undefined.
  2. Verify that $f''(x)$ actually changes sign at that point.

Pitfall Alert: Solving $f''(x)=0$ helps you find candidates, but if the sign doesn't change (like $f(x)=x^4$ at $x=0$), it is NOT an inflection point.


The Second Derivative Test (for Extrema)

This is an alternative method to find local maxima and minima. Instead of using a sign chart (interval testing), you evaluate concavity at the critical point itself.

The Rules

Let $f$ be a function such that $f'(c) = 0$ and $f''$ exists on an open interval containing $c$.

Condition at $x=c$Visual LogicConclusion
$f'(c)=0$ AND $f''(c) < 0$Flat tangent, Concave Down ($\cap$)Relative Maximum
$f'(c)=0$ AND $f''(c) > 0$Flat tangent, Concave Up ($\cup$)Relative Minimum
$f'(c)=0$ AND $f''(c) = 0$Unknown curvatureTest is Inconclusive

Note: If the test is inconclusive, you MUST revert to the First Derivative Test.

Decision tree for Second Derivative Test


Summary of Relationships

Memorizing the "Ladder of Derivatives" helps connect these concepts.

Feature$f(x)$ Behavior$f'(x)$ Behavior$f''(x)$ Behavior
RisingIncreasingPositive ($>0$)N/A
FallingDecreasingNegative ($<0$)N/A
Turning PointLocal Max/MinZero/Undefined (changes sign)N/A
Happy Shape ($\cup$)Concave UpIncreasing (slope gets steeper)Positive ($>0$)
Sad Shape ($\cap$)Concave DownDecreasing (slope drops)Negative ($<0$)
TwistingInflection PointLocal ExtremumChanges Sign (through 0 or DNE)

Common Mistakes & Pitfalls

  1. Vague Justifications: Never write "the function changes direction" or "it goes from positive to negative." ALWAYS specify which function.
    • Correct: "$f$ has a local max at $x=c$ because $f'$ changes from positive to negative."
  2. Assuming $f''(c)=0$ is a POI: Students often set the second derivative to zero, find $x$, and claim it's an inflection point without checking for a sign change.
  3. Ignoring Domain: Always check if the critical values are actually inside the domain of the original function $f(x)$.
  4. Misinterpreting "Increasing": A function is increasing if $f' > 0$. If $f'$ is increasing, that means $f$ is concave up, not necessarily increasing itself.
  5. Global vs. Local: The First and Second Derivative Tests define relative (local) extrema. To find absolute (global) extrema on a closed interval [a, b], you must also test the endpoints $f(a)$ and $f(b)$.