Symmetric Difference of Sets

The symmetric difference of sets P and Q is expressed as P Δ Q and defined as 

P Δ Q = (P – Q) U (Q – P) 

OR

P Δ Q = (P ∪ Q) – (P ∩ Q)

Venn Diagram of Symmetric Difference of Sets

In the Venn diagram below, the pink-shaded portion represents P Δ Q.

Example: If P = {4, 5, 6, 7, 8} and Q = {6, 7, 8, 10}, find P Δ Q.

Solution:

  • Step – 1: Find P – Q.
    P – Q = {4, 5, 6, 7, 8} – {6, 7, 8, 10} = {4, 5}
  • Step – 2: Find Q – P.
    Q – P = {6, 7, 8, 10} – {4, 5, 6, 7, 8} = {10}
  • Step – 3: Find P Δ Q = (P – Q) U (Q – P).
    P Δ Q = (P – Q) U (Q – P) = {4, 5} U {10} = {4, 5, 10}

Difference of Sets

Difference of Sets is the operation defined on sets, just like we can perform arithmetic operations on numbers in mathematics. Other than difference we can also perform union and intersection of sets for any given sets. These operations have a lot of important applications in mathematical practice. In this article, we will learn about the difference of sets including its definition, mathematical expressions, Venn diagram as well as properties of difference of sets. Let’s start our learning of the “Difference of Sets”.

Similar Reads

What is a Set?

In mathematics, a set is a collection or grouping of well-defined objects. All such objects when grouped together in a set are called elements. Sets are represented by capital letter symbols and the elements are placed together in a curly bracket {}....

Difference of Two Sets

The difference of the two sets P and Q is nothing but another set, say R, which consists of all the elements present in the first set and not the second. Here, the first and second sets mean the order of the sets around the subtraction sign. In other words, whenever the difference between two sets P and Q is to be found, it is done so by removing the common elements, i.e., elements of P ∩ Q from set P. Similarly, whenever the difference between Q and P is to be found, it is done by removing common elements of P ∩ Q from set Q....

How to Find the Difference of Sets?

The difference between sets can be found with the help of the following steps:...

Difference of Three Sets

If P, Q, and R are three non-empty sets, then the difference between the three of them can be depicted as P – Q – R....

Symmetric Difference of Sets

The symmetric difference of sets P and Q is expressed as P Δ Q and defined as...

Properties of Difference of Sets

If P and Q are two sets, then their difference has the following properties:...

Solved Problems on Difference of Sets

Problem 1. Find the difference W – N, where W is the set of whole numbers and N is the set of natural numbers....

FAQs on Difference of Sets

Q1: What is Difference of Sets?...