Higher Derivatives: What is the Pattern for Finding the nth Derivative of x^n?

  • Thread starter Thread starter Jeff Ford
  • Start date Start date
  • Tags Tags
    Derivatives
Jeff Ford
Messages
154
Reaction score
2
I'm a little stuck on this one

Find f^{(n)}(x) = x^n

I know f'(x) = n(x^{n-1})
and f''(x) = n(n-1)(x^{n-2}) and so on

But I can't seem to see the pattern that leads to the answer n!
 
Physics news on Phys.org
Jeff Ford said:
I'm a little stuck on this one

Find f^{(n)}(x) = x^n

I know f'(x) = n(x^{n-1})
and f''(x) = n(n-1)(x^{n-2}) and so on

But I can't seem to see the pattern that leads to the answer n!
Then just carry on differentiating some more times:
f(x) := xn
f'(x) = nxn - 1.
f''(x) = (f'(x))' = (nxn - 1)' = n(n - 1)xn - 2.
f'''(x) = (f''(x))' = (n(n - 1)xn - 2)' = n(n - 1)(n - 2)xn - 3.
f''''(x) = n(n - 1)(n - 2)(n - 3)xn - 4.
f(v)(x) = n(n - 1)(n - 2)(n - 3)(n - 4)xn - 5.
...
Now if k < n, what can you say about f(k)(x)?
If k = n then f(k)(x) = ? (i.e, what's f(n)(x))
--------------
Another hint:
Consider g(x) := x2, so g''(x) = 2.
h(x) := x3, so h'''(x) = 6.
Can you go from here? :)
 
Well, you could prove by induction that we have:
f^{(l)}(x)=\frac{n!}{(n-l)!}x^{n-l}, l\leq{n}
 
I think I've got it. If I expanded it out far enough

f^{(n)} (x) = n(n-1)(n-2)...(n-(n-1)) x^{n-n}

Since n-(n-1) = 1 the coefficient becomes 1(2)(3)...(n-1)(n) = n! and x^{n-n} = x^0 = 1

So the whole things boils down to f^{(n)} (x) = n!(1) = n!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top