CBSE Class 11 Maths: Sets Exercise 1.1 Explained
Welcome, brilliant mathematician, to the fascinating world of Sets! As you begin your journey in Class 11 Mathematics, understanding sets is not just another topic; it's the very language and foundation upon which higher concepts like relations, functions, and probability are built. Exercise 1.1 of your NCERT textbook introduces you to the basic definitions and ways to represent sets.
In this comprehensive guide, we'll dive deep into what a set truly is, why the term "well-defined" is so crucial, and explore the two primary methods of writing down sets: the Roster (or Tabular) form and the Set-Builder form. By the end of this page, you'll not only grasp these fundamentals but also gain the confidence to identify sets, convert between their representations, and tackle any problem from Sets Ex 1.1 with ease. Let's unlock the power of sets together!
What is a Set? The Concept of a Well-Defined Collection
At its heart, a set is simply a collection of distinct objects. But not just any collection qualifies as a set in mathematics. The crucial condition is that the collection must be well-defined. What does "well-defined" mean? It means that for any given object, there must be no ambiguity as to whether that object belongs to the collection or not. There should be a clear, objective criterion for inclusion or exclusion.
For example, "the collection of all even numbers" is a well-defined set because we can definitively say if any number (like 2, 4, 100, or 7) is an even number or not. However, "the collection of the 5 best cricketers in India" is NOT a set, because the term "best" is subjective. What one person considers "best," another might not. There's no objective criterion. The individual objects in a set are called its elements or members. Sets are typically denoted by capital letters (A, B, C, etc.), and their elements by lowercase letters (a, b, c, etc.). Understanding this fundamental concept of a well-defined collection is the first and most important step in mastering sets.
Key Definitions for Sets
- Set
- A well-defined collection of distinct objects. The objects themselves are called elements or members of the set.
- Well-defined
- A collection is well-defined if it is absolutely clear and unambiguous whether a particular object belongs to the collection or not. Subjective criteria like 'good', 'best', 'tall' prevent a collection from being a set.
- Elements / Members
- The individual objects that constitute a set. For example, in the set of vowels {a, e, i, o, u}, 'a' is an element.
- Empty Set (Null Set)
- A set that contains no elements at all. It is denoted by the symbol $\emptyset$ or simply by {}. For example, the set of natural numbers less than 1 is an empty set.
Methods of Representing Sets: Roster Form and Set-Builder Form
Once we understand what a set is, the next step is to learn how to write them down clearly. There are primarily two ways to represent a set:
- Roster or Tabular Form: In this method, all the elements of the set are listed, separated by commas, and enclosed within curly braces
{}. The order in which the elements are listed does not matter, and elements are not repeated. For example, the set of all vowels in the English alphabet can be written as $V = \{a, e, i, o, u\}$. It could also be written as $V = \{e, a, u, i, o\}$, which represents the same set. Similarly, the set of letters forming the word 'SCHOOL' would be $S = \{S, C, H, O, L\}$ (note: 'O' is not repeated).
- Set-Builder Form: This method describes the elements of a set by stating a common property that all elements of the set satisfy, and no other element outside the set satisfies. The general form is
{x : P(x)}, wherexrepresents an arbitrary element of the set andP(x)is the property or condition thatxmust satisfy. The colon:or a vertical bar|is read as "such that". For example, the set of all even natural numbers can be written as $E = \{x : x \text{ is an even natural number}\}$. The set $V = \{a, e, i, o, u\}$ could be written in set-builder form as $V = \{x : x \text{ is a vowel in the English alphabet}\}$. This form is particularly useful for describing sets with a large or infinite number of elements, where listing them all would be impractical or impossible.
Step-by-Step Examples: Mastering Set Representation
- Example 1: Identifying Sets Question: Which of the following collections are sets? Justify your answer. (i) The collection of all honest people in your city. (ii) The collection of all prime numbers less than 15. Solution: Step 1: Analyze collection (i). The term "honest" is subjective. What one person considers honest, another might not. There is no clear, objective criterion to determine if a person belongs to this collection or not. Step 2: Conclusion for (i). Therefore, "The collection of all honest people in your city" is not a set. Step 3: Analyze collection (ii). The property "prime number less than 15" is objective and well-defined. We can definitively determine if any number satisfies this property (e.g., 2, 3, 5, 7, 11, 13 are prime and less than 15; 4 or 17 are not). Step 4: Conclusion for (ii). Therefore, "The collection of all prime numbers less than 15" is a set, and it can be written in Roster form as {2, 3, 5, 7, 11, 13}.
- Example 2: Roster Form to Set-Builder Form Question: Write the set $A = \{1, 4, 9, 16, 25\}$ in set-builder form. Solution: Step 1: Observe the pattern in the elements. The elements are 1, 4, 9, 16, 25. These are the squares of natural numbers: $1^2=1$, $2^2=4$, $3^2=9$, $4^2=16$, $5^2=25$. Step 2: Identify the common property. All elements are squares of natural numbers, starting from 1 up to 5. Step 3: Formulate the property using 'x'. We can say 'x is the square of a natural number n, where n is less than or equal to 5'. Or, more concisely, 'x = n² where n is a natural number and $1 \le n \le 5