Single-Variable-Calculus · Unit 4 · Video 5 · Interactive Practice

Why the nnth Derivative of xnx^n Is nn Factorial (with an Induction Proof)

IKey Formulas

FormulaNameWhat it says
Dxn=nxn1Dx^n = nx^{n-1}Power ruleOne factor comes down, the exponent drops by one
Dkxn=n(n1)(nk+1)xnkD^k x^n = n(n-1)\cdots(n-k+1)\,x^{n-k}After kk derivativeskk factors out front, xnkx^{n-k} left, for knk \le n
Dnxn=n!D^n x^n = n!The nnth derivativen!=n(n1)21n! = n(n-1)\cdots 2 \cdot 1, a constant
Dn+1xn=0D^{n+1} x^n = 0One derivative moreThe derivative of a constant

Key Insight: Each derivative moves one number out of the exponent and into the factor in front, so after nn of them the front has collected every exponent from nn down to 22 and no xx survives. Repeated differentiation therefore does not return a function to itself in general: four derivatives send sinx\sin x back to sinx\sin x, while nn derivatives send xnx^n to the constant n!n!.

IIOne Derivative at a Time

Each derivative trades one unit of exponent for one more factor out front.

IIIFrom a Pattern to a Theorem

Four cases are only a guess; induction makes each rung of the ladder force the next.

Step 1 — The statement
Dnxn=n!for every n=1,2,3,D^n x^n = n! \quad \text{for every } n = 1, 2, 3, \ldots

IVEvery Case in One Table

On the diagonal k=nk = n the last xx disappears and n!n! is what remains.

💡 Dn+1xn+1=(n+1)!D^{n+1}x^{n+1} = (n+1)! and Dn+1xn=0D^{n+1}x^{n} = 0 sound alike but differ in one thing: whether the exponent climbs along with the number of derivatives.

VQuiz Questions

Problem 1 · Differentiate x5x^5 Five Times

Given: f(x)=x5f(x) = x^5find D5x5D^5 x^5.

✅ Correct! Five derivatives bring down 5,4,3,25, 4, 3, 2 and 11, and 54321=120=5!5 \cdot 4 \cdot 3 \cdot 2 \cdot 1 = 120 = 5!.
❌ Only one factor. 55 is the factor the first derivative brings down; four more derivatives are still to come.
❌ You stopped early. 20=5420 = 5 \cdot 4 is the coefficient after two derivatives, when D2x5=20x3D^2 x^5 = 20x^3 still carries an x3x^3.
❌ That is 6!6!. The factors run from the exponent 55 downward, so the product is 5!5!, not 6!6!.
Show solution

Apply the power rule five times, each derivative lowering the exponent by one and multiplying the front by the exponent it removed:

Dx5=5x4,D2x5=20x3,D3x5=60x2Dx^5 = 5x^4, \qquad D^2x^5 = 20x^3, \qquad D^3x^5 = 60x^2 D4x5=120x,D5x5=120D^4x^5 = 120x, \qquad D^5x^5 = 120

The last derivative is the derivative of 120x120x, which is the constant 120120. Out front the factors have accumulated as

54321=120=5!5 \cdot 4 \cdot 3 \cdot 2 \cdot 1 = 120 = 5!

so D5x5=5!=120D^5x^5 = 5! = \mathbf{120}, with no xx left.

Problem 2 · Stopping Part-Way

Given: f(x)=x5f(x) = x^5find D3x5D^3 x^5, the third derivative.

✅ Correct! Three derivatives bring down 543=605 \cdot 4 \cdot 3 = 60 and leave the exponent at 53=25 - 3 = 2.
❌ The coefficient is right, the exponent is not. Each of the three derivatives lowers the exponent, so it falls from 55 to 22, not to 33.
❌ One factor short. 20=5420 = 5 \cdot 4 counts only two derivatives; the third brings down the exponent 33 as well, giving 6060.
❌ That coefficient belongs to the fifth derivative. 120=5!120 = 5! is what you get once all five factors have come down, and by then no xx is left at all.
Show solution

The general formula for kk derivatives of xnx^n collects kk factors, starting at nn:

Dkxn=n(n1)(nk+1)xnkD^k x^n = n(n-1)\cdots(n-k+1)\,x^{n-k}

With n=5n = 5 and k=3k = 3 the factors are 5,4,35, 4, 3 and the exponent left is 53=25 - 3 = 2:

D3x5=543x2=60x2D^3 x^5 = 5 \cdot 4 \cdot 3\, x^{2} = \mathbf{60x^2}

Check by hand: Dx5=5x4Dx^5 = 5x^4, then D(5x4)=20x3D(5x^4) = 20x^3, then D(20x3)=60x2 D(20x^3) = 60x^2\ \checkmark

Problem 3 · Carry Out the Induction Step

Given: the induction hypothesis Dnxn=n!D^n x^n = n! for one particular nncarry out the step that proves the claim for n+1n + 1.

Doing the innermost differentiation first, what does Dn+1xn+1D^{n+1}x^{n+1} become?

Applying the hypothesis to that expression gives:

✅ Correct! Dn+1xn+1=(n+1)Dnxn=(n+1)n!=(n+1)!D^{n+1}x^{n+1} = (n+1)\,D^n x^n = (n+1)\cdot n! = (n+1)!, which is exactly the claim for n+1n+1 — the induction is complete.
❌ Peel off one derivative first. Write Dn+1xn+1=Dn(Dxn+1)D^{n+1}x^{n+1} = D^n\big(Dx^{n+1}\big). The inner power rule gives Dxn+1=(n+1)xnDx^{n+1} = (n+1)x^n, and the constant (n+1)(n+1) comes outside, leaving (n+1)Dnxn(n+1)\,D^n x^n — one derivative was spent, so nn of them remain.
❌ Multiply, do not add. (n+1)n!=(n+1)n(n1)21(n+1)\cdot n! = (n+1)\cdot n\,(n-1)\cdots 2 \cdot 1, and that product of every whole number from n+1n+1 down to 11 is the definition of (n+1)!(n+1)!.
Show solution

Step 1 — Do the innermost derivative first. Split one derivative off the front of the operator:

Dn+1xn+1=Dn(Dxn+1)D^{n+1}x^{n+1} = D^n\big(Dx^{n+1}\big)

Step 2 — Power rule on the inner derivative. Dxn+1=(n+1)xnDx^{n+1} = (n+1)x^n, and a constant multiple passes through DnD^n:

Dn((n+1)xn)=(n+1)DnxnD^n\big((n+1)x^{n}\big) = (n+1)\,D^n x^n

Step 3 — Use the hypothesis. The supposition says Dnxn=n!D^n x^n = n!, so

Dn+1xn+1=(n+1)n!=(n+1)n(n1)1=(n+1)!D^{n+1}x^{n+1} = (n+1)\cdot n! = (n+1)\,n\,(n-1)\cdots 1 = (n+1)!

Together with the base case Dx=1=1!Dx = 1 = 1!, the claim holds for every positive whole number nn.

Problem 4 · A Whole Polynomial

Given: p(x)=3x107x9+2x4p(x) = 3x^{10} - 7x^{9} + 2x^{4}find D10p(x)D^{10}p(x).

✅ Correct! Only the degree-1010 term survives ten derivatives, and it contributes 310!=10,886,4003 \cdot 10! = 10{,}886{,}400.
❌ The constant multiple stays. D10(3x10)=3D10x10=310!D^{10}\big(3x^{10}\big) = 3\,D^{10}x^{10} = 3 \cdot 10! — the 33 rides along through every derivative.
❌ The x9x^9 term is already gone. D9x9=9!D^9x^9 = 9! is a constant, so the tenth derivative kills it: D10x9=0D^{10}x^9 = 0.
❌ Not every term dies. Terms of degree below 1010 vanish; the degree-1010 term reaches the constant 10!10! on exactly the tenth derivative.
Show solution

Differentiation is term by term, so handle the three terms separately.

The x10x^{10} term: ten derivatives leave the constant 10!10!, and the coefficient 33 passes through:

D10(3x10)=310!=33,628,800=10,886,400D^{10}\big(3x^{10}\big) = 3 \cdot 10! = 3 \cdot 3{,}628{,}800 = 10{,}886{,}400

The x9x^{9} term: nine derivatives already reduce it to a constant, D9x9=9!D^{9}x^{9} = 9!, and the tenth derivative of a constant is 00:

D10(7x9)=0D^{10}\big(-7x^{9}\big) = 0

The x4x^{4} term: it is constant after four derivatives, so D10(2x4)=0D^{10}\big(2x^4\big) = 0 for the same reason.

D10p(x)=310!=10,886,400D^{10}p(x) = 3 \cdot 10! = \mathbf{10{,}886{,}400}

In general Dkxn=0D^{k}x^{n} = 0 whenever k>nk > n: the exponent runs out before the derivatives do.

Solved: 0 / 4