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

Question

If R = {(x, y) : x, y \in Z, x 2 + 3y 2 \le 8} is a relation on the set of integers Z, then the domain of R –1 is :

Options

Solution

Key Concepts and Formulas

  1. Relation: A relation RR on a set ZZ is a subset of Z×ZZ \times Z.
  2. Domain of a Relation: For a relation RR, the domain, Dom(R)\text{Dom}(R), is the set of all first elements of the ordered pairs in RR.
  3. Range of a Relation: For a relation RR, the range, Rng(R)\text{Rng}(R), is the set of all second elements of the ordered pairs in RR.
  4. Inverse Relation: If R={(x,y):(x,y)R}R = \{(x, y) : (x, y) \in R\}, then R1={(y,x):(x,y)R}R^{-1} = \{(y, x) : (x, y) \in R\}.
  5. Property of Inverse Relation: The domain of R1R^{-1} is the range of RR, i.e., Dom(R1)=Rng(R)\text{Dom}(R^{-1}) = \text{Rng}(R).

Step-by-Step Solution

Step 1: Understand the Given Relation and the Goal The relation is given by R={(x,y):x,yZ,x2+3y28}R = \{(x, y) : x, y \in Z, x^2 + 3y^2 \le 8\}. We are asked to find the domain of the inverse relation R1R^{-1}. According to the property of inverse relations, Dom(R1)=Rng(R)\text{Dom}(R^{-1}) = \text{Rng}(R). Therefore, our goal is to find all possible integer values of yy for which there exists at least one integer xx satisfying the inequality x2+3y28x^2 + 3y^2 \le 8.

Step 2: Systematically Find Possible Integer Values for yy Since x,yx, y are integers and x20x^2 \ge 0, the term 3y23y^2 must be less than or equal to 8. Let's examine possible integer values for yy:

  • If y=0y = 0: The inequality becomes x2+3(0)28x^2 + 3(0)^2 \le 8, which simplifies to x28x^2 \le 8. The integer values of xx satisfying x28x^2 \le 8 are x{2,1,0,1,2}x \in \{-2, -1, 0, 1, 2\}. Since we found integer values for xx when y=0y=0, y=0y=0 is a possible value in the range of RR.

  • If y=1y = 1: The inequality becomes x2+3(1)28x^2 + 3(1)^2 \le 8, which simplifies to x2+38x^2 + 3 \le 8, so x25x^2 \le 5. The integer values of xx satisfying x25x^2 \le 5 are x{2,1,0,1,2}x \in \{-2, -1, 0, 1, 2\}. Since we found integer values for xx when y=1y=1, y=1y=1 is a possible value in the range of RR.

  • If y=1y = -1: The inequality becomes x2+3(1)28x^2 + 3(-1)^2 \le 8, which simplifies to x2+38x^2 + 3 \le 8, so x25x^2 \le 5. The integer values of xx satisfying x25x^2 \le 5 are x{2,1,0,1,2}x \in \{-2, -1, 0, 1, 2\}. Since we found integer values for xx when y=1y=-1, y=1y=-1 is a possible value in the range of RR.

  • If y=2y = 2: The inequality becomes x2+3(2)28x^2 + 3(2)^2 \le 8, which simplifies to x2+128x^2 + 12 \le 8, so x24x^2 \le -4. There are no real numbers xx (and hence no integers) that satisfy x24x^2 \le -4. Thus, y=2y=2 is not a possible value in the range of RR.

  • If y=2y = -2: The inequality becomes x2+3(2)28x^2 + 3(-2)^2 \le 8, which simplifies to x2+128x^2 + 12 \le 8, so x24x^2 \le -4. Again, there are no real numbers xx that satisfy x24x^2 \le -4. Thus, y=2y=-2 is not a possible value in the range of RR.

For any integer yy such that y2|y| \ge 2, 3y23(22)=123y^2 \ge 3(2^2) = 12. This will always lead to x283y2<0x^2 \le 8 - 3y^2 < 0, which has no real solutions for xx. Therefore, we have considered all possible integer values for yy.

Step 3: Determine the Range of RR The possible integer values for yy that allow for integer values of xx to satisfy the inequality are {1,0,1}\{-1, 0, 1\}. This set constitutes the range of the relation RR. So, Rng(R)={1,0,1}\text{Rng}(R) = \{-1, 0, 1\}.

Step 4: Determine the Domain of R1R^{-1} Using the property Dom(R1)=Rng(R)\text{Dom}(R^{-1}) = \text{Rng}(R), we find that the domain of R1R^{-1} is {1,0,1}\{-1, 0, 1\}.

Common Mistakes & Tips

  • Confusing Domain and Range: Remember that the domain of R1R^{-1} is the range of RR, not the domain of RR.
  • Forgetting Integer Constraint: Ensure that both xx and yy are integers. The inequality x28x^2 \le 8 has many non-integer solutions, but only integers are relevant here.
  • Inefficient Search: Systematically checking values for yy (the variable with the larger coefficient) first is more efficient as it restricts the possibilities more quickly.

Summary To find the domain of the inverse relation R1R^{-1}, we need to determine the range of the original relation RR. The relation RR is defined by x2+3y28x^2 + 3y^2 \le 8 for integers xx and yy. We systematically tested integer values for yy to see if corresponding integer values for xx exist. We found that yy can only be 1,0,-1, 0, or 11 for integer xx to satisfy the inequality. Therefore, the range of RR is {1,0,1}\{-1, 0, 1\}, which is also the domain of R1R^{-1}.

The final answer is -1, 0, 1\boxed{\text{{-1, 0, 1}}}.

Practice More Sets, Relations & Functions Questions

View All Questions