Andromeda
Note

Inverse Functions

Definition

If a function ff is one-to-one, it has an inverse function f1f^{-1} that reverses its action. If ff maps xx to yy, then f1f^{-1} maps yy back to xx. f1(y)=x    f(x)=yf^{-1}(y) = x \iff f(x) = y

  • How to read: “The inverse function f inverse of y is equal to x if and only if f of x is equal to y.”
  • Meaning: The inverse undoes the forward map; each output yy corresponds to exactly one input xx when ff is one-to-one.

Why It Matters

The ability to “Undo” is one of the most powerful concepts in mathematics and life. Inverse functions provide the “Return Map” for any journey. Without them, we couldn’t solve for xx in an exponential equation or decrypt a secure message. They are the mathematical implementation of Reversibility—allowing us to scale a system up and then bring it back down to its original units without losing a single drop of precision. It is the core logic of “Calibration” and “Correction” in every scientific instrument.

Core Concepts

  • One-to-One Requirement: Only functions that pass the Horizontal Line Test (one unique input for every output) have an inverse.

  • Domain-Range Swap: The domain of f1f^{-1} is the range of ff, and the range of f1f^{-1} is the domain of ff.

  • Cancellation Identity: f(f1(x))=xf(f^{-1}(x)) = x and f1(f(x))=xf^{-1}(f(x)) = x.

    • How to read: “The function f of the inverse function f inverse of x is equal to x, and the inverse function f inverse of f of x is equal to x.”
    • Meaning / when to use: Composing a function with its inverse (in either order) returns the input unchanged—verify inverses or solve equations by “undoing” operations.
  • Geometric Reflection: The graph of f1f^{-1} is the graph of ff reflected across the line y=xy = x.

  • Algebraic Method:

    1. Replace f(x)f(x) with yy.
    2. Swap xx and yy.
    3. Solve for yy.
    4. Replace yy with f1(x)f^{-1}(x).

Connected Concepts