Concepts of Functions
Concepts of Functions
Mathematics
• Union of sets: Let A and B be any two sets. The union of A and B is the set
which consists of all the elements of A and all the elements of B, the
common elements being taken only once. The symbol ‘∪’ is used to denote
the union. Symbolically, we write A ∪ B and usually read as ‘A union B’.
❖ Let A = { 2, 4, 6, 8} and B = { 6, 8, 10, 12}. Find A ∪ B.
• Intersection of sets: The intersection of sets A and B is the set of all elements
which are common to both A and B. The symbol ‘∩’ is used to denote the
intersection. Symbolically, we write A ∩ B.
❖ Let A = { 2, 4, 6, 8} and B = { 6, 8, 10, 12}. Find A ∩ B.
• Disjoint Sets: Let A and B be two sets. If there is no common element
between A and B then the sets are said to be disjoint sets.
Example: A={1,2} and B= {x,y}
A ∩ B= Null
• Cartesian Product of Sets: Given two non-empty
sets P and Q. The cartesian product P × Q is the set
of all ordered pairs of elements from P and Q,
i.e., P × Q = { (p,q) : p ∈ P, q ∈ Q }
Example: P={x,y} and Q={Red, Blue, Green}
then P × Q={(x,Red), (x,Blue), (x,Green), (y,Red),
(y,Blue), (y,Green)}
Relations
• Relation is the relationship/connection between two or more set.
(How two or more sets are connected?)
Example: Set P = {a, b, c} and Q = {Ali, Bhanu, Binoy, Chandra,
Divya}. Then we have defined a relation R between P and Q such
that R= {(x,y): x is the first letter of the name y, x ∈ P, y ∈ Q}.
Then R = {(a, Ali), (b, Bhanu), (b, Binoy), (c, Chandra)}
Functions
1
11. Suppose f(x)= then find (fofof)(x)
1−𝑥
12. If f:R+ → 𝑅; f(x)=log 𝑒𝑥 and g:R+ → 𝑅; g(x)=e𝑥 the find fog and gof
𝑥+1
13. If f:R → 𝑅; f(x)= 2 , g:R → 𝑅; g(x)=2x−1 and h:R → 𝑅; h(x)=x 2 then prove
that ho(gof)=(hog)of