Image and Preimage

The Two Directions

A function has arrows going from inputs to outputs.

You can ask two questions:

Forward: Where does this input go?

Backward: What input(s) produced this output?


Image: Following Arrows Forward

Pick an input. Follow its arrow. Where does it land?

That’s the image.


Image of a Set

You can also ask: where does a group of inputs land?

Collect all their outputs. That’s the image of the set.

Example:

f(x)=x2f(x) = x^2

Input SetImage
{3}\{3\}{9}\{9\}
{2,3}\{-2, 3\}{4,9}\{4, 9\}
{2,2}\{-2, 2\}{4}\{4\}

Notice the last one: two inputs, but only one output (both square to 4).


Preimage: Tracing Arrows Backward

Pick an output. Trace all arrows pointing to it. Where did they come from?

Those inputs are the preimage.


Preimage Can Be Empty, One, or Many

This is the key insight:

CaseExampleMeaning
EmptyNothing maps hereNo solution exists
OneExactly one inputUnique solution
ManyMultiple inputsMultiple solutions

Solving Equations = Finding Preimages

Here’s WHY this matters:

Solving an equation IS finding a preimage.

Solve x2=9\text{Solve } x^2 = 9

You’re asking: what inputs produce output 9?

Preimage of 9={3,3}\text{Preimage of 9} = \{-3, 3\}

You’ve been finding preimages your whole life — just didn’t call it that.


More Examples

f(x)=x2f(x) = x^2

EquationPreimageSolutions
x2=9x^2 = 9{3,3}\{-3, 3\}Two solutions
x2=0x^2 = 0{0}\{0\}One solution
x2=1x^2 = -1{}\{\}No solution

The preimage tells you everything about solvability.


Preimage Notation Looks Like Inverse

f1({9})={3,3}f^{-1}(\{9\}) = \{-3, 3\}

Don’t be confused! This is NOT the inverse function.

Inverse FunctionPreimage
Exists?Only if bijectiveAlways
ReturnsOne elementA set
Notationf1(y)f^{-1}(y)f1({y})f^{-1}(\{y\})

Preimage always exists. Inverse might not.


Key Facts

  • Image = where inputs land (forward)
  • Preimage = where outputs came from (backward)
  • Preimage is always a set (empty, one, or many elements)
  • Solving = finding preimages
  • Image of entire domain = range