Higher Order Derivatives

Higher order derivatives describe how the rate of change is changing; use them to find concavity and acceleration in functions.

f(x)=ddxf(x)f''(x) = \frac{d}{dx}f'(x)

Solve a problem with Higher Order Derivatives

Type the problem. The solver will use Higher Order Derivatives where Higher Order Derivatives is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Higher Order Derivatives takes
ff
xx
Higher Order Derivatives
SymbolMeaning
ffThe function being differentiated repeatedly; it represents the relationship between variables whose rate of change (and how that rate changes) you are analyzing.
xxThe independent variable that you differentiate with respect to; confusing xx with constants or other variables causes errors when finding higher order derivatives.

When to use it

Reach for higher order derivatives when you need to understand concavity, acceleration, or how the rate of change itself is behaving.

Level

Usually taught in: Calculus I

Worked examples

1. Find the second derivative of a polynomial

Problem

Find f(x)f''(x) for f(x)=x3+2x25x+3f(x) = x^3 + 2x^2 - 5x + 3.
  1. f(x)=ddx(x3+2x25x+3)f'(x) = \frac{d}{dx}(x^3 + 2x^2 - 5x + 3)

    Set up the first derivative using the power rule.

  2. f(x)=3x2+4x5f'(x) = 3x^2 + 4x - 5

    Apply the power rule term by term: the exponent moves down as a coefficient, and we subtract 11 from each exponent.

  3. f(x)=ddx(3x2+4x5)f''(x) = \frac{d}{dx}(3x^2 + 4x - 5)

    Now differentiate f(x)f'(x) to find the second derivative.

  4. f(x)=6x+4f''(x) = 6x + 4

    Apply the power rule again: 3x23x^2 becomes 6x6x, 4x4x becomes 44, and the constant 5-5 becomes 00.

Answer: f(x)=6x+4f''(x) = 6x + 4

Finding the second derivative involves applying the power rule twice—once to get f(x)f'(x), then again to get f(x)f''(x). Since this polynomial has simple powers of xx, we apply the power rule directly at each stage without needing other differentiation rules.

2. Find the second derivative with fractional and negative exponents

Problem

Find f(x)f''(x) for f(x)=4x3/22x1f(x) = 4x^{3/2} - 2x^{-1}.
  1. f(x)=ddx(4x3/22x1)f'(x) = \frac{d}{dx}(4x^{3/2} - 2x^{-1})

    Set up the first derivative.

  2. f(x)=432x1/2+2x2f'(x) = 4 \cdot \frac{3}{2}x^{1/2} + 2x^{-2}

    Apply the power rule: for each term, multiply by the exponent and subtract 11 from the exponent. For 2x1-2x^{-1}, the exponent 1-1 becomes the coefficient: 2(1)=+2-2 \cdot (-1) = +2.

  3. f(x)=6x1/2+2x2f'(x) = 6x^{1/2} + 2x^{-2}

    Simplify: 432=64 \cdot \frac{3}{2} = 6 and the exponent becomes 12\frac{1}{2}; the second term has exponent 11=2-1 - 1 = -2.

  4. f(x)=ddx(6x1/2+2x2)f''(x) = \frac{d}{dx}(6x^{1/2} + 2x^{-2})

    Differentiate f(x)f'(x) to find the second derivative.

  5. f(x)=612x1/24x3f''(x) = 6 \cdot \frac{1}{2}x^{-1/2} - 4x^{-3}

    Apply the power rule again: 6x1/26x^{1/2} gives 612=36 \cdot \frac{1}{2} = 3 with exponent 12-\frac{1}{2}; for 2x22x^{-2}, we get 2(2)=42 \cdot (-2) = -4 with exponent 3-3.

  6. f(x)=3x1/24x3f''(x) = 3x^{-1/2} - 4x^{-3}

    Final form: this can also be written as f(x)=3x4x3f''(x) = \frac{3}{\sqrt{x}} - \frac{4}{x^3}.

Answer: f(x)=3x1/24x3f''(x) = 3x^{-1/2} - 4x^{-3}

This example shows that the power rule works with fractional and negative exponents, but you must carefully handle the algebra. Fractional exponents require careful simplification after each differentiation step. The power rule applies the same way: the exponent becomes a coefficient, and you subtract 11 from the exponent.

3. Find the second derivative from a basketball scoring model

Problem

A basketball player's average points per game during a season is modeled by P(t)=0.1t2+3t+8P(t) = -0.1t^2 + 3t + 8, where tt is the number of games played. Find P(t)P''(t).
  1. P(t)=ddt(0.1t2+3t+8)P'(t) = \frac{d}{dt}(-0.1t^2 + 3t + 8)

    Set up the first derivative, which represents the rate of change of average points.

  2. P(t)=0.2t+3P'(t) = -0.2t + 3

    Apply the power rule: 0.12t=0.2t-0.1 \cdot 2t = -0.2t, the constant 88 becomes 00, and 3t3t becomes 33.

  3. P(t)=ddt(0.2t+3)P''(t) = \frac{d}{dt}(-0.2t + 3)

    Differentiate P(t)P'(t) to find the second derivative, which represents how the rate of change is changing.

  4. P(t)=0.2P''(t) = -0.2

    Apply the power rule: 0.2t-0.2t becomes 0.2-0.2, and the constant 33 becomes 00.

Answer: P(t)=0.2P''(t) = -0.2

The second derivative is a negative constant, meaning the rate of change of scoring is constantly decreasing by the same amount each game. This tells us the player's average points per game is improving, but at a slower and slower rate throughout the season.

Common mistakes

Where Higher Order Derivatives usually goes wrong
Answer came out wrong
For f(x)=x3f(x) = x^3, writing f(x)=3x2f''(x) = 3x^2.
First, f(x)=3x2f'(x) = 3x^2 by the power rule. Then differentiate again: f(x)=6xf''(x) = 6x.
If f(x)=2x+5f'(x) = 2x + 5, writing f(x)=2x+5f''(x) = 2x + 5.
Differentiate f(x)=2x+5f'(x) = 2x + 5 to get f(x)=2+0=2f''(x) = 2 + 0 = 2, not 2x+52x + 5.
Confusing f(x)f''(x) with (f(x))2(f'(x))^2—for example, writing f(x)=(2x)2=4x2f''(x) = (2x)^2 = 4x^2 when f(x)=x2f(x) = x^2.
Remember that f(x)=ddx[f(x)]=ddx[2x]=2f''(x) = \frac{d}{dx}[f'(x)] = \frac{d}{dx}[2x] = 2, not (2x)2=4x2(2x)^2 = 4x^2.
The mistakeWhy it is wrongThe fix
For f(x)=x3f(x) = x^3, writing f(x)=3x2f''(x) = 3x^2.This is only the first derivative; a second derivative requires differentiating twice, not once.First, f(x)=3x2f'(x) = 3x^2 by the power rule. Then differentiate again: f(x)=6xf''(x) = 6x.
If f(x)=2x+5f'(x) = 2x + 5, writing f(x)=2x+5f''(x) = 2x + 5.The constant term 55 in the first derivative has no xx, so its derivative is 00, not itself.Differentiate f(x)=2x+5f'(x) = 2x + 5 to get f(x)=2+0=2f''(x) = 2 + 0 = 2, not 2x+52x + 5.
Confusing f(x)f''(x) with (f(x))2(f'(x))^2—for example, writing f(x)=(2x)2=4x2f''(x) = (2x)^2 = 4x^2 when f(x)=x2f(x) = x^2.The notation f(x)f''(x) means the derivative of the derivative, not the square of the first derivative; these are completely different operations.Remember that f(x)=ddx[f(x)]=ddx[2x]=2f''(x) = \frac{d}{dx}[f'(x)] = \frac{d}{dx}[2x] = 2, not (2x)2=4x2(2x)^2 = 4x^2.

Tips and when to use something else

  • The second derivative tells you concavity: if f(x)>0f''(x) > 0, the curve bends upward (concave up); if f(x)<0f''(x) < 0, it bends downward (concave down). Points where f(x)=0f''(x) = 0 are candidates for inflection points.
  • For piecewise or absolute value functions where the second derivative may not exist at certain points, use the First Derivative Test instead—it requires only that f(x)f'(x) changes sign.
  • Many functions (especially trigonometric ones) have repeating patterns in their derivatives—for example, derivatives of sin(x)\sin(x) repeat every four steps—so recognize these cycles rather than computing every derivative.
  • To determine where a curve is concave up or down, you only need to test the sign of f(x)f''(x) at sample points in each region; computing the exact value everywhere is unnecessary.

Frequently asked questions

What does the second derivative tell you?
The second derivative describes the concavity of the function: whether the curve bends upward or downward. Where f(x)>0f''(x) > 0, the function is concave up; where f(x)<0f''(x) < 0, it is concave down. Points where f(x)=0f''(x) = 0 often mark inflection points where concavity changes.
How many times do you differentiate to get the third derivative?
You differentiate the original function three times. The first derivative is f(x)f'(x), the second is f(x)=ddxf(x)f''(x) = \frac{d}{dx}f'(x), and the third is f(x)=ddxf(x)f'''(x) = \frac{d}{dx}f''(x). Each differentiation applies the power rule, chain rule, or other rules to the previous result.
Can a function have a second derivative if it is not differentiable everywhere?
No. If a function is not differentiable at a point, it cannot have a first derivative there, which means it cannot have a second derivative either. Higher order derivatives require all lower derivatives to exist, so a second derivative requires the function and its first derivative to both be differentiable.
Why do physicists use the second derivative?
In physics, if s(t)s(t) is position, then velocity is v(t)=s(t)v(t) = s'(t) and acceleration is a(t)=s(t)a(t) = s''(t). The second derivative directly gives acceleration, which is essential for applying Newton's second law (F=maF = ma) and understanding motion and forces.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18