I was wondering why addition has one inverse (subtraction), multiplication has one inverse (division), but exponentiation has two (radication and logarithm). After a bit of thinking, I thought it might have something to do with the fact that exponentiation isn’t commutative while multiplication and addition ARE, but it still doesn’t entirely answer my question.
Like I said, I know that it has something to do with the fact that exponentiation isn't commutative while addition and multiplication are, but I’d like to know exactly HOW this relates and comparing exponentiation and its inverses to the other two operations and their inverses. Thanks in advance. :)
Addition has two inverses. Subtraction on the left and subtraction on the right...
$\bullet $ Solve $5+x = 12$. Method, subtract $5$ on the left ... $$ 5+x=12 \\ (-5)+(5+x) = -5+12 \\ (-5+5)+x=7 \\ x=7 $$ On the other hand,
$\bullet $ Solve $x+5 = 12$. Subtract $5$ on the right ... $$ x+5=12 \\ (x+5)-5 = 12-5 \\ x+(5-5)=7 \\ x=7 $$ Now, of course, since addition is commutative, we do not need to learn these two methods separately.
But for exponents, $x^y$ is not commutative, and the two inverses are different.
$\bullet $ Solve $2^x = 5$. Use logarithm base $2$... $$ 2^x = 5 \\ \log_2(2^x) = \log_2 5 \\ x = \log_2 5 $$
$\bullet $ Solve $x^2 = 5$. Use radicals ...
$$ x^2 = 5 \\ \sqrt[2]{x^2} = \sqrt[2]{5} \\ x = \sqrt{5} . $$