In evaluating integrals like (link to another example)
$$I=\int_0^1\frac{\log(x) \log^2(1-x)dx}{x}$$
one can make the substitution $x=\sin^2(\theta)$ to obtain
$$I=16\int_0^\frac{\pi}{2}\frac{\log(\sin(x)) \log^2(\cos(x)) \cos(x)dx}{\sin(x)}$$ which is the partial derivative of the beta function at $(x=0,y=1)$:
$$I=\lim_{x \rightarrow 0^+}\partial_y^2\partial_x B(x,1)$$ because $$B(x,y)=2 \int_0^\frac{\pi}{2} \cos^{2x-1}(x)\sin^{2y-1}(x)dx$$ $$\partial^2_y\partial_xB(x,y)=16\int_0^\frac{\pi}{2} \log(\cos(x))^2\log(\sin(x)) \cos^{2x-1}(x)\sin^{2y-1}(x)dx.$$
My problem: $I$ is convergent, and taking the partial derivatives of $B(x,y)$ in the way above does yeild $2I$, however $B(x,y)$ is only defined for $\Re(x), \Re(y) >0$. So, how does one:
- Go about proving that the limit exists (directly using the partial derivatives of the beta function, without reference to $I$)? (Extra points for intuition, as I don't see how the partial derivative can exist at a place where the function doesn't).
- Find the limit in this case?