PrepGo

Calculating Higher-Order Derivatives - AP Calculus AB Study Guide

Written by AP Content Team, Verified for 2026 AP Exams, Last updated: May 2026

Learn with study guides reviewed by top AP teachers. This guide takes about 12 minutes to read.

The Core Idea: Calculating Higher-Order Derivatives

The concept of a higher-order derivative extends the idea of the derivative as a rate of change. While the first derivative, , tells us the instantaneous rate of change of a function , higher-order derivatives describe the rate of change of the rate of change. The most common higher-order derivative is the second derivative, which is simply the derivative of the first derivative. This process can be repeated to find the third derivative, fourth derivative, and so on.

Calculating a higher-order derivative is not a new differentiation technique but rather a sequential process. To find the Formula129th derivative and then differentiate that result. This topic focuses on the process and notation for finding these successive derivatives. ## Key Notations for Higher-Order Derivatives There are two primary systems of notation for higher-order derivatives. It is crucial to be familiar with both. **Prime Notation (Lagrange's Notation):** This notation is generally used when working with functions defined as $y = f(x).

  • First Derivative: or

  • Second Derivative: or

  • Third Derivative: or

  • Fourth Derivative: or

  • **n$th Derivative:** $f^{(n)}(x) or

    (Note: For derivatives of order 4 and higher, the order is written as a number in parentheses to avoid confusion with exponents.)

Leibniz's Notation:

This notation is particularly useful as it explicitly states the variable with respect to which we are differentiating.

  • First Derivative:

  • Second Derivative:

    (This is read as "the second derivative of y with respect to x." It represents .)

  • Third Derivative:

  • **n$th Derivative:**\frac{d^ny}{dx^n}## Understanding the Process The fundamental principle of calculating higher-order derivatives is that it is a repeated, step-by-step application of the differentiation rules you have already learned. There are no "new" rules for finding a second or third derivative. To find the second derivative, $f''(x), you must:

  1. Start with the original function, .

  2. Calculate the first derivative, , using the appropriate rules (Power, Product, Quotient, Chain).

  3. Differentiate the result from Step 2, , to find .

This iterative process is the core of the topic. For example, if finding the first derivative requires the Product Rule, then finding the second derivative will involve differentiating the result of that Product Rule application, which may itself require the Product Rule again or other rules. The key is to work methodically, one derivative at a time.

Core Concepts & Rules

  • The Second Derivative: The second derivative of a function , denoted , is the derivative of the first derivative, .

  • **The n$th Derivative:** In general, the $n$th derivative of a function $f, denoted , is the derivative of the `th derivative.

  • Notation is Key: You must be able to recognize, interpret, and use all forms of notation for higher-order derivatives, including , , , and .

Step-by-Step Example 1: Basic Application

Problem: Find the first four derivatives of the function .

Solution:

We will find each derivative by applying the Power Rule to the previous derivative.

Step 1: Find the first derivative, .

Apply the Power Rule to the original function .

Step 2: Find the second derivative, .

Differentiate the first derivative, .

Step 3: Find the third derivative, .

Differentiate the second derivative, .

Step 4: Find the fourth derivative, .

Differentiate the third derivative, .

Step-by-Step Example 2: Exam-Style Application

Problem: Given the equation , find in terms of and .

Solution:

This problem requires implicit differentiation twice.

Step 1: Find the first derivative, .

Differentiate both sides of the equation with respect to . Remember to use the Chain Rule for the term.

Now, solve for .

Step 2: Find the second derivative, .

Differentiate the expression for with respect to . Since it is a quotient, we must use the Quotient Rule.

Step 3: Substitute the expression for into the second derivative.

The expression for should only be in terms of and . We substitute into our result from Step 2.

Step 4: Simplify the expression.

Simplify the complex fraction by multiplying the numerator and denominator by .

Finally, recall the original equation: . We can substitute for in the numerator.

Using Your Calculator

This topic is primarily analytical, meaning you will be expected to find the derivative functions by hand. A graphing calculator cannot find a general symbolic higher-order derivative (e.g., it cannot turn into ).

However, a calculator is very useful for finding the numerical value of a higher-order derivative at a specific point. This is especially helpful on the calculator-active section of the AP exam to check your work or solve a problem directly.

To find the value of a second derivative (e.g., ) using a TI-84 style calculator:

  1. Enter your function for the nDeriv template).

  2. You will nest the nDeriv command. The syntax is `nDeriv(function, variable, value). To find $f''(a), you are taking the derivative of the first derivative at .

    • The "outer" derivative is evaluated at .

    • The "inner" function is the first derivative, , which is nDeriv(Y1, X, X).

  3. The full command will look like this:

    nDeriv(nDeriv(Y1, X, X), X, a)

    (where is the specific x-value)

Example: Find for .

  1. Y1 = X^4

  2. On the home screen, enter: nDeriv(nDeriv(Y1, X, X), X, 2)

  3. The calculator should return a value very close to .

    Analytical check: , . .

AP Exam Quick Hit

Common Question Types

  • **Direct Calculation of the n$th Derivative:** You will be given a function, often a polynomial or one involving sine or cosine, and asked to find the third or fourth derivative. - Example: "If $f(x) = \cos(2x), what is ?"

  • Finding with Implicit Differentiation: This is a classic question type. You are given an implicit relation and asked to find the second derivative in terms of and .

    • Example: "For the curve , find an expression for ."
  • Evaluating a Higher-Order Derivative at a Point: You may be asked to find the value of or for some function and constant . This can appear on both calculator-active and inactive sections.

    • Example: "Let . What is the value of ?"

Common Mistakes

  • Notation Confusion: Confusing the second derivative with the square of the first derivative . These are completely different expressions.

  • Errors in Repeated Rule Application: When a function requires the Product or Quotient Rule for the first derivative, students often make algebraic or procedural errors when applying the rule a second time to the more complex expression for .

  • Forgetting the Chain Rule in Implicit Differentiation: When finding , a key step is differentiating . Students often write the derivative of as instead of .

  • Failure to Substitute: In implicit differentiation problems, a common mistake is leaving the final expression for in terms of , , and . The final answer must be in terms of and only, which requires substituting the expression for back into the equation.