transformation problem 3: finding domain, range of inverse of a function

khorven

New member
Joined
Sep 25, 2009
Messages
18
If you are solving for the domain and range of an inverse of a function, will they just be swapped? I.e. x >= 5, y >= 0, becomes x >= 0, y >= 5.
 
Last edited by a moderator:
If you are solving for the domain and range of an inverse of a function, will they just be swapped? I.e. x >= 5, y >= 0, becomes x >= 0, y >= 5.

Normally yes, but not always if you consider them as individual functions. Consider
f1(x) = y = \(\displaystyle \sqrt{x-5}\)
Domain is x \(\displaystyle \ge\) 5; Range is y \(\displaystyle \ge\) 0.

We would normally think that the function
f2(x) = y = 5 + x2
had Domain x is a real number and Range y \(\displaystyle \ge\) 5 if we think of it by itself. However, it also happens to be the inverse of the first function, f2(f1(x))=f1(f2(x))=x, if we restrict x to x \(\displaystyle \ge\) 0.
 
Top