Skip to main content
Back to Sets, Relations & Functions
JEE Main 2021
Sets, Relations & Functions
Functions
Easy

Question

Let f:NYf:N \to Y be a function defined as f(x) = 4x + 3 where Y = { y \in N, y = 4x + 3 for some x \in N }. Show that f is invertible and its inverse is

Options

Solution

Key Concepts and Formulas

  • A function f:ABf: A \to B is invertible if and only if it is both one-to-one (injective) and onto (surjective).
  • A function ff is one-to-one (injective) if for any x1,x2x_1, x_2 in the domain, f(x1)=f(x2)f(x_1) = f(x_2) implies x1=x2x_1 = x_2.
  • A function f:ABf: A \to B is onto (surjective) if for every yy in the codomain BB, there exists at least one xx in the domain AA such that f(x)=yf(x) = y. This means the range of ff is equal to its codomain.
  • If ff is invertible, its inverse function f1:BAf^{-1}: B \to A can be found by setting y=f(x)y = f(x) and solving for xx in terms of yy.

Step-by-Step Solution

Let the given function be f:NYf: N \to Y defined as f(x)=4x+3f(x) = 4x + 3. The domain is N={1,2,3,}N = \{1, 2, 3, \dots\}. The codomain is Y={yN,y=4x+3 for some xN}Y = \{ y \in N, y = 4x + 3 \text{ for some } x \in N \}.

Step 1: Proving ff is One-to-One (Injective)

Reasoning: To show ff is one-to-one, we assume f(x1)=f(x2)f(x_1) = f(x_2) for two elements x1,x2x_1, x_2 in the domain NN and prove that this implies x1=x2x_1 = x_2.

Let x1,x2Nx_1, x_2 \in N such that f(x1)=f(x2)f(x_1) = f(x_2). By the definition of f(x)f(x), we have: 4x1+3=4x2+34x_1 + 3 = 4x_2 + 3 Explanation: We substitute the function's rule into the assumption f(x1)=f(x2)f(x_1) = f(x_2).

Subtracting 3 from both sides of the equation: 4x1=4x24x_1 = 4x_2 Explanation: This algebraic step isolates the terms involving x1x_1 and x2x_2.

Dividing both sides by 4: x1=x2x_1 = x_2 Explanation: This final algebraic step shows that if the function values are equal, the domain values must also be equal.

Since f(x1)=f(x2)f(x_1) = f(x_2) implies x1=x2x_1 = x_2, the function ff is one-to-one.

Step 2: Proving ff is Onto (Surjective)

Reasoning: To show ff is onto, we must demonstrate that for every element yy in the codomain YY, there exists an element xx in the domain NN such that f(x)=yf(x) = y. This means the range of ff must be equal to its codomain YY.

The codomain is given as Y={yN,y=4x+3 for some xN}Y = \{ y \in N, y = 4x + 3 \text{ for some } x \in N \}. Explanation: This definition itself states that YY is the set of all possible output values of f(x)f(x) when xx is a natural number.

Let yy be an arbitrary element in the codomain YY. By the definition of YY, if yYy \in Y, then there exists some x0Nx_0 \in N such that y=4x0+3y = 4x_0 + 3. Explanation: This means that for any element yy we pick from the codomain YY, we are guaranteed by its definition that it can be expressed in the form 4x0+34x_0 + 3 for some natural number x0x_0. This x0x_0 is precisely the pre-image of yy in the domain NN, as f(x0)=4x0+3=yf(x_0) = 4x_0 + 3 = y.

Since every element yy in the codomain YY has a pre-image x0x_0 in the domain NN, the function ff is onto.

Conclusion for Invertibility: Since ff has been proven to be both one-to-one and onto, it is invertible.

Step 3: Finding the Inverse Function g(y)g(y)

Reasoning: To find the inverse function, we set y=f(x)y = f(x) and algebraically solve for xx in terms of yy. This expression for xx will be the inverse function, denoted by g(y)g(y).

Let y=f(x)y = f(x). y=4x+3y = 4x + 3 Explanation: We represent the output of the function f(x)f(x) as yy.

Our goal is to express xx in terms of yy. Subtract 3 from both sides of the equation: y3=4xy - 3 = 4x Explanation: We isolate the term containing xx by moving the constant term to the other side.

Divide both sides by 4: x=y34x = \frac{y - 3}{4} Explanation: This step isolates xx, giving us its expression in terms of yy.

Therefore, the inverse function g(y)g(y) is given by: g(y)=y34g(y) = \frac{y - 3}{4}

We can verify that for any yYy \in Y, g(y)Ng(y) \in N. Since yYy \in Y, y=4k+3y = 4k+3 for some kNk \in N. Then g(y)=(4k+3)34=4k4=kg(y) = \frac{(4k+3)-3}{4} = \frac{4k}{4} = k, which is in NN.

Comparing our derived inverse function with the given options: (A) g(y)=3y+44g\left( y \right) = {{3y + 4} \over 4} (B) g(y)=4+y+34g\left( y \right) = 4 + {{y + 3} \over 4} (C) g(y)=y+34g\left( y \right) = {{y + 3} \over 4} (D) g(y)=y34g\left( y \right) = {{y - 3} \over 4}

Our result matches option (D).

Common Mistakes & Tips

  • Forgetting to prove invertibility: Always confirm that the function is both injective and surjective before proceeding to find the inverse.
  • Algebraic errors when solving for x: Be meticulous with algebraic manipulations when isolating xx from the equation y=f(x)y = f(x).
  • Confusing domain and codomain of the inverse: Remember that the domain of f1f^{-1} is the codomain of ff, and the codomain of f1f^{-1} is the domain of ff.

Summary

To show that the function f(x)=4x+3f(x) = 4x + 3 is invertible, we first proved it is one-to-one by showing f(x1)=f(x2)    x1=x2f(x_1) = f(x_2) \implies x_1 = x_2. Then, we showed it is onto by confirming that for every yy in its defined codomain YY, there exists an xx in the domain NN such that f(x)=yf(x) = y. Finally, we found the inverse function by setting y=4x+3y = 4x + 3 and solving for xx, yielding g(y)=y34g(y) = \frac{y - 3}{4}.

The final answer is g(y)=y34\boxed{g\left( y \right) = {{y - 3} \over 4}}, which corresponds to option (D).

Practice More Sets, Relations & Functions Questions

View All Questions