I have the following optimization problem: $$\max_{x}~\frac{A^{x}}{\Gamma(1+x)\Gamma(1-x)}$$ such that $A > 0$ and $x \in (0,1)$. How can we obtain the optimal $x$?
My attempt: I wrote $\Gamma(1+x)\Gamma(1-x) = \frac{\pi x}{\sin(\pi x)}$ and equate the first derivative of $\frac{A^{x}}{\Gamma(1+x)\Gamma(1-x)}$ with respect to $x$ to $0$. I got the following: $$\frac{A^x \log(A)\sin(\pi x)}{(\pi x)}+ \frac{A^x \cos(\pi x)}{x}-\frac{A^x \sin(\pi x)}{(\pi x^2)} = 0. \tag1$$ I could not find the optimal $x$ from ($1$).