One of my homework questions asks to write an inverse function of y=5x+2, and it got me thinking about the exact meaning behind the term. I'm confused because the answer came out to be y=1/5(x-2), but no matter what definition I employ it just doesn't add up for me. On one hand, the inverse of 2 would be -2 because 2+(-2)=0, but on the other 5^-1=1/5 and 1/5*5=1. Why does it work that way? Why is one way of taking the inverse appropriate for half the equation and another for the other half?
The word "inverse" is used to describe several different ways in which something can be "undone".
The
additive inverse of 2 is -2, which undoes addition of 2. The
multiplicative inverse of 5 is 1/5, which undoes multiplication by 5. The question is about the inverse
function, which we write as [imath]f^{-1}[/imath] by
analogy with the multiplicative inverse, but which is not the same thing.
Did you carefully read the definition of an inverse function? A function [imath]g[/imath] is the inverse of a function [imath]f[/imath] if [imath]f(g(x))=x[/imath] for all x, and [imath]g(f(x))=x[/imath]. That is, each function undoes the other when you combine them with
composition. (So we could call [imath]g[/imath] the "compositive inverse" of [imath]f[/imath], I suppose, though I've never said that in my life!)
Now, it happens that the inverse of your function
undoes both a multiplication and an addition, so it involves an
additive inverse and a
multiplicative inverse. That, I think, is what you are seeing.
By the way, this is just what you are doing when you solve an equation like [imath]5x + 2 = 17[/imath]. You first undo the addition, by subtracting, and then undo the multiplication, by dividing. That's exactly what the inverse function does. So it really does all fit together.