# Nakafa Framework: LLM
URL: /en/subject/high-school/11/mathematics/function-composition-inverse-function/properties-of-inverse-function
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/function-composition-inverse-function/properties-of-inverse-function/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Properties of Inverse Function",
  description: "Discover inverse function properties: composition identity, double reversal, and domain-range relationships. Understand f∘f⁻¹=x with examples.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "04/27/2025",
  subject: "Function Composition and 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 .
1.  **Composition of  with :**
    
    This holds for all  in the domain of  (which is the range of ).
2.  **Composition of  with :**
    
    This holds for all  in the domain of .
**Example:**
We know that if , its inverse is . Let's verify the composition property:
- 
- 
Both compositions result in , as expected.
## Property of the Inverse of an Inverse
If we find the inverse of an inverse function, we get back the original function.
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  and  be two functions with inverses  and . Then the inverse of the composition  is:
Note the reversed order:  is applied first, then .
**Analogy:** Imagine putting on socks () and then shoes (). To undo this (the inverse), you must take off the shoes () first, then take off the socks (). The order is reversed.
**Example:**
Let  (its inverse is ) and  (its inverse is ).
1.  **Find :**
    
2.  **Find the inverse of :**
    Let . Swap  and : .
    Solve for : .
    So, .
3.  **Find :**
    
      
      
    
Since the results from steps 2 and 3 are the same, it is proven that .
## Domain and Range Relationship
The domain of the original function  becomes the range of its inverse function , and the range of the original function  becomes the domain of its inverse function .