Proof that the product of the solutions for the equation:
$ x^{\log_{2016} x} \times \sqrt{2016} = x^{2016}$
is natural number. Find the digit of the units for that number.
I started by taking log with base 2016 on both sides:
$ \log_{2016} ({x^{\log_{2016} x}}\times \sqrt{2016}) = \log_{2016}x^{2016}$
$ \log_{2016} x^{\log_{2016}x}+\log_{2016} \sqrt{2016}=2016\times log_{2016} x$
$ \log_{2016} x \times \log_{2016} x + log_{2016} 2016^ \frac{1}{2}=2016\times log_{2016} x$
$\log^{2}_{2016} x - 2016\times log_{2016} x + \log_{2016} 2016^\frac{1}{2}=2016\times \log_{2016}x$
$log^{2}_{2016} x - 2016\times log_{2016} x + \frac{1}{2}=0 /\times 2$
$2log^{2}_{2016} x - 4032\times log_{2016} x+ 1=0$
Then I did the change: $ \log_{2016} x=y$
$2y^{2} -4032\times y +1=0.$
But the solutions and their product are not a natural number and I can't find what's incorrect in this. Can you correct it?