I am attempting to find the x intercepts for the two graphs, and would like to know how I would go about solving this equation;
$$\log_2(8x) = 2^x$$
If you could explain the steps in the process that would be great, as I will use it as a reference when solving harder variations of these questions.
$ \begin{align} &&\log_{2}(8x) &=2^x \\ &\Rightarrow &\frac{\ln(8x)}{\ln(2)}&=2^{x} \\ &\Rightarrow &\ln(8x) &= 2^x\ln(2) \\ &\Rightarrow &e^{\ln(8x)}&=e^{2^{x}\ln(2)} \\ &\Rightarrow &8x &=e^{\ln(2^{2^{x}})} \\ &\Rightarrow &8x &=2^{2^{x}} \\ &\Rightarrow &8 &= \frac{1}{x}4^{x} \end{align} $
Now this is where my intuition breaks down, introducing the Lambert W Function. Apparently For any real $a$ and $b$ , for $ \;a=\frac{1}{x}b^{x}\; $:
$ \begin{align} x=-\frac{W_{n}\left ( - \frac{\log(b)}{a} \right ) }{\log(b)} \end{align} \qquad \qquad $ Where $\log(b)\not=0\quad$ and $\quad abW_{n}\left ( - \frac{\log(b)}{a} \right ) \not =0 \quad $ , $n\in\mathbb{Z}$
Wolframe alpha computes $x$, using values 8 and 2 respectively, for $a$ and $b$:
$\begin{align} x&=2 \quad \text{or} \\ x&\approx 0.155 \end{align} $