CBSE Class 11 Maths Revision Notes Chapter 2 Relations and Functions

Relations and Functions explains how elements of two sets can be connected through ordered pairs.

For CBSE Class 11 Maths 2026–27, this chapter covers Cartesian product, relations, domain, range, codomain and functions.

Relations and Functions is built directly on Chapter 1 Sets. Once you understand sets, the next step is to understand how elements from two sets can be paired and connected.

Think of a simple classroom example. One set has students. Another set has their roll numbers. When each student is connected to a roll number, a relation is formed. If each student has exactly one roll number, the relation becomes a function.

Use these CBSE Class 11 Maths Revision Notes Chapter 2 to revise Cartesian product of sets, ordered pairs, relation, domain, range, codomain, function, image, preimage, standard functions and algebra of real functions.

Key Takeaways

  • Ordered pair: An ordered pair is written as (a, b), where order matters.
  • Cartesian product: A × B is the set of all ordered pairs formed from A and B.
  • Relation: A relation from A to B is a subset of A × B.
  • Function: A function is a relation in which every element of the domain has exactly one image.

Need help with Relations and Functions?
Access interactive practice, live doubt-solving sessions and complete NCERT-based support on the Extramarks Learning App. Sign Up Free

Access Class 11 Maths Relations and Functions Notes in 30 Minutes

These notes are arranged for 30-minute revision, so you can revise the chapter in the same order you study it in class.

Start with ordered pairs and Cartesian product. Then revise relations, domain, range and codomain. After that, understand when a relation becomes a function. Finally, revise standard functions and algebra of real functions.

The chapter is easier when you first understand ordered pairs, then relations, and then functions.

Topic What You Revise
Ordered pairs Meaning and equality of ordered pairs
Cartesian product Formation of A × B
Relation Subset of Cartesian product
Domain First elements of ordered pairs
Range Second elements of ordered pairs
Codomain Target set of the relation or function
Function Relation with exactly one image for each input
Image and preimage Output and related input
Standard functions Identity, constant, polynomial and other functions
Algebra of real functions Addition, subtraction, multiplication and quotient

CBSE Class 11 Maths Chapter 2 revision notes infographic showing mapping between sets for Relations and Functions.

Why Do Students Study Relations and Functions in Class 11 Maths?

Relations and Functions help you understand how one quantity depends on another.

You already see this idea in real life:

Situation Relation or Function Idea
Student and roll number Each student is linked to a roll number
Person and date of birth Each person has one date of birth
Product and price Each product may have a price
Input and output in a machine One input gives an output
x and y in a graph x-values connect to y-values

This chapter becomes important for later topics such as inverse trigonometry, limits, continuity, differentiation, integration and coordinate geometry.

For students using Class 11 Maths Chapter 2 Notes for revision, the main aim should be to understand the difference between a relation and a function.

Ordered Pairs

An ordered pair is a pair of elements written in a fixed order.

It is written as:

(a, b)

Here, a is the first element and b is the second element.

Order matters in an ordered pair.

So,

(a, b) ≠ (b, a), unless a = b.

Example:

(2, 5) and (5, 2) are different ordered pairs.

Equality of Ordered Pairs

Two ordered pairs are equal only when their corresponding elements are equal.

If:

(a, b) = (c, d)

Then:

a = c and b = d

Example:

If (x + 1, y - 2) = (3, 1), then:

x + 1 = 3, so x = 2
y - 2 = 1, so y = 3

Cartesian Product of Sets

Once ordered pairs are understood, the next step is to form all possible ordered pairs from two sets.

If A and B are two non-empty sets, then the Cartesian product A × B is the set of all ordered pairs (a, b), where a ∈ A and b ∈ B.

A × B = {(a, b) : a ∈ A, b ∈ B}

Example:

A = {1, 2}
B = {3, 4}

Then:

A × B = {(1, 3), (1, 4), (2, 3), (2, 4)}

Here, every element of A is paired with every element of B.

Number of Elements in Cartesian Product

If n(A) = p and n(B) = q, then:

n(A × B) = pq

Example:

If A has 3 elements and B has 2 elements, then:

n(A × B) = 3 × 2 = 6

Sets Number of Elements
n(A) = 2, n(B) = 3 n(A × B) = 6
n(A) = 4, n(B) = 5 n(A × B) = 20
n(A) = p, n(B) = q n(A × B) = pq

Important Points on Cartesian Product

Point Explanation
Order matters A × B is generally not equal to B × A
Ordered pairs are used Elements are written as (a, b)
Null set rule If A = φ or B = φ, then A × B = φ
Number of pairs n(A × B) = n(A) × n(B)
Repeated pairing Every element of A pairs with every element of B

Example:

A = {a, b}
B = {1, 2}

A × B = {(a, 1), (a, 2), (b, 1), (b, 2)}

B × A = {(1, a), (1, b), (2, a), (2, b)}

So, A × B ≠ B × A.

Cartesian Product of Three Sets

The Cartesian product of three sets contains ordered triplets.

A × B × C = {(a, b, c) : a ∈ A, b ∈ B, c ∈ C}

Example:

If A = {1, 2}, then:

A × A × A = {(1, 1, 1), (1, 1, 2), (1, 2, 1), (1, 2, 2), (2, 1, 1), (2, 1, 2), (2, 2, 1), (2, 2, 2)}

These are ordered triplets.

Relation in Class 11 Maths

After forming ordered pairs, we can select some pairs based on a rule. This selected set of ordered pairs is called a relation.

A relation R from set A to set B is a subset of A × B.

R ⊆ A × B

Example:

A = {1, 2, 3}
B = {2, 3, 4}

Let R = {(1, 2), (2, 3), (3, 4)}

Here, R is a relation from A to B because every ordered pair in R belongs to A × B.

Relation as a Real-Life Idea

Think of:

A = {students}
B = {subjects}

If a student studies a subject, we can write the pair as:

(student, subject)

The set of all such pairs forms a relation.

A relation connects elements of one set with elements of another set according to a rule.

This is why Relations and Functions Class 11 Notes usually begin with Cartesian product before moving to functions.

Domain, Range and Codomain of a Relation

Domain, range and codomain help describe a relation properly.

Term Meaning
Domain Set of all first elements of ordered pairs
Range Set of all second elements of ordered pairs
Codomain The complete second set B

If R is a relation from A to B, then:

Domain of R = {x : (x, y) ∈ R}

Range of R = {y : (x, y) ∈ R}

Codomain = B

Also:

Range ⊆ Codomain

Example of Domain, Range and Codomain

Let:

A = {1, 2, 3, 4, 5}
B = {2, 3, 4, 5, 6}

R = {(1, 2), (2, 3), (3, 4)}

Then:

Domain = {1, 2, 3}
Range = {2, 3, 4}
Codomain = {2, 3, 4, 5, 6}

Notice that codomain can contain elements that are not used in the range.

Representation of a Relation

A relation can be represented in different ways.

Method Meaning
Roster form Listing ordered pairs
Set-builder form Writing relation using a rule
Arrow diagram Showing mapping using arrows

Example:

R = {(1, 2), (2, 3), (3, 4)}

This is roster form.

Set-builder form:

R = {(x, y) : y = x + 1, x ∈ A, y ∈ B}

Arrow diagrams help students see which element of one set is connected to which element of another set.

Number of Relations from A to B

The total number of relations from A to B depends on the number of subsets of A × B.

If n(A) = p and n(B) = q, then:

n(A × B) = pq

Total number of relations from A to B = 2^(pq)

Example:

If A = {1, 2} and B = {3, 4}, then:

n(A) = 2 and n(B) = 2

n(A × B) = 2 × 2 = 4

Total number of relations = 2^4 = 16

Inverse Relation

The inverse of a relation is formed by reversing the ordered pairs.

If R is a relation from A to B, then inverse relation R^-1 is a relation from B to A.

If:

R = {(a, b) : a ∈ A, b ∈ B}

Then:

R^-1 = {(b, a) : (a, b) ∈ R}

Example:

R = {(1, 2), (3, 4)}

Then:

R^-1 = {(2, 1), (4, 3)}

Function in Class 11 Maths

A function is a special type of relation.

A relation f from set A to set B is called a function if every element of A has one and only one image in B.

It is written as:

f : A → B

This means f is a function from A to B.

Class 11 Maths Relations and Functions Notes often test this idea through ordered pairs, arrow diagrams and input-output examples.

Simple Way to Understand a Function

Think of a function as a machine.

You give one input. The machine gives one output.

For a relation to be a function:

  • Every input must be used.
  • Every input must have exactly one output.
  • One input cannot have two different outputs.

Function vs Relation

Every function is a relation, but every relation is not a function.

Basis Relation Function
Meaning Any subset of A × B Special relation from A to B
Input rule An input may have no image or many images Every input has exactly one image
Output One input can be linked to more than one output One input cannot have two outputs
Example {(1, 2), (1, 3)} {(1, 2), (2, 3)}

Example:

R = {(1, 2), (1, 3)}

This is not a function because input 1 has two images.

R = {(1, 2), (2, 3), (3, 4)}

This is a function because each input has exactly one image.

Domain, Codomain and Range of a Function

For a function f : A → B:

Term Meaning
Domain Set A
Codomain Set B
Range Set of actual images in B

If f : A → B and f(x) = y, then y is the image of x.

Also, x is the preimage of y.

Image and Preimage

If f(x) = y, then:

  • y is called the image of x.
  • x is called the preimage of y.

Example:

Let f(x) = 2x + 1.

For x = 3:

f(3) = 2(3) + 1 = 7

Here, 7 is the image of 3, and 3 is the preimage of 7.

How to Check Whether a Relation is a Function

A relation is a function if every first element has only one second element.

Relation Function or Not Reason
{(1, 2), (2, 3), (3, 4)} Function Each input has one image
{(1, 2), (1, 3), (2, 4)} Not a function Input 1 has two images
{(2, 5), (3, 5), (4, 5)} Function Different inputs may have same image
{(1, 3), (2, 4), (3, 5)} Function Each input has one image

Different inputs can have the same output. But one input cannot have two different outputs.

Real Valued Function and Real Function

A function whose range is R or a subset of R is called a real valued function.

If its domain is also R or a subset of R, it is called a real function.

Example:

f : R → R defined by f(x) = x^2 is a real function.

Here, domain is R and range is {x : x ≥ 0}.

Standard Real Functions

Class 11 Mathematics Revision Notes Chapter 2 should include the standard real functions because they appear in examples, graphs and domain-range questions.

Function Formula Domain Range
Identity function f(x) = x R R
Constant function f(x) = c R {c}
Polynomial function f(x) = a0 + a1x + ... + anx^n R Depends on function
Modulus function f(x) = x
Signum function f(x) = sgn(x) R {-1, 0, 1}
Greatest integer function f(x) = [x] R Z
Exponential function f(x) = a^x R (0, ∞)
Logarithmic function f(x) = loga x (0, ∞) R

Identity Function

The identity function is defined as:

f : R → R

f(x) = x for every x ∈ R

In this function, every input gives the same output.

Examples:

f(2) = 2
f(-5) = -5
f(0) = 0

The graph of the identity function is a straight line passing through the origin.

Constant Function

A constant function is defined as:

f : R → R

f(x) = c for every x ∈ R

Here, c is a constant.

Example:

f(x) = 3

For every value of x, the output is 3.

The graph of a constant function is a line parallel to the x-axis.

Polynomial Function

A function f : R → R is called a polynomial function if it is of the form:

f(x) = a0 + a1x + a2x^2 + ... + anx^n

Here, n is a non-negative integer and coefficients are real numbers.

Examples:

f(x) = x^2 + 3x + 2

g(x) = x^3 - x + 5

These are polynomial functions.

Modulus Function

The modulus function is defined as:

f(x) = |x|

It can be written as:

f(x) = x, if x ≥ 0
f(x) = -x, if x < 0

Examples:

|5| = 5
|-5| = 5
|0| = 0

The modulus function always gives a non-negative value.

Signum Function

The signum function is defined as:

f(x) = 1, if x > 0
f(x) = 0, if x = 0
f(x) = -1, if x < 0

It is written as:

f(x) = sgn(x)

This function tells whether a number is positive, negative or zero.

Greatest Integer Function

The greatest integer function gives the greatest integer less than or equal to x.

It is written as:

f(x) = [x]

Examples:

[2.4] = 2
[5] = 5
[-1.2] = -2

This function is also called the floor function.

Exponential Function

An exponential function is written as:

f(x) = a^x

where a > 0 and a ≠ 1.

Domain = R
Range = (0, ∞)

Examples:

f(x) = 2^x
g(x) = 3^x

Exponential functions are used in growth and decay problems.

Logarithmic Function

A logarithmic function is written as:

f(x) = loga x

where a > 0 and a ≠ 1.

Domain = (0, ∞)
Range = R

Examples:

f(x) = log2 x
g(x) = log10 x

Logarithmic functions are closely related to exponential functions.

Algebra of Real Functions

Algebra of real functions means performing operations on functions.

If f and g are real functions, then we can define:

Operation Formula
Addition (f + g)(x) = f(x) + g(x)
Subtraction (f - g)(x) = f(x) - g(x)
Multiplication (fg)(x) = f(x)g(x)
Division (f/g)(x) = f(x)/g(x), where g(x) ≠ 0
Scalar multiplication (αf)(x) = αf(x)

These operations are performed point-wise.

Addition of Two Real Functions

If f and g are real functions, then:

(f + g)(x) = f(x) + g(x)

Example:

f(x) = x + 2
g(x) = x - 1

(f + g)(x) = (x + 2) + (x - 1)

= 2x + 1

Subtraction of Two Real Functions

If f and g are real functions, then:

(f - g)(x) = f(x) - g(x)

Example:

f(x) = x + 5
g(x) = 2x

(f - g)(x) = x + 5 - 2x

= 5 - x

Multiplication of Two Real Functions

If f and g are real functions, then:

(fg)(x) = f(x)g(x)

Example:

f(x) = x
g(x) = x + 1

(fg)(x) = x(x + 1)

= x^2 + x

Quotient of Two Real Functions

If f and g are real functions, then:

(f/g)(x) = f(x)/g(x)

This is defined only when:

g(x) ≠ 0

Example:

f(x) = x + 1
g(x) = x - 2

(f/g)(x) = (x + 1)/(x - 2), where x ≠ 2

Even and Odd Functions

Some functions show symmetry.

Type Condition Graph Symmetry
Even function f(-x) = f(x) Symmetric about y-axis
Odd function f(-x) = -f(x) Symmetric about origin

Example of even function:

f(x) = x^2

Since f(-x) = (-x)^2 = x^2 = f(x), it is even.

Example of odd function:

f(x) = x^3

Since f(-x) = (-x)^3 = -x^3 = -f(x), it is odd.

Periodic Function

A function f(x) is periodic if there is a positive real number T such that:

f(x + T) = f(x)

The least positive value of T is called the fundamental period.

Examples:

sin x and cos x are periodic functions.

A periodic function repeats its values after a fixed interval.

Quick Highlights of Class 11 Maths Chapter 2 Notes

Topic Quick Revision Point
Ordered pair Pair written in fixed order
Cartesian product Set of all ordered pairs
Relation Subset of Cartesian product
Domain Set of first elements
Range Set of second elements actually used
Codomain Complete target set
Function Relation with exactly one image for every input
Image Output of an element
Preimage Input related to an output
Identity function f(x) = x
Constant function f(x) = c
Modulus function f(x) =
Signum function Gives -1, 0 or 1
Greatest integer function Greatest integer ≤ x
Algebra of real functions Operations on functions

Important Terms from CBSE Class 11 Maths Revision Notes Chapter 2

The terms below cover the main definitions students need while revising this chapter.

Term Meaning
Ordered pair Pair of elements written in a fixed order
Cartesian product Set of all ordered pairs from two sets
Relation Subset of Cartesian product
Domain Set of all first elements of ordered pairs
Range Set of all second elements used in relation or function
Codomain Complete second set
Inverse relation Relation formed by reversing ordered pairs
Function Relation where each input has exactly one image
Image Output of an element under a function
Preimage Input corresponding to an image
Real function Function with domain and range as R or subsets of R
Identity function Function defined by f(x) = x
Constant function Function defined by f(x) = c
Polynomial function Function expressed using powers of x
Modulus function Function defined by f(x) =
Signum function Function giving sign of x
Greatest integer function Function giving greatest integer less than or equal to x
Algebra of real functions Addition, subtraction, multiplication and division of functions

Useful Links for Class 11 Maths

Section Useful Links
Syllabus CBSE Class 11 Maths Syllabus
Revision Notes CBSE Class 11 Maths Revision Notes
Maths Notes CBSE Class 11 Maths Revision Notes Chapter 1
Maths Notes CBSE Class 11 Maths Revision Notes Chapter 2
NCERT Solutions NCERT Solutions Class 11 Maths
Sample Papers CBSE Sample Papers for Class 11 Maths
Important Questions Important Questions Class 11 Maths
NCERT Books NCERT Books for Class 11 Maths

Q.1 If P = {2, 3}, form the set P × P × P.

Ans

P × P × P = {(2, 2, 2), (2, 2, 3), (2, 3, 2), (2, 3, 3), (3, 2, 2), (3, 2, 3), (3, 3, 2), (3, 3, 3)}

Q.2  In given figure write the relation in

(i) Set–builder from (ii) Roster form
Also write the domain and the range.

Ans

(i) Set builder form R = {(x, y): y = 2x + 1 ∀ x ∈ A}
(ii) Roster form {(1, 3), (2, 5),(3, 7)}
Domain = {1, 2, 3} and Range = {3, 5, 7}

Q.3 a) If (x – 2, y + 3) = (4, 1), find the values of x and y.
b) If set A = {2, 3} and B = {3, 4}, find the number of elements in A × B.

Ans

a) Since ordered pairs are equal, so
x – 2 = 4 and y + 3 = 1
x = 4 + 2 = 6 and y = 1 – 3 = –2

b) n(A × B) = n(A) × n(B) = 2 × 2 = 4 elements

Q.4 Find the range:

a) f = {(x, x2): x ∈ R)} be a function from R into R.
b) A = {9, 10, 11, 13, 17, 18} and f : A → N defined by f(x) = highest prime factor of x.

Ans

a) Range : set of all positive real numbers.
b) Factors of 9 = 3 × 3 ⇒ highest prime factor = 3
Factors of 10 = 2 × 5 ⇒ highest prime factor = 5
Factors of 11 = 1 × 11 ⇒ highest prime factor = 11
Factors of 13 = 1 × 13 ⇒ highest prime factor = 13
Factors of 18 = 2 × 3 × 3 ⇒ highest prime factor = 3
∴ range = {3, 5, 11, 13}

Q.5 Let R be a relation from N to N defined by R = {(x, y): x, y ∈ N and y = x2}.
Are the following statements true? Give reason also.

(i) (x, x) ∈ R ∀ x ∈ N
(ii) (a, b) ∈ R ⇒ (b, a) ∈ R, ∀ a, b ∈ N
(iii) (a, b) ∈ R, (b, c) ∈ R ⇒ (a, c) ∈ R, ∀ a, b, c ∈ N
(iv) Is the relation a function?

Ans

i) No, as only (1, 1) R, (2, 2), (3, 3), …, R.
ii) No, (2, 4) R but (4, 2) R.
iii) No, as (2, 4) R and (4, 16) R but (2, 16) R.
iv) Yes, as all elements in the domain have a unique image in the co-domain.

Q.6 Find the domain of the function

fx=x2+2x+1x27x+12.

Ans

Since, x2 – 7x +12 = (x – 4)(x – 3), the function is defined for all real numbers
except x = 4 and x = 3. Hence, the domain of f is R – {3, 4}.

Q.7 A function f is defined by f(x) = x2 – 5. Find the value of

(i) f(0).
(ii) f(–3).

iii f23.

Ans

(i) f(x) = x2 – 5 ⇒ f(0) = 02 – 5 = –5
(ii) f(–3) = (–3)2 – 5 = 9 – 5 = 4

iii f23=2325=495=4459=419

Q.8 Let A = {2, 3, 4}, B = {4, 5}, C = {5, 6, 7}. Find (A × B) ∩ (A × C).

Ans

A × B = {(2, 4), (2, 5), (3, 4), (3, 5), (4, 4), (4, 5)}
A × C = {(2, 5), (2, 6), (2, 7), (3, 5), (3, 6), (3, 7), (4, 5), (4, 6), (4, 7)}
(A × B) ∩ (A × C) = {(2, 5), (3, 5), (4, 5)}

Q.9 Let A = {1, 2, 6, 8} and let R be a relation on A defined by
{(a, b): a, b ∈ A, b is exactly divisible by a}

a) Write R in roster form.
b) Find the domain of R.
c) Find the range of R.

Ans

a) R = {(1, 1), (1, 2), (1, 6), (1, 8), (2, 2), (2, 6), (2, 8), (6, 6), (8, 8)}
b) Domain of R = {1, 2, 6, 8}
c) Range of R = {1, 2, 6, 8}

Q.10 Let A = {1, 2, 3, 4}, B = {1, 5, 9, 11, 15, 16} and f = {(1, 5), (2, 9), (3, 1), (4, 5), (2, 11)}

a) Is f a relation from A to B? Why?
b) Is f a function from A to B? Why?

Ans

a) Yes, f is a relation because every element of f is a subset of A × B.
b) No, because the element 2 of A has two image in B, i.e., 9 and 11.
The mapping is not unique.

Q.11 Let f, g: R → R defined by f(x) = x 1, g(x) = 2x 5. Find

a) f – g.
b) f/g.

Ans

a) (f g)x = f(x) g(x)
= x 1 (2x 5)
= x 1 2x + 5
= 4 x

b) (f/g)x = f(x)/g(x) = (x 1)/(2x 5), where x ≠ 5/2.

Q.12

If fx=x2, find f2.1f12.11

Ans

fx=x2f2,1=2.12=4.41 f1=12=1On putting these values, we getf2.1f12.11=4.4111.1=341110

Q.13 Determine the domain and range of the relation R defined by R = {(x, x2): x ∈ (1, 2, 3, 4)}.

Ans

R = {(1, 1), (2, 4), (3, 9), (4, 16)}
Since domain is the set of first components in R and range is the set of second components in R .
Therefore,
Domain = {1, 2, 3, 4}
Range = {1, 4, 9, 16}

Q.14 If A = {–1, 0}, find A × A × A.

Ans

A × A × A = {(1, 1, 1), (1, 1, 0), (1, 0, 1), (1, 0, 0), (0, 1, 1), (0, 1, 0), (0, 0, 1), (0, 0, 0)}

Q.15 Let A = {1, 2, 3} and B = {1, 4}. Find A × B and B × A.

Ans

A × B = (1, 1), (1, 4), (2, 1), (2, 4), (3, 1), (3, 4)
B × A = (1, 1), (1, 2), (1, 3), (4, 1), (4, 2), (4, 3)

Q.16 Under which condition a relation from A to B is said to be a function?

Ans

If every element of A has one and only one Image in B, then f is a function from A to B.

Q.17

Find the domain of the function fx = x36x2+11x6

Ans

We know that all the values of x for which function is defined is called domain. For function to be defined,x36x2+11x60 1Now, for getting its factorput x=1,1,0we find that x=1, satisfies 1Hence rx1 is one of its factorsNow, on dividing 1 by x1, we getx25x+6, which is a quadratic poynomialOn splitting the middle term, we getx2x3Finally, we getx36x2+11x6=x1x2x3eqn (1) becomesx1x2x30Using number line, we get

Expression is +ve in the interval [1,2] and [3,+),Hence, the domain of the given function is[1,2][3,+).

Q.18 Define a relation.

Ans

Let A and B be two sets. Then a relation from A to B is a subset of A × B, i.e., R ⊆ A × B.

Q.19 If R is a relation defined by R = {(x, 2x): x ∈ (1, 2, 3, 4)}, find the range and domain of R.

Ans

Range of R = (2, 4, 6, 8)
and Domain of R = (1, 2, 3, 4)

Q.20 If A = {1, 2, 3, 4, 5, 6, 7, 8, 9}. Define a relation on a set A by R = {(x, y): 3x – y = 0, where x, y ∈ A}. Show this relationship using arrow diagram.

Ans

R = {(1, 3), (2, 6), (3, 9)}

Q.21 If n(A) = 3 and n(B) = 3, then find n(A × B).

Ans

n(A × B) = n(A) × n(B) = 9

Q.22

If a relation f is defined as fx=2x+3, then find the value of ff32

Ans

fx=2x+3 f32=2×32+3=6ff32=f6=2×6+3=15

Q.23 Let f, g: R → R defined by f(x) = 6x and g(x) = 3x. Find f – g.

Ans

(f – g)(x) = f(x) – g(x) = 6x – 3x = 3x

Q.24 Let A = {a, b, c, d}, B = {e, f, g, h, i, j} and f = {(a, e), (b, f), (c, g), (d, h), (a, i)}. Check whether f is a function from A to B or not.

Ans

No. f is not a function from A to B since element ‘a’ of set A has more than one image in set B.

Q.25

Let f and g be real function defined by fx=x+2and gx=4x2. Then find fg and ff.

Ans

a) fg=fxgx=x+24x2=12xb) ff=fx fx=[fx]2=x+22=x+2

Q.26 If P = {a, b} and Q = {2, 3}, find P × Q.

Ans

P × Q = {(a, 2), (a, 3), (b, 2), (b, 3)}

Q.27 Given that f: X → Y, the image of x is f(x). Write the preimage of y.

Ans

Preimage of y is f–1(y) = {x: f(x) = y}, or all x whose image is y.

Q.28 Define the signum function.

Ans

The function f:RR defined by fx=1if x>00if x=01if x<0is called signum function.

Q.29

Find the domain of fx=4x2.

Ans

f(x) is defined for 4 – x2 ≥ 0
or x2 – 4 ≤ 0
or (x – 2)(x + 2) ≤ 0
Therefore, Domain of function = {x: – 2 ≤ x ≤ 2}

Q.30 The cartesian product of A × A has 9 elements among which (–1, 0) and (0, 1) are found. Find the set A and the remaining elements of A × A.

Ans

A = {–1, 0, 1}
The remaining elements of A × A are (–1, –1), (–1, 1), (0, –1), (0, 0), (1, –1), (1, 0), (1, 1).

Q.31 Find the range of function, f(x) = |x|.

Ans

Since function, f(x) = |x| is defined for all the real values of x ∈ R and value of y = f(x) = |x| is always a positive real number ∀ x ∈ R.
Hence, its range is the set of all positive real values, i.e.,
[0, ∞).

Q.32

Find the domain of the function fx = xx1

Ans

We know that all values of x for which function is defined is called domain. fx=xx1For function to be defined, denominator should be non-zero.Here, function is not defined for x=1.Hence, its domain is all the real values of x except 1, i.e.,R{1}.

Q.33

Find the domain of the function fx = 36x2.

Ans

We know that all the values of x for which function is defined is called domain. fx=36x2For function to be defined,36x20x2360x2620x6x+60x6 and x66x6X[6,6]Hence, the domain of the given function is [6,6].

Q.34 Find the domain of function, f(x) = |X|.

Ans

Since function, f(x) = |X| is defined for all values of x ∈ R.
Hence, its domain is the set of all real values of x, i.e., R or (– ∞, ∞).

Q.35 Let f = {(1,1), (2,3), (0, –1), (–1, –3)} be a linear function from Z into Z. Find f(x).

Ans

Since f is a linear function,
Therefore, let us suppose f(x) = mx + c… (1)
Also, since (1, 1), (0, – 1) ∈ R,
⇒ f (1) = m + c = 1 …(2)
and f (0) = c = –1.
On putting the value of c in (2), we get
m – 1 = 1
⇒ m = 2
On putting the value of c and m in (1), we get
f(x) = 2x – 1.

Q.36 If (x + y, x – y) = (6, 2), find the values of x and y.

Ans

Since the ordered pairs are equal, therefore,​the corresponding elements are also equal.​x+y=6 .1xy=2 2On adding equations (1) and (2), we get​x+y=6xy=2¯   2x=8    X=4On putting the value of x in 1, we get​4+y=6or y=2Hence, x=4,y=2

Q.37

Find the domain of function fx = x49x2.

Ans

We know that all the values of x for which function is defined is called domain.fx=x49x2For function to be defined,49x2>0x249<0x272<0x7x+7<0x>7 and x<77<x<7x7,7Hence, the domain of the given function is 7,7.

Q.38

Find the domain of the function fx = 3x2+7x25x+6.

Ans

We know that all the values of x for which function is defined is called domain. f(x)=3x2+7x25x+6For function to be defined,x25x+6>0x2x3>0x2>0 and x3>0x>2 and x>3x>3 1 Also, x2<0 and x3<0x<2 and x<3x<2 2From 1 and, 2 get<x<2 and 3<x<Hence, the domain of the given function is,23,

Q.39

Find the range of the functionfx=1x21+x2

Ans

Since, the value of y for which domain x is defined is called range,Let y=1x21+x2y+yx2=1x2x2+x2y=1y1+yx2=1yx2=1y1+yx=1y1+yFor domain x to be defined,1y1+y0On using number line, we get

1<y1 denominator 01+y0y1y(1,1]Hence, range is (1,1].

Q.40

Find the range of the functionfx=x1x.

Ans

Since, the value of y for which domain x is defined is called range,Let y=X1xx=yyxx+xy=y1+yx=yX=y1+yFor domain x to be defined, denominator 01+y0y1Hence, the range is set of all real numbers R except 11 i.e., R{1}.

Q.41

Find the domain of the function fx = x27x+10.

Ans

We know that all the values of x for which function is defined is called domain. fx=x27x+10For function to be defined, x27x+100x2x50x20 and x50x2 and x5x5 1 Also, x20 and x50x2 and x5x2 2Froma1nd,2we get<x2 and 5x<Hence, the domain of the given function is,2][5,.

Q.42 If Set A has m elements and Set B has n elements, find the number of relations defined from Set A to Set B.

Ans

Since the number of elements in set A = m
Number of elements in set B = n
∴ Number of elements in set (A × B) = mn
The number of all possible subsets of Set (A × B) = 2mn
⇒ The number of relations defined from Set A to B = 2mn

Q.43 If Set A has m elements, find the number of all possible subsets of Set (A × A).

Ans

Since, the number of elements in set A=m Number of elements in setA×A=m·m=m2The number of all possible subsets of setA×A=2m2

Q.44 If Set A has m elements and Set B has n elements, find the elements in Set (AXB).

Ans

Since the number of elements in set A = m
Number of elements in set B = n
∴ Number of elements in set (AXB) = mn

Q.45

Express the following functions as a sets of ordered pairs and determine their ranges​(a) f : AR, fx = x2+1, where A = -1,0,2,4(b) g : AN, gx = 2x, where A=x:xN,x10

Ans

a We have, f(1)=(1)2+1=2, f0=02+1,f(2)=22+1= and f4=42+1=17 f={x,fx):xA}={(1,2),(0,1),(2,5),(4,17)}Hence, Range of f={2,1,5,17}b We have, A={1,2,3,,10}. Therefore,g1=2×1=2, g2=2×2=4, g3=2×3=6,g4=2×4=8, g5=2×5=10, g6=2×6=12,g7=2×7=14, g8=2×8=16, g9=2×9=18,g10=2×10=20 g={x,gx):xA}={(1,2),(2,4),(3,6),,(10,20)} Range of g=g(A)={g(x):xA} ={2,4,6,8,10,12,14,16,18,20}

Q.46 Let f and g be real function defined by f(x) = 4x + 1 and g(x) = 6x – 7.

(a) For what real numbers x, f(x) = g(x)?
(b) For what real numbers x, f(x) < g(x)

Ans

We have fx=4x+1 and gx=6x7b24acNow,a For fx=gx, we must have,4x+1=6x7Solving above equation for x, we get, 4x+1=6x7 6x4x=7+1 2x=8 x=82=4 x=4b Now, For fx<gx, we must have, 4x+1<6 x7Solving above inequality for x, we get 4x+1<6 x7 2x>8 x>4Hence, for x=4,fx=gx and,for x>4, fx<gx

Q.47

If X = 1,3,5, Y = a,b, then represent the following products by arrow diagrams:​i X×Yii Y×X​iii X×X iv Y×Y

Ans

i We have, X×Y={1,3,5}×{a,b} ={(1,a),(1,b),(3,a),(3,b),(5,a),(5,b)}Following arrow diagram represent X×Y.ii We have, Y×X={a,b}×{1,3,5} ={(a,1),(a,3),(a,5),(b,1),(b,3),(b,5)}Following arrow diagram represent Y×X.iii We have, X×X={1,3,5}×{1,3,5} ={(1,1),(1,3),(1,5),(3,1),(3,3),(3,5),(5,1),(5,3),(5,5)}Following is the arrow diagram represent X×X.iii We have, Y×Y={a,b}×{a,b} ={(a,a),(a,b),(b,a),(b,b)}Following is the arrow diagram represent Y×Y.

Q.48

A relation R is defined on the set Z of integers as follows:limxx,yRx2+y2=100Express R and R1 as the sets of ordered pairs and hencefind their respective domains.

Ans

We have,x,yRx2+y2=100 y=±100x2We observe that x=0y=±10 0,10R and 0,10Rx=±6y=10036=±8 6,8R,6,8R, 6,8R and 6,8Rx=±8y=10064=±6 8,6R, 8,6R, 8,6R and 8,6Rx=±10y=100100=010,0R and 10,0RWe also notice that for any other integral value of x, y is not an integerR={0,10,0,10,6,8,6,8,6,8,6,8,8,6 8,6,8,6,8,6,10,0,10,0}R1={10,0,10,0,8,6,8,6,8,6,8,6,6,8 6,8,6,8,6,8,0,10,0,10}Clearly domain R={0,6,6,8,8,10,10}= domain R1

Q.49

If A ={x:x<6,xN},B=x:x4,xW.Find AB×ABwhere W is the set of whole numbers, and N is the set of natural numbers.

Ans

It is given that A={x : x<4, xN} where N is the set of natural numbers.Thus, we have A={1,2,3}Similarly, we are given that B={x:x3,xW} where W is theset of whole numbers.Thus, we have, B={0,1,2,3}Now,AB=B={0,1,2,3}, andAB=A={1,2,3}For finding AB×AB we will make following table :

(A ∪ B) ↓ (A ∩ → B) 1 2 3
0 (0,1) (0,2) (0,3)
1 (1,1) (1,2) (1,3)
2 (2,1) (2,2) (2,3)
3 (3,1) (3,2) (3,3)

Thus,AB×AB={0,1,0,2,0,3,1,1,1,2,1,3 2,1,2,2,2,3,3,1,3,2,3,3},

Q.50

If 4fx + 6f1x = 1x5, then find fx.

Ans

We have been given,4fx+6f1x=1x5 ...1Replace x by 1x in the above expression4f1x+6fx=x5 ...2On adding equationsa1 and 210fx+10f1x=x+1x10fx+f1x=110x+1x1 ...3Now, subtracting 1 from 22fx2f1x=x1x ...4Now, multiply equation 3by 22fx+2f1x=15x+1x2 ...5Adding equationa4nd equation 54fx=x5+15x+x1x2 =x5+x+15x1x2 =6x545x24fx=6x545x2fx=3x1015x12

Q.51 There are 4 elements in a set A and 5 elements in the set B, then there will be ___ elements in A × B.

Ans

It is given that n(A) = 4
and n(B) = 5
Therefore, n(A × B) = 4 × 5
= 20
There are 4 elements in a set A and 5 elements in the set B, then there will be 20 elements in A × B.

Please register to view this section

FAQs (Frequently Asked Questions)

A relation from set A to set B is a subset of A × B. It connects the first element and second element of ordered pairs using a rule.

A function is a relation in which every element of the domain has one and only one image in the codomain. One input cannot have two different outputs.

A relation can connect an input to one, many or no outputs. A function must connect every input to exactly one output. So, every function is a relation, but every relation is not a function.

The domain is the set of all input values. The range is the set of all actual output values obtained from the function. In f : A → B, A is the domain and range is a subset of B.

The Cartesian product A × B is the set of all ordered pairs (a, b), where a ∈ A and b ∈ B. If n(A) = p and n(B) = q, then n(A × B) = pq.