• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Function Composition and Inverse Function

Inverse Function

Understanding Inverse Functions

You often translate words or sentences from English to Indonesian, for example, when watching movies or reading news. This translation process is similar to how a function works: there is an input (English word) and an output (Indonesian word).

Consider the following illustration:

Translation Machine
The translation machine changes words or sentences from English to Indonesian.
Translation Machine

Here, the "Translation Machine" acts like a function that transforms "Mathematics" (input) into "Matematika" (output).

Now, what if we want to do the reverse? Translate "Matematika" back into "Mathematics"?

This reverse process is the basis of the inverse function concept.

Definition of Inverse Function

An inverse function is a function that "reverses" the operation of an initial function. If function fff maps element xxx from domain AAA to element yyy in codomain BBB, then its inverse function, denoted as f−1f^{-1}f−1 (read "f inverse"), maps element yyy from BBB back to element xxx in AAA.

Mathematically:

y=f(x)  ⟺  x=f−1(y)y = f(x) \iff x = f^{-1}(y)y=f(x)⟺x=f−1(y)

In other words, if fff changes xxx to yyy, then f−1f^{-1}f−1 changes yyy back to xxx. The inverse function "undoes" the effect of the original function.

Important: The notation f−1(x)f^{-1}(x)f−1(x) does not mean 1f(x)\frac{1}{f(x)}f(x)1​ (multiplicative inverse or reciprocal). It is special notation for the inverse function.

Condition for a Function to Have an Inverse

Not all functions have an inverse function. For a function fff to have an inverse function f−1f^{-1}f−1, the function fff must be bijective. A bijective function is both injective (one-to-one) and surjective (onto).

  • Injective (One-to-one): Every distinct element in the domain maps to a distinct element in the codomain. No two different inputs produce the same output.
  • Surjective (Onto): Every element in the codomain is the result of mapping from at least one element in the domain. All possible outputs occur.

If function fff is not bijective, its inverse relation might exist, but that relation will not be a function.

Determining the Formula for an Inverse Function

To find the formula for the inverse function f−1(x)f^{-1}(x)f−1(x) from a function f(x)f(x)f(x), you can follow these steps:

  1. Replace f(x)f(x)f(x) with yyy.
  2. Swap the positions of the variables xxx and yyy in the equation.
  3. Solve the equation for yyy in terms of xxx.
  4. Replace yyy with f−1(x)f^{-1}(x)f−1(x) to get the inverse function formula.

Example:

Find the inverse function of f(x)=2x+3f(x) = 2x + 3f(x)=2x+3.

  1. Replace f(x)f(x)f(x) with yyy:

    y=2x+3y = 2x + 3y=2x+3
  2. Swap xxx and yyy:

    x=2y+3x = 2y + 3x=2y+3
  3. Solve for yyy:

    x−3=2yx - 3 = 2yx−3=2y
    x−32=y\frac{x - 3}{2} = y2x−3​=y
  4. Replace yyy with f−1(x)f^{-1}(x)f−1(x):

    f−1(x)=x−32f^{-1}(x) = \frac{x - 3}{2}f−1(x)=2x−3​

So, the inverse function of f(x)=2x+3f(x) = 2x + 3f(x)=2x+3 is f−1(x)=x−32f^{-1}(x) = \frac{x - 3}{2}f−1(x)=2x−3​.

Graph of a Function and Its Inverse

The graph of the inverse function f−1(x)f^{-1}(x)f−1(x) is a reflection of the graph of the original function f(x)f(x)f(x) across the line y=xy = xy=x.

For example, let's look at the graph of f(x)=2x+3f(x) = 2x + 3f(x)=2x+3, its inverse f−1(x)=x−32f^{-1}(x) = \frac{x - 3}{2}f−1(x)=2x−3​, and the identity line y=xy=xy=x.

Graph of f(x)f(x)f(x) and its Inverse
The graph shows the function f(x)f(x)f(x), its inverse f−1(x)f^{-1}(x)f−1(x), and the line y=xy=xy=x as the line of reflection.
Previous

Properties of Function Composition

Next

Properties of Inverse Function

  • Inverse FunctionLearn inverse functions step-by-step: definition, bijective requirements, finding formulas, and graph reflections. Master f⁻¹(x) with clear examples.
On this page
  • Understanding Inverse Functions
  • Definition of Inverse Function
  • Condition for a Function to Have an Inverse
  • Determining the Formula for an Inverse Function
  • Graph of a Function and Its Inverse
  • Comments
  • Report
  • Source code