0

Is there a simple formula for

\begin{align} \frac{d^m}{dx^m}\left(\sin x\right)^n\Bigg|_{x=0}, \end{align}

with $m\geq 1$ and $n\geq 1$ integers?

If we expand the $n$-the power of the sine we have to consider the even and odd cases, and then when evaluating $x=0$ we have to further consider the cases of $m$ even or odd (with ugly coefficients), so I wonder if a compact formula is possible.

1 Answers1

1

Here is a similar one from:

Does sinc function have any special inverse function defined?

$$\frac{d^m}{dx^m}(\sin(x)^n)=\frac{d^m}{dx^m}\left(\left(\frac i2\right)^n\sum_{k=0}^n\binom nk(e^{-ix})^{n-k}(-e^{ix})^k\right)=\left(\frac i2\right)^n\sum_{k=0}^n\binom nk(-1)^k \frac{d^m}{dx^m}e^{i(2k-n)x}= \left(\frac i2\right)^n\sum_{k=0}^n\binom nk(-1)^k (i(2k-n))^me^{i(2k-n)x}$$

testable here

At $x=0$, you get:

$$\boxed{\left.\frac{d^m}{dx^m}(\sin(x)^n)\right|_{x=0}=\left(\frac i2\right)^n\sum_{k=0}^n\binom nk(-1)^k (i(2k-n))^m}$$

There is a hypergeometric result and these simplifications for it, but how do you apply them here for a non sum form?

Тyma Gaidash
  • 12,081