Orchids Logo

Sets

Introduction

When we refer to things grouped by some common characteristic, objects or numerical, we are talking about a set. In mathematics, sets provide a simple method for organising and comparing objects (such as numbers, letters, or even real-life objects). You encounter the idea of sets everywhere, from elementary school math to computer science.

In this blog post, you will learn what sets are and how to define sets, as well as what sets in maths with easy examples.

 

Table of Contents

 

What Are Sets?

A set is a well-defined group or collection of objects. These objects are called the elements or members of the set. The elements can be anything: numbers, letters, people, or even shapes.

Definition of Set:
A set is a collection of distinct elements, written within curly braces {} and separated by commas.

Example:
Set A = {2, 4, 6, 8}

This means set A contains 4 elements: 2, 4, 6, and 8.

 

Why Are Sets Important?

Sets form the base of many mathematical ideas. Whether we are sorting data, understanding number systems, or learning algebra, the concept of sets makes it easier to categorise and solve problems.

They also allow us to talk about collections without listing everything repeatedly. This is useful in school math, logic problems, and even in computer science programs.

 

Symbols Used in Sets

Here are some common symbols used while working with sets:

Symbol

Meaning

Example

is an element of

3 ∈ {1, 2, 3, 4}

is not an element of

5 ∉ {1, 2, 3, 4}

is a subset of

{2, 4} ⊂ {2, 4, 6}

is not a subset of

{2, 5} ⊄ {1, 2, 3}

empty set or null set

∅ = {}

U

universal set (all elements)

U = {0 to 10}

 

Types of Sets

To truly define sets, we must understand their types:

Finite and Infinite Sets

  • Finite Set: Has a limited number of elements.
    Example: {a, e, i, o, u}

  • Infinite Set: Goes on forever.
    Example: {1, 2, 3, 4, ...}

Empty or Null Set

  • A set with no elements.
    Example: A = {} or A = ∅

Singleton Set

  • A set with only one element.
    Example: A = {0}

Equal Sets

  • Two sets with the same elements.
    Example: A = {1, 2}, B = {2, 1} → A = B

Subsets

  • A set formed from elements of another set.
    If B = {2, 4} and A = {2, 4, 6}, then B ⊂ A

Universal Set

  • A set that contains all elements under consideration.
    Example: If discussing numbers 1 to 10, then U = {1, 2, ..., 10}

 

Methods of Representing Sets

There are three major ways to represent sets in maths:

  1. Roster or Tabular Form:
    Listing all elements in curly brackets.
    Example: A = {1, 3, 5}

  2. Set-builder Form:
    Describing elements using a rule.
    Example: A = {x | x is an odd number less than 6}

  3. Venn Diagram:
    Graphical method using circles to show relationships between sets.

Venn Diagrams and Sets

Venn diagrams are helpful to visualize sets and how they relate.

  • A single circle shows one set.

  • Overlapping circles show common elements.

  • Non-overlapping circles show disjoint sets.

Example:
Let A = {1, 2, 3}, B = {3, 4, 5}
Common element is 3 → It appears in the overlapping region.

 

Set Operations

Here are the main operations you can perform with sets:

Union of Sets (A ∪ B)

Combines all elements from both sets.

Example:
A = {1, 2}, B = {2, 3}
A ∪ B = {1, 2, 3}

Intersection of Sets (A ∩ B)

Only the common elements.

Example:
A = {1, 2, 3}, B = {2, 3, 4}
A ∩ B = {2, 3}

Difference of Sets (A − B)

Elements in A but not in B.

Example:
A = {1, 2, 3}, B = {2, 3, 4}
A − B = {1}

Complement of a Set (A’)

Elements not in the set but in the universal set.

If U = {1 to 5}, A = {2, 3},
Then A’ = {1, 4, 5}

 

Set Operations in Word Problems

Let’s understand how sets are used in practical problems:

Problem:
In a class, 15 students like Maths, 10 like Science, and 5 like both.
How many students like only one subject?

Solution:
Only Maths = 15 − 5 = 10
Only Science = 10 − 5 = 5
Total = 10 + 5 = 15 students

 

Real-Life Applications of Sets

Sets are not just for theory; we use them in daily life too:

  • Making a shopping list (a set of items)

  • Subjects chosen by students

  • Voter lists (sets of registered voters)

  • Grouping books by genre

  • Categorising apps on a phone

 

Sets in Computer Science

In computer science, sets are used in:

  • Data storage and retrieval (like search engines)

  • Programming languages (set theory is used in Python, Java)

  • Algorithms for grouping and filtering data

  • Database management systems

 

Common Mistakes with Sets

  • Including duplicate elements in a set (a set can’t have duplicates).

  • Confusing elements with subsets.

  • Forgetting to use correct symbols like ∈, ⊂, ∪, etc.

Always remember that the order of elements doesn’t matter in a set.

 

Practice Questions on Sets

  1. Write the set of vowels in English.

  2. List even numbers from 1 to 10 in set-builder form.

  3. Find A ∩ B for A = {1, 3, 5}, B = {3, 4, 5}

  4. If U = {1 to 10}, A = {2, 4, 6}, find A’

  5. Create a Venn diagram showing A = {1, 2}, B = {2, 3}

 

Conclusion

While sets are just one concept in mathematics to learn, it is impossible to succeed in the subject without understanding them. Whatever you would like to find out through learning how to define sets, searching the definition of the set or using your understanding of what sets in maths in different formulas; these will be essential for various subjects. Each form, from Venn diagrams to the union or intersection of consist of sets, prepares us in the skill to learn higher mathematics and work on different tasks independently.

 

Related Topics 

Subsets - Explore the World of Subsets! Learn how to identify and count subsets with simple rules and examples. Build a strong foundation in set theory today!

Arithmetic Progression - Explore the world of arithmetic progression with easy formulas and step-by-step examples. Understand patterns in numbers and apply them with confidence.



Frequently Asked Questions On Sets

What do you mean by sets?

In mathematics, a set is a collection of distinct and well-defined objects or elements. These objects can be numbers, letters, or even items, and they are usually written inside curly brackets like {1, 2, 3}.

 

What is the universal set 1 2 3 4 5 6 7 8 9 10?

The universal set includes all elements under consideration for a particular discussion. If we are talking about numbers from 1 to 10, then the universal set is written as:
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}

 

What are the 12 types of sets?

Here are 12 types of sets in mathematics:

  1. Empty Set

  2. Finite Set

  3. Infinite Set

  4. Equal Set

  5. Unequal Set

  6. Subset

  7. Proper Subset

  8. Improper Subset

  9. Universal Set

  10. Power Se

  11. Singleton Set

  12. Disjoint Set

What is the formula for sets?

One common formula in set theory is the Union-Intersection formula:
n(A ∪ B) = n(A) + n(B) − n(A ∩ B)
This is used to find the total number of elements in two overlapping sets A and B.

 

What do you mean by 5 sets?

"5 sets" usually means a group of 5 different sets. For example:
Set A = {1, 2}
Set B = {3, 4}
Set C = {5}
Set D = {6, 7, 8}
Set E = {9, 10}
These are five different sets, each with its own elements

 

Want to learn more about how sets connect with geometry, algebra, and real-world data?
Explore more math concepts at Orchids The International School .

Share
Loading Footer...