If the identity number of the addition/subtraction pair of operations is 0.
and the identity number of the multiplication/division pair of operations is 1.
what is the identity number of the exponentiation/logarithm pair of operations?
If the identity number of the addition/subtraction pair of operations is 0.
and the identity number of the multiplication/division pair of operations is 1.
what is the identity number of the exponentiation/logarithm pair of operations?
From the discussion above, its clear that exponentiation does not have an identity in the real numbers.
Wikipedia says that there are left identities (where e*a=a) and right identities (where a*e=a), and that if a single number is both its called a two sided identity,and is accepted as the identity element for that operation.
The problem with exponentiation is that there is only a right identity (a^1=a) and there is no left identity. So while you might be tempted to call 1 the identity of exponentiation, its just on one side and does not count for both.
So, at least in the real numbers, exponentiation does not have an identity.
See this answer for a clear explanation of why its a mistake to assume that exponentiation only has one inverse operation (the other is rooting)
And this for a little tour on MAKING an operation like exponentiation that has an identity.