Hello Henry. The base-e logarithm and exponential functions are inverses of each other. That means each function undoes what the other does.
Here is a simpler example of inverse functions.
f(x) = x2 (the squaring function)
g(x) = √x (the square root function)
Let's start with the squaring function f. If we put 4 in, then 16 comes out.
f(4) = 42 = 16
If we put that 16 into the square root function, then 4 comes out. The square root function undoes what the squaring function does.
g(16) = √16 = 4
Let's try starting with function g. If we put 9 into the square root function, then 3 comes out.
g(9) = 3
If we put 3 into function f, then we get 9 back.
f(3) = 9
The functions x2 and √x are inverse functions. Each undoes the other.
If we compose f and g, the output will always be the input.
f(g(4)) = 4
g(f(9)) = 9
So we write f(g(x)) = x = g(f(x))
If any number x goes into either composition, then the same number x comes out.
ex and loge(x) are also inverse functions. Each undoes the other.
If you compose them, the input and output will be the same number.
If you haven't yet learned about function compositions (or the definition of a logarithm), then you ought to study those topics first, to see more examples and explanations. Cheers
?