Relations and Functions
Relations and Functions
Session 04 105
Number of functions 108
Onto function 119
Into function 124
Session 05 129
Principle of inclusion and exclusion 137
Composite Functions 152
Session 1
Introduction to Relation and
Types of Relation
Return To Top
Key Takeaways
• It is denoted by 𝐴 × 𝐵.
• If 𝑛(𝐴) = 𝑝, 𝑛 𝐵 = 𝑞, then the number of elements in cartesian
product of sets is 𝑛 𝐴 × 𝐵 = 𝑝 × 𝑞.
Example: 𝐴 = 𝑎, 𝑏, 𝑐 , 𝐵 = 1, 2
⇒ 𝐴 × 𝐵 = { 𝑎, 1 , 𝑎, 2 , 𝑏, 1 , 𝑏, 2 , 𝑐, 1 , 𝑐, 2 }
⇒ 𝑛 𝐴 × 𝐵 = 6 = 𝑛 𝐴 × 𝑛(𝐵)
Return To Top
Key Takeaways
Relation:
Let 𝐴 and 𝐵 be two sets, then a relation 𝑅 from 𝐴 to 𝐵 is a subset of 𝐴 × 𝐵.
• 𝑅 ⊆𝐴×𝐵
𝐴 𝐵
Example: 𝑛(𝐴) = 6, 𝑛(𝐵) = 4
⇒ 𝑛 𝐴 × 𝐵 = 𝑛 𝐴 × 𝑛 𝐵 = 6 × 4 = 24
= 224
Return To Top
Domain and range of relation:
Let 𝑅 = 𝑎1 , 𝑏1 , 𝑎1 , 𝑏2 , 𝑎2 , 𝑏3
A B
The set of all the first components of ordered pairs belonging
𝑎1 𝑏1
to 𝑅 is called domain of 𝑅.
𝑎2 𝑏2
i.e., domain ⊆ 𝐴
𝑎3 𝑏3
The set of all the second components of ordered pairs
𝑏4
belonging to 𝑅 is called range of 𝑅.
i.e., Range ⊆ 𝐵
Return To Top
Inverse of a relation:
Let 𝐴 and 𝐵 are two sets and 𝑅 be a relation from 𝐴 to 𝐵, then the inverse of
𝑅 is denoted by 𝑅−1 is a relation from 𝐵 to 𝐴 and is defined as:
𝑅−1 = 𝑏, 𝑎 , 𝑎, 𝑏 ∈ 𝑅
𝐴 𝐵
• Domain (𝑅−1 ) = Range of 𝑅
Return To Top
If 𝑅 = { 𝑥, 𝑦 : 𝑥, 𝑦 ∈ 𝑍, 𝑥 2 + 3𝑦 2 ≤ 8} is a relation on the set of integers 𝑍,
then the domain of 𝑅 −1 is:
JEE Main 2020
A {−1, 0, 1} B {0, 1}
Return To Top
If 𝑅 = { 𝑥, 𝑦 : 𝑥, 𝑦 ∈ 𝑍, 𝑥 2 + 3𝑦 2 ≤ 8} is a relation on the set of integers 𝑍,
then the domain of 𝑅 −1 is:
JEE Main 2020
𝑅 = { 𝑥, 𝑦 : 𝑥, 𝑦 ∈ 𝑍, 𝑥 2 + 3𝑦 2 ≤ 8}
A {−1, 0, 1} B {0, 1}
Return To Top
Void relation
• 𝑅=𝜙
𝐴 𝐴
Return To Top
Universal relation
• 𝑅 =𝐴×𝐴
Return To Top
Key Takeaways
Identity relation:
Relation on set 𝐴 is identity relation, if each and every element of 𝐴 is
related to itself only.
𝑌
𝐴 𝐴
𝑦 =𝑥
1 1
2 2
𝑋
3 3
Return To Top
Key Takeaways
Reflexive relation:
Return To Top
A relation 𝑅 defined on set of natural numbers,
𝑅 = {(𝑎, 𝑏) ∶ 𝑎 divides 𝑏}, then 𝑅 is a _______
Solution: 𝑎, 𝑏 → 𝑎 divides 𝑏
∴ 𝑅 is a reflexive relation.
Return To Top
Key Takeaways
Symmetric relation:
𝑎 𝑅 𝑏 ⇒ 𝑏 𝑅 𝑎, ∀ 𝑎, 𝑏 ∈ 𝑅
𝑅3 = 1, 1 , 2, 2 , 3, 3 = 𝐼𝐴 Symmetric
Return To Top
Important Note
𝑛 𝑛+1
• Number of symmetric relation = 2 2
Return To Top
Key Takeaways
Transitive relation
𝑎 𝑅 𝑏 and 𝑏 𝑅 𝑐 ⇒ 𝑎 𝑅 𝑐, 𝑎, 𝑏, 𝑐 ∈ 𝐴
𝐴 𝐴
𝑅1 = { 1, 2 , 2, 3 , 1, 3 } Transitive
1 1 1𝑅2 2𝑅3 1𝑅3
3 3
𝑅3 = 1, 1 , 2, 2 , 3, 3 = 𝐼𝐴 Transitive
Return To Top
Let 𝑅1 and 𝑅2 be two relations defined as follows:
𝑅1 = 𝑎, 𝑏 ∈ 𝑅2 : 𝑎2 + 𝑏 2 ∈ 𝑄 and
𝑅2 = 𝑎, 𝑏 ∈ 𝑅2 : 𝑎2 + 𝑏 2 ∉ 𝑄 ,
where 𝑄 is the set of all rational numbers. Then :
JEE MAIN SEPT 2020
Return To Top
Let 𝑅1 and 𝑅2 be two relations defined as follows:
𝑅1 = 𝑎, 𝑏 ∈ 𝑅2 : 𝑎2 + 𝑏 2 ∈ 𝑄 and
𝑅2 = 𝑎, 𝑏 ∈ 𝑅2 : 𝑎2 + 𝑏 2 ∉ 𝑄 ,
where 𝑄 is the set of all rational numbers. Then :
JEE MAIN SEPT 2020
Solution:
For 𝑅1 For 𝑅2
1
Let 𝑎 = 1 + 2, 𝑏 = 1 − 2, 𝑐 = 84 Let 𝑎 = 1 + 2, 𝑏 = 2, 𝑐 = 1 − 2
𝑎𝑅1 𝑏 ⇒ 𝑎2 + 𝑏 2 = 6 ∈ ℚ 𝑎𝑅2 𝑏 ⇒ 𝑎2 + 𝑏 2 = 5 + 2 2 ∉ ℚ
𝑏𝑅1 𝑐 ⇒ 𝑏 2 + 𝑐 2 = 3 ∈ ℚ 𝑏𝑅2 𝑐 ⇒ 𝑏 2 + 𝑐 2 = 5 − 2 2 ∉ ℚ
𝑎𝑅1 𝑐 ⇒ 𝑎2 + 𝑐 2 = 3 + 4 2 ∉ ℚ 𝑎𝑅2 𝑐 ⇒ 𝑎2 + 𝑐 2 = 6 ∈ ℚ
Return To Top
Let 𝑅1 and 𝑅2 be two relations defined as follows:
𝑅1 = 𝑎, 𝑏 ∈ 𝑅2 : 𝑎2 + 𝑏 2 ∈ 𝑄 and
𝑅2 = 𝑎, 𝑏 ∈ 𝑅2 : 𝑎2 + 𝑏 2 ∉ 𝑄 ,
where 𝑄 is the set of all rational numbers. Then :
JEE MAIN SEPT 2020
Return To Top
Let ℕ be the set of natural numbers and a relation 𝑅 on ℕ be defined by
𝑅 = 𝑥, 𝑦 ∈ ℕ × ℕ: 𝑥 3 − 3𝑥 2 𝑦 − 𝑥𝑦 2 + 3𝑦 3 = 0 . Then the relation 𝑅 is:
JEE MAIN JULY 2021
A an equivalence relation
Return To Top
Let ℕ be the set of natural numbers and a relation 𝑅 on ℕ be defined by
𝑅 = 𝑥, 𝑦 ∈ ℕ × ℕ: 𝑥 3 − 3𝑥 2 𝑦 − 𝑥𝑦 2 + 3𝑦 3 = 0 . Then the relation 𝑅 is:
JEE MAIN JULY 2021
Solution:
𝑥 3 − 3𝑥 2 𝑦 − 𝑥𝑦 2 + 3𝑦 3 = 0
⇒ 𝑥 2 𝑥 − 3𝑦 − 𝑦 2 𝑥 − 3𝑦 = 0
⇒ 𝑥 − 𝑦 𝑥 + 𝑦 𝑥 − 3𝑦 = 0 ⋯ 1
∵ 1 holds for all 𝑥, 𝑥
∴ 𝑅 is reflexive
If 𝑥, 𝑦 holds, then 𝑦, 𝑥 may or may not hold factor 𝑥 − 3𝑦
For example, 3, 1
∴ 𝑅 is not symmetric
Similarly factor 𝑥 − 3𝑦 doesn’t hold for transitive
For example, 9, 3 ∈ 𝑅 and 3, 1 ∈ 𝑅 but 9, 1 ∉ 𝑅
Hence, relation 𝑅 is reflexive but neither symmetric nor transitive
Return To Top
Let ℕ be the set of natural numbers and a relation 𝑅 on ℕ be defined by
𝑅 = 𝑥, 𝑦 ∈ ℕ × ℕ: 𝑥 3 − 3𝑥 2 𝑦 − 𝑥𝑦 2 + 3𝑦 3 = 0 . Then the relation 𝑅 is:
JEE MAIN JULY 2021
A an equivalence relation
Return To Top
Equivalence Relation
• If it is reflexive, i.e., 𝑎, 𝑎 ∈ 𝑅, ∀ 𝑎 ∈ 𝐴
• If it is symmetric, i.e., 𝑎, 𝑏 ∈ 𝑅 ⇒ 𝑏, 𝑎 ∈ 𝑅, ∀ 𝑎, 𝑏 ∈ 𝐴
• If it is transitive, i.e., 𝑎, 𝑏 ∈ 𝑅, 𝑏, 𝑐 ∈ 𝑅 ⇒ 𝑎, 𝑐 ∈ 𝑅, ∀ 𝑎, 𝑏, 𝑐 ∈ 𝐴
● Identity Relation is an Equivalence Relation.
Return To Top
Let ℝ be the set of real numbers.
Statement 1 ∶ 𝐴 = { 𝑥, 𝑦 ∈ ℝ × ℝ ∶ 𝑦 − 𝑥 is an integer} is an equivalence relation on ℝ.
Statement 2 ∶ 𝐵 = { 𝑥, 𝑦 ∈ ℝ × ℝ ∶ 𝑥 = 𝛼𝑦 for some rational number 𝛼} is an
equivalence relation.
JEE Main 2011
Return To Top
Let ℝ be the set of real numbers.
Statement 1 ∶ 𝐴 = { 𝑥, 𝑦 ∈ ℝ × ℝ ∶ 𝑦 − 𝑥 is an integer} is an equivalence relation on ℝ.
Statement 2 ∶ 𝐵 = { 𝑥, 𝑦 ∈ ℝ × ℝ ∶ 𝑥 = 𝛼𝑦 for some rational number 𝛼} is an
equivalence relation.
JEE Main 2011
Solution: 𝐴 = { 𝑥, 𝑦 ∈ ℝ X ℝ ∶ 𝑦 − 𝑥 is an integer}
𝑥, 𝑦 ∈ 𝐴 ⇒ 𝑦 − 𝑥 is an integer ⇒ 𝑥 − 𝑥 is an integer ⇒ 𝑥, 𝑥 ∈ 𝐴
⇒ 𝐴 is reflexive
𝑥, 𝑦 ∈ 𝐴 ⇒ 𝑦 − 𝑥 is an integer ⇒ 𝑥 − 𝑦 is an integer ⇒ 𝑥, 𝑥 ∈ 𝐴
⇒ 𝐴 is symmetric
𝑥, 𝑦 ∈ 𝐴 and 𝑦, 𝑧 ∈ 𝐴
⇒ 𝑥 − 𝑧 is an integer ⇒ 𝑥, 𝑧 ∈ 𝐴 ⇒ 𝐴 is transitive
𝑥, 𝑦 ∈ 𝐵 ⇒ 𝑥 = 𝛼𝑦 ⇒ 𝑥 = 𝛼𝑥 for 𝛼 = 1 ⇒ 𝑥, 𝑥 ∈ 𝐵 ⇒ 𝐵 is reflexive
𝑥, 𝑦 ∈ 𝐵 ⇒ 𝑥 = 𝛼𝑦 𝑥, 𝑦 ∈ 𝐵 and 𝑦, 𝑧 ∈ 𝐵
Return To Top
Equivalence Class:
4 𝑅 = 4,5 ; 5 𝑅 = 5,4
i.e., an equivalence class is the subset of a set 𝐴 which includes all elements
that are equivalent (there’s an equivalence relation between any two
elements) to each other.
Return To Top
Let 𝑅 = {(𝑃, 𝑄)|𝑃 and 𝑄 are at the same distance from the origin} be
a relation, then the equivalence class of (1, −1) is the set
JEE Main 2021
A 𝑆= 𝑥, 𝑦 𝑥 2 + 𝑦 2 = 1} B 𝑆= 𝑥, 𝑦 𝑥 2 + 𝑦 2 = 4}
C 𝑆= 𝑥, 𝑦 𝑥 2 + 𝑦 2 = 2} D 𝑆= 𝑥, 𝑦 𝑥 2 + 𝑦 2 = 2}
Return To Top
Let 𝑅 = {(𝑃, 𝑄)|𝑃 and 𝑄 are at the same distance from the origin} be
a relation, then the equivalence class of (1, −1) is the set
JEE Main 2021
𝑂𝑃 = 𝑂𝑄
⇒ 𝑎2 + 𝑏 2 = 𝑐 2 + 𝑑 2
𝑅 𝑥, 𝑦 , 𝑆(1, −1)
⇒ 𝑂𝑅 = 𝑂𝑆 (∵ Equivalence class)
⇒ 𝑥2 + 𝑦2 = 2
Return To Top
Let 𝑅 = {(𝑃, 𝑄)|𝑃 and 𝑄 are at the same distance from the origin} be
a relation, then the equivalence class of (1, −1) is the set
JEE Main 2021
A 𝑆= 𝑥, 𝑦 𝑥 2 + 𝑦 2 = 1} B 𝑆= 𝑥, 𝑦 𝑥 2 + 𝑦 2 = 4}
C 𝑆= 𝑥, 𝑦 𝑥 2 + 𝑦 2 = 2} D 𝑆= 𝑥, 𝑦 𝑥 2 + 𝑦 2 = 2}
Return To Top
Session 2
Introduction to Function and
Types of Functions
Return To Top
Let 𝐴 = 2, 3, 4, 5, … , 30 and ′ ≅ ′ be an equivalence relation on 𝐴 × 𝐴, defined by
𝑎, 𝑏 ≅ 𝑐, 𝑑 , if and only if 𝑎𝑑 = 𝑏𝑐. Then the number of ordered pairs which satisfy
this equivalence relation with ordered pair 4, 3 is equal to :
JEE MAIN MAR 2021
A 7
B 5
C 6
D 8
Return To Top
Let 𝐴 = 2, 3, 4, 5, … , 30 and ′ ≅ ′ be an equivalence relation on 𝐴 × 𝐴, defined by
𝑎, 𝑏 ≅ 𝑐, 𝑑 , if and only if 𝑎𝑑 = 𝑏𝑐. Then the number of ordered pairs which satisfy
this equivalence relation with ordered pair 4, 3 is equal to :
JEE MAIN MAR 2021
Solution:
𝑎, 𝑏 𝑅 𝑐, 𝑑 iff 𝑎𝑑 = 𝑏𝑐
𝑎, 𝑏 𝑅 4, 3 ⇒ 3𝑎 = 4𝑏
4
⇒𝑎=
3
𝑏 must be multiple of 3.
𝑏 can be 3, 6, 9, … , 30
Also, 𝑎 must be less than or equal to 30.
So 𝑎, 𝑏 can be
4, 3 , 8, 6 , 12, 9 , 16, 12 , 20, 15 , 24, 18 , 28, 21
⇒ 7 ordered pairs
Return To Top
Let 𝐴 = 2, 3, 4, 5, … , 30 and ′ ≅ ′ be an equivalence relation on 𝐴 × 𝐴, defined by
𝑎, 𝑏 ≅ 𝑐, 𝑑 , if and only if 𝑎𝑑 = 𝑏𝑐. Then the number of ordered pairs which satisfy
this equivalence relation with ordered pair 4, 3 is equal to :
JEE MAIN MAR 2021
A 7
B 5
C 6
D 8
Return To Top
Composition of a Relation
The composition of two relation𝑠 𝑅 & 𝑆 𝑆𝑜𝑅 is a binary relation from 𝐴 to 𝐶, if and
only if there is 𝑏 ∈ 𝐵 such that 𝑎𝑅𝑏 & 𝑏𝑆𝑐 where 𝑎 ∈ 𝐴 & 𝑐 ∈ 𝐶
Mathematically,
𝑆𝑜𝑅 = 𝑎, 𝑐 | ∃ 𝑏 ∈ 𝐵 ∶ 𝑎𝑅𝑏 ∧ 𝑏𝑆𝑐
𝑅 𝑆
𝐴 𝐵 𝐶
𝑎 𝑏 𝑐
𝑆𝑜𝑅
Return To Top
Key Takeaways
Function
A function is a relation defined from set 𝐴 to set 𝐵 such that each and
every element of set 𝐴 is uniquely related to an element of set 𝐵.
• It is denoted by 𝑓: 𝐴 → 𝐵
Example:
1 1
𝑎 𝑎
2 2
𝑏 𝑏
3 3
𝑐 𝑐
4 4
Return To Top
Domain, Range and Co-domain of function:
Example: 𝐴 𝐵
1 1 Domain = 1, 2,3,4
4
2 Range = 1, 4,9, 16
9
3
16 Co-domain = 1, 4,9, 16,25
4 25
Return To Top
Key Takeaways
𝑌
𝑌
𝑦 = 𝑥2 𝑦1
𝑦2
𝑦1
𝑋 𝑥1 𝑋
𝑥2 𝑂 𝑥1 𝑂
𝑦2 + 𝑥2 = 9
𝑦1′
• 𝑦2 = 𝑥 • 𝑦 = 𝑥3
𝑌 𝑌
𝑦1
𝑦1
𝑥2
𝑋 𝑋
𝑂 𝑥1 𝑂 𝑥1
𝑦2
𝑦2
Return To Top
Key Takeaways
Return To Top
2 +𝑥
Check whether 𝑦 2 = 𝑒 𝑥 is function or not.
Solution:
For 𝑥 = 1
𝑦 2 = 𝑒 1+1 = 𝑒 2
𝑦 = ±𝑒
Return To Top
Classification of functions
ILATE
Algebraic Non-Algebraic/Transcendental
Logarithmic
Exponential
Modulus [] {} sgn Defined
𝑓𝑛 GIF FPF 𝑓𝑛 𝑓𝑛
Return To Top
Key Takeaways
Polynomial function:
𝑃 𝑥 = 𝑎𝑛 𝑥 𝑛 + 𝑎𝑛−1 𝑥 𝑛−1 + ⋯ + 𝑎0
● Domain : 𝑥 ∈ ℝ
𝑎0 , 𝑎1 , ⋯ , 𝑎𝑛 ∈ ℝ, 𝑛 ∈ 𝕎
● If 𝑛 = 0, we get 𝑃 𝑥 = 𝑎0 (Constant Polynomial)
𝑦 = 𝑎0
0, 𝑎𝑜 Domain : ℝ
𝑋
Range : {𝑎0 }
Return To Top
Key Takeaways
Polynomial function:
(Linear Polynomial)
Domain : ℝ
𝑦 = 𝑎1 𝑥 + 𝑎0
Range : ℝ
Return To Top
Key Takeaways
Identity function:
● 𝑎1 = 1, 𝑎0 = 0 𝑃 𝑥 = 𝑎𝑛 𝑥 𝑛 + 𝑎𝑛−1 𝑥 𝑛−1 + ⋯ + 𝑎0
𝑎0 , 𝑎1 , … , 𝑎𝑛 ∈ ℝ, 𝑛 ∈ 𝕎
𝑝 𝑥 =𝑥
𝑦 =𝑥
Domain : ℝ
Range :ℝ
Return To Top
Odd and even degree Polynomial:
Example:
Range of 𝑦 = 𝑥 ?
Range = 0, ∞
Return To Top
Note:
• The graph for 𝑦 = 𝑎𝑥 4 + 𝑏𝑥 3 + 𝑐𝑥 2 + 𝑑𝑥 + 𝑒 can be as follows:
𝑎>0
𝑎<0
𝑎>0 𝑎<0
• 𝑓 𝑥 =𝑎 𝑥−4 2
• 𝑓 𝑥 =𝑎 𝑥−6 4
4 6
•𝑓𝑥 = 𝑎 𝑥 − 2 2 (𝑥 − 4)
2 4
Return To Top
Polynomial Function, domain: 𝑥 ∈ ℝ
𝑃(𝑥) = 𝑎2 𝑥 2 + 𝑎1 𝑥 + 𝑎0
𝑌
𝑌 𝑎2 < 0
𝑎2 > 0 −𝐷
4𝑎2
𝑋
−𝐷
4𝑎2
−𝐷
Range ∈ ,∞ 𝐷
4𝑎2 Range ∈ −∞, −
4𝑎2
Return To Top
Find range of the function 𝑓 𝑥 = 𝑥 2 + 4𝑥 + 3
A −𝟏, ∞
B (𝟎, ∞)
C 𝟎, ∞
D 𝟑, ∞
Return To Top
Find range of the function 𝑓 𝑥 = 𝑥 2 + 4𝑥 + 3
𝑓 𝑥 = 𝑥 2 + 4𝑥 + 3
𝐷𝑓 : 𝑥 ∈ ℝ
𝑥
𝑂
𝐷 0, −1
𝑅𝑓 : 𝑦 ∈ − ,∞
4𝑎
𝑎 = 1, 𝑏 = 4, 𝑐 = 3
𝐷 4 2 −4 1 3 4
− =− = − = −1
4𝑎 4×1 4
Return To Top
Find range of the function 𝑓 𝑥 = 𝑥 2 + 4𝑥 + 3
A −𝟏, ∞
B (𝟎, ∞)
C 𝟎, ∞
D 𝟑, ∞
Return To Top
Key Takeaways
Rational Function:
𝑓 𝑥
● For ℎ 𝑥 = , where 𝑓(𝑥) and 𝑔(𝑥) are functions of 𝑥
𝑔 𝑥
Return To Top
𝑥+1
Find domain and range of 𝑓(𝑥) = .
3𝑥−5
⇒ 3𝑥𝑦 − 5𝑦 = 𝑥 + 1
⇒ 𝑥 3𝑦 − 1 = 5𝑦 + 1
5𝑦+1
⇒𝑥=
3𝑦−1
Return To Top
𝑥
Let 𝑓: ℝ → ℝ be a function defined by 𝑓 𝑥 = , 𝑥 ∈ ℝ. Then
𝑥 2 +1
the range of 𝑓 is:
JEE MAIN JAN 2019
1 1
A ℝ– − ,
2 2
B ℝ − −1, 1
C −1 , 1 − 0
1 1
D −
2
,
2
Return To Top
𝑥
Let 𝑓: ℝ → ℝ be a function defined by 𝑓 𝑥 = , 𝑥 ∈ ℝ. Then
𝑥 2 +1
the range of 𝑓 is:
JEE MAIN JAN 2019
Solution:
Domain of 𝑓(𝑥) is ℝ
𝑥
Let 𝑦 = ⇒ 𝑦𝑥 2 + 𝑦 = 𝑥
𝑥 2 +1
⇒ 𝑦𝑥2 − 𝑥 + 𝑦 = 0 ( ∵ 𝑥 ∈ ℝ)
𝐷≥0 1 1
−
2 2 2
⇒ 1 − 4𝑦 2 ≥ 0 ⇒ 4𝑦 − 1 ≤ 0
1 1
⇒𝑦∈ − ,
2 2
1 1
∴ Range of 𝑓 is − ,
2 2
Return To Top
𝑥
Let 𝑓: ℝ → ℝ be a function defined by 𝑓 𝑥 = , 𝑥 ∈ ℝ. Then
𝑥 2 +1
the range of 𝑓 is:
JEE MAIN JAN 2019
1 1
A ℝ– − ,
2 2
B ℝ − −1, 1
C −1 , 1 − 0
1 1
D −
2
,
2
Return To Top
Exponential function:
𝑌 𝑌
0, 1 0, 1
𝑋 𝑋
Return To Top
Logarithmic function:
𝑦 = log 𝑎 𝑥 , 𝑎 > 0 & 𝑎 ≠ 1
𝑌 𝑌
𝑋 𝑋
1, 0 1, 0
Return To Top
The domain of the definition of the function
1
𝑓 𝑥 = + log10 𝑥 3 − 𝑥 is :
4 − 𝑥2
JEE MAIN APR 2019
A 1, 2 ∪ (2, ∞)
B – 2, – 1 ∪ – 1, 0 ∪ (2, ∞)
C – 1,0 ∪ 1,2 ∪ 2, ∞
D – 1, 0 ∪ 1,2 ∪ 3, ∞
Return To Top
The domain of the definition of the function
1
𝑓 𝑥 = + log10 𝑥 3 − 𝑥 is :
4 − 𝑥2
JEE MAIN APR 2019
Solution:
1
𝑓(𝑥) = + log10 𝑥 3 − 𝑥
4 − 𝑥2
4 − 𝑥 2 ≠ 0 ⇒ 𝑥 ≠ ±2 ⋯ (𝑖)
−1 0 1 2
and 𝑥 3 − 𝑥 > 0 ⇒ 𝑥 𝑥2 − 1 > 0
⇒ 𝑥 ∈ −1,0 ∪ 1, ∞ ⋯ (𝑖𝑖)
Return To Top
The domain of the definition of the function
1
𝑓 𝑥 = + log10 𝑥 3 − 𝑥 is :
4 − 𝑥2
JEE MAIN APR 2019
A 1, 2 ∪ (2, ∞)
B – 2, – 1 ∪ – 1, 0 ∪ (2, ∞)
C – 1,0 ∪ 1,2 ∪ 2, ∞
D – 1, 0 ∪ 1,2 ∪ 3, ∞
Return To Top
Key Takeaways
Note:
● For ℎ(𝑥) = 𝑓(𝑥)𝑔(𝑥) , to be defined for 𝑓(𝑥) > 0, and normal condition for 𝑔(𝑥).
Return To Top
1
3 𝑥−2
Find domain of function 𝑓 𝑥 = 1 +
𝑥
Solution:
1
3 𝑥−2 + +
𝑓 𝑥 = 1+
𝑥
−3 − 0
3
1+ > 0 and 𝑥 − 2 ≠ 0
𝑥
Return To Top
If the function are defined as 𝑓 𝑥 = 𝑥 and 𝑔 𝑥 = 1 − 𝑥, then what is the
𝑓 𝑔
common domain of the following functions: 𝑓 + 𝑔, 𝑓 − 𝑔, , , 𝑔 − 𝑓 where
𝑔 𝑓
𝑓 𝑓 𝑥
𝑓±𝑔 𝑥 =𝑓 𝑥 ±𝑔 𝑥 , 𝑥 =
𝑔 𝑔 𝑥
JEE MAIN MAR 2021
A 0<𝑥≤1
B 0≤𝑥<1
C 0≤𝑥≤1
D 0<𝑥<1
Return To Top
If the function are defined as 𝑓 𝑥 = 𝑥 and 𝑔 𝑥 = 1 − 𝑥, then what is the
𝑓 𝑔
common domain of the following functions: 𝑓 + 𝑔, 𝑓 − 𝑔, , , 𝑔 − 𝑓 where
𝑔 𝑓
𝑓 𝑓 𝑥
𝑓±𝑔 𝑥 =𝑓 𝑥 ±𝑔 𝑥 , 𝑥 =
𝑔 𝑔 𝑥
JEE MAIN MAR 2021
Solution: 𝑓+𝑔 = 𝑥+ 1−𝑥
⇒ 𝑥 ≥ 0 & 1 − 𝑥 ≥ 0 ⇒ 𝑥 ∈ 0, 1
𝑓−𝑔 = 𝑥− 1−𝑥
⇒ 𝑥 ≥ 0 & 1 − 𝑥 ≥ 0 ⇒ 𝑥 ∈ 0, 1
𝑓 𝑥
=
𝑔 1−𝑥
⇒ 𝑥 ≥ 0 & 1 − 𝑥 > 0 ⇒ 𝑥 ∈ 0, 1
𝑔 1−𝑥
=
𝑓 𝑥
⇒ 1 − 𝑥 ≥ 0 & 𝑥 > 0 ⇒ 𝑥 ∈ 0, 1
𝑔−𝑓 = 1−𝑥− 𝑥
⇒ 1 − 𝑥 ≥ 0 & 𝑥 ≥ 0 ⇒ 𝑥 ∈ 0, 1
Return To Top
⇒ 𝑥 ∈ 0,1
If the function are defined as 𝑓 𝑥 = 𝑥 and 𝑔 𝑥 = 1 − 𝑥, then what is the
𝑓 𝑔
common domain of the following functions: 𝑓 + 𝑔, 𝑓 − 𝑔, , , 𝑔 − 𝑓 where
𝑔 𝑓
𝑓 𝑓 𝑥
𝑓±𝑔 𝑥 =𝑓 𝑥 ±𝑔 𝑥 , 𝑥 =
𝑔 𝑔 𝑥
JEE MAIN MAR 2021
A 0<𝑥≤1
B 0≤𝑥<1
C 0≤𝑥≤1
D 0<𝑥<1
Return To Top
Session 3
Some more types of Functions
Return To Top
Modulus function
𝑥, 𝑥 ≥ 0
● 𝑦 = |𝑥| =ቐ
𝑦 = −𝑥 𝑦=𝑥
−𝑥, 𝑥 < 0
Domain ∶ 𝑥 ∈ ℝ
𝑋
Range ∶ 𝑦 ∈ [0, ∞)
Return To Top
Greatest integer function(Step function)
● 𝑦 = [𝑥] = Greatest Integer less than or equal to 𝑥
Domain ∶ 𝑥 ∈ ℝ Range ∶ 𝑦 ∈ ℤ
𝑌
2
𝑋
−2 −1 0 1 2 3
−1
−2
Return To Top
If 𝑥 ≤ −2, then 𝑥 ∈
A −∞, −2
B −∞, 1
C −2, −1
D (−∞, −1)
Return To Top
If 𝑥 ≤ −2, then 𝑥 ∈
Solution:
𝑥 ≤ −2 𝑌
2
⇒ 𝑥 ∈ (−∞, −1)
1
𝑋
−2 −1 0 1 2 3
−1
−2
Return To Top
If 𝑥 ≤ −2, then 𝑥 ∈
A −∞, −2
B −∞, 1
C −2, −1
D (−∞, −1)
Return To Top
Key Takeaways
Range ∶ 𝑦 ∈ ℤ 2
1
Properties:
𝑋
• 𝑥−1< 𝑥 ≤𝑥 −2 −1 0 1 2 3
−1
• 𝑥 + 𝑚 = 𝑥 + 𝑚 ; for 𝑚 ∈ 𝕀.
0, 𝑥 ∈ 𝕀 −2
• 𝑥 + −𝑥 = ቐ
−1, 𝑥 ∉ 𝕀
Return To Top
Find the domain and range of the function :
𝑓 𝑥 = 𝑥 + 1 + 1, (where . denotes G.I.F)
𝑋
−2 −1 0 1 2 3
−1
−2
Return To Top
Find the domain and range of the function :
𝑓 𝑥 = 𝑥 + 1 + 1, (where . denotes G.I.F)
Solution: 𝑓 𝑥 = 𝑥+1 +1 ⇒𝑓 𝑥 = 𝑥 +2 𝑦= 𝑥 +2
𝑌 Domain : 𝑥 ∈ ℝ
4 Range : ℤ
𝑋
−2 −1 0 1 2 3
−1
Return To Top
Find the range of the function :
𝑓 𝑥 =𝑥 𝑥
, 𝑥 ∈ 1, 3 (where 𝑥 denotes G.I.F.).
Solution: 𝑓 𝑥 =𝑥 𝑥
, 𝑥 ∈ 1, 3 (where 𝑥 denotes G.I.F.).
𝑥
𝑓 𝑥 =𝑥 , 𝑥 ∈ 1, 3
𝑓 𝑥 =𝑥 ∵ 𝑥 =1 𝑓 𝑥 = 𝑥2 ∵ 𝑥 = 2 𝑓 𝑥 = 𝑥3 ∵ 𝑥 = 3
𝑖 ∪ 𝑖𝑖 ∪ 𝑖𝑖𝑖
𝑓 𝑥 ∈ 1, 2 ∪ 4, 9 ∪ 27
Return To Top
For 𝑥 ∈ ℝ, let 𝑥 denote the greatest integer ≤ 𝑥, then the sum of the series
1 1 1 1 2 1 99
− + − − + − − + ⋯+ − − is:
3 3 100 3 100 3 100
A −135
B −153
C −131
D −133
Return To Top
For 𝑥 ∈ ℝ, let 𝑥 denote the greatest integer ≤ 𝑥, then the sum of the series
1 1 1 1 2 1 99
− + − − + − − + ⋯+ − − is:
3 3 100 3 100 3 100
Solution:
1 1 1 1 2 1 99
− + − − + − − + ⋯+ − −
3 3 100 3 100 3 100
1 1 𝑥 100+3𝑥
Since − = −1 and − − =−
3 3 100 300
67 ≤ 𝑥 < 166
1 𝑥
∴ − − = −1
3 100 1 𝑥
∴ − − = −2
3 100
Return To Top
For 𝑥 ∈ ℝ, let 𝑥 denote the greatest integer ≤ 𝑥, then the sum of the series
1 1 1 1 2 1 99
− + − − + − − + ⋯+ − − is:
3 3 100 3 100 3 100
Solution:
1 1 1 1 2 1 99
− + − − + − − + ⋯+ − −
3 3 100 3 100 3 100
= −1 − 1 − 1 − ⋯ 67 times + −2 − 2 − 2 − ⋯ 33 times
= −67 − 2 33
= −133
Return To Top
For 𝑥 ∈ ℝ, let 𝑥 denote the greatest integer ≤ 𝑥, then the sum of the series
1 1 1 1 2 1 99
− + − − + − − + ⋯+ − − is:
3 3 100 3 100 3 100
A −135
B −153
C −131
D −133
Return To Top
Properties of Greatest Integer Function:
•
1 2 𝑛−1
𝑥 + 𝑥+ + 𝑥+ +⋯+ 𝑥 + = 𝑛𝑥 ; 𝑛 ∈ 𝑍
𝑛 𝑛 𝑛
•
𝑥 𝑥+1
+ = 𝑥
2 2
Return To Top
1 1 1 1 2 1 99
Find the value of + + + + +⋯+ + , where [. ] denotes G.I.F.
4 4 100 4 100 4 100
Solution:
1 1 1 1 2 1 99
+ + + + +⋯+ +
4 4 100 4 100 4 100
1 2 𝑛−1
This is of the form 𝑥 + 𝑥 + + 𝑥+ + ⋯+ 𝑥 + = 𝑛𝑥 .
𝑛 𝑛 𝑛
1 1 1 1 2 1 99 1
⇒ + + + + + ⋯+ + = 100 × = 25 = 25
4 4 100 4 100 4 100 4
Return To Top
Fractional Part Function
● 𝑦= 𝑥 =𝑥− 𝑥
1 𝑦=1
𝑋
−2 −1 0 1 2 3
Return To Top
Fractional Part Function
𝑦= 𝑥 =𝑥− 𝑥
Properties:
𝑥 + 𝑛 = 𝑥 ,𝑛 ∈ 𝕀
0, 𝑥 ∈ 𝕀
𝑥 + −𝑥 = ቐ
1, 𝑥 ∉ 𝕀
Examples:
1.25 = 1.25 − 1.25 −1.25 = −1.25 − −1.25
= −1.25 − 1 = −1.25 − −2
1.25 + −1.25 = 1
Return To Top
𝑥
Find the range of the function : 𝑓 𝑥 = , (where . denotes
1+ 𝑥
fractional part function).
Solution: 𝑥
Let 𝑦 = 𝑓 𝑥 =
1+ 𝑥
On cross multiplying,
𝑦 1+ 𝑥 = 𝑥 ⇒𝑦+𝑦 𝑥 = 𝑥
𝑦 𝑦
⇒ 𝑥 = ∵ 𝑥 ∈ 0, 1 ⇒0≤ <1
1−𝑦 1−𝑦
𝑦 𝑦
≥0 ⇒ ≤0
1−𝑦 𝑦−1 + +
0 − 1
𝑦 ∈ 0, 1 (𝐼)
Return To Top
𝑥
Find the range of the function : 𝑓 𝑥 = , (where . denotes
1+ 𝑥
fractional part function).
Solution: 𝑦
0≤ <1
1−𝑦
𝑦 𝑦
⇒ <1 ⇒ −1<0
1−𝑦 1−𝑦
2𝑦 − 1 2𝑦 − 1 + +
⇒ <0⇒ >0
1−𝑦 𝑦−1
1 − 1
2
1
𝑦 ∈ −∞, ∪ (1, ∞) (𝐼𝐼)
2
By 𝐼 ∩ (𝐼𝐼) we get:
1
𝑦 ∈ 0,
2
Return To Top
Signum Function
1, 𝑥 > 0
𝑥 1
,𝑥 ≠ 0
● 𝑦 = sgn 𝑥 = ൞ 𝑥 = −1, 𝑥 < 0
0, 𝑥 = 0
0, 𝑥 = 0
0 𝑋
● Domain ∶ 𝑥 ∈ ℝ Range ∶ 𝑦 ∈ −1,0,1
−1
● sgn(sgn(sgn ⋯ ⋯ ⋯ sgn 𝑥 = sgn 𝑥
Return To Top
𝑥 3 +𝑥 2
Find the domain and range of the function : 𝑓 𝑥 = sgn
𝑥+1
Solution: 𝑥3 + 𝑥2
𝑓 𝑥 = sgn
𝑥+1
𝑥2 𝑥 + 1
⇒ 𝑓 𝑥 = sgn Domain : 𝑥 ∈ ℝ − {−1}
𝑥+1
⇒ 𝑓 𝑥 = sgn 𝑥 2
Thus, 𝑓 𝑥 ∈ 0,1 ∵ 𝑥2 ≥ 0
If 𝑥 2 > 0 ⇒ 𝑓 𝑥 = sgn 𝑥 2 = 1
If 𝑥 2 = 0 ⇒ 𝑓 𝑥 = sgn 𝑥 2 = 0
Range : 𝑓 𝑥 ∈ 0,1
Return To Top
One – one function (Injective function/ Injective mapping) :
𝐴 𝐵 𝐴 𝐵
Return To Top
One input - one output
Name Kishor Name Arya Name Roohi Name Ayan Name Alia
Roll no. BYJUS01 Roll no. BYJUS02 Roll no. BYJUS03 Roll no. BYJUS04 Roll no. BYJUS05
Score 92% Score 93% Score 95% Score 92% Score 93%
BYJUS01
BYJUS02
BYJUS05
BYJUS03
BYJUS04
Return To Top
Many inputs - one output
Name Kishor Name Arya Name Roohi Name Ayan Name Alia
Roll no. BYJUS01 Roll no. BYJUS02 Roll no. BYJUS03 Roll no. BYJUS04 Roll no. BYJUS05
Score 92% Score 93% Score 95% Score 92% Score 93%
Student Score
92%
93%
95%
Return To Top
Key Takeaways
For 𝑥1 , 𝑥2 ∈ 𝐴 and𝑓 𝑥1 , 𝑓 𝑥2 ∈ 𝐵
𝑓 𝑥1 = 𝑓 𝑥2 ⇔ 𝑥1 = 𝑥2 or 𝑥1 ≠ 𝑥2 ⇔ 𝑓 𝑥1 ≠ 𝑓 𝑥2
Example:
A function 𝑓: ℝ → ℝ such that
𝑓 𝑥 = 3𝑥 + 5 𝑓 𝑥 = 𝑥2
𝐴 𝐵
𝐴 𝐵
Return To Top
Key Takeaways
𝐴 𝐵
Return To Top
Check whether the given function 𝑓 𝑥 is one-one or
many one: 𝑓 𝑥 = 𝑥 2 + 𝑥 + 2
𝑓 𝑥1 = 𝑓 𝑥2
⇒ 𝑥12 + 𝑥1 + 2 = 𝑥22 + 𝑥2 + 2
⇒ 𝑥12 − 𝑥22 + 𝑥1 − 𝑥2 = 0
⇒ (𝑥1 + 𝑥2 )(𝑥1 − 𝑥2 ) + 𝑥1 − 𝑥2 = 0
⇒ 𝑥1 − 𝑥2 𝑥1 + 𝑥2 + 1 = 0
⇒ 𝑥1 = 𝑥2 or 𝑥1 + 𝑥2 = −1
∴ 𝑓 𝑥 is many-one function
Return To Top
Methods to determine whether a function is ONE-ONE or MANY ONE :
𝑌 𝑌
𝑦 = 3𝑥 + 5 𝑦 = 𝑥3
𝑋 𝑋
Return To Top
Methods to determine whether a function is ONE-ONE or MANY ONE :
𝑌 𝑌
𝑋 𝑋
Return To Top
Choose the correct option:
A (a), (b) & (e) are one-one mapping B (a) & (e) are many-one mapping
Return To Top
Choose the correct option:
Solution:
𝑎. 𝑦 = log2 𝑥 𝑏. 𝑦 = sin 𝑥 𝑐. 𝑦 = 𝑒 𝑥
𝑥1 𝑥2 𝑥3
𝑑. 𝑦 = 𝑥 𝑒. 𝑦 = 𝑠𝑖𝑔 𝑥
Return To Top
Choose the correct option:
𝑎. 𝑦 = log2 𝑥 𝑏. 𝑦 = sin 𝑥 𝑐. 𝑦 = 𝑒 𝑥
One-One Many-One One-One
𝑥1 𝑥2 𝑥3
𝑑. 𝑦 = 𝑥 𝑒. 𝑦 = 𝑠𝑖𝑔 𝑥
Return To Top Many-One Many-One
Choose the correct option:
A (a), (b) & (e) are one-one mapping B (a) & (e) are many-one mapping
Return To Top
Session 4
Number of One-One mappings,
Types of function
Return To Top
Methods to determine whether a function is ONE-ONE or MANY ONE :
Any function which is either increasing or decreasing in given
domain is one-one, otherwise many Many-one.
𝑓′ 𝑥 > 0 ′
𝑓′ 𝑥 > 0
𝑓 𝑥 <0
or
𝑓′ 𝑥 < 0
𝑥1 𝑥2 𝑥1 𝑥2 𝑥1 𝑥2
Return To Top
Determine whether a function 𝑓 𝑥 = 𝑥 3 + 𝑥 2 + 𝑥 + 1
is ONE-ONE or MANY-ONE
Solution:
𝑓 𝑥 = 𝑥3 + 𝑥2 + 𝑥 + 1
𝑓 ′ 𝑥 = 3𝑥 2 + 2𝑥 + 1
𝐷 = 22 − 4 3 × 1 = −8 < 0
Return To Top
Key Takeaways
Number of functions :
Let a function 𝑓: 𝐴 → 𝐵 𝑥1 𝑦1
𝑛 𝐴 = 4, 𝑛 𝐵 = 5 𝑥2 𝑦2
⋅ ⋅
Thus, total number of function from 𝐴 to 𝐵 ⋅ ⋅
𝑥𝑚 𝑦𝑛
⇒ 5 ⋅ 5 ⋯ 5 (4 times)= 54
If 𝑛 𝐴 = 𝑚, 𝑛 𝐵 = 𝑛 𝑚 < 𝑛
Thus, total number of functions from 𝐴 to 𝐵
= 𝑛 ⋅ 𝑛 ⋅ 𝑛 ⋯ 𝑛(𝑚 times)= 𝑛𝑚
Return To Top
Key Takeaways
𝑛
𝑃𝑚 , if 𝑛 ≥ 𝑚 0, if 𝑛 < 𝑚
Return To Top
Number of MANY-ONE mappings :
Return To Top
If 𝐴 = 1, 2, 3, 4 , then the number of functions
on set 𝐴, which are not ONE-ONE is:
A 240 B 248
C 232 D 256
Return To Top
If 𝐴 = 1, 2, 3, 4 , then the number of functions
on set 𝐴, which are not ONE-ONE is:
Solution:
Number of many one functions
= Total number of functions−Number of ONE-ONE functions
= 44 − 4 P4 ⋅ 44
= 256 − 24
= 232
Return To Top
If 𝐴 = 1, 2, 3, 4 , then the number of functions
on set 𝐴, which are not ONE-ONE is:
A 240 B 248
C 232 D 256
Return To Top
Let 𝐴 = 𝑎, 𝑏, 𝑐 and 𝐵 = 1, 2, 3, 4 . Then the number of elements
in the set 𝐶 = {𝑓: 𝐴 → 𝐵|2 ∈ 𝑓 𝐴 and 𝑓 is not one-one } is _________.
JEE Main Sept 2020
𝐴 𝐵
Solution:
Only one Image 𝑓
𝑎 1
2 1
𝑏
3
𝑐 4
When all element 𝑎, 𝑏, 𝑐 are
related to only one image
𝐴 𝐵 3
𝐶1 23 − 2
Only two Image and 2 has to be there
𝑎 1
To select one more
2 image From 1, 3, 4
𝑏
3
𝑐 4
Return To Top
Let 𝐴 = 𝑎, 𝑏, 𝑐 and 𝐵 = 1, 2, 3, 4 . Then the number of elements
in the set 𝐶 = {𝑓: 𝐴 → 𝐵|2 ∈ 𝑓 𝐴 and 𝑓 is not one-one } is _________.
JEE Main Sept 2020
Solution: Only one Image- 1
Return To Top
Let 𝑥 denote the total number of one-one functions from a set 𝐴 with 3 elements
to a set 𝐵 with 5 elements and 𝑦 denote the total number of one-one functions
from the set 𝐴 to the set 𝐴 × 𝐵. Then:
JEE Main Feb 2021
A 𝑦 = 273𝑥
B 2𝑦 = 91𝑥
C 𝑦 = 91𝑥
D 2𝑦 = 273𝑥
Return To Top
Let 𝑥 denote the total number of one-one functions from a set 𝐴 with 3 elements
to a set 𝐵 with 5 elements and 𝑦 denote the total number of one-one functions
from the set 𝐴 to the set 𝐴 × 𝐵. Then:
JEE Main Feb 2021
Solution: 𝐴 𝐵
𝑛 𝐴 = 3, 𝑛 𝐵 = 5
⇒ 𝑛 𝐴 × 𝐵 = 15
3 5
Number of one-one function
from 𝐴 to 𝐵 is 𝑥 = 5 × 4 × 3
⇒ 𝑥 = 60
Number of one-one function from 𝐴 𝐴×𝐵
𝐴 to 𝐴 × 𝐵 is 𝑦 = 15 × 14 × 13
14
⇒ 𝑦 = 15 × 4 × ×3
4 3 15
7
⇒ 𝑦 = 60 × × 13
2
⇒ 2𝑦 = 13 7𝑥
⇒ 2𝑦 = 91𝑥
Return To Top
Let 𝑥 denote the total number of one-one functions from a set 𝐴 with 3 elements
to a set 𝐵 with 5 elements and 𝑦 denote the total number of one-one functions
from the set 𝐴 to the set 𝐴 × 𝐵. Then:
JEE Main Feb 2021
A 𝑦 = 273𝑥
B 2𝑦 = 91𝑥
C 𝑦 = 91𝑥
D 2𝑦 = 273𝑥
Return To Top
Key Takeaways
𝐴 𝐵 𝐴 𝐵
𝑌
Onto Function
(0,1) Range :[−1, 1]
(0, −1)
Return To Top
The function 𝑓: 0,3 → 1,29 , defined by 𝑓 𝑥 = 2𝑥 3 − 15𝑥 2 + 36𝑥 + 1, is
JEE Advanced 2012
Return To Top
The function 𝑓: 0,3 → 1,29 , defined by 𝑓 𝑥 = 2𝑥 3 − 15𝑥 2 + 36𝑥 + 1, is
JEE Advanced 2012
Solution:
𝑓: 0,3 → 1,29
𝑓 𝑥 = 2𝑥 3 − 15𝑥 2 + 36𝑥 + 1
𝑓 ′ 𝑥 = 6𝑥 2 − 30𝑥 + 36
𝑓 ′ 𝑥 = 6 𝑥 2 − 5𝑥 + 6
𝑓′ 𝑥 = 6 𝑥 − 2 𝑥 − 3
Return To Top
Key Takeaways
Into function
𝐴 𝐵 𝐴 𝐵
Return To Top
Key Takeaways
Into function
𝑌
Example: 𝑓 𝑥 = 𝑥 2 + 𝑥 − 2 , 𝑥 ∈ ℝ
Solution:
9 1
Range of 𝑓 𝑥 = − , ∞ − ,0
4 2
Return To Top
Bijection Function
Return To Top
Note:
Return To Top
Let 𝐴 = 0, 1, 2, 3, 4, 5, 6, 7 . Then the number of bijective functions 𝑓 ∶ 𝐴 → 𝐴 such that
𝑓 1 + 𝑓 2 = 3 − 𝑓 3 is equal to
JEE MAIN JULY 2021
Solution:
𝑓 1 +𝑓 2 =3−𝑓 3
⇒𝑓 1 +𝑓 2 +𝑓 3 =3
Return To Top
Session 5
Even/Odd function and
Composite function
Return To Top
𝑥2
If the function 𝑓: ℝ − −1, 1 → 𝐴, defined by 𝑓 𝑥 = , is surjective, then 𝐴 is
1−𝑥 2
equal to:
JEE MAIN APRIL 2016
A ℝ − −1, 0
B ℝ − −1, 0
C ℝ − −1
D 0, ∞
Return To Top
𝑥2
If the function 𝑓: ℝ − −1, 1 → 𝐴, defined by 𝑓 𝑥 = , is surjective, then 𝐴 is
1−𝑥 2
equal to:
JEE MAIN APRIL 2016
Solution:
𝑥2
𝑓 𝑥 =𝑦 =
1−𝑥 2
⇒ 𝑦 − 𝑦𝑥 2 = 𝑥 2
𝑦
⇒ 𝑥2 = ∵ 𝑥2 ≥ 0
1+𝑦
𝑦
⇒ ≥0
1+𝑦
⇒ 𝑦 ∈ −∞, −1 ∪ 0, ∞
∴ 𝐴 = ℝ − −1, 0
Return To Top
𝑥2
If the function 𝑓: ℝ − −1, 1 → 𝐴, defined by 𝑓 𝑥 = , is surjective, then 𝐴 is
1−𝑥 2
equal to:
JEE MAIN APRIL 2016
A ℝ − −1, 0
B ℝ − −1, 0
C ℝ − −1
D 0, ∞
Return To Top
If the function 𝑓: ℝ → ℝ is defined by 𝑓 𝑥 = 𝑥 𝑥 − sin 𝑥 , then which of the
following statements is TRUE ?
Return To Top
If the function 𝑓: ℝ → ℝ is defined by 𝑓 𝑥 = 𝑥 𝑥 − sin 𝑥 , then which of the
following statements is TRUE ?
Solution:
Given: 𝑓 𝑥 = 𝑥 𝑥 − sin 𝑥
𝑓 −𝑥 = − 𝑥 𝑥 − si n 𝑥
𝑓 −𝑥 = −𝑓 𝑥 ⇒ 𝑓 𝑥 is odd, non-periodic
and continuous function.
Now,
𝑥 2 − 𝑥 sin 𝑥 , 𝑥 ≥ 0
𝑓 𝑥 =ቊ 2
−𝑥 + 𝑥 sin 𝑥 , 𝑥 < 0
2
sin 𝑥
∴ 𝑓 ∞ = lim 𝑥 1− =∞
𝑥→∞ 𝑥
2
sin 𝑥
∴ 𝑓 −∞ = lim − 𝑥 1− = −∞
𝑥→∞ 𝑥
⇒ Range of 𝑓 𝑥 is ℝ
∴ 𝑓 𝑥 is an onto function ⋯ 1
Return To Top
If the function 𝑓: ℝ → ℝ is defined by 𝑓 𝑥 = 𝑥 𝑥 − sin 𝑥 , then which of the
following statements is TRUE ?
Solution:
∴ 𝑓 𝑥 is an onto function ⋯ 1
2𝑥 − sin 𝑥 − 𝑥 cos 𝑥 , 𝑥 ≥ 0
𝑓′ 𝑥 = ቊ
−2𝑥 + sin 𝑥 + 𝑥 cos 𝑥 , 𝑥 < 0
𝑓 ′ 𝑥 ≥ 0 ∀ 𝑥 ∈ −∞, ∞
𝑓 𝑥 is one-one function ⋯ 2
Return To Top
If the function 𝑓: ℝ → ℝ is defined by 𝑓 𝑥 = 𝑥 𝑥 − sin 𝑥 , then which of the
following statements is TRUE ?
Return To Top
Key Takeaways
𝑛
⋯ + −1 𝑛 𝐴1 ∩ 𝐴2 ∩ 𝐴3 ∩ ⋯ ∩ 𝐴𝑛
𝑛 𝑚
= 𝐶1 𝑛 − 1 − 𝑛𝐶2 𝑛 − 2 𝑚
+ 𝑛𝐶3 𝑛 − 3 𝑚
−⋯
Return To Top
Key Takeaways
= 𝑛 𝐴𝑖 − 𝑛 𝐴𝑖 ∩ 𝐴𝑗 + 𝑛 𝐴𝑖 ∩ 𝐴𝑗 ∩ 𝐴𝑘 − ⋯
𝑛
⋯ + −1 𝑛 𝐴1 ∩ 𝐴2 ∩ 𝐴3 ∩ ⋯ ∩ 𝐴𝑛
𝑛 𝑚
= 𝐶1 𝑛 − 1 − 𝑛𝐶2 𝑛 − 2 𝑚
+ 𝑛𝐶3 𝑛 − 3 𝑚
−⋯
Return To Top
Principle of inclusion and exclusion
𝐴 𝐵
Number of = Total functions − 𝑛(𝐴1 ∪ 𝐴2 ∪ 𝐴3 ∪ ⋯ 𝐴𝑛 ) 𝑥1 𝑦1
onto functions
= 𝑛𝑚 − 𝑛
𝐶1 𝑛 − 1 𝑚
− 𝑛𝐶2 𝑛 − 2 𝑚
+⋯ 𝑥2 𝑦2
𝑥3 𝑦3
𝑚 𝑛 𝑚 𝑛 𝑚
𝑛 − 𝐶1 𝑛 − 1 − 𝐶2 𝑛 − 2 + ⋯ , (𝑚 > 𝑛) ⋅ ⋅
⋅ ⋅
Number of ⋅ ⋅
𝑛! , (𝑚 = 𝑛) 𝑥𝑚
onto = 𝑦𝑛
functions
0 , (𝑚 < 𝑛)
Return To Top
Number of Into functions that can be defined from 𝐴 to 𝐵
if 𝑛 𝐴 = 5 and 𝑛 𝐵 = 3 is
A 35
B 150
C 53
D 93
Return To Top
Number of Into functions that can be defined from 𝐴 to 𝐵
if 𝑛 𝐴 = 5 and 𝑛 𝐵 = 3 is
Solution:
𝑛 𝐴 ,𝑛 𝐵 A 35
Number of functions from 𝐴 to 𝐵 = 35 = 243
Number of onto functions from 𝐴 to 𝐵 = 35 = 243
B 150
= 35 − 5𝐶1 25 + 5𝐶2 15 = 150
= 243 − 150 = 93
D 93
Return To Top
Even Function
Example: 𝑓 𝑥 = cos 𝑥
Example: 𝑓 𝑥 = |𝑥|
𝑓 −𝑥 = −𝑥 = −1 × 𝑥 = −1 × 𝑥 = 𝑥 = 𝑓(𝑥)
Example: 𝑓 𝑥 = 𝑥 2 + 3
𝑓 −𝑥 = (−𝑥)2 +3 = 𝑥 2 + 3 = 𝑓(𝑥)
Return To Top
Even Function
Example: Example:
𝑌 𝑌
𝑓 𝑥 = cos 𝑥 𝑓 𝑥 = 𝑥2
𝜋
− ,0
2
𝑋 𝑋
−3𝜋 𝜋 3𝜋 0,0
,0 ,0 ,0
2 2 2
Return To Top
Odd Function
Example: 𝑓 𝑥 =𝑥
𝑓 −𝑥 = −𝑥 = −𝑓(𝑥)
Example: 𝑓 𝑥 = sin 𝑥
Example: 𝑓 𝑥 = tan 𝑥
Return To Top
Odd Function
Example: Example:
𝑌 𝑌
𝑓 𝑥 =𝑥 𝑓 𝑥 =𝑥 3
𝑋 𝑋
Return To Top
Key Takeaways
Return To Top
Key Takeaways
𝑓 𝑥 +𝑓(−𝑥) 𝑓 𝑥 −𝑓(−𝑥)
𝑓 𝑥 = +
2 2
even odd
𝑓 𝑥 = 𝑥 + 𝑒𝑥
Return To Top
Let 𝑓 𝑥 = 𝑎 𝑥 (𝑎 > 0) be written as 𝑓 𝑥 = 𝑓1 𝑥 + 𝑓2 𝑥 , where 𝑓1 𝑥 is an even
function and 𝑓2 𝑥 is an odd function. Then 𝑓1 𝑥 + 𝑦 + 𝑓1 𝑥 − 𝑦 equals :
JEE MAIN 2019
A 2𝑓1 𝑥 + 𝑦 𝑓1 𝑥 − 𝑦
B 2𝑓1 𝑥 𝑓1 𝑦
C 2𝑓1 𝑥 𝑓2 𝑦
D 2𝑓1 𝑥 + 𝑦 𝑓2 𝑥 − 𝑦
Return To Top
Let 𝑓 𝑥 = 𝑎 𝑥 (𝑎 > 0) be written as 𝑓 𝑥 = 𝑓1 𝑥 + 𝑓2 𝑥 , where 𝑓1 𝑥 is an even
function and 𝑓2 𝑥 is an odd function. Then 𝑓1 𝑥 + 𝑦 + 𝑓1 𝑥 − 𝑦 equals :
JEE MAIN 2019
Solution:
𝑓 𝑥 = 𝑎𝑥 𝑓 𝑥 = 𝑓1 𝑥 + 𝑓2 𝑥
𝑎𝑦 +𝑎−𝑦 𝑎𝑥 +𝑎−𝑥
=
2
2𝑓1 𝑦 .2𝑓1 𝑥
=
2
= 2𝑓1 𝑥 . 𝑓1 𝑦
∴ 𝑓1 𝑥 + 𝑦 + 𝑓1 𝑥 − 𝑦 = 2𝑓1 𝑥 𝑓1 𝑦
Return To Top
Let 𝑓 𝑥 = 𝑎 𝑥 (𝑎 > 0) be written as 𝑓 𝑥 = 𝑓1 𝑥 + 𝑓2 𝑥 , where 𝑓1 𝑥 is an even
function and 𝑓2 𝑥 is an odd function. Then 𝑓1 𝑥 + 𝑦 + 𝑓1 𝑥 − 𝑦 equals :
JEE MAIN 2019
A 2𝑓1 𝑥 + 𝑦 𝑓1 𝑥 − 𝑦
B 2𝑓1 𝑥 𝑓1 𝑦
C 2𝑓1 𝑥 𝑓2 𝑦
D 2𝑓1 𝑥 + 𝑦 𝑓2 𝑥 − 𝑦
Return To Top
Properties of Even/Odd Function
𝑓 𝑔 𝑓±𝑔 𝑓. 𝑔 𝑓/𝑔(𝑔 ≠ 0)
Even Even Even Even Even
Odd Odd Odd Even Even
Even Odd NENO Odd Odd
Return To Top
Key Takeaways
Composite Functions 𝑓 ∶ 𝑋 → 𝑌1 𝑔: 𝑌2 → 𝑍
𝑋 𝑌1 𝑌2 𝑔 𝑍 𝐷 𝑔𝑜𝑓 𝑍
𝑓
𝑎 0 𝛼 𝛼
1 𝑎
𝑏 3 𝛽 𝛽
3
𝑐 9 𝛾 𝛾
5
𝑏
𝑑 13 𝛿
9 𝛿
Return To Top
Key Takeaways
Composite Functions 𝑓 ∶ 𝑋 → 𝑌1 𝑔: 𝑌2 → 𝑍 𝑅𝑓 ⊆ 𝐷𝑔
𝑋 𝑌1 𝑌2 𝑔 𝑍 𝐷 𝑔𝑜𝑓 𝑍
𝑓
𝑎 0 𝛼 𝛼
1 𝑎
𝑏 3 𝛽 𝛽
3
𝑐 9 𝛾 𝛾
5
𝑏
𝑑 13 𝛿
9 𝛿
So, 𝑔(𝑓 𝑥 ) is defined for only those values of 𝑥 for which range of 𝑓 is a subset
of domain of 𝑔.
Composite Functions
𝑋 𝑌1 𝑌2 𝑔 𝑍 𝐷 𝑔𝑜𝑓 𝑍
𝑓
𝑎 0 𝛼 𝛼
1 𝑎
𝑏 3 𝛽 𝛽
3
𝑐 9 𝛾 𝛾
5
𝑏
𝑑 13 𝛿
9 𝛿
Return To Top
Key Takeaways
𝑋 𝑌1 𝑌2 𝑔 𝑍 𝐷 𝑔𝑜𝑓 𝑍
𝑓
𝑎 0 𝛼 𝛼
1 𝑎
𝑏 3 𝛽 𝛽
3
𝑐 9 𝛾 𝛾
5
𝑏
𝑑 13 𝛿
9 𝛿
Note :
Return To Top
1−𝑥 2𝑥
If 𝑓 𝑥 = log 𝑒 , 𝑥 < 1, then 𝑓 is equal to :
1+𝑥 1+𝑥 2
JEE MAIN 2019
A 2𝑓(𝑥)
2
B 𝑓 𝑥
C 2𝑓(𝑥 2 )
D −2𝑓 𝑥
Return To Top
1−𝑥 2𝑥
If 𝑓 𝑥 = log 𝑒 , 𝑥 < 1, then 𝑓 is equal to :
1+𝑥 1+𝑥 2
JEE MAIN 2019
Solution: 1−𝑥 2𝑥
𝑓 𝑥 = log 𝑒 Let 𝑔 𝑥 =
1+𝑥 1 + 𝑥2
1 − 𝑔(𝑥)
Then 𝑓 𝑔(𝑥) = log 𝑒
1 + 𝑔(𝑥)
2𝑥
1− 1−𝑥 2
= log𝑒 1 + 𝑥2 = log 𝑒
2𝑥 1+𝑥 2
1+
1 + 𝑥2
1−𝑥
∴ 𝑓 𝑔(𝑥) = 2log 𝑒 = 2𝑓 𝑥
1+𝑥
Return To Top
1−𝑥 2𝑥
If 𝑓 𝑥 = log 𝑒 , 𝑥 < 1, then 𝑓 is equal to :
1+𝑥 1+𝑥 2
JEE MAIN 2019
A 2𝑓(𝑥)
2
B 𝑓 𝑥
C 2𝑓(𝑥 2 )
D −2𝑓 𝑥
Return To Top
Session 6
Periodic Function and Inverse
Function
Return To Top
Composite Functions
∴ 𝑓𝑜 𝑔𝑜ℎ = 𝑓𝑜𝑔 𝑜ℎ
• If 𝑓 and 𝑔 are one – one , then 𝑔𝑜𝑓 if defined will be one – one.
Return To Top
𝑥 2 −𝑥−2
Let 𝑓 𝑥 = sin−1 𝑥 and 𝑔 𝑥 = . If 𝑔 2 = lim 𝑔 𝑥 , then the domain of
2𝑥 2 −𝑥−6 𝑥→2
the function 𝑓𝑜𝑔 is ;
JEE Main 2021
4
A −∞, −2 ∪ − , ∞
3
B −∞, −1 ∪ 2, ∞
C −∞, −2 ∪ −1, ∞
D −∞, −2 ∪ − , ∞
3
2
Return To Top
𝑥 2 −𝑥−2
Let 𝑓 𝑥 = sin−1 𝑥 and 𝑔 𝑥 = . If 𝑔 2 = lim 𝑔 𝑥 , then the domain of
2𝑥 2 −𝑥−6 𝑥→2
the function 𝑓𝑜𝑔 is ;
JEE Main 2021
Solution:
𝑥−2 𝑥+1 3 4
𝑔 𝑥 = lim = A −∞, −2 ∪ − , ∞
𝑥→2 2𝑥+3 𝑥−2 7 3
For domain of 𝑓 𝑔 𝑥
𝑥 2 −𝑥−2 B −∞, −1 ∪ 2, ∞
≤1
2𝑥 2 −𝑥−6
(∵ domain of 𝑓 𝑥 is −1, 1 )
2 2
C −∞, −2 ∪ −1, ∞
⇒ 𝑥+1 ≤ 2𝑥 + 3
⇒ 3𝑥 2 + 10𝑥 + 8 ≥ 0
D 3
−∞, −2 ∪ − , ∞
2
⇒ 3𝑥 + 4 𝑥 + 2 ≥ 0
4
⇒ 𝑥 ∈ −∞, −2 ∪ − , ∞
3
Return To Top
1 1
For 𝑥 ∈ ℝ − 0,1 , let 𝑓1 𝑥 = , 𝑓2 𝑥 = 1 − 𝑥 and 𝑓3 𝑥 = be three given functions.
𝑥 1−𝑥
If a function, 𝐽(𝑥) satisfies 𝑓2 𝑜𝐽𝑜𝑓1 𝑥 = 𝑓3 𝑥 , then 𝐽(𝑥) is equal to :
JEE Main 2019
A 𝑓1 (𝑥)
B 𝑓2 (𝑥)
C 𝑓3 (𝑥)
D 1
⋅ 𝑓3 (𝑥)
𝑥
Return To Top
1 1
For 𝑥 ∈ ℝ − 0,1 , let 𝑓1 𝑥 = , 𝑓2 𝑥 = 1 − 𝑥 and 𝑓3 𝑥 = be three given functions.
𝑥 1−𝑥
If a function, 𝐽(𝑥) satisfies 𝑓2 𝑜𝐽𝑜𝑓1 𝑥 = 𝑓3 𝑥 , then 𝐽(𝑥) is equal to :
JEE Main 2019
Solution:
1
𝑓1 𝑥 =
𝑥
1
Substituting 𝐽 in function 𝑓2 (𝑥), we get,
𝑓2 𝑥 = 1 − 𝑥 𝑥
1 1 1
𝑓3 𝑥 = 1−𝐽 = ⇒
𝑡−1−𝑡
=𝐽 𝑡
1−𝑥 𝑥 1−𝑥
𝑡−1
1 1
𝑓2 𝑜𝐽𝑜𝑓1 𝑥 = 𝑓3 𝑥 … (1) ⇒1− =𝐽 −1
1−𝑥 𝑥 ⇒ =𝐽 𝑡
𝑡−1
𝑓2 𝑜𝐽
1
=
1
Putting = 𝑡,
1 Replacing, 𝑡 → 𝑥
𝑥 1−𝑥 𝑥
𝑡 1
1 1 ⇒1− =𝐽 𝑡 So, 𝐽 𝑥 = = 𝑓3 𝑥
1−𝑥
⇒ 𝑓2 𝐽 = 𝑡−1
𝑥 1−𝑥
Return To Top
1 1
For 𝑥 ∈ ℝ − 0,1 , let 𝑓1 𝑥 = , 𝑓2 𝑥 = 1 − 𝑥 and 𝑓3 𝑥 = be three given functions.
𝑥 1−𝑥
If a function, 𝐽(𝑥) satisfies 𝑓2 𝑜𝐽𝑜𝑓1 𝑥 = 𝑓3 𝑥 , then 𝐽(𝑥) is equal to :
JEE Main 2019
A 𝑓1 (𝑥)
B 𝑓2 (𝑥)
C 𝑓3 (𝑥)
D 1
⋅ 𝑓3 (𝑥)
𝑥
Return To Top
Let 𝑓: ℝ → ℝ be defined as 𝑓(𝑥) = 2𝑥– 1 and 𝑔: ℝ– {1} → ℝ be defined
1
𝑥−
as 𝑔 𝑥 = 2
. Then the composition function 𝑓(𝑔(𝑥)) is:
𝑥−1
JEE Main 2021
Return To Top
Let 𝑓: ℝ → ℝ be defined as 𝑓(𝑥) = 2𝑥– 1 and 𝑔: ℝ– {1} → ℝ be defined
1
𝑥−
as 𝑔 𝑥 = 2
. Then the composition function 𝑓(𝑔(𝑥)) is:
𝑥−1
JEE Main 2021
Solution:
𝑓 𝑔 𝑥 = 2𝑔 𝑥 − 1
1
𝑥−
2
⇒𝑓 𝑔 𝑥 =2 −1
𝑥−1
2𝑥−1
2
⇒𝑓 𝑔 𝑥 =2 −1
𝑥−1
2𝑥−1
⇒𝑓 𝑔 𝑥 = −1
𝑥−1
2𝑥−1−𝑥+1
⇒𝑓 𝑔 𝑥 =
𝑥−1
𝑥
∴𝑓 𝑔 𝑥 is one-one, into.
⇒𝑓 𝑔 𝑥 =
𝑥−1
𝑥−1+1
⇒𝑓 𝑔 𝑥 =
𝑥−1
1
⇒𝑓 𝑔 𝑥 =1+
Return To Top 𝑥−1
Let 𝑓: ℝ → ℝ be defined as 𝑓(𝑥) = 2𝑥– 1 and 𝑔: ℝ– {1} → ℝ be defined
1
𝑥−
as 𝑔 𝑥 = 2
. Then the composition function 𝑓(𝑔(𝑥)) is:
𝑥−1
JEE Main 2021
Return To Top
Periodic Functions :
𝑓 𝑥 + 𝑇 = 𝑓 𝑥 , ∀ 𝑥 ∈ domain of ′𝑓 ′ ; 𝑇 > 0
Note :
Return To Top
Key Takeaways
1 𝑛
● If a function 𝑓 𝑥 has a period 𝑇, then , 𝑓 𝑥 𝑛∈ℕ , 𝑓 𝑥 , 𝑓 𝑥
𝑓 𝑥
also has a period 𝑇 (𝑇 may or may not be fundamental period.)
Example : 𝑦 = cosec 𝑥
Fundamental period = 2𝜋
Return To Top
Key Takeaways
Example : 𝑦 = sin 𝑥
Fundamental period = 𝜋
Return To Top
Key Takeaways
Example : 𝑦 = cos 2 𝑥
Fundamental period = 𝜋
Return To Top
Properties of Periodic Functions
Example :
A 𝟐
𝟏
B 𝟐
C 𝟑
D 𝟏
𝟑
Return To Top
𝑥
Fundamental period of 𝑦 = , where ⋅ denotes fractional part function is
3
Solution:
If a function 𝑓 𝑥 has a period 𝑇,
𝑇
then 𝑓 𝑎𝑥 + 𝑏 has the period .
𝑎
𝑥
For , fundamental period = 3
3
Return To Top
𝑥
Fundamental period of 𝑦 = , where ⋅ denotes fractional part function is
3
A 𝟐
𝟏
B 𝟐
C 𝟑
D 𝟏
𝟑
Return To Top
Key Takeaways
𝑓 𝑥
𝑓 𝑥 ± 𝑔 𝑥 , 𝑓 𝑥 ⋅ 𝑔 𝑥 or is L.C.M of 𝑇1 and 𝑇2 (provided L.C.M exists).
𝑔 𝑥
𝑎 𝑐 L.C.M 𝑎,𝑐
L.C.M of , =
𝑏 𝑑 H.C.F 𝑏,𝑑
𝑓 𝑥
● If L.C.M does not exists, then 𝑓 𝑥 ± 𝑔 𝑥 , 𝑓 𝑥 ⋅ 𝑔 𝑥 or
𝑔 𝑥
is non-periodic or aperiodic.
Return To Top
3𝑥 9𝑥
Find the period of function. 𝑖) 𝑓 𝑥 = sin + cos 𝑖𝑖) 𝑓 𝑥 = sin 𝑥 + cos 𝑥
2 4
Solution:
sin
3𝑥
→ 𝑇1 =
2𝜋
3 =
4𝜋 L.C.M of 𝜋, 𝜋 = 𝜋
2 3
2
𝜋
9𝑥 2𝜋 8𝜋 may also be period.
cos → 𝑇2 = = 2
9
4 9
4
𝜋 𝜋 𝜋
𝑓 𝑥+ = sin 𝑥 + + cos 𝑥 +
4𝜋 8𝜋 4 8 2 2 2
L.C.M of , ⇒ L.C.M of , 𝜋
3 9 3 9
= cos 𝑥 + − sin 𝑥
L.C.M 4,8 8
𝜋= 𝜋 =𝑓 𝑥
H.C.F 3,9 3
𝜋
Period is .
2
Properties of Periodic Functions :
Example:
Example :
ℎ 𝑥 = cos 𝑥 + sin 𝑥
ℎ 𝑥 = ℎ 𝑥 + 2𝜋
⇒ period of ℎ 𝑥 is 2𝜋
Return To Top
Key Takeaways
Inverse Function
Let 𝑦 = 𝑓 𝑥 : 𝐴 → 𝐵 be a one – one and onto function , i.e. a bijection , then there will
always exist a bijective function 𝑥 = 𝑔 𝑦 : 𝐵 → 𝐴 such that if 𝛼, 𝛽 is an element of 𝑓,
𝛽, 𝛼 will be an element of 𝑔 and the functions 𝑓(𝑥) and 𝑔(𝑥) are said to be inverse of
each other.
• 𝑔 = 𝑓 −1 : 𝐵 → 𝐴 = 𝑓 𝑥 , 𝑥 | 𝑥, 𝑓 𝑥 ∈𝑓
𝐴 𝑓 𝐵
𝛼 ,𝛽 ∈ 𝑓
Then
𝛼 𝛽
𝛽 , 𝛼 ∈ 𝑓 −1
𝑓 −1
Return To Top
Key Takeaways
Inverse Function
Inverse Function
• To find inverse :
Example : 𝑦 = 𝑒𝑥
𝑥 = ln 𝑦
𝑦 = ln 𝑥 = 𝑓 −1 (𝑥)
Return To Top
2𝑥+3
𝑓 𝑥 = : ℝ → ℝ, then find it’s inverse.
4
2𝑥+3
Solution: Let 𝑓 𝑥 = 𝑦 = To find inverse :
4
𝑔 𝑥
Return To Top
Session 7
Functional Equations and
Transformation of Graphs
Return To Top
Properties of Inverse Function
• The graphs of 𝑓and 𝑔 are the mirror images of each other about the line 𝑦 = 𝑥.
• If functions 𝑓 and 𝑓 −1 intersect , then at least one point of intersection lie on the
line 𝑦 = 𝑥.
𝑦=𝑥 𝑓 𝑥 = 𝑥 3 ⇒ 𝑓 −1 𝑥 = 3
𝑥
𝑓 𝑥 = 𝑥3
𝑓 −1 𝑥 = 3
𝑥
Return To Top
1
If 𝑔 is the inverse of a function 𝑓 and 𝑓 ′ 𝑥 = , then 𝑔′(𝑥) is equal to :
1+𝑥 5
A 1 + 𝑥5
B 5𝑥 4
1
C 𝑔 𝑥 5
D 1+ 𝑔 𝑥 5
Return To Top
1
If 𝑔 is the inverse of a function 𝑓 and 𝑓 ′ 𝑥 = , then 𝑔′(𝑥) is equal to :
1+𝑥 5
⇒𝑓 𝑔 𝑥 =𝑥
⇒ 𝑓′ 𝑔 𝑥 ⋅ 𝑔′(𝑥) = 1
1
⇒ 𝑔′ 𝑥 = … (1)
𝑓′ 𝑔 𝑥
1
As given, 𝑓 ′ 𝑥 =
1+𝑥 5
1
⇒ 𝑓′ 𝑔 𝑥 =
1+{𝑔(𝑥)}5
From equation 1 ,
𝑔′(𝑥) = 1 + {𝑔(𝑥)}5
Return To Top
1
If 𝑔 is the inverse of a function 𝑓 and 𝑓 ′ 𝑥 = , then 𝑔′(𝑥) is equal to :
1+𝑥 5
A 1 + 𝑥5
B 5𝑥 4
1
C 𝑔 𝑥 5
D 1+ 𝑔 𝑥 5
Return To Top
𝑎 5𝑥+3
Let 𝑓: ℝ − → ℝ be defined by 𝑓 𝑥 = . Then the value of 𝑎 for which
6 6𝑥−𝑎
𝑎
𝑓𝑜𝑓 𝑥 = 𝑥, ∀ 𝑥 ∈ ℝ − , is :
6
JEE Main 2021
A 5
B 8
C No such 𝑎 exists
D 6
Return To Top
𝑎 5𝑥+3
Let 𝑓: ℝ − → ℝ be defined by 𝑓 𝑥 = . Then the value of 𝑎 for which
6 6𝑥−𝑎
𝑎
𝑓𝑜𝑓 𝑥 = 𝑥, ∀ 𝑥 ∈ ℝ − , is :
6
JEE Main 2021
Solution:
For 𝑓𝑜𝑓 𝑥 = 𝑥, 𝑓 𝑥 = 𝑓 −1 𝑥
Finding 𝑓 −1 𝑥
5𝑥+3
𝑦=
6𝑥−𝑎
3+𝑎𝑦
⇒𝑥=
6𝑦−5
3+𝑎𝑥
⇒ 𝑓 −1 𝑥 =
6𝑥−5
5𝑥+3 3+𝑎𝑥
⇒ = ∵ 𝑓 −1 𝑥 = 𝑓 𝑥
6𝑥−𝑎 6𝑥−5
⇒ 30 − 6𝑎 𝑥 2 + 𝑎2 − 25 𝑥 + 3𝑎 − 15 = 0
⇒𝑎=5
Return To Top
𝑎 5𝑥+3
Let 𝑓: ℝ − → ℝ be defined by 𝑓 𝑥 = . Then the value of 𝑎 for which
6 6𝑥−𝑎
𝑎
𝑓𝑜𝑓 𝑥 = 𝑥, ∀ 𝑥 ∈ ℝ − , is :
6
JEE Main 2021
A 5
B 8
C No such 𝑎 exists
D 6
Return To Top
𝑒 𝑥 −𝑒 −𝑥 𝑒 1002 −1
If 𝑓 𝑥 = &𝑓 𝑔 𝑥 = 𝑥, then find 𝑔
2 2𝑒 501
𝑓 𝑔 𝑥 =𝑥
⇒ 𝑔 𝑥 = 𝑓 −1 𝑥
⇒ 𝑓 𝑥 = 𝑔−1 𝑥
⇒𝑔 𝑓 𝑥 =𝑥
⇒ 𝑔 𝑓 501 = 501
Return To Top
𝑥−2
Let 𝑓: ℝ − 3 → ℝ − 1 be defined by 𝑓 𝑥 = . Let g: ℝ → ℝ be given by
𝑥−3
13
𝑔 𝑥 = 2𝑥 − 3. Then, the sum of all values of 𝑥 for which 𝑓 −1 𝑥 + 𝑔−1 𝑥 =
2
is equal to :
JEE Main 2021
A 7
B 5
C 2
D 3
Return To Top
𝑥−2
Let 𝑓: ℝ − 3 → ℝ − 1 be defined by 𝑓 𝑥 = . Let g: ℝ → ℝ be given by
𝑥−3
13
𝑔 𝑥 = 2𝑥 − 3. Then, the sum of all values of 𝑥 for which 𝑓 −1 𝑥 + 𝑔−1 𝑥 =
2
is equal to :
JEE Main 2021
Solution: 𝑥+3
Similarly, 𝑔−1 𝑥 =
𝑥−2 2
𝑓 𝑥 =
𝑥−3
Now,
𝑥−2
⇒𝑦= 13
𝑥−3
𝑓 −1 𝑥 + 𝑔−1 𝑥 =
2
⇒ 𝑥𝑦 − 3𝑦 = 𝑥 − 2 3𝑥−2 𝑥+3 13
⇒ + =
𝑥−1 2 2
⇒ 𝑥 𝑦 − 1 = 3𝑦 − 2
⇒ 2 3𝑥 − 2 + (𝑥 − 1)(𝑥 + 3) = 13 𝑥 − 1
3𝑦−2
⇒𝑥=
𝑦−1
⇒ 𝑥 2 − 5𝑥 + 6 = 0
3𝑥−2
∴ 𝑓 −1 𝑥 = ⇒ 𝑥 = 2 or 3
𝑥−1
A 7
B 5
C 2
D 3
Return To Top
Key Takeaways
𝐴 𝑓 𝐵 𝐵 𝑔 𝐴
1 𝑎 𝑎 1
𝑓 𝑔 𝑎 =𝑓 3 =𝑎
2 𝑏 𝑏 2
3 𝑐 𝑐 3
However, 𝑓𝑜𝑔 and 𝑔𝑜𝑓 can be equal even if 𝑓and 𝑔 are not
inverse of each other , but in that case 𝑓𝑜𝑔 = 𝑔𝑜𝑓 ≠ 𝑥
Return To Top
Key Takeaways
However, 𝑓𝑜𝑔 and 𝑔𝑜𝑓 can be equal even if 𝑓and 𝑔 are not inverse of
each other , but in that case 𝑓𝑜𝑔 = 𝑔𝑜𝑓 ≠ 𝑥
Example: 𝑓 𝑥 = 𝑥 + 2, 𝑔 𝑥 = 𝑥 + 1
Then , 𝑓𝑜𝑔 𝑥 = 𝑥 + 1 + 2 = 𝑥 + 3
−1
𝑔𝑜𝑓 = 𝑓 −1 𝑜𝑔−1
Return To Top
3− 9+4𝑥
Find the solution of equation 𝑥 2 − 3𝑥 = , 𝑥 ∈ −∞ , 1 .
2
Solution: 𝑦=𝑥
Let 𝑓 𝑥 = 𝑦 = 𝑥 2 − 3𝑥 Let 𝑓 𝑥 = 𝑦 = 𝑥 2 − 3𝑥 𝑓(𝑥)
⇒ 𝑥 2 −3𝑥 − 𝑦 = 0
𝑓(𝑥)
3− 9+4𝑦 3− 9+4𝑥
⇒𝑥= Then , 𝑓 −1 𝑥 =
2 2
Since , 𝑓 𝑥 = 𝑓 −1 𝑥 = 𝑥
(1 , 0)
So, 𝑥 2 − 3𝑥 = 𝑥 𝑓 −1 (𝑥)
⇒ 𝑥 = 0 ,4
𝑥=0
Return To Top
Key Takeaways
Functional Equations
• 𝑓 𝑥 + 𝑦 = 𝑓 𝑥 + 𝑓 𝑦 ⇒ 𝑓 𝑥 = 𝑘𝑥, 𝑘 ∈ ℝ.
• 𝑓 𝑥 + 𝑦 = 𝑓 𝑥 . 𝑓 𝑦 ⇒ 𝑓 𝑥 = 𝑎𝑘𝑥 , 𝑘 ∈ ℝ.
• 𝑓 𝑥𝑦 = 𝑓 𝑥 + 𝑓 𝑦 ⇒ 𝑓 𝑥 = 𝑘 l𝑜𝑔𝑎 𝑥, 𝑘 ∈ ℝ, 𝑎 > 0, 𝑎 ≠ 1.
• 𝑓 𝑥𝑦 = 𝑓 𝑥 . 𝑓 𝑦 ⇒ 𝑓 𝑥 = 𝑥 𝑛 , 𝑛 ∈ ℝ.
1 1
𝑓 𝑥 .𝑓
𝑥
=𝑓 𝑥 +𝑓
𝑥
⇒ 𝑓 𝑥 = 1 ± 𝑥𝑛
Return To Top
Suppose that function 𝑓: ℝ → ℝ satisfies 𝑓 𝑥 + 𝑦 = 𝑓 𝑥 𝑓 𝑦 for all 𝑥, 𝑦 ∈ ℝ and 𝑓 1 = 3.
𝑛
⇒ 𝑓 𝑥 = 𝑎𝑥 ⇒
3 3𝑛 −1
= 363
2
𝑓 1 =3
363×2
⇒ 3𝑛 − 1 =
3
⇒ 𝑎1 = 3
⇒ 3𝑛 − 1 = 242
⇒𝑎=3
⇒ 𝑓 𝑥 = 3𝑥 ⇒ 3𝑛 = 242 + 1
𝑛 ⇒ 3𝑛 = 243
𝑓 𝑖 = 363
𝑖=1 ⇒ 3𝑛 = 35
⇒ 3 + 32 + 33 + ⋯ 3𝑛 = 363 ⇒𝑛=5
Return To Top
Let 𝑓: ℕ → ℝ be a function such that 𝑓 𝑥 + 𝑦 = 2𝑓 𝑥 𝑓 𝑦 for
natural numbers 𝑥 and 𝑦. If 𝑓 1 = 2, then the value of 𝛼 for
10
512 20
Which 𝑓 𝛼+𝑘 =
3
2 −1 holds is:
𝑘=1
JEE Main June 2022
A 2
B 3
C 4
D 6
Return To Top
Let 𝑓: ℕ → ℝ be a function such that 𝑓 𝑥 + 𝑦 = 2𝑓 𝑥 𝑓 𝑦 for
natural numbers 𝑥 and 𝑦. If 𝑓 1 = 2, then the value of 𝛼 for
10
512 20
Which 𝑓 𝛼+𝑘 =
3
2 −1 holds is:
𝑘=1
JEE Main June 2022
Solution:
512 20
𝑓 𝑥 + 𝑦 = 2𝑓 𝑥 𝑓 𝑦 and 𝑓 1 = 2 ⇒ 2𝑓 𝛼 𝑓 1 + 𝑓 2 + ⋯ + 𝑓 10 = 2 −1
3
𝑥=𝑦=1 512 20
⇒ 2𝑓 𝛼 2 + 23 + 25 + ⋯ upto 10 terms = 2 −1
3
⇒ 𝑓 2 = 23
220 − 1 512 20
⇒ 2𝑓 𝛼 2 = 2 −1
𝑥 = 2, 𝑦 = 1 ⇒ 𝑓 𝑥 = 22𝑥−1 4−1 3
⇒ 𝑓 2 = 25 220 − 1 512 20
⇒ 2𝑓 𝛼 2 = 2 −1
10 4−1 3
512 20
𝑓 𝛼+𝑘 = 2 −1
𝑘=1
3 ⇒ 𝑓 𝛼 = 128 = 22𝛼−1
10
512 20
⇒ 2𝛼 − 1 = 7
2 𝑓(𝛼)𝑓 𝑘 = 2 −1
3 ⇒𝛼=4
𝑘=1
Return To Top
Let 𝑓: ℕ → ℝ be a function such that 𝑓 𝑥 + 𝑦 = 2𝑓 𝑥 𝑓 𝑦 for
natural numbers 𝑥 and 𝑦. If 𝑓 1 = 2, then the value of 𝛼 for
10
512 20
Which 𝑓 𝛼+𝑘 =
3
2 −1 holds is:
𝑘=1
JEE Main June 2022
A 2
B 3
C 4
D 6
Return To Top
1
For 𝑥 ∈ ℝ − 0 , the function 𝑓(𝑥) satisfies 𝑓 𝑥 + 2𝑓 1 − 𝑥 = . Find the value of 𝑓 2 .
𝑥
5
Solution: 𝑓 𝑥 + 2𝑓 1 − 𝑥 = 𝑥
1 A −
6
1
Put 𝑥 = 2 ⇒ 𝑓 2 + 2𝑓 −1 = ⋯ 𝑖 1
2 B 2
Put 𝑥 = −1 ⇒ 𝑓 −1 + 2𝑓 2 = −1 ⋯ 𝑖𝑖
C −2
By 𝑖 and 𝑖𝑖
3
2𝑓 −1 + 4𝑓 2 = −2 D 4
1
𝑓 2 + 2𝑓 −1 =
2
− − −
5 5
3𝑓 2 = − ⇒𝑓 2 =−
2 6
5
𝑓 2 = −
6
Return To Top
2𝑒 2𝑥
Let 𝑓: ℝ → ℝ be a function defined by 𝑓 𝑥 = .
𝑒 2𝑥 +𝑒
1 2 3 99
Then 𝑓 +𝑓 +𝑓 +⋯+ 𝑓 is equal to:
100 100 100 100
JEE Main June 2022
Solution:
2𝑒 2𝑥
𝑓 𝑥 =
𝑒 2𝑥 +𝑒 𝑥
2𝑒 2−2𝑥
𝑓 1−𝑥 =
𝑒 2−2𝑥 +𝑒 1−𝑥
𝑓 𝑥 +𝑓 1−𝑥
∴ =1
2
⇒𝑓 𝑥 +𝑓 1−𝑥 =2
1 2 3 99
𝑓 +𝑓 +𝑓 +⋯+𝑓
100 100 100 100
49
𝑥 𝑥 1
= 𝑓 +𝑓 1− +𝑓
100 100 2
𝑥=1
= 49 × 2 + 1 = 99
Return To Top
1 𝛽
If 𝑎 + 𝛼 = 1, 𝑏 + 𝛽 = 2 and 𝑎𝑓 𝑥 + 𝛼𝑓 = 𝑏𝑥 + , 𝑥 ≠ 0, then the
𝑥 𝑥
1
𝑓 𝑥 +𝑓
value of the expression 1
𝑥
is :
𝑥+
𝑥
JEE Main 2020
Solution:
1 𝛽
𝑎𝑓 𝑥 + 𝛼𝑓 = 𝑏𝑥 + … (1)
𝑥 𝑥
1
Replace 𝑥 by
𝑥
1 𝑏
𝑎𝑓 + 𝛼𝑓 𝑥 = + 𝛽𝑥 … (2)
𝑥 𝑥
1 1
𝑎+𝛼 𝑓 𝑥 +𝑓 = 𝑥+ 𝑏+𝛽
𝑥 𝑥
1
𝑓 𝑥 +𝑓 𝑏+𝛽 2
𝑥
⇒ 1 = = =2 (∵ 𝑎 + 𝛼 = 1, 𝑏 + 𝛽 = 2)
𝑥+ 𝑎+𝛼 1
𝑥
Return To Top
Key Takeaways
• Let 𝑦 = 𝑓(𝑥)
𝑦 = 𝑓 𝑥 + 𝑘 , 𝑘 > 0 (graph goes to left by ′ 𝑘 ′ units)
𝑌 𝑌
𝛼 − 𝑘, 0
𝑋 𝑋
𝛼, 0 𝛽, 0
0, 𝑎 0, 𝑎
Return To Top
For 𝑦 = 𝑓 𝑥 − 𝑘 , 𝑘 > 0 graph shift 𝑘 units towards right
horizontally from 𝑦 = 𝑓 𝑥 graph.
• Let 𝑦 = 𝑓(𝑥)
𝑌 𝑌
𝑋 𝑋
0, 𝑎 + 𝑘
0, 𝑎
Return To Top
Key Takeaways
• Let 𝑦 = 𝑓(𝑥)
𝑦 = 𝑓 𝑘𝑥 , 𝑘 > 1(points on 𝑥-axis divided by ′𝑘′units)
Example:
𝑌
𝑦 = sin 𝑥
1
𝜋 3𝜋
𝑋 Two loops in 0 to 2𝜋
𝜋 2𝜋
2 2
−1
1 𝑦 = sin 2𝑥
𝜋 𝜋 3𝜋
𝑋 Two loops in 0 to 𝜋
2
2𝜋
2
−1
Return To Top
Transformation of graphs (Vertical stretch):
• Let 𝑦 = 𝑓(𝑥)
𝑦 = 𝑘 ⋅ 𝑓 𝑥 , 𝑘 > 1 (Point on y−axis is multiplied by ′𝑘′ units)
𝑌 𝑌
𝑋 𝑋
0, 𝑎
0, 𝑎
0, 𝑘𝑎
Return To Top
Transformation of graphs
𝑌 𝑌
1
1
𝑋 𝑋
𝑂 𝑂
Return To Top
Transformation of graphs
𝑦 = −𝑓 𝑥 , (mirrored about 𝑥 −axis)
Values of 𝑦, multiplied by −1
● Let 𝑦 = 𝑓(𝑥)
𝑌 𝑌
𝑦 = 𝑓(𝑥)
𝑋 𝑋
𝛼, 0 𝛽, 0 𝛼, 0 𝛽, 0
0, 𝑎
𝑦 = −𝑓(𝑥)
Return To Top
𝑦 = −𝑓(−𝑥 ) transformation from 𝑦 = 𝑓(𝑥):
● Let 𝑦 = 𝑓(𝑥) 𝑌
𝑌
𝑦 = 𝑓 −𝑥
𝑋 𝑋
𝛼, 0 𝛽, 0 𝛽, 0 𝛼, 0
0, 𝑎 0, 𝑎
Return To Top
𝑦 = −𝑓(−𝑥 ) transformation from 𝑦 = 𝑓(𝑥):
𝑦 = −𝑓 −𝑥 ,
𝑋
𝛽, 0 𝛼, 0
0, 𝑎
𝑦 = −𝑓 −𝑥 ,
Return To Top
Transformation of graphs
● Let 𝑦 = 𝑓(𝑥)
𝑦=𝑓 𝑥 (image of 𝑓 for +ve 𝑥, about 𝑦 −axis)
At 𝑥 = 1, 𝑦 = 𝑓 1
𝑌
𝑌
At 𝑥 = −1, 𝑦 = 𝑓 1
At 𝑥 = 2, 𝑦 = 𝑓 2
At 𝑥 = −2, 𝑦 = 𝑓 2
𝑋 𝑋
−𝛽, 0 𝛽, 0
𝛼, 0 𝛽, 0
0, 𝑎
Return To Top
Key Takeaways
Transformation of graphs:
𝑋 𝑋
𝛼, 0 𝛽, 0 𝛼, 0 𝛽, 0
0, 𝑎
Return To Top
Key Takeaways
Transformation of graphs:
(+ve 𝑥 axis portion of 𝑓 𝑥
𝑦 = 𝑓 |𝑥|
● Let 𝑦 = 𝑓(𝑥) flipped about y −axis)
𝑦= 𝑓 𝑥
𝑌 𝑌 𝑌
𝑋 𝑋 𝑋
𝛼, 0 𝛽, 0 𝛼, 0 𝛼, 0
𝛽, 0 𝛽, 0
0, 𝑎
Return To Top
Key Takeaways
𝑦 = 𝑓(𝑥) 𝑦 =𝑓 𝑥
𝑌 𝑌 𝑌
𝑋 𝑋 𝑋
𝛼, 0 𝛽, 0 𝛼, 0 𝛽, 0 𝛼, 0 𝛽, 0
0, 𝑎
Return To Top
1
Plot graphs of the function 𝑖 𝑦 = sin 𝑥 𝑖𝑖 𝑦 = 𝑥−2 3
Solution:
𝑖 𝑦 = sin |𝑥|
Return To Top
1
Plot graphs of the function 𝑖 𝑦 = sin 𝑥 𝑖𝑖 𝑦 = 𝑥−2 3
1
Solution: 𝑖𝑖 𝑦 = 𝑥−2 3
1
Shift 𝑦 = 𝑥 3 at 𝑥 = 2
1
𝑦= 𝑥 3
1
𝑦= 𝑥−2 3
𝑋
𝑂 2
Return To Top
1
Plot graphs of the function 𝑖 𝑦 = sin 𝑥 𝑖𝑖 𝑦 = 𝑥−2 3
1
Solution: Now, draw graph for 𝑦 = 𝑥−2 3 at 𝑥 = 2
𝑌 1
𝑦 = | 𝑥 − 2 3|
𝑋
𝑂 2
Return To Top
Key Takeaways
Return To Top
Key Takeaways
𝑦= 𝑓 𝑥
𝑦 = 𝑓(𝑥)
𝑦 = 𝑓(|𝑥|)
𝑦 = |𝑓 𝑥 |
Return To Top
Number of solutions of two curves 𝑦 = 𝑓 𝑥 & 𝑦 = 𝑔 𝑥 is number of
intersection points for 2 curves 𝑦 = 𝑓 𝑥 & 𝑔 𝑥
Return To Top
Find the number of solutions for ln 𝑥 = 2−𝑥
Solution:
𝑌
𝑦 = 2−𝑥 Number of point of intersections
𝑦 = ln 𝑥 =Number of solutions= 2
Return To Top
𝑥 4 +𝑥 2 −2
Let 𝑥 × 𝑦 = 𝑥 2 + 𝑦 3 and 𝑥 × 1 × 1 = 𝑥 × 1 × 1 . Then a value of 2 sin−1 is:
𝑥 4 +𝑥 2 +2
𝜋
A 4
𝜋
B 3
𝜋
C 2
𝜋
D 6
Return To Top
𝑥 4 +𝑥 2 −2
Let 𝑥 × 𝑦 = 𝑥 2 + 𝑦 3 and 𝑥 × 1 × 1 = 𝑥 × 1 × 1 . Then a value of 2 sin−1 is:
𝑥 4 +𝑥 2 +2
Given 𝑥 × 𝑦 = 𝑥 2 + 𝑦 3 and 𝜋
A 4
𝑥×1 ×1= 𝑥× 1×1
⇒ 𝑥2 + 1 × 1 = 𝑥 × 2
𝜋
B
⇒ 𝑥2 + 1 2
+ 1 = 𝑥2 + 8 3
⇒ 𝑥 4 + 2𝑥 2 + 2 = 𝑥 2 + 8
𝜋
⇒ 𝑥2 2
+ 𝑥2 − 6 = 0 C 2
⇒ 𝑥2 + 3 𝑥2 − 2 = 0
𝜋
∴ 𝑥2 = 2 D 6
𝑥 4 +𝑥 2 −2 4
Now 2 sin−1 = 2 sin−1
𝑥 4 +𝑥 2 +2 8
𝜋 𝜋
=2⋅ =
6 3
Return To Top
𝑥−1
Let 𝑓 𝑥 = ; 𝑥 ∈ ℝ − 0, − 1, 1 . If 𝑓 𝑛+1 𝑥 = 𝑓 𝑓 𝑛 𝑥 for all 𝑛 ∈ ℕ, then 𝑓 6 6 + 𝑓 7 7
𝑥+1
is equal to:
JEE MAIN JUNE 2022
7
A 6
3
B −
2
7
C 12
11
D −
12
Return To Top
𝑥−1
Let 𝑓 𝑥 = ; 𝑥 ∈ ℝ − 0, − 1, 1 . If 𝑓 𝑛+1 𝑥 = 𝑓 𝑓 𝑛 𝑥 for all 𝑛 ∈ ℕ, then 𝑓 6 6 + 𝑓 7 7
𝑥+1
is equal to:
Solution: JEE MAIN JUNE 2022
𝑥−1
𝑓 𝑥 = 7
𝑥+1
A 6
𝑥−1
−1 1
𝑥+1
⇒𝑓 𝑓 𝑥 = 𝑥−1 =−
+1 𝑥
𝑥+1 3
B −
2
3 𝑥+1
⇒𝑓 𝑥 =−
𝑥−1
7
4
𝑥−1
𝑥+1
−1 C 12
⇒𝑓 𝑥 =− 𝑥−1 =𝑥
+1
𝑥+1
So, 𝑓 6 6 + 𝑓 7 7 = 𝑓 2 6 + 𝑓 3 7 11
D −
12
1 7+1 9 3
⇒− − =− =−
6 7−1 6 2
Return To Top
Let 𝑓 𝑥 be a quadratic polynomial with leading coefficient 1 such that
1
𝑓 0 = 𝑝, 𝑝 ≠ 0, and 𝑓 1 = . If the equations 𝑓 𝑥 = 0 and 𝑓𝑜𝑓𝑜𝑓𝑜𝑓(𝑥) = 0
3
have a common real root, then 𝑓 −3 is equal to
JEE MAIN JUNE 2022
Solution:
Let 𝑓 𝑥 = 𝑥 − 𝛼 𝑥 − 𝛽
It is given that 𝑓 0 = 𝑝 ⇒ 𝛼𝛽 = 𝑝
1 1
And 𝑓 1 = ⇒ 1 − 𝛼 1 − 𝛽 = ⋯ 1
3 3
Now, let us assume that 𝛼 is the common
root of 𝑓 𝑥 = 0 add 𝑓𝑜𝑓𝑜𝑓𝑜𝑓 𝑥 = 0
𝑓o𝑓o𝑓𝑜𝑓 𝑥 = 0
⇒ 𝑓𝑜𝑓𝑜𝑓 0 = 0
So, 𝑓 𝑝 is either 𝛼 or 𝛽.
𝑝−𝛼 𝑝−𝛽 =𝛼
𝛼𝛽 − 𝛼 𝛼𝛽 − 𝛽 = 𝛼 ⇒ 𝛽 − 1 𝛼 − 1 𝛽 = 1 ∵𝛼≠0
Return To Top
Let 𝑓 𝑥 be a quadratic polynomial with leading coefficient 1 such that
1
𝑓 0 = 𝑝, 𝑝 ≠ 0, and 𝑓 1 = . If the equations 𝑓 𝑥 = 0 and 𝑓𝑜𝑓𝑜𝑓𝑜𝑓(𝑥) = 0
3
have a common real root, then 𝑓 −3 is equal to
JEE MAIN JUNE 2022
Solution:
𝛼𝛽 − 𝛼 𝛼𝛽 − 𝛽 = 𝛼 ⇒ 𝛽 − 1 𝛼 − 1 𝛽 = 1
7
𝛼=
6
7
𝑓 𝑥 = 𝑥− 𝑥 − 3 = 25
6
7
𝑓 −3 = −3 − −3 − 3 = 25
6
Return To Top
Let a set 𝐴 = 𝐴1 ∪ 𝐴2 ∪ ⋯ ∪ 𝐴𝑘 , where 𝐴𝑖 ∩ 𝐴𝑗 = 𝜙 for 𝑖 ≠ 𝑗, 1 ≤ 𝑖, 𝑗 ≤ 𝑘. Define the
relation 𝑅 from 𝐴 to 𝐴 by 𝑅 = { 𝑥, 𝑦 : 𝑦 ∈ 𝐴𝑖 if and only if 𝑥 ∈ 𝐴𝑖 , 1 ≤ 𝑖 ≤ 𝑘}. Then, 𝑅 is :
JEE MAIN JUNE 2022
D An equivalence relation
Return To Top
Let a set 𝐴 = 𝐴1 ∪ 𝐴2 ∪ ⋯ ∪ 𝐴𝑘 , where 𝐴𝑖 ∩ 𝐴𝑗 = 𝜙 for 𝑖 ≠ 𝑗, 1 ≤ 𝑖, 𝑗 ≤ 𝑘. Define the
relation 𝑅 from 𝐴 to 𝐴 by 𝑅 = { 𝑥, 𝑦 : 𝑦 ∈ 𝐴𝑖 if and only if 𝑥 ∈ 𝐴𝑖 , 1 ≤ 𝑖 ≤ 𝑘}. Then, 𝑅 is :
𝑅 = ൛ 𝑥, 𝑦 : 𝑦 ∈ 𝐴𝑖 , iff 𝑥 ∈ 𝐴𝑖 , 1 ≤ 𝑖 ≤ 𝑘}
1 Reflexive
𝑎, 𝑎 ⇒ 𝑎 ∈ 𝐴𝑖 iff 𝑎 ∈ 𝐴𝑖
2 Symmetric
𝑎, 𝑏 ⇒ 𝑎 ∈ 𝐴𝑖 iff 𝑏 ∈ 𝐴𝑖
𝑏, 𝑎 ∈ 𝑅 as 𝑏 ∈ 𝐴𝑖 iff 𝑎 ∈ 𝐴𝑖
3 Transitive
𝑎, 𝑏 ∈ 𝑅 & 𝑏, 𝑐 ∈ 𝑅
⇒ 𝑎 ∈ 𝐴𝑖 iff 𝑏 ∈ 𝐴𝑖 & 𝑏 ∈ 𝐴𝑖 iff 𝑐 ∈ 𝐴𝑖
⇒ 𝑎 ∈ 𝐴𝑖 iff 𝑐 ∈ 𝐴𝑖
⇒ 𝑎, 𝑐 ∈ 𝑅.
⇒Relation is equivalence
Return To Top
Let a set 𝐴 = 𝐴1 ∪ 𝐴2 ∪ ⋯ ∪ 𝐴𝑘 , where 𝐴𝑖 ∩ 𝐴𝑗 = 𝜙 for 𝑖 ≠ 𝑗, 1 ≤ 𝑖, 𝑗 ≤ 𝑘. Define the
relation 𝑅 from 𝐴 to 𝐴 by 𝑅 = { 𝑥, 𝑦 : 𝑦 ∈ 𝐴𝑖 if and only if 𝑥 ∈ 𝐴𝑖 , 1 ≤ 𝑖 ≤ 𝑘}. Then, 𝑅 is :
JEE MAIN JUNE 2022
D An equivalence relation
Return To Top
Let 𝑓 𝑥 and 𝑔 𝑥 be two real polynomials of degree 2 and 1 respectively. If
𝑓 𝑔 𝑥 = 8𝑥 2 − 2𝑥 and 𝑔 𝑓 𝑥 = 4𝑥 2 + 6𝑥 + 1, then the value of 𝑓 2 + 𝑔 2 is:
𝑓 𝑔 𝑥 = 8𝑥 2 − 2𝑥
𝑔 𝑓 𝑥 = 4𝑥 2 + 6𝑥 + 1
Let 𝑓 𝑥 = 𝑐𝑥 2 + 𝑑𝑥 + 𝑒
And 𝑔 𝑥 = 𝑎𝑥 + 𝑏
2
𝑓 𝑔 𝑥 = 𝑐 𝑎𝑥 + 𝑏 + 𝑑 𝑎𝑥 + 𝑏 + 𝑒 ≡ 8𝑥 2 − 2𝑥
𝑔 𝑓 𝑥 = 𝑎 𝑐𝑥 2 + 𝑑𝑥 + 𝑒 + 𝑏 ≡ 4𝑥 2 + 6𝑥 + 1
𝑎𝑐 = 4 𝑎𝑑 = 6 𝑎𝑒 + 𝑏 = 1
𝑎𝑐 2 = 8 2𝑎𝑏𝑐 + 𝑎𝑑 = −2 𝑐𝑏 2 + 𝑏𝑑 + 𝑒 = 0
By solving
𝑎=2 𝑏 = −1 𝑐=2 𝑑=3 𝑒=1
Return To Top
Let 𝑓 𝑥 and 𝑔 𝑥 be two real polynomials of degree 2 and 1 respectively. If
𝑓 𝑔 𝑥 = 8𝑥 2 − 2𝑥 and 𝑔 𝑓 𝑥 = 4𝑥 2 + 6𝑥 + 1, then the value of 𝑓 2 + 𝑔 2 is:
∴ 𝑓 𝑥 = 2𝑥 2 + 3𝑥 + 1
𝑔 𝑥 = 2𝑥 − 1
2
∴𝑓 2 +𝑔 2 =2 2 +3 2 +1+2 2 −1
⇒ 𝑓 2 + 𝑔 2 = 18
Return To Top
The number of bijective functions 𝑓: 1, 3, 5, 7, ⋯ , 99 → 2, 4, 6, 8, ⋯ , 100 such that
𝑓 3 ≥ 𝑓 9 ≥ 𝑓 15 ≥ 𝑓 21 ≥ ⋯ ≥ 99 , is _______.
JEE MAIN JUNE 2022
A
50
𝑃17
B
50
𝑃33
C 33! × 17!
50!
D 2
Return To Top
The number of bijective functions 𝑓: 1, 3, 5, 7, ⋯ , 99 → 2, 4, 6, 8, ⋯ , 100 such that
𝑓 3 ≥ 𝑓 9 ≥ 𝑓 15 ≥ 𝑓 21 ≥ ⋯ ≥ 99 , is _______.
𝑓 3 ≥ 𝑓 9 ≥ 𝑓 15 ⋯ ≥ 𝑓 99
50
= 𝑃33
50!
D 2
Return To Top