• 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

Properties of Inverse Function

Property of Composition with Inverse

This property is the core of the inverse function definition: the inverse function "undoes" the effect of the original function, and vice versa. If we compose a function with its inverse (in any order), we get the identity function I(x)=xI(x) = xI(x)=x.

  1. Composition of fff with f−1f^{-1}f−1:

    (f∘f−1)(x)=f(f−1(x))=x(f \circ f^{-1})(x) = f(f^{-1}(x)) = x(f∘f−1)(x)=f(f−1(x))=x

    This holds for all xxx in the domain of f−1f^{-1}f−1 (which is the range of fff).

  2. Composition of f−1f^{-1}f−1 with fff:

    (f−1∘f)(x)=f−1(f(x))=x(f^{-1} \circ f)(x) = f^{-1}(f(x)) = x(f−1∘f)(x)=f−1(f(x))=x

    This holds for all xxx in the domain of fff.

Example:

We know that if f(x)=2x+3f(x) = 2x + 3f(x)=2x+3, its inverse is f−1(x)=x−32f^{-1}(x) = \frac{x - 3}{2}f−1(x)=2x−3​. Let's verify the composition property:

  • f(f−1(x))=f(x−32)=2(x−32)+3=(x−3)+3=xf(f^{-1}(x)) = f\left(\frac{x - 3}{2}\right) = 2\left(\frac{x - 3}{2}\right) + 3 = (x - 3) + 3 = xf(f−1(x))=f(2x−3​)=2(2x−3​)+3=(x−3)+3=x
  • f−1(f(x))=f−1(2x+3)=(2x+3)−32=2x2=xf^{-1}(f(x)) = f^{-1}(2x + 3) = \frac{(2x + 3) - 3}{2} = \frac{2x}{2} = xf−1(f(x))=f−1(2x+3)=2(2x+3)−3​=22x​=x

Both compositions result in xxx, as expected.

Property of the Inverse of an Inverse

If we find the inverse of an inverse function, we get back the original function.

(f−1)−1(x)=f(x)(f^{-1})^{-1}(x) = f(x)(f−1)−1(x)=f(x)

This makes sense because the process of finding an inverse is a "reversal". If we reverse something twice, we return to the original state.

Property of the Inverse of a Composition

If we have a composition of two functions, both of which have inverses, the inverse of the composition is the composition of their inverses, but in reverse order.

Let fff and ggg be two functions with inverses f−1f^{-1}f−1 and g−1g^{-1}g−1. Then the inverse of the composition f∘gf \circ gf∘g is:

(f∘g)−1(x)=(g−1∘f−1)(x)(f \circ g)^{-1}(x) = (g^{-1} \circ f^{-1})(x)(f∘g)−1(x)=(g−1∘f−1)(x)

Note the reversed order: g−1g^{-1}g−1 is applied first, then f−1f^{-1}f−1.

Analogy: Imagine putting on socks (ggg) and then shoes (fff). To undo this (the inverse), you must take off the shoes (f−1f^{-1}f−1) first, then take off the socks (g−1g^{-1}g−1). The order is reversed.

Example:

Let f(x)=x+1f(x) = x + 1f(x)=x+1 (its inverse is f−1(x)=x−1f^{-1}(x) = x - 1f−1(x)=x−1) and g(x)=3xg(x) = 3xg(x)=3x (its inverse is g−1(x)=x3g^{-1}(x) = \frac{x}{3}g−1(x)=3x​).

  1. Find (f∘g)(x)(f \circ g)(x)(f∘g)(x):

    (f∘g)(x)=f(g(x))=f(3x)=3x+1(f \circ g)(x) = f(g(x)) = f(3x) = 3x + 1(f∘g)(x)=f(g(x))=f(3x)=3x+1
  2. Find the inverse of (f∘g)(x)(f \circ g)(x)(f∘g)(x):

    Let y=3x+1y = 3x + 1y=3x+1. Swap xxx and yyy: x=3y+1x = 3y + 1x=3y+1.

    Solve for yyy: x−1=3y  ⟹  y=x−13x - 1 = 3y \implies y = \frac{x - 1}{3}x−1=3y⟹y=3x−1​.

    So, (f∘g)−1(x)=x−13(f \circ g)^{-1}(x) = \frac{x - 1}{3}(f∘g)−1(x)=3x−1​.

  3. Find (g−1∘f−1)(x)(g^{-1} \circ f^{-1})(x)(g−1∘f−1)(x):

    (g−1∘f−1)(x)=g−1(f−1(x))=g−1(x−1)(g^{-1} \circ f^{-1})(x) = g^{-1}(f^{-1}(x)) = g^{-1}(x - 1)(g−1∘f−1)(x)=g−1(f−1(x))=g−1(x−1)
    g−1(x−1)=x−13g^{-1}(x - 1) = \frac{x - 1}{3}g−1(x−1)=3x−1​

Since the results from steps 2 and 3 are the same, it is proven that (f∘g)−1(x)=(g−1∘f−1)(x)(f \circ g)^{-1}(x) = (g^{-1} \circ f^{-1})(x)(f∘g)−1(x)=(g−1∘f−1)(x).

Domain and Range Relationship

The domain of the original function fff becomes the range of its inverse function f−1f^{-1}f−1, and the range of the original function fff becomes the domain of its inverse function f−1f^{-1}f−1.

Domain(f)=Range(f−1)\text{Domain}(f) = \text{Range}(f^{-1})Domain(f)=Range(f−1)
Range(f)=Domain(f−1)\text{Range}(f) = \text{Domain}(f^{-1})Range(f)=Domain(f−1)
Previous

Inverse Function

Next

Injective, Surjective, and Bijective Functions

  • Properties of Inverse FunctionDiscover inverse function properties: composition identity, double reversal, and domain-range relationships. Understand f∘f⁻¹=x with examples.
On this page
  • Property of Composition with Inverse
  • Property of the Inverse of an Inverse
  • Property of the Inverse of a Composition
  • Domain and Range Relationship
  • Comments
  • Report
  • Source code