CBSE Class 11 Maths: Sets Exercise 1.4 – Operations on Sets

Welcome, Class 11 students, to this comprehensive guide on Exercise 1.4 from your NCERT Maths textbook's chapter on Sets! After understanding what sets are and how to represent them, the next logical step is to explore how sets interact with each other. This exercise introduces you to fundamental operations like the Union, Intersection, and Difference of Sets, which are vital building blocks not just for advanced topics in mathematics but also in fields like computer science, logic, and probability.

On this page, your YoLearn AI Tutor will walk you through the definitions of these operations with clear explanations and intuitive examples. We'll also dive into how to effectively solve problems from NCERT Exercise 1.4, equipping you with the skills to confidently tackle any question involving set operations. By the end of this session, you'll master these concepts, avoid common pitfalls, and be well-prepared for your exams.

Understanding Basic Set Operations: Union, Intersection, and Difference

Set theory is built upon the idea that sets can be combined, compared, and modified using various operations. These operations help us describe relationships between sets and extract specific elements based on defined criteria. The three primary operations covered in NCERT Exercise 1.4 are Union, Intersection, and Difference. Let's understand each one deeply.

1. Union of Sets (A ∪ B): The union of two sets A and B, denoted by A ∪ B, is the set of all elements which are either in A or in B or in both. Think of it as combining all unique elements from both sets into a single new set. If an element appears in both sets, it is listed only once in the union. For instance, if Set A is your list of favorite fruits and Set B is your friend's list, A ∪ B would be a combined list of all unique favorite fruits between you and your friend. Mathematically, A ∪ B = {x : x ∈ A or x ∈ B}.

2. Intersection of Sets (A ∩ B): The intersection of two sets A and B, denoted by A ∩ B, is the set of all elements which are common to both A and B. This operation identifies elements that exist simultaneously in both sets. Using the fruit analogy, A ∩ B would represent the fruits that both you and your friend have on your favorite lists. If there are no common elements, the intersection is an empty set (∅). Mathematically, A ∩ B = {x : x ∈ A and x ∈ B}.

3. Difference of Sets (A - B): The difference of two sets A and B, denoted by A - B, is the set of all elements which are in A but not in B. It's crucial to understand that A - B is generally not the same as B - A. A - B focuses solely on elements that belong exclusively to set A when elements also present in B are removed. For example, if A is all the games you own and B is all the games your friend owns, A - B would be the games you own that your friend does not. Mathematically, A - B = {x : x ∈ A and x ∉ B}.

Understanding these operations is foundational for solving problems involving multiple sets and Venn diagrams, providing a powerful tool for logical reasoning and data organization.

Formal Definitions of Set Operations

Union of Sets (A ∪ B)
The union of two sets A and B is the set containing all elements that are members of A, or members of B, or members of both. Symbolically, A ∪ B = {x : x ∈ A or x ∈ B}.
Intersection of Sets (A ∩ B)
The intersection of two sets A and B is the set containing all elements that are common to both A and B. Symbolically, A ∩ B = {x : x ∈ A and x ∈ B}.
Difference of Sets (A - B)
The difference of set A and set B is the set of all elements that are in A but not in B. Symbolically, A - B = {x : x ∈ A and x ∉ B}.
Disjoint Sets
Two sets A and B are said to be disjoint if their intersection is an empty set, i.e., A ∩ B = ∅. This means they have no common elements.

Worked Examples: Applying Set Operations

  • Example 1: Finding Union and Intersection Let A = {1, 2, 3, 4, 5} and B = {4, 5, 6, 7, 8}. Find A ∪ B and A ∩ B. Step 1: Identify all unique elements for Union. Elements in A: 1, 2, 3, 4, 5 Elements in B: 4, 5, 6, 7, 8 Combining all unique elements: 1, 2, 3, 4, 5, 6, 7, 8 Step 2: Write the Union. A ∪ B = {1, 2, 3, 4, 5, 6, 7, 8} Step 3: Identify common elements for Intersection. Elements common to both A and B: 4, 5 Step 4: Write the Intersection. A ∩ B = {4, 5}
  • Example 2: Calculating Set Difference Let X = {a, b, c, d, e} and Y = {c, d, f, g}. Find X - Y and Y - X. Step 1: Find elements in X but not in Y (for X - Y). Elements in X: a, b, c, d, e Elements in Y: c, d, f, g Elements that are in X but are NOT in Y: a, b, e Step 2: Write X - Y. X - Y = {a, b, e} Step 3: Find elements in Y but not in X (for Y - X). Elements that are in Y but are NOT in X: f, g Step 4: Write Y - X. Y - X = {f, g} Notice that X - Y ≠ Y - X, confirming that set difference is not commutative.
  • Example 3: Sets defined by properties Let P = {x : x is a natural number and 3 < x ≤ 8} and Q = {x : x is an even natural number and x < 10}. Find P ∩ Q and P ∪ Q. Step 1: Convert set P to roster form. Natural numbers greater than 3 and less than or equal to 8 are: 4, 5, 6, 7, 8. So, P = {4, 5, 6, 7, 8}. Step 2: Convert set Q to roster form. Even natural numbers less than 10 are: 2, 4, 6, 8. So, Q = {2, 4, 6, 8}. Step 3: Find common elements for Intersection. Elements common to P and Q: 4, 6, 8. Step 4: Write P ∩ Q. P ∩ Q = {4, 6, 8} Step 5: Identify all unique elements for Union. Elements in P: 4, 5, 6, 7, 8 Elements in Q: 2, 4, 6, 8 Combining all unique elements: 2, 4, 5, 6, 7, 8 Step 6: Write P ∪ Q. P ∪ Q = {2, 4, 5, 6, 7, 8}

Exam Traps and Tips for Set Operations

To ace questions on set operations, be mindful of these common mistakes and adopt smart strategies:

  1. Confusing 'or' and 'and': Remember, 'or' implies union (A ∪ B, elements in A or B or both), while 'and' implies intersection (A ∩ B, elements common to both A and B). This is a fundamental distinction that students often mix up.
  2. Order in Difference (A - B vs. B - A): Always remember that A - B is generally not equal to B - A. A - B contains elements only in A but not in B, while B - A contains elements only in B but not in A. Calculate each separately.
  3. Repetition of Elements in Union: When forming a union, elements that appear in both sets should be listed only once in the resulting set. Sets do not allow duplicate elements.
  4. Careful with Set-Builder Notation: If sets are given in set-builder notation (e.g., {x : x is an integer...}), always convert them to roster form first, especially if the number of elements is manageable. This reduces errors in identifying elements for operations.
  5. Empty Set (∅) Understanding: An empty set contains no elements. If the intersection of two sets is empty, they are called disjoint sets. Understand when and why the empty set appears as a result.

Practice Questions with Solutions

  • Q: If A = {x : x is a prime number less than 10} and B = {x : x is an odd number less than 10}, find A ∪ B and A ∩ B. A: Step 1: Convert Set A to roster form. Prime numbers less than 10 are 2, 3, 5, 7. So, A = {2, 3, 5, 7}. Step 2: Convert Set B to roster form. Odd numbers less than 10 are 1, 3, 5, 7, 9. So, B = {1, 3, 5, 7, 9}. Step 3: Find A ∪ B. Combine all unique elements from A and B: {1, 2, 3, 5, 7, 9}. Step 4: Find A ∩ B. Identify common elements in A and B: {3, 5, 7}. Final answer: A ∪ B = {1, 2, 3, 5, 7, 9}, A ∩ B = {3, 5, 7}.
  • Q: Let P = {multiples of 3 less than 20} and Q = {multiples of 5 less than 20}. Find P - Q and Q - P. A: Step 1: Convert Set P to roster form. Multiples of 3 less than 20 are 3, 6, 9, 12, 15, 18. So, P = {3, 6, 9, 12, 15, 18}. Step 2: Convert Set Q to roster form. Multiples of 5 less than 20 are 5, 10, 15. So, Q = {5, 10, 15}. Step 3: Find P - Q. Elements in P but not in Q: {3, 6, 9, 12, 18} (15 is in Q). Step 4: Find Q - P. Elements in Q but not in P: {5, 10} (15 is in P). Final answer: P - Q = {3, 6, 9, 12, 18}, Q - P = {5, 10}.
  • Q: Given A = {x | x is an integer, -2 < x ≤ 3} and B = {x | x is a natural number, x ≤ 4}. Are A and B disjoint sets? Justify your answer. A: Step 1: Convert Set A to roster form. Integers greater than -2 and less than or equal to 3 are -1, 0, 1, 2, 3. So, A = {-1, 0, 1, 2, 3}. Step 2: Convert Set B to roster form. Natural numbers less than or equal to 4 are 1, 2, 3, 4. So, B = {1, 2, 3, 4}. Step 3: Find the intersection A ∩ B. Common elements in A and B are {1, 2, 3}. Step 4: Determine if A and B are disjoint. Since A ∩ B = {1, 2, 3} and not ∅ (empty set), A and B are not disjoint sets. Final answer: No, A and B are not disjoint sets because their intersection A ∩ B = {1, 2, 3}, which is not an empty set.
  • Q: If S = {a, e, i, o, u} and T = {a, b, c, d}, find S ∪ T, S ∩ T, and S - T. A: Step 1: Find S ∪ T. Combine all unique elements from S and T: {a, e, i, o, u, b, c, d}. Step 2: Find S ∩ T. Identify common elements in S and T: {a}. Step 3: Find S - T. Elements in S but not in T: {e, i, o, u}. Final answer: S ∪ T = {a, b, c, d, e, i, o, u}, S ∩ T = {a}, S - T = {e, i, o, u}.

Frequently Asked Questions

What is the main difference between Union and Intersection of Sets?

The Union (A ∪ B) includes all elements that are in either set A or set B or both. The Intersection (A ∩ B) includes only those elements that are common to both set A and set B. Union is about combining, while intersection is about finding commonalities.

Is A - B the same as B - A?

No, A - B is generally not the same as B - A. A - B represents elements present in A but not in B, whereas B - A represents elements present in B but not in A. The order of sets matters in set difference.

When are two sets considered disjoint?

Two sets are considered disjoint if they have no elements in common. Mathematically, sets A and B are disjoint if their intersection A ∩ B results in an empty set (∅).

How do Venn diagrams help in understanding set operations?

Venn diagrams provide a visual representation of sets and their relationships. They make it easier to understand and illustrate the concepts of union (shading all areas), intersection (shading the overlapping area), and difference (shading the part of one set that does not overlap with the other).