I needed help with the equation in the title, the base of $\log$ is $10$
I have tried the substitution of $x^2$ as $100$ and gotten $x= 10$ but I do not know how to solve it algebraically.
I needed help with the equation in the title, the base of $\log$ is $10$
I have tried the substitution of $x^2$ as $100$ and gotten $x= 10$ but I do not know how to solve it algebraically.
Using logarithm properties you get $$ x^2 \log_{10}^5(x) = 10^2 \color{darkblue}{\implies} x^\frac{2}{5} \log_{10}(x) = 10^\frac{2}{5} \color{darkblue}{\implies}\log_{10}\left(x^{ x^\frac{2}{5} }\right) = 10^\frac{2}{5} \color{darkblue}{\implies} \color{green}{x}^{\color{green}{x}^{\frac{2}{5}}} = \color{green}{10}^{\color{green}{10}^{\frac{2}{5}} } $$ where by inspection you get $\color{green}{x} = \color{green}{10}$ as a solution.
By repeating the previous procedure, the general problem would in turn become solving $$ x^{x^{a}} = b $$ for some $a,b$ and $b>0$. For this, we can employ the Lambert-W function, which is defined to be such that if $xe^x =z$ then $x = W(z)$. We get $$ x^{x^{a}} = b \color{darkblue}{\implies} \color{purple}{a}\ln(x) e^{a\ln(x)} = \color{purple}{a}\ln(b)\color{darkblue}{\implies}a\ln(x) = W\left(a\ln(b) \right) \color{darkblue}{\implies} x= e^{\frac{W\left(a\ln(b) \right)}{a}} $$ In your case we would have $a= \frac{2}{5}$ and $b = 10^{{10}^{\frac{2}{5}}}$, thus \begin{align*} x = \exp\left[{\frac{W\left(\frac{2}{5}\ln\left(10^{{10}^{\frac{2}{5}}}\right) \right)}{\frac{2}{5}}} \right]= \exp\left[\frac{5}{2}W\left({10}^{\frac{2}{5}}\ln\left(10^{\frac25}\right) \right) \right] \end{align*} but since $W(xe^{x}) = x$ by definition of the Lambert-W, substituting $x=\ln(y)$ gives $W(y \ln(y)) = \ln(y)$, which allows us to simplify $$ x = \exp\left[\frac{5}{2}\ln\left(10^{\frac{2}{5}}\right) \right] = \exp[\ln(10)] = 10 $$ as expected.