How does one go about solving an exponential equation with variable as base and in the exponent, such as:
$$x^{x^2} = 8x$$
I've seen people write (and am happy with): $$x^{x^2-1} = 2^3$$
Followed by: $$\Rightarrow x^2-1 = 3$$ $$\Rightarrow x = 2$$
This happens to be the right answer. But isn't the method wrong as the bases must be the same to justify this step?
Have I missed something? Is there another method to apply here?
Apologies for the straight forward question. I'm self-studying and you good people are the best for me to ask.
Assuming $$x \ne 0$$
$$x^{x^2} = 8x$$
$$\frac {x^{x^2}}{x} = 8$$
$$x^{x^2 - 1} = 8$$
$$x^{x^2 - 1} = 2^{2^2 - 1}$$
Now on comparing we get $$x = 2$$