AP Calculus AB and BC

Derivative of (x^2+1)^3: Answer, Proof, Mistakes

The derivative of (x^2+1)^3 is 6x(x^2+1)^2. In prime notation, if f(x) = (x^2+1)^3 then f'(x) = 6x(x^2+1)^2. The chain rule differentiates the outer cube into 3(x^2+1)^2, then multiplies by the inner derivative 2x, and 3 times 2x gives 6x.

ddx[(x2+1)3]=6x(x2+1)2\frac{d}{dx}\left[(x^2+1)^3\right] = 6x(x^2+1)^2

How to differentiate (x^2+1)^3

The outer function is the cube and the inner is x2+1x^2+1. Use ddxu3=3u2u\frac{d}{dx}u^3 = 3u^2\,u' with u=x2+1u = x^2+1 and u=2xu' = 2x.

ddx(x2+1)3=3(x2+1)22x=6x(x2+1)2\frac{d}{dx}(x^2+1)^3 = 3(x^2+1)^2\cdot 2x = 6x(x^2+1)^2

The coefficient 66 is the product of the outer exponent 33 and the inner derivative's coefficient 22. Leave the answer factored; expanding the cube first is legal but slower and error-prone.

Where the derivative of (x^2+1)^3 shows up on the AP exam

This is a textbook chain rule item, Topic 3.1 on AB and BC: a polynomial raised to a power. The factored form 6x(x2+1)26x(x^2+1)^2 is also convenient because you can read its sign directly. Since (x2+1)2>0(x^2+1)^2 > 0 always, the derivative has the sign of xx, so the function decreases for x<0x < 0 and increases for x>0x > 0, with a minimum at x=0x = 0.

Keeping the derivative factored pays off in curve-sketching and optimization, where you set it to 00 and x=0x = 0 is the only critical point.

Common mistakes with the derivative of (x^2+1)^3

  • Answering 3(x2+1)23(x^2+1)^2 and forgetting the inner derivative 2x2x. That is the most common chain rule slip.
  • Answering 3(2x)2=12x23(2x)^2 = 12x^2, differentiating the inside before applying the outer power. The inside stays intact under the cube.
  • Writing 6x(x2+1)36x(x^2+1)^3, keeping the original exponent 33 instead of reducing it to 22.

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 derivative of (x2+1)3(x^2+1)^3?

It is 6x(x2+1)26x(x^2+1)^2, from the chain rule with outer cube and inner x2+1x^2+1.

Do I have to expand (x2+1)3(x^2+1)^3 first?

No. The chain rule gives 6x(x2+1)26x(x^2+1)^2 directly. Expanding to a degree-six polynomial and using the power rule gives the same answer but takes longer.

Where does the coefficient 6 come from?

The outer exponent 33 multiplies the inner derivative 2x2x, and 32x=6x3\cdot 2x = 6x.