Decision guideAlgebra IIIntermediate10 min read

Inverse function or reciprocal? The −1 notation has two different jobs

f⁻¹ reverses a function's input-output pairing; 1/f takes reciprocal outputs. They are generally different operations.

f1(x)1f(x)f^{-1}(x)\ne\frac1{f(x)}
Decision guide

A practical comparison that turns a vague choice into a repeatable test.

Updated July 13, 2026
DistinctionStart here
f1(f(x))=xf^{-1}(f(x))=x

The superscript −1 on a function name means inverse function, not a negative exponent applied to the output.

01

An inverse reverses the mapping

If f sends input a to output b, then f⁻¹ sends b back to a. The domain and range exchange roles.

A function needs to be one-to-one on the chosen domain to have an inverse function. The horizontal-line test checks this on a graph.

f(a)=bf1(b)=af(a)=b\Longleftrightarrow f^{-1}(b)=a
02

A reciprocal changes output values

The reciprocal function 1/f(x) keeps the same input but replaces each nonzero output with its multiplicative reciprocal.

Its domain excludes zeros of f. It does not undo the original function.

g(x)=1f(x)g(x)=\frac1{f(x)}
03

Solve for the inverse carefully

Write y = f(x), exchange x and y, and solve for y. Then verify both compositions where domains allow.

Domain restrictions may need to be added, especially when reversing squares, roots, or rational functions.

f1(f(x))=x,f(f1(x))=xf^{-1}(f(x))=x,\quad f(f^{-1}(x))=x
Worked exampleCompare the two meanings

For f(x) = 3x − 6, find f⁻¹(x) and 1/f(x).

1y=3x6y=3x-6

Start with the original rule.

2x=3y6y=x+63x=3y-6\Rightarrow y=\frac{x+6}{3}

Exchange x and y, then solve for y.

3f1(x)=x+63f^{-1}(x)=\frac{x+6}{3}

State the inverse function.

41f(x)=13x6,x2\frac1{f(x)}=\frac1{3x-6},\quad x\ne2

Take the reciprocal separately and state its restriction.

Resultf1(x)=x+6313x6\boxed{f^{-1}(x)=\frac{x+6}{3}\ne\frac1{3x-6}}
Watch for

Common mistakes

  1. Replacing f⁻¹(x) with 1/f(x).
  2. Swapping x and y without solving for y.
  3. Ignoring one-to-one or domain requirements.
Keep

Three takeaways

  1. Inverse functions undo mappings.
  2. Reciprocals invert output values.
  3. Verify inverses by composition.