AP Calculus AB and BC

Derivative of x^3: Answer, Proof, and Mistakes

The derivative of x cubed with respect to x is 3x^2. The power rule brings the exponent 3 down in front and lowers it by one. Because 3x^2 is never negative, the curve y = x^3 never decreases, and its slope is 0 only at the origin, a flat inflection point rather than a maximum or minimum.

ddx[x3]=3x2\frac{d}{dx}\left[x^3\right] = 3x^2

How to differentiate x^3

The power rule differentiates any power of xx in one step: multiply by the exponent, then subtract one from it.

ddxxn=nxn1\frac{d}{dx}x^{n} = nx^{n-1}

With n=3n = 3 the exponent 33 moves to the front and drops to 22.

ddxx3=3x2\frac{d}{dx}x^{3} = 3x^{2}

Prove it from the definition

Expand the difference quotient: (x+h)3x3h=3x2h+3xh2+h3h=3x2+3xh+h2\frac{(x+h)^{3}-x^{3}}{h} = \frac{3x^{2}h + 3xh^{2} + h^{3}}{h} = 3x^{2} + 3xh + h^{2}. Letting h0h \to 0 kills every term carrying an hh and leaves 3x23x^{2}.

What 3x^2 tells you about the graph

The derivative is a function, so it reports a different slope at every input. At x=2x = 2 the slope is 1212, and at x=2x = -2 it is also 1212, since squaring removes the sign.

Because 3x203x^{2} \ge 0 for all xx, the cubic is increasing everywhere except at x=0x = 0, where the tangent is horizontal. That single flat spot is a stationary inflection point, not an extremum, because the slope does not change sign around it.

The second derivative is 6x6x, negative for x<0x < 0 and positive for x>0x > 0. The graph is concave down then concave up, and the concavity changes exactly at the origin.

Where the derivative of x^3 shows up on the AP exam

The power rule is Topic 2.5 (Applying the Power Rule), on both AB and BC. Unit 2 carries 10 to 15 percent of the AB exam weighting and 5 to 10 percent on BC, and x3x^{3} is one of the first powers you practice it on.

It rarely appears bare. More often x3x^{3} sits inside a chain rule such as ddx(x3+1)5\frac{d}{dx}(x^{3}+1)^{5}, or inside a product like x3exx^{3}e^{x}, so recognizing 3x23x^{2} instantly frees you to focus on the harder structure.

Common mistakes with the derivative of x^3

  • Answering x2x^{2}. Subtracting one from the exponent is correct, but you also multiply by the old exponent, so the coefficient is 33, not 11.
  • Answering 3x33x^{3}. Multiplying by the exponent without lowering it leaves the power unchanged.
  • Answering 6x6x. That is the second derivative of x3x^{3}, a common distractor.
  • Treating x3x^{3} like 3x3^{x}. The variable is in the base here, so the power rule applies; with the variable in the exponent the derivative is 3xln33^{x}\ln 3.

Check yourself, not just the answer

Type derivatives and get graded on mathematical equivalence, with rule-level hints when you miss, in the Derivative Practice Checker.

Frequently asked questions

What is the second derivative of x^3?

Differentiate 3x23x^{2} again to get 6x6x, and once more for the third derivative, the constant 66. Every derivative after that is 00.

Is the derivative of x^3 ever negative?

No. 3x23x^{2} is a square times a positive constant, so it is 00 at x=0x = 0 and positive everywhere else. That is why y=x3y = x^{3} never decreases and has no local maximum or minimum.

How do you differentiate x to any power?

Use the power rule ddxxn=nxn1\frac{d}{dx}x^{n} = nx^{n-1} for every real nn, including negative and fractional exponents. For x3x^{3} it gives 3x23x^{2}.