General expression for the derivative?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
rsq_a
Messages
103
Reaction score
1
I'm trying to find the general form for the nth derivative of
[tex] f(x) = \frac{1}{x^m \log x}[/tex]

where m can be anything (set m = 1 for instance). For ease, you can take m to be integral.

It sounds surprisingly simple, but the most I've been able to say is
[tex] f^{(n)}(x) = (-1)^n x^{-(m+n)} \sum_{k=0}^n a_{k, n} [\log(x)]^{-k}[/tex]

where the coefficients satisfy
[tex] a_{k,n} = [m + (n-1)] a_{k, n-1} + (k-1) a_{k-1, n-1}[/tex]

for 0 < k < n, and with [tex]a_{0, n} = (m + n - 1)!/(m-1)![/tex] and [tex]a_{n,n} = n![/tex]

Unfortunately, I was hoping to get a general form for the coefficients. Does anyone know a trick?
 
Physics news on Phys.org
There is no trick. The Leibniz rule is responsible for the coefficients and you can't change that.