JEE Mains: Relations & Functions Notes
JEE Mains: Relations & Functions Notes
Example: If A = {1, 2} and B = {a, b}, then A × B = {(1, a), (1, b), (2, a), (2, b)}.
B. Relation (R)
A relation R from a non-empty set A to a non-empty set B is any subset of the
Cartesian product A × B.
Domain: {1, 2}
Range: {2, 4}
JEE-Style Example
Let L be the set of all lines in a plane and R be a relation on L defined by
R = {(L 1 , L 2 ) : L 1 is perpendicular to L 2 } . Check if R is Reflexive, Symmetric, or
Transitive.
Solution:
Reflexive.
Symmetric: If L 1 ⊥ L2 , then L 2 ⊥ L1 . So, if (L 1, L2 ) ∈ R , then (L 2, .
L1 ) ∈ R
Symmetric.
Transitive: If L 1 ⊥ L2 and L 2 ⊥ L3 , then L must be parallel to L . So,
1 3
. NOT Transitive.
(L 1 , L 3 ) ∉ R
Test: If f (x 1) = f (x 2 ) ⟹ x1 = x2 .
Horizontal Line Test: Any horizontal line cuts the graph at most once.
B. Many-one Function
Definition: Two or more elements in A have the same image in B.
Test: Range = Co-domain. You must solve for x in terms of y and check if x is
valid for all y ∈ B.
D. Into Function
Definition: The Range is a proper subset of the Co-domain. There is at least
one element in B that is not the image of any element in A.
an integer).
Q2 (Moderate) Let f : R → R be defined by Answer: Yes, it is Bijective
− 3. Is f One-one and (Both One-one and Onto).
3
f (x) = x
1+x
If f : A → B and g : B → C , then (g ∘ f ) : A → C .
Formula: (g ∘ f )(x) = g(f (x))
Condition: The Range of f must be a subset of the Domain of g.
JEE-Style Example
If f (x) = x and g(x) = 2x + 1, find (f ∘ g)(x) and (g ∘ f )(x).
2
Solution:
2 2
(f ∘ g)(x) = f (g(x)) = f (2x + 1) = (2x + 1) = 4x + 4x + 1
2 2 2
(g ∘ f )(x) = g(f (x)) = g(x ) = 2(x ) + 1 = 2x + 1
2. Inverse of a Function (f −1
)
The inverse function f −1
reverses the action of f .
Condition: An inverse f −1
exists if and only if the function f is Bijective
(One-one and Onto).
If f (x) = y, then f −1
(y) = x .
Property: (f ∘ f −1
)(x) = x and (f −1
∘ f )(x) = x .
Steps to find f −1
(x) :
1. Set y = f (x).
2. Swap x and y: x = f (y).
3. Solve the equation for y in terms of x. The resulting expression is f −1
.
(x)
f (x)
.
x−3
, Domain is x ≠ 3.
2. Square Root Argument ≥ 0: The term inside an even root (like √) must be
non-negative.
Example: For f (x) = √x − 2, Domain is x ≥ 2.
3. Logarithm Argument > 0: The argument of log must be positive.
Example: For f (x) = log(x + 5), Domain is x > −5.
cx+d
and solve for x in terms of y. Check for values of y that make the denominator
of the x expression zero.
4a 4a
**Summary Points
Composite function (g ∘ f )(x) requires Range of f ⊆ Domain of g.
Inverse function f −1
exists IFF f is Bijective.
Determine Domain by avoiding zero denominators, negative square root
arguments, and non-positive log arguments.
Determine Range by analyzing the function's extreme values or finding the
domain of its inverse.
4. Practice Questions
Q. No. Question Answer
Q4 (Basic) If f (x) = , find
x−1
x+1
Answer: Domain is R − {−1}.
the domain of f (x). (Denominator x + 1 ≠ 0).
Q5 (Moderate) If f (x) = 2x + 3 and Answer: 48. (f (2) = 2(2) + 3 = 7.
g(x) = x − 1, find g(7) = 7 − 1 = 49 − 1 = 48).
2 2
. x −x+1
2
x +x+1
C. An Equivalence Relation
B. an Equivalence Relation
D. only transitive
Detailed Rationale :
1. Reflexive: a 2
− a
2
= 0 . Since 0 is divisible by 3, (a, a) ∈ R. Reflexive.
2. Symmetric: If a 2
− b
2
is divisible by 3, then a 2
− b
2
= 3k . Then
b
2
− a
2
= −(a
2 2
− b ) = 3(−k) . Since −k is an integer, b 2
− a
2
is divisible by 3.
Symmetric.
3. Transitive: If a 2
− b
2
is divisible by 3 (i.e., a 2
≡ b
2
) and b 2
− c
2
is divisible by 3
(i.e., b 2
≡ c ), then by adding the congruences (or differences),
2
3. Types of Functions
Question 3: Let f : R → R be defined by f (x) = x 4
+ 2x
2
+ 1 . Then, f is:
Detailed Rationale:
4. Domain of a Function
Question 4: The domain of the function f (x) = log 10
(√ x − 4 + √ 6 − x) is:
A. [4, 6]
B. (4, 6)
C. [4, ∞)
D. [6, ∞)
Answer: A. [4, 6]
Detailed Rationale:
A. [1/3, 3]
B. [1, 3]
C. [1/3, ∞)
D. [0, 3]
Answer: A. [1/3, 3]
Detailed Rationale:
1. Set y = f (x): y = .
2
x +x+1
2
x −x+1
(y − 1)x
2
− (y + 1)x + (y − 1) = 0 .
3. Condition for Real x: For x to be real, the discriminant D of the quadratic
equation must be non-negative: D ≥ 0.
2
D = (−(y + 1)) − 4(y − 1)(y − 1) ≥ 0
2 2
(y + 1) − 4(y − 1) ≥ 0
2 2
y + 2y + 1 − 4(y − 2y + 1) ≥ 0
2 2
y + 2y + 1 − 4y + 8y − 4 ≥ 0
2 2
−3y + 10y − 3 ≥ 0 ⟹ 3y − 10y + 3 ≤ 0
Detailed Rationale:
1. Piecewise Definition:
For x ≥ 0: f (x) = 2x + x = 3x. (Slope is 3)
For x < 0: f (x) = 2x − x = x. (Slope is 1)
2. Injectivity (One-one): Since the function is continuous and strictly increasing
over its entire domain (R) (slope 3 for x ≥ 0 and slope 1 for x < 0, both
positive), it is one-one.
3. Surjectivity (Onto): As x → ∞, f (x) → ∞. As x → −∞, f (x) → −∞. Since
the function is continuous, its Range is (−∞, ∞) = R, which equals the co-
domain. Thus, it is onto.
√ x+4
, then the domain of (g ∘ f )(x) is:
A. [0, ∞)
B. R ∖ {0}
C. R
D. (−4, ∞)
Answer: B. R ∖ {0}
Detailed Rationale:
x
.
x
is defined for all real numbers except
where the denominator is zero.
Domain is x ≠ 0, or R ∖ {0}.
A. 3x + 4
B. x−4
C. x+4
D. 1
3x−4
Answer: C. x+4
Detailed Rationale:
1. Set y = f (x): y = 3x − 4.
2. Swap x and y: x = 3y − 4.
3. Solve for y: x + 4 = 3y ⟹ y =
x+4
3
.
4. Inverse Function: g(x) = f −1
(x) =
x+4
3
.
A. [4, ∞)
B. [−4, 4]
C. [−4, 0] ∪ [0, 4]
D. [0, 4]
Answer: B. [−4, 4]
Detailed Rationale:
x+1
, x ≠ −1 . For what value of α is f (f (x)) = x?
A. −√2
B. −1
C. 1
D. 2
Answer: B. −1
Detailed Rationale:
1. Find f (f (x)):
2
αx α x
α( ) 2
αx x+1 x+1 α x
f (f (x)) = f ( ) = = =
αx αx+(x+1)
x + 1 ( ) + 1 (α + 1)x + 1
x+1
x+1
2. Set f (f (x)) = x:
2
α x
= x
(α + 1)x + 1
2
α x = x[(α + 1)x + 1]
2 2
α x = (α + 1)x + x
3. Condition for Identity: Since this must be true for all x in the domain, we
compare the coefficients of the polynomial in x:
Coefficient of x : α + 1 = 0
2
⟹ α = −1 .
Coefficient of x: α 2
= 1 .
4. Final Value: Both conditions are satisfied only when α = −1.
A. (0, 1]
B. [1, ∞)
C. [−∞, 0]
D. [−1, 1]
Answer: C. [−∞, 0]
Detailed Rationale:
The range of the argument g(x) = 2x − x is (0, 1]. Since f (x) = log
2
e
(g(x)) , the
range is (lim log (g), log (1)] = (−∞, 0].
g→0
+
e e
A. log e
2
(x + √ x − 1)
B. log e
2
(x + √ x + 1)
C. 2 log e
(x + 1)
D. log e
(2x − 1)
Answer: B. log e
2
(x + √ x + 1)
Detailed Rationale:
2
x = log e (y + √ y + 1) , and the inverse is f −1
(x) = log e (x + √ x + 1)
2
.
A. 4!
B. 5!
C. 5 4
D. 0
Answer: D. 0
Detailed Rationale:
A function f : A → B is bijective if and only if n(A) = n(B). Since n(A) = 4 and
n(B) = 5, no bijective function can exist. The function cannot be onto (surjective)
because there are more elements in the co-domain (B) than in the domain (A).
A. [0, π]
B. ⋃ n∈Z
[2nπ, (2n + 1)π]
C. ⋃ n∈Z
[2nπ, (2n + 2)π]
D. (−∞, ∞)
Answer: B. ⋃ n∈Z
[2nπ, (2n + 1)π]
Detailed Rationale:
The domain requires the term under the square root to be non-negative: sin x ≥ 0.
Sine is non-negative in the first and second quadrants, which is the interval [0, π].
The general solution accounts for the periodicity of 2π by adding 2nπ, where n is
any integer (Z).
C. An Equivalence Relation
Detailed Rationale:
The relation R is a congruence modulo 5 relation, which is a classic example of an
Equivalence Relation:
A. (−∞, 2) ∪ (3, ∞)
B. (−∞, ∞)
D. (2, 3)
Detailed Rationale:
x ∈ (−∞, 2) ∪ (3, ∞) .
3. Quadratic Equation Concept (Denominator): D(x) = x 2
. We check
+ 4x + 6
the leading coefficient (1) is positive, D(x) is always positive for all x ∈ R.
4. Combining Conditions: Since D(x) is always positive, the inequality
N (x)
> 0
D(x)
A. [1, ∞)
B. [5, ∞)
C. (1, ∞)
D. R
Answer: A. [1, ∞)
Detailed Rationale:
f (x) = (x
2
− 4x + 4) + 5 − 4 = (x − 2)
2
.
+ 1
As x → ∞, f (x) → ∞.
The Range is [1, ∞).
5. Co-domain B: Since f is bijective, B = Range = [1, ∞).
f (x) = ⎨ax + b, 0 ≤ x ≤ 1
⎩ 2
x −1
, x > 1
x−1
A. 3
B. 1
C. 2
D. 0
Answer: C. 2
Detailed Rationale:
sin(2x) sin(2x)
lim f (x) = lim = lim ⋅ 2 = 1 ⋅ 2 = 2
x→0
−
x→0
−
x x→0
−
2x
f (0) = a(0) + b = b
For continuity at x = 0, b = 2.
3. Limit at x = 1 (Algebraic Limit):
2
x − 1 (x − 1)(x + 1)
lim f (x) = lim = lim = lim (x + 1) = 1 + 1 = 2
+ + + +
x→1 x→1 x − 1 x→1 x − 1 x→1
f (1) = a(1) + b = a + b
For continuity at x = 1, a + b = 2.
√ sin x+cos x
is:
A. ⋃ n∈Z
(2nπ −
π
4
, 2nπ +
3π
4
)
B. ⋃ n∈Z
(2nπ, (2n + 1)π)
C. ⋃ n∈Z
(2nπ +
π
4
, 2nπ +
5π
4
)
D. R ∖ {x : sin x + cos x = 0}
Answer: A. ⋃ n∈Z
(2nπ −
π
4
, 2nπ +
3π
4
)
Detailed Rationale:
1. Function Condition: For f (x) to be defined, the term under the square root
must be strictly positive (not zero, because of the denominator):
sin x + cos x > 0 .
2. Trigonometric Identity: Convert the sum to a single trigonometric term:
1 1
sin x + cos x = √ 1 + 1 (
2 2
sin x + cos x)
√2 √2
π π π
= √ 2 (cos sin x + sin cos x) = √ 2 sin (x + )
4 4 4
4
) > 0 , or sin (x + π
4
) > 0 .
4. Solving sin θ > 0: The sine function is positive in the interval (0, π).
π
2nπ < x + < 2nπ + π f or n ∈ Z
4
4
from all parts:
π π
2nπ − < x < 2nπ + π −
4 4
π 3π
2nπ − < x < 2nπ +
4 4
4
, 2nπ +
3π
4
) .
2
))
A. [− π
2
,
π
2
]
B. [− π
2
, 0]
C. [0, π
2
]
D. [− π
2
, π]
Answer: B. [− π
2
,
π
2
]
Detailed Rationale:
−1
x 1
1 x
2 ≤ ≤ 2 ⟹ ≤ ≤ 2
2 2 2
2
) covers the entire interval [−1, 1] on the domain [1, 4].
The minimum value of the range is sin −1
(−1) = −
π
2
.
The maximum value of the range is sin −1
(1) =
π
2
.
5. Range: The range of f (x) is [− π
2
,
π
2
] .
📈 Graph-Based Questions
1. Function Types from Graph (Injective/Surjective)
Question 1: The graph of a function f (x) is defined by the equation f (x) = x 3
− 3x
The domain and co-domain of f (x) are both R (all real numbers).
Detailed Rationale:
Injectivity (Horizontal Line Test): A horizontal line can intersect the cubic
curve y = x − 3x at three distinct points (for y values between −2 and 2).
3
Which of the following describes the graph that represents the inverse function
y = f
−1
?
(x)
Detailed Rationale:
The graph of an inverse function, f −1
, is always the mirror image of the
(x)
x ∈ [−3, 3].
A. [−3, 3]
B. [0, 3]
C. [−3, 0]
D. (−∞, 3]
Answer: B. [0, 3]
Detailed Rationale:
A. R ∖ {−1}
B. R ∖ {−2, 2}
C. R ∖ {−1, −2}
Detailed Rationale:
|x| + |y| = 2
2
y = x
A. 1
B. 2
C. 3
D. 4
Answer: B. 2
Detailed Rationale:
x + y = 2 :
2
x + x − 2 = 0 ⟹ (x + 2)(x − 1) = 0
Since x ≥ 0, the only valid solution is x = 1. This gives the intersection point
(1, 1).
Symmetry: Due to the symmetry of the parabola (y = x is an even function)
2
and the diamond shape, a second intersection point exists at (−1, 1).
The total number of solutions is 2.
✉️ Email: jeevedha67@[Link]
We’re always happy to help clarify concepts and provide guidance. Your feedback
also helps us improve these notes and make them more useful for all students.