C
CraftExam
high importancemedium8 min

Invertible Functions and Finding the Inverse

A function f: A to B is invertible if there exists a function f⁻¹: B to A such that f⁻¹(f(x)) = x for every x in A and f(f⁻¹(y)) = y for every y in B. A function is invertible if and only if it is bijective.

Practice This Concept

Learn the concept

Student-friendly explanation

An inverse function reverses the action of the original function. It exists only when every output in the codomain comes from exactly one input. One-one gives uniqueness, and onto gives existence. Both are necessary.

How to write this in exams

  1. 1

    Start with the exact idea

    A function f: A to B is invertible if there exists a function f⁻¹: B to A such that f⁻¹(f(x)) = x for every x in A and f(f⁻¹(y)) = y for every y in B. A function is invertible if and only if it is bijective.

  2. 2

    Then show how to use it

    1. Note domain and codomain. 2. Prove one-one using f(a) = f(b), or give a counterexample if disproving. 3. Prove onto by solving y = f(x) for x in the domain. 4. Once bijective, solve y = f(x) for x. 5. Write the inverse with correct domain and codomain. 6. Optionally verify using f⁻¹(f(x)) = x and f(f⁻¹(x)) = x.

  3. 3

    Add one concrete example

    For f: R to R, f(x) = 5x - 7, set y = 5x - 7. Then x = (y + 7)/5. Hence f⁻¹(y) = (y + 7)/5, or f⁻¹(x) = (x + 7)/5.

  4. 4

    Avoid this incomplete answer

    Forgetting that f⁻¹ has domain equal to the codomain of f, causing an inverse formula to be written with the wrong domain.

Definition

A function f: A to B is invertible if there exists a function f⁻¹: B to A such that f⁻¹(f(x)) = x for every x in A and f(f⁻¹(y)) = y for every y in B. A function is invertible if and only if it is bijective.

Example

For f: R to R, f(x) = 5x - 7, set y = 5x - 7. Then x = (y + 7)/5. Hence f⁻¹(y) = (y + 7)/5, or f⁻¹(x) = (x + 7)/5.

Rule to remember

Invertibility theorem: f is invertible if and only if f is bijective. Inverse identities: f⁻¹∘f = identity on A and f∘f⁻¹ = identity on B. Method: write y = f(x), solve for x in terms of y, then replace y by x after stating the inverse rule and domain.

Memory hook

An inverse needs two promises: every codomain value is reached, and reached only once.

Examples and method

Worked example

Let f: R to R be f(x) = 2x + 5. First prove bijective. One-one: f(a) = f(b) gives 2a + 5 = 2b + 5, so a = b. Onto: for any y in R, y = 2x + 5 gives x = (y - 5)/2, which belongs to R. Hence f is bijective and invertible. To find inverse, y = 2x + 5, so x = (y - 5)/2. Therefore f⁻¹(y) = (y - 5)/2, and f⁻¹(x) = (x - 5)/2.

Method to apply

1. Note domain and codomain. 2. Prove one-one using f(a) = f(b), or give a counterexample if disproving. 3. Prove onto by solving y = f(x) for x in the domain. 4. Once bijective, solve y = f(x) for x. 5. Write the inverse with correct domain and codomain. 6. Optionally verify using f⁻¹(f(x)) = x and f(f⁻¹(x)) = x.

Diagram support

A reverse mapping diagram may support the idea of inverse, but the exam-useful test is bijectivity plus composition identity.

How CBSE asks it

Asked as proof of invertibility, finding the inverse of a given function, or verifying that two functions are inverses using composition. Assertion-reason questions often test the statement that every bijection has an inverse.

Avoid common mistakes

Common confusion

Students often find an algebraic reverse formula and call it an inverse without proving or checking that the original function is bijective on the stated domain and codomain.

Common wrong answer

Forgetting that f⁻¹ has domain equal to the codomain of f, causing an inverse formula to be written with the wrong domain.

Exam tip

Before writing f⁻¹, state why f is one-one and onto, or use the given fact that it is bijective. For restricted domains, keep the restricted range in mind.

Quick check

Why is f: R to R, f(x) = x^2 not invertible?

It is not one-one because f(1) = f(-1) = 1 for different inputs. Therefore it is not bijective and not invertible from R to R.

Answer writing and exam use

1-mark answer

A function f: A to B is invertible if there exists a function f⁻¹: B to A such that f⁻¹(f(x)) = x for every x in A and f(f⁻¹(y)) = y for every y in B. A function is invertible if and only if it is bijective.

2-mark answer

A function f: A to B is invertible if there exists a function f⁻¹: B to A such that f⁻¹(f(x)) = x for every x in A and f(f⁻¹(y)) = y for every y in B. A function is invertible if and only if it is bijective. Invertibility theorem: f is invertible if and only if f is bijective. Inverse identities: f⁻¹∘f = identity on A and f∘f⁻¹ = identity on B. Method: write y = f(x), solve for x in terms of y, then replace y by x after stating the inverse rule and domain. For f: R to R, f(x) = 5x - 7, set y = 5x - 7. Then x = (y + 7)/5. Hence f⁻¹(y) = (y + 7)/5, or f⁻¹(x) = (x + 7)/5.

3-mark answer

An inverse function reverses the action of the original function. It exists only when every output in the codomain comes from exactly one input. One-one gives uniqueness, and onto gives existence. Both are necessary. Invertibility theorem: f is invertible if and only if f is bijective. Inverse identities: f⁻¹∘f = identity on A and f∘f⁻¹ = identity on B. Method: write y = f(x), solve for x in terms of y, then replace y by x after stating the inverse rule and domain. Let f: R to R be f(x) = 2x + 5. First prove bijective. One-one: f(a) = f(b) gives 2a + 5 = 2b + 5, so a = b. Onto: for any y in R, y = 2x + 5 gives x = (y - 5)/2, which belongs to R. Hence f is bijective and invertible. To find inverse, y = 2x + 5, so x = (y - 5)/2. Therefore f⁻¹(y) = (y - 5)/2, and f⁻¹(x) = (x - 5)/2. Asked as proof of invertibility, finding the inverse of a given function, or verifying that two functions are inverses using composition. Assertion-reason questions often test the statement that every bijection has an inverse. Forgetting that f⁻¹ has domain equal to the codomain of f, causing an inverse formula to be written with the wrong domain.
MCQ Quiz

Practice this concept with focused MCQs

Open the concept quiz intro first, review the test details, and then start a focused MCQ set from this concept only. Instant score and answer review are live now.

10 MCQs5 MinutesInstant Results
Practice This Concept

Help improve this page

Found something confusing, incorrect, or missing?