Cartesian Product & Ordered Pairs of Sets-Properties & Examples | Class 11 Math Notes Study Material Download Free PDF

Cartesian Product of Sets

The cartesian product of sets results in a set that includes collections of all ordered pairs. Suppose A and B are two sets such that A is a set of 3 colours and B is a set of 2 objects, i.e.,

A = {green, black, red} 

B = {b, p},

where b and p represent a selective bag and pen, respectively.

Let’s find the number of pairs of colored objects that we can make from these two sets, A and B.

Proceeding in a quite thorough manner, we can recognize that there will be six different pairs. They can be written as given below:

(green, b), (green, p), (black, b), (black, p), (red, b), (red, p)

The above-ordered pairs represent the Cartesian product of given two sets.

What is Cartesian Product and Ordered pairs?

The Cartesian product of two non-empty sets A and B is denoted by \(\begin{array}{l} A × B \end{array} \)

and defined as the “collection of all the ordered pairs (a,b) such that \(\begin{array}{l} a \in A \end{array} \) and \(\begin{array}{l} b \in B \end{array} \) “.

\(\begin{array}{l} A × B \end{array} \) = {\(\begin{array}{l} ( a,b):a \in A, b\in B \end{array} \)}

It is also called the cross product, set direct product or the product set of A and B .

One very important thing to note here is that it is the collection of ordered pairs. By ordered pair, it is meant that two elements taken from each set are written in particular order. So, if a ≠ b , ordered pairs (a,b) and (b,a) are distinct.

Cartesian Square

If both the sets of a cartesian product are same, say set A = set B, then the cartesian product of set C and D is called cartesian square.

A = B

A x B = A2 = {(a,b): a ∈ C, b ∈ C}

Cartesian Product of Empty Set

As we know, an empty set does not have any elements in it. The cardinality of empty set or the size is also zero. The cartesian product of a set, say A and the empty set ∅, is an empty set only.

A x ∅ = ∅

Properties of Cartesian Product

  • Cartesian product is not commutative. Thus, if we change the order of sets the result changes. If A and B are two sets, then the cartesian product of A and B, A × B ≠ B × A
  • Cartesian product is not associative. If we regroup the sets in the cartesian product, then it will change the result. If A, B and C are three sets, then (A × B) × C ≠ A × (B × C)
  • Distribution property of cartesian product over the intersection of sets is given by A × (B ∩ C) = (A × B) ∩ (A × C)
  • Distribution property of cartesian product over the union of sets is given by A × (B∪C) = (A × B) ∪ (A × C)
  • The result of the cartesian product of sets is a set of all ordered pairs

Cartesian Product and Ordered pairs Solved Examples

Example 1:

To take an example, let us take P as the set of grades in a school from set Q as the sections for the grades. So, we have P and Q as:

P = {8,9,10}

Q = {A,B,C,D}

So, \(\begin{array}{l} P × Q \end{array} \) , according to the definition will be equal to, \(\begin{array}{l} P × Q \end{array} \) = { (8,A) , (8,B) , (8,C) , (8,D) ,(9,A) , (9,B) ,(9,C),(9,D),(10,A),(10,B),(10,c),(10,D)}

There are a total of 12 ordered pairs. If n(P) and n(Q) represent the number of elements in the sets P and Q respectively, then n(P) = 3 and n(Q) =4. So, n(P×Q) = 3 × 4 = 12. Refer figure 1 for the depiction of the same. In the figure, we can clearly observe how (begin{array}{l} P × Q end{array} ) forms a plane, also referred to as a Cartesian plane. Each point represents an ordered pair which has first element from set P and second element from set Q. If number of elements in set A and B is p and q respectively, then number of elements in the Cartesian product of sets will be pq i.e.

If n(A) = p and n(B) = q and , then n( A × B) = pq.

From this property, we can draw two conclusions:

  • When one or both the sets are empty, A × B = \(\begin{array}{l} \phi\end{array} \)   .
  • If anyone of the sets is infinite, even A × B is an infinite set.
Cartesian Product & Ordered Pairs of Sets-Properties & Solved Examples. Class 11 Math Notes Study Material Download Free PDF

Figure 1: Depiction of all possible ordered pairs for \(\begin{array}{l} P × Q \end{array} \)

Example 2:

For two ordered pairs to be equal, their corresponding elements must be equal. E.g. If ordered pairs (9,13) and (x+3 , y+6) are equal,

x + 3 = 9 ⇒ x = 6

y + 6 = 13 ⇒ y = 7

Facts on Cartesian Product

  • The Cartesian product of sets is not limited to only two sets. It also holds for more than two sets. But the complexity increases as we increase the number of sets.
  • For three sets A, B and C, an element of A ×B × C is represented as (a, b, c) and it is called an ordered triplet.
  • If we take the Cartesian product of two sets as, R × R where R is the set of real numbers, that represents the entire two-dimensional Cartesian plane. Similarly, R × R × R represents three-dimensional Cartesian space.

Cartesian Product in Relational Algebra 

Cartesian product in relational algebra is a binary operator. Thus, for the Cartesian product to be determined, the two relations included must possess disjoint headers that mean there should not be a common attribute name. The Cartesian Product in relational algebra is defined on two relations, i.e. on two sets of tuples. It will take every tuple one by one from the left set (relation) and pair it up with all the tuples in the right set (relation).

Cartesian Product of Three sets

The Cartesian product of three sets is explained here using an example.

Consider three sets A = {1, 2}, B = {3, 4} and C = {5, 6}

Now, we need to get the Cartesian product of these three sets.

As we know, the number of ordered pairs in A × B × C = 2 × 2 × 2 = 8 {since the number of elements in each of the given three sets is 2}

Thus, the ordered pairs of A × B × C can be tabulated as:

ElementsElements to be selected from setsOrdered pairs
1st element{1, 2} × {3, 4} × {5, 6}(1, 3, 5)
2nd element{1, 2} × {3, 4} × {5, 6}(1, 3, 6)
3rd element{1, 2} × {3, 4} × {5, 6}(1, 4, 5)
4th element{1, 2} × {3, 4} × {5, 6}(1, 4, 6)
5th element{1, 2} × {3, 4} × {5, 6}(2, 3, 5)
6th element{1, 2} × {3, 4} × {5, 6}(2, 3, 6)
7th element{1, 2} × {3, 4} × {5, 6}(2, 4, 5)
8th element{1, 2} × {3, 4} × {5, 6}(2, 4, 6)

Therefore, A × B × C = {1, 2} × {3, 4} × {5, 6} = {(1, 3, 5), (1, 3, 6), (1, 4, 5), (1, 4, 6), (2, 3, 5), (2, 3, 6), (2, 4, 5), (2, 4, 6)}

  • Relations and Functions Class 11 Notes PDF
  • Class 11 Maths Chapter 1 Notes PDF Download
  • NCERT Solutions for Relations and Functions Class 11
  • Important Questions for Relations and Functions Class 11
  • Relations and Functions Class 11 Study Material PDF
  • CBSE Class 11 Maths Notes PDF
  • Class 11 Maths NCERT Solutions Chapter 1
  • Relations and Functions Formulas PDF
  • Important Questions and Answers Class 11 Maths
  • Free Study Material for Class 11 Maths PDF
  • Relations and Functions JEE Notes PDF Download
  • JEE Maths Study Material Relations and Functions
  • Important Questions for Relations and Functions JEE
  • JEE Advanced & Mains Relations and Functions PDF
  • Class 11 Maths Relations and Functions for JEE
  • JEE Mains Maths Chapter 1 Notes PDF
  • NCERT-Based Study Material for JEE Maths
  • Relations and Functions Formula Sheet JEE
  • Short Notes for Relations and Functions JEE PDF
  • Practice Questions on Relations and Functions for JEE

Er. Neeraj K.Anand is a freelance mentor and writer who specializes in Engineering & Science subjects. Neeraj Anand received a B.Tech degree in Electronics and Communication Engineering from N.I.T Warangal & M.Tech Post Graduation from IETE, New Delhi. He has over 30 years of teaching experience and serves as the Head of Department of ANAND CLASSES. He concentrated all his energy and experiences in academics and subsequently grew up as one of the best mentors in the country for students aspiring for success in competitive examinations. In parallel, he started a Technical Publication "ANAND TECHNICAL PUBLISHERS" in 2002 and Educational Newspaper "NATIONAL EDUCATION NEWS" in 2014 at Jalandhar. Now he is a Director of leading publication "ANAND TECHNICAL PUBLISHERS", "ANAND CLASSES" and "NATIONAL EDUCATION NEWS". He has published more than hundred books in the field of Physics, Mathematics, Computers and Information Technology. Besides this he has written many books to help students prepare for IIT-JEE and AIPMT entrance exams. He is an executive member of the IEEE (Institute of Electrical & Electronics Engineers. USA) and honorary member of many Indian scientific societies such as Institution of Electronics & Telecommunication Engineers, Aeronautical Society of India, Bioinformatics Institute of India, Institution of Engineers. He has got award from American Biographical Institute Board of International Research in the year 2005.

CBSE Class 11 Maths Syllabus for 2023-24 with Marking Scheme

CBSE syllabus for class 11 Maths is divided into 5 units. The table below shows the units, number of periods and marks allocated for maths subject. The maths theory paper is of 80 marks and the internal assessment is of 20 marks.

No.UnitsMarks
I.Sets and Functions23
II.Algebra25
III.Coordinate Geometry12
IV.Calculus08
V.Statistics and Probability12
Total Theory80
Internal Assessment20
Grand Total100

2025-26 CBSE Class 11 Maths Syllabus

Below you will find the CBSE Class Maths Syllabus for students.

Unit-I: Sets and Functions

1. Sets

Sets and their representations, empty sets, finite and infinite sets, equal sets, subsets, and subsets of a set of real numbers, especially intervals (with notations), universal set, Venn diagrams, union and intersection of sets, difference of sets, complement of a set and properties of complement.

2. Relations & Functions

Ordered pairs, Cartesian product of sets, number of elements in the Cartesian product of two finite sets, Cartesian product of the set of reals with itself (upto R x R x R), definition of relation, pictorial diagrams, domain, co-domain and range of a relation. Function as a special type of relation. Pictorial representation of a function, domain, co-domain and range of a function. Real valued functions, domain and range of these functions, constant, identity, polynomial, rational, modulus, signum, exponential, logarithmic and greatest integer functions, with their graphs. Sum, difference, product and quotients of functions.

3. Trigonometric Functions

Positive and negative angles, measuring angles in radians and in degrees and conversion from one measure to another, definition of trigonometric functions with the help of unit circle, truth of the identity, signs of trigonometric functions, domain and range of trigonometric functions and their graphs, expressing sin (x±y) and cos (x±y) in terms of sinx, siny, cosx & cosy and their simple applications.

Unit-II: Algebra

1. Complex Numbers and Quadratic Equations

Need for complex numbers, especially√−1, to be motivated by the inability to solve some of the quadratic equations. Algebraic properties of complex numbers, Argand plane.

2. Linear Inequalities

Linear inequalities, algebraic solutions of linear inequalities in one variable and their representation on the number line.

3. Permutations and Combinations

The fundamental principle of counting. Factorial n. (n!) Permutations and combinations, derivation of Formulae for nPr and nCr and their connections, simple applications.

4. Binomial Theorem

Historical perspective, statement and proof of the binomial theorem for positive integral indices, Pascal’s triangle, simple applications.

5. Sequence and Series

Sequence and series, arithmetic progression (A. P.), arithmetic mean (A.M.),  geometric progression (G.P.), general term of a G.P., sum of n terms of a G.P., infinite G.P. and its sum, geometric mean (G.M.), relation between A.M. and G.M.

Unit-III: Coordinate Geometry

1. Straight Lines

Brief recall of two-dimensional geometry from earlier classes. Slope of a line and angle between two lines. Various forms of equations of a line: parallel to axis, point-slope form, slope-intercept form, two-point form, intercept form and normal form. General equation of a line. Distance of a point from a line.

2. Conic Sections

Sections of a cone: circles, ellipse, parabola, hyperbola, a point, a straight line and a pair of intersecting lines as a degenerated case of a conic section. Standard equations and simple properties of parabola, ellipse and hyperbola. Standard equation of a circle.

3. Introduction to Three-Dimensional Geometry

Coordinate axes and coordinate planes in three dimensions. Coordinates of a point. Distance between two points.

Unit-IV: Calculus

1. Limits and Derivatives

Derivative introduced as rate of change both as that of distance function and geometrically, intuitive idea of limit, limits of polynomials and rational functions trigonometric, exponential and logarithmic functions, definition of derivative relate it to the slope of the tangent of the curve, derivative of sum, difference, product and quotient of functions. Derivatives of polynomial and trigonometric functions.

Unit-V: Statistics and Probability

1. Statistics

Measures of Dispersion: Range, mean deviation, variance and standard deviation of ungrouped/grouped data.

2. Probability

Events; occurrence of events, ‘not’, ‘and’ and ‘or’ events, exhaustive events, mutually exclusive events, Axiomatic (set theoretic) probability, connections with other theories of earlier classes. Probability of an event, probability of ‘not’, ‘and’ and ‘or’ events.

Students can also get the syllabus of all the subjects by visiting CBSE Class 11 Syllabus page. Learn Maths & Science in an interactive & fun-loving way with Anand Classes App/Tablet.

Frequently Asked Questions on CBSE Class 11 Maths Syllabus 2025-26

Q1

What is the marks distribution for internals and theory exams according to the CBSE Maths Syllabus for Class 11?

The marks distribution for internals is 20 marks and the theory exam is 80 marks based on the CBSE Class 11 Maths Syllabus.

Q2

Which is the most important chapter in the CBSE Class 11 Maths Syllabus?

The important chapter in the CBSE Class 11 Maths Syllabus is Algebra which is for 25 marks in the overall weightage.

Q3

What are the chapters covered in Unit III of the CBSE Class 11 Maths Syllabus?

The chapters covered in Unit III of the CBSE Class 11 Maths Syllabus are straight lines, conic sections and an introduction to three-dimensional geometry.