Why is the nth derivative of x to the n power equal to n factorial?

Click For Summary
SUMMARY

The nth derivative of x to the n power is conclusively equal to n factorial (n!) as established through mathematical induction. The proof begins with the base case of n=1, where the first derivative of x is 1, confirming that 1! = 1. Assuming the statement holds for n=k, the proof extends to n=k+1 by applying the product rule and demonstrating that the (k+1)th derivative equals (k+1)!. The discussion also touches on the periodic nature of derivatives for functions like sin(x), but focuses primarily on the factorial relationship for polynomial functions.

PREREQUISITES
  • Understanding of derivatives and differentiation rules
  • Familiarity with mathematical induction
  • Knowledge of the product rule in calculus
  • Basic concepts of factorial notation
NEXT STEPS
  • Study the principles of mathematical induction in depth
  • Learn about the product rule and its applications in calculus
  • Explore the binomial theorem and its relevance to derivatives
  • Investigate the periodicity of trigonometric function derivatives
USEFUL FOR

Students studying calculus, mathematics educators, and anyone interested in understanding the properties of derivatives and factorials in polynomial functions.

madah12
Messages
326
Reaction score
1

Homework Statement


proving the nth derivative of x to the n power is n factorial


Homework Equations





The Attempt at a Solution


proving it for n=1
d^(1)x^1/dx = 1!=1 (a)
d/dx x^1 =1 (b)
a=b therefore at n=1 it is true
supposing it is true for n=k
then d^(k)x^k/dx = k!
verifying if it holds for n=k+1 and = (k+1)!

d^(k+1)x^(k+1)/dx = d/dx (d^(k)x^(k+1)/dx)
=d/dx(d^k/dx [x^k*x])=d/dx ([d^k/dx x^k * x]+[x^k d^k/dx x])
=d/dx ([k! * x]+[x^k * 0]
=d/dx x*k!=k!
this doesn't equal (k+1)! ,why?
 
Physics news on Phys.org
hi madah12! :smile:

(try using the X2 icon just above the Reply box :wink:)
madah12 said:
=d/dx(d^k/dx [x^k*x])=d/dx ([d^k/dx x^k * x]+[x^k d^k/dx x])

No, the chain rule doesn't work for dk/dxk unless k = 1.

(You'd have to use a binomial theorem coefficients version. )

So try doing the d/dx and the dk/dxk in the other order! :wink:
 
I didn't use the chain rule I used the product rule and why doesn't it work?
 
oops!

oops! :redface:

i meant the product rule!

because (ab)' = a'b + ab',

so (ab)'' = (a'b)' + (ab')'

= a''b + a'b' + a'b' + ab'' = a''b + 2a'b' + ab''

and so on (and you can see how the binomial theorem coefficients are coming in)! :wink:
 
ok then dk+1/dx ( xk+1)=
dk/dx (d/dx x^(k+1))=
dk/dx(k+1 x^k)=
k+1 * dk/dx(x^k)= k+1* k! = (k+1)!
right?
 
also since I don't want to make a new thread when I was trying to make one for sin(x) I noticed the pattern but don't know how to formulate it if f(x) = sin(x)
f'(x)=cos(x) f''(x)=-sin(x) f'''(x)=-cos(x) f''''(x) = sin (x)
and keeps looping every derivative with power of four the thing one method i found out is to divide the order of the derivative by 4 and take the fraction from the whole number like 22 derivative = (22+2)/4=5+ 2/4= -sin(x)
but this is useless for making a proof any help?
 
madah12 said:
ok then dk+1/dx ( xk+1)=
dk/dx (d/dx x^(k+1))=
dk/dx(k+1 x^k)=
k+1 * dk/dx(x^k)= k+1* k! = (k+1)!
right?

What you've written is true, but as a proof it doesn't really work, because it relies on you first proving the binomial thing …

and even I only proved it for k = 2, not for general k.

For a proper proof, you need (as I said before) to do the d/dx first …

d/dx (x*xk) = x*kxk-1 + 1*xk. :wink:
madah12 said:
f'(x)=cos(x) f''(x)=-sin(x) f'''(x)=-cos(x) f''''(x) = sin (x)
and keeps looping every derivative with power of four the thing one method i found out is to divide the order of the derivative by 4 and take the fraction from the whole number like 22 derivative = (22+2)/4=5+ 2/4= -sin(x)
but this is useless for making a proof any help?

I don't understand why you think that's not a proof …

f''''(cosx) = cosx, so f(4n)(cosx) = cosx, for any whole number n.
 
hmm can you clarify more on the last one? I mean do you mean that f4n=cos
f2n=-cos and f3n=sin? but that doesn't work
 
Last edited:
No, I only mean it for 4n.

For 4n + 1 etc, you need to keep differentiating after reaching 4n.

(btw, we always enclose the power of a derivative in brackets, as in f(4n)(x), to distinguish it from f4n(x), which means (f(x))4n :wink:)
 
  • #10
ok thanks I got it
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 22 ·
Replies
22
Views
997
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
999
  • · Replies 47 ·
2
Replies
47
Views
6K