The inverse operation of addition is subtraction, and vice versa. They undo each other. Funnily enough, subtraction can be expressed in terms of addition. $a-b=a+(-b)$. Additionaly, the inverse operation of multiplication is division. Much like addition and subtraction, multiplication and division undo each other. And, also like addition and subtraction, division can be expressed in terms of multiplication. $a/b=a*(b^{-1})$. Moving one step further, the inverse of exponentiation is radication (also known as nth root). They undo each other, and, in a surprising turn of events, you can express a root in terms of a power. $\sqrt[a]{b}=b^{1/a}$ . Look at that! All fitting so nicely together, in perfect balance and harmony.
That last sentence was a lie. Of course not. This is math, for goodness sake.
I'm sure you are all aware that, due to exponentiation not being commutative itself, it actually has TWO inverses. Aside from roots, its SECOND inverse is logarithms. However, to the best of my knowledge, there is no way to express logarithms in terms of exponentiations like all the others do so nicely.
My question to you all is:
$1$) Why is there not a way to represent logarithms in terms of exponentiation?
$2$) If I've gotten it all wrong and there is, in fact, a way, what is it?
There is a way but it’s not as direct as you wish as the natural logarithm can be expressed as exponentiation $$\lim_{h\to0}\frac{x^h-1}{h} = \ln(x).$$ You must have faced this form while doing derivatives of exponential functions using the definition of a derivative formula and, since this is true, you can express any logarithm of whatever base exponentially by using the change-of-base formula $$\log_a b = \frac{\ln b}{\ln a}.$$ And I guess there is no other way to express it because if there were such a simple way then there would be no point in creating the logarithm function.