Start with a simple expression,
, and take a few derivatives:




A pattern is emerging:

Now the hard part is finding the pattern in the coefficient. This needs to be taken out of the ‘…’ form. Focus on that:

This is a series of numbers, each one larger than the next. This looks like a factorial, so divide k! by that:

Note how the top goes from 1 to k and the bottom goes from k-n+1 to k. That means that k-n+1 to k is a subset of 1 to k, so just divide that part out:

Now solve for c:


Puts this back into the original equation to get:

So, the nth derivative of
is equal to:

Verify this with a couple of derivatives:


And a couple of integrals:


Pingback: Extending derivatives and integrals into fractions | Doswa
Wow… I must admit, when I first saw this, I doubted I would comprehend any of this, but I actually understand it now that I went through it. Where did you find this? I’m definitely going to use this somehow sometime.
@Josh Franz:
I was just playing around with calculus for no reason whatsoever.
Maybe you can use it if one of your teachers is being a jerk and decides to ask for the 50th antiderivative of a function.