Union of Sets | Formula, Examples & Venn Diagrams | Class 11 Math Notes Study Material Download Free PDF

Union of two sets means finding a set containing all the values in both sets. It is denoted using the symbol ‘∪’ and is read as the union.

Example 1:
If A = {1, 3. 5. 7} and B = {1, 2, 3} then A∪B is read as A union B and its value is,
A∪B = {1, 2, 3, 5, 7}

Example 2:
If A = {1, 3. 5.7} and B = {2, 4} then A∪B is read as A union B and its value is,
A∪B = {1, 2, 3, 5, 7}

Example 3:
If A = {1, 2, 3}, B = {2, 4} and C = {1, 3, 4}
A∪B∪C = {1, 2, 3, 5}

The union of the set can also be represented using the Venn Diagrams. For example, if we have set A and set B which have some values in common then their Venn diagram is represented in the image below,

Venn Diagram of Union of Sets

We can represent any set using the Venn diagram in the Venn diagram explained above the rectangle represents the Universal set, and set A and set B are represented using the circles. The common area of the two sets represents the intersection of the two sets and both the circles combined along with the common area represent the union of the set.

Mathematical Definition

The union of any two or more sets is a set that contains all the elements of the previous sets. The union of two sets is equivalent to the logical operation OR and it means any of the given values, for example, if we take a set A = {a, e, i, o, u} and set B = {a, b, c, d, e} then OR operations signifies any of the value of set A and set B and this can be written as A∪B and its value is equal to,

A∪ B = {a, b, c, d, e, i, o, u}

Here, the union set contains all the values either in set A or set B.

In general, for two sets, set A and set B we represent the union of sets in set builder form as,

A ∪ B = {x: x ∈ A or x ∈ B}

How to Find Union of Sets?

We can easily find the union of two sets by taking all the elements of both sets and removing the common elements. Let’s learn this concept through an example.

Example: Find the union of the sets, set A = {p, q, r, s, t, u} and set B = {s, t, u, v, w,}.

Solution:

The union of set A and set B is found by taking all the elements of set A and set B and taking the common element only once.

A∪ B = {p, q, r, s, t, u, v, w}

Here, all the elements of set A and set B are taken and the elements which appear twice (s,t,u) are taken only once.

Union of Sets Symbol

Union of the sets is represented using the symbol “∪”. It is placed between two sets whose union is to be found. We read this symbol as “union”. Example A∪B is read as A union B, furthermore we can also find the union of two or more sets as the union of set A, set B, and set C is represented as, A∪B∪C and is read as A union B union C.

Note: We can find the union for any number of finite or countable infinite sets.

Union of Sets Formula – A U B

As we already discussed set A union B contains all the elements of set A as well as set B, but there are some formulas related to the A U B operation that helps us calculate many things. One such formula involving union of two sets, is discussed as follows:

Formula for Number of Elements in A union B

To find the number of elements in the set of A union B, we can use the following formula:

n(A U B) = n(A) + n(B) – n(A ∩ B)

Where,

  • n(A U B) is the number elements in A U B,
  • n(A) is the number of elements in A,
  • n(B) is the number of elements in B, and 
  • n(A ∩ B) is the number of elements that are common to both A and B.

Note: n(A) or |A| is called the cardinality of the set A i.e., the number of elements set A contains.

Properties of Union of Sets

The intersection of set has various properties. The table below discusses the properties of the union of the set.

Properties of UnionNotation
Commutative PropertyA∪ B = B ∪ A
Associative Property(A ∪ B) ∪ C = A ∪ (B ∪ C)
Identity Law (Property of Ⲫ)A ∪ ∅ = A
Property of Universal SetA ∪  U = U
Idempotent PropertyA ∪  A = A

Commutative Property

The commutative property of the union of the set explains that the order in which the union of two sets is taken is not important. For example, if take the union of two sets, set A and set B then the value of A ∪ B is equal to the B ∪ A. We can write this property as,

A ∪ B = B ∪ A

Example: Take two sets, set A = {1, 3, 5, 7}, and set B = {a, b, c, d} and find their union.

Solution:

Given sets,

A = {1,3,5,7}
B = {a,b,c,d}

Now, for proving the commutative property.

A ∪ B = {1,3,5,7} ∪ {a,b,c,d} 
⇒ A ∪ B = {1,3,5,7,a,b,c,d}…(i)

Similarly,

B ∪ A = {a,b,c,d} ∪ {1,3,5,7} = {a,b,c,d,1,3,5,7}

As we know the order of elements is not important in sets so,

B ∪ A  = {a, b, c, d, 1, 3, 5, 7}
⇒ B ∪ A  = {1, 3, 5, 7, a, b, c, d}…(ii)

Thus from (i) and (ii) we say that 

A ∪ B = B ∪ A,

Thus, commutative property for union of sets can be varified.

Associative Property

The associative property of the union of the set explains that the order in which the two sets are grouped for finding the union of two or more sets is not important. For example, if take the union of three finite sets, set A, set B, and set C then,

(A ∪ B) ∪ C = A ∪ (B ∪ C)

Example: Take three sets, set P = {1, 3, 5, 7}, set Q = {a, b, c, d}, and set R = {p, q, r, s}. Verify Associative property.

Solution:

Given sets,

P = {1, 3, 5, 7}
Q = {a, b, c, d}
R = {p, q, r, s}

Now, for proving the associative property.

P ∪ Q = {1,3,5,7} ∪ {a,b,c,d} = {1,3,5,7,a,b,c,d}
⇒ (P ∪ Q) ∪ R = {1, 3, 5, 7, a, b, c, d} ∪ {p, q, r, s} 
⇒ (P ∪ Q) ∪ R = {1, 3, 5, 7, a, b, c, d, p, q, r, s}…(i)

Similarly,

Q ∪ R = {a,b,c,d} ∪ {p,q,r,s} = {a,b,c,d,p,q,r,s}
⇒ P ∪ (Q ∪ R) = {1, 3, 5, 7} ∪ {a, b, c, d, p, q, r, s} 
⇒ (P ∪ Q) ∪ R=  {1, 3, 5, 7, a, b, c, d, p, q, r, s}…(ii)

Thus from (i) and (ii) we say that 

(P ∪ Q) ∪ R = P ∪ (Q ∪ R)

Thus, the associative property of the union of the set is verified.

Identity Law (Property of Ⲫ)

The Identity Law of the union of the sets states that the union of any set with an identity element will result in the same set. It can be represented as

A ∪ Ⲫ = A

where Ⲫ is the identity set or null set. This is also called the Property of Ⲫ or the Property of identity set.

Example: If A = {1,2,3,4,5,6} prove A ∪ Ⲫ = A

Solution:

Given,

A ∪ Ⲫ = {1, 2, 3, 4, 5, 6} ∪  { } =  {1, 2, 3, 4, 5, 6}

⇒ A ∪ Ⲫ = A

Thus, Identity Law is verified.

Property of Universal Set

Property of the Universal Set of the union of the sets states that the union of any set with the universal set will result in the Universal set. It can be represented as

A ∪ U = U

Note: This property is sometimes referred to as Domination Law.

Example: If A = {1,2,3} and U = {1,2,3,4,5,6,7,8} then prove A ∪ U = U

Solution:

Given,

A ∪ U = {1, 2, 3} ∪  {1, 2, 3, 4, 5, 6, 7, 8} 

⇒ A ∪ U = {1, 2, 3, 4, 5, 6, 7, 8}

⇒ A ∪ U = U

Thus, Property of Universal set is verified.

Idempotent Property

Idempotent property of the union of the sets states that the union of any set with itself will result in the same set. It can be represented as

A ∪ A = A

Example: If A = {1, 2, 3, 4, 5, 6} then verify the idempotent property.

Solution:

Given,

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

⇒ A ∪ A =  {1,2,3,4,5,6}

⇒ A ∪ A = A

Thus, Idempotent Property is verified.

Union of Sets Examples

Example 1: Find the Union of the sets,

  • A = {1, 2, 3, 4, 5, 6}
  • B = {5, 6, 7, 8, 9}

Solution:

Given set,

Set A = {1, 2, 3, 4, 5, 6}
Set B = {5, 6, 7, 8, 9}

Union of sets

A∪ B = {1, 2, 3, 4, 5, 6} ∪ {5, 6, 7, 8, 9}

⇒ A∪ B = {1, 2, 3, 4, 5, 6, 7, 8, 9}

Example 2: Find the Union of the sets given below,

  • P = {a, e, i, o, u}
  • Q = {p, q, r, s, t}
  • R = {j, k, l, m, n}

Solution:

Given set,

P = {a, e, i, o, u}
Q = {p, q, r, s, t}
R = {j, k, l, m, n}

Thus, P∪ Q∪ R = {a, e, i, o, u} ∪  {p, q, r, s, t} ∪  {p, q, r, s, t}

⇒ P∪ Q∪ R = {a, e, i, o, u, p, q, r, s, t, j, k, l, m, n}

Example 3: Find the union of sets P and Q, if P = {1, 2, 3, 4, 5} and Q = Ⲫ.

Solution:

Given,

Set P = {1,2,3,4,5}

Set Q = Ⲫ

We know that,

P ∪ Ⲫ = P

⇒ P ∪ Q  = {1,2,3,4,5} ∪ Ⲫ

⇒ P ∪ Q = {1,2,3,4,5} = P

Example 4: Find the union of Q = Sets of Rational Nimbers and Qo = Set of Irrational Numbers

Solution:

We know that,

Set of Rational Numbers, Q = {p/q where p, q ∈ z, q ≠ 0}

Set of Irrational numbers, Qo = {x where x is not a rational number}

Union of these two sets is Q ∪ Qo we know that,

Q ∪ Qo = R {Real Numbers}

Thus, the union of the set of rational numbers and the set of irrational numbers is Real Numbers.

Practice Problems on Union of Sets

Problem 1: Let set A={1,2,3,4,5} and setB={4,5,6,7,8}. Find A B.

Problem 2: Given set C={a,b,c} and set D={c,d,e}, calculate C D.

Problem 3: If set E={2,4,6,8,10} and set F={3,6,9,12}, determine EF.

Problem 4: Consider two sets: set G={x,y,z} and set H={w,x,y}. Find G H.

Summary (Union of Sets Class 11)

The union is used to gather all the distinct elements from the sets being considered, providing a comprehensive collection of elements without any repetition. This concept is essential for students in Class 11 as it lays the groundwork for more advanced topics in mathematics. Understanding the union of sets helps students in comprehending how to combine different datasets and analyze the relationships between them. This foundational concept is not only crucial in set theory but also in various applications across different fields of mathematics and science.

What is the Union of Sets in Maths?

In maths, union of sets is the operation on the set which finds a set such that it has all the elements of all the sets of which the union is taken (duplicity of the elements is not allowed.)

Can Union contain duplicates?

Sets means having distinct elements only. Union is also a set and should not contain duplicates.

What is the Symbol for Union of Sets?

The symbol which is used to represent the union of the set is ‘∪’. If we have to find the union of set A and set B we write A ∪ B and it is read as A union B.

What is the difference between Intersection and Union of Sets?

In the union of the set all the unique elements of both sets are taken whereas, in the intersection of the set, only the common elements of the set are taken.

What is Union of Two Sets?

The union of the two sets is the set which contains all the elements of set A and set B but the duplicity of the element is not allowed.

How to find Union of Sets?

To find the union of the set follow the steps given below.

Step 1: Compare all the elements of the given set

Step 2: List all the elements of the first set.

Step 3: List all those elements of the second set which are not in the first set.

Step 4: Similarly, repeat step 3 for all the given sets.

Step 5: The resultant set so obtained is the union of all the given sets.

What is the definition of Union in Sets?

In set theory, the union of two or more sets refers to the combination of all distinct elements present in any of the given sets, resulting in a new set containing those unique elements.

What are the Applications of Sets?

Sets have diverse applications:

  • Mathematics: Fundamental for defining relationships.
  • Computer Science: Data structures, databases, and algorithms.
  • Statistics: Probability and data analysis.
  • Social Sciences: Modeling networks and populations.
  • Engineering: Properties and systems.
  • Programming: Managing and manipulating data.
  • Physics and Biology: Modeling complex systems.
  • Finance and Medicine: Risk assessment and data classification.
  • Operations Research: Optimization problems.

What does ∩ and ∪ mean in Math?

In maths, ∩ means intersection of two sets and ∪ means union of sets.

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.