Undoing a function to find the one that reverses it.
A GPS calculates your position from a signal travel time. The device converts time into distance. But engineers who built the system had to first answer the reverse question: given a distance, what travel time produced it? They needed the function that undoes the original. That reversal has a name: the inverse function.
A function takes an input and produces an output. The inverse function takes that output and hands back the original input. If , then the inverse, written f^, satisfies KaTeX can only parse string typed expression. The notation f^ does not mean \frac — it is a name for the reverse function, not a reciprocal.
The core idea is this: a function and its inverse undo each other completely. Feed the output of into f^ and you get back where you started.
To find the inverse of a function algebraically, swap and , then solve for . The reason swapping works is that the input and output trade roles — what was the output becomes the new input, and what was the input becomes the new output.
Now verify that these two functions actually undo each other. Plug into f^ and check that you get back.
There is also a graphical side to this. Every point on the graph of becomes the point on the graph of f^. Swapping the coordinates of every point is the same as reflecting the graph across the line . The line acts as a mirror between a function and its inverse.
The red line is . The blue line is KaTeX can only parse string typed expression. The green line is . Notice the two function graphs are exact mirror images across the green line.
One more thing to track: the domain and range swap between a function and its inverse. If has domain and range , then f^ has domain and range . This matters especially when the original function has a restricted domain.
Here is a harder example where the domain restriction plays a role.
Without the restriction on the original function, the parabola fails the horizontal line test — a single output value corresponds to two different input values, so no true inverse exists. Restricting the domain forces the function to be one-to-one, which is the requirement for an inverse to exist.
On Part II and Part III of the Algebra II Regents, inverse function problems often ask you to find the inverse algebraically and then verify it. Showing both KaTeX can only parse string typed expression and KaTeX can only parse string typed expression earns full verification credit. Showing only one composition is partial credit on a two-point verification question.