I want to solve this calculation. $$C\left( p,q\right) =\int _{0}^{1}x^{p}\left( \log x\right) ^{q}dx$$ I thought of two different approaches.
The first one is way how I use Γ-function.
Put $y=\log x$,
$\begin{aligned}x=e^{y} ,dx=e^{q}dy\end{aligned}$
Then
$$C\left( p,q\right) =\int _{\infty }^{0}e^{(p+1)y}y^{q}dy$$
Γ-function is $\Gamma \left( s\right) =\int ^{\infty }_{0}e^{-x}x^{s-1}dx$.
But I can't make this form.
The second one is β-function. $$\int _{0}^{1}x^{p}\left( \log x\right) ^{q}dx=\int _{0}^{1}x\log x\cdot x^{p-1}\left( \log x\right) ^{p-1}dx$$ β-function is $\beta \left( p,q\right) =\int ^{1}_{0}x^{p-1}\left( 1-x\right) ^{q-1}dx$.
But I can't make $(1-x)$ and erase $x\log x$
I tried to make it as official as possible, but I didn't understand. Please tell me what to do with this continuation.