Last modified on June 24th, 2024

chapter outline

 

Roster Form

The roster notation or roster form is a way of representing sets in which the elements are arranged in a row separated by commas and enclosed within curly brackets.

This is the simplest way of writing sets where the order of elements does not matter. 

Example

If ‘A’ is the set of all whole numbers less than 11, then it is represented in roster form as:

A = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}

Roster Form

Roster Form in Venn Diagram

It is easy to represent a set written in roster form using a Venn diagram. 

If A = {1, 2, 3, 6} and B = {3, 4, 5, 6, 7}, when represented in a Venn diagram, we get

Roster Form and Venn Diagram

From the above Venn diagram, we can easily obtain the set A ∩ B

Here, 

A ∩ B = {3, 6}

Limitations

Since the roster notation lists the elements within curly brackets and separates them by commas, it is difficult to write a set with many elements.

For example, writing a set A of the first 100 whole numbers is difficult. In such a case, we write the first few elements of the set followed by an ellipsis or three dots (…) and then write the last element of the set. 

A = {0, 1, 2, 3, …, 99}

Again, if we have an infinite set, for example, a set of natural numbers N, it can be written in roster form as:

N = {1, 2, 3, 4, …}

Roster Form to Set Builder Form

When representing a set written in roster form to its corresponding set builder form, we first identify the unique property satisfied by all the set elements and then define the set using a mathematical statement or a condition with a variable.

Let us consider a set in the roster form A = {0, 1, 8, 27, 64, …}

Here, the first few elements of the set A can be expressed as

0 = 03

1 = 13

8 = 23

27 = 33

64 = 43, and so on.

By identifying the common property of all elements in set A, we get that ‘All the cubes of the given whole numbers start from 0.’

Thus, in set builder form, the set is written as A = {x3 | x ∈ 𝕎}

Roster Notation vs. Set Builder Notation

Here are the basic differences between the roster and the set builder form:

Roster FormSet Builder Form
The form where we list the elements within curly brackets and separate them by commas.The form where we use the unique properties or conditions satisfied by all the elements to define the set. 
It provides all elements of the set.It provides a logical condition, statement, or formula that leads to all set elements.
It is convenient to use for the sets with fewer number of elements.It is convenient to use for sets with a large or an infinite number of elements.
Easy to read and understand.Requires good knowledge of mathematical concepts to identify the set elements based on a given condition.
For example, Set A = {2, 3, 4, 5}For example, Set A = {x | 1 < x < 6 and x ∈ ℕ}

Solved Examples

Write the following sets A and B in the roster form.

Solution:

Here, using the set roster notation,
Set A = {a, b, c, d, e}
Set B = {p, q, r, s}

Draw the Venn diagram for the given sets.
A = {Apple, Mango, Banana}
B = {Rose, Sunflower, Tulip}

Solution:

Here is the Venn diagram for sets A and B

Express the set B = {x | x = 3n – 5 and 1 < n < 5} in the roster notation.

Solution:

Here, B = {x | x = 3n – 5 and 1 < n < 5}
When n = 2, x = 3(2) – 5 = 1
When n = 3, x = 3(3) – 5 = 4
When n = 4, x = 3(4) – 5 = 7
Thus, using the set notation in the roster form, B = {1, 4, 7}

Last modified on June 24th, 2024