I would like to calculate the functional derivative w.r.t the first term of the Renyi divergence
\begin{align} D_\alpha(q||p)=\frac{1}{\alpha-1}\log\int q^\alpha(x) p^{1-\alpha}(x)dx \end{align}
Personally, I would proceed as follows
\begin{align} \frac{D_\alpha(q||p)}{dq}&=\frac{1}{\alpha-1}\frac{\log\int q^\alpha(x) p^{1-\alpha}(x)dx}{dq}\\ &=\frac{\alpha}{1-\alpha}\frac{q^{\alpha-1}(x)p^{1-\alpha}(x)}{\int q^\alpha(x) p^{1-\alpha}(x)dx} \end{align} where I have applied the chain rule on the logarithm and then Euler-Lagrange to its arguments.
However, I am not sure if the above is correct. For example, I'd expect to obtain the functional derivative of the KL divergence for $\alpha\to1$.