Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Power Set Explained with Examples and Formula

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon
SearchIcon

How to Find the Power Set of Any Set – Step-by-Step Guide

The concept of power set plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Mastering the idea of all possible subsets gives you tools for solving problems in set theory, combinatorics, and logical reasoning, which are essential for board exams and competitive entrance tests.


What Is Power Set?

A power set is defined as the set of all possible subsets of a given set, including the empty set and the set itself. For example, if you have a set A = {x, y}, its power set is { {}, {x}, {y}, {x, y} }. You’ll find this concept used in areas such as set theory, combinatorics, and computer science.


Key Formula for Power Set

Here’s the standard formula: \( \text{If a set has } n \text{ elements, the power set has } 2^n \text{ elements} \) (cardinality of a power set).

Number of Elements in Set (n) Number of Subsets (Power Set)
1 2
2 4
3 8
n 2n

Cross-Disciplinary Usage

Power set is not only useful in Maths but also plays an important role in Physics, Computer Science, and daily logical reasoning. Students preparing for JEE or NEET will see its relevance in questions related to combinations, logic, and even probability theory.


Step-by-Step Illustration

Let's find the power set of B = {1, 2, 3}:

1. List the set: B = {1, 2, 3}

2. Write down all subsets:

{}, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3}

3. Count subsets:

There are 8 subsets, which matches the formula (23 = 8).

4. State the power set:

P(B) = { {}, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3} }

Speed Trick or Shortcut

A quick shortcut to find the number of subsets of any set (the size of the power set) is simply to use 2n, where n is the number of elements in the set. This helps in timed exams and MCQs: no need to list out all subsets if the question only asks "How many?".


Example Trick: For a set S with 5 elements: 25 = 32 subsets.


Tricks like these are taught by Vedantu’s exam experts to build speed for JEE, CBSE, and Olympiads.


Try These Yourself

  • List the power set of {a, b}
  • Find the number of subsets in {p, q, r, s}
  • What is the power set of an empty set?
  • Give two examples of subsets from {red, blue, green}

Frequent Errors and Misunderstandings

  • Leaving out the empty set or the original set from the power set.
  • Counting duplicate subsets (every subset should be unique).
  • Confusing subsets with elements of the set.
  • Applying the formula incorrectly (remember, 2n where n is the number of elements).

Relation to Other Concepts

The idea of power set connects closely with topics such as sets, subsets, and types of sets. Mastering this helps with understanding combinatorics, logical reasoning, set operations, and probability in advanced chapters.


Classroom Tip

A quick way to remember the power set formula: If you have a set with n items, just keep doubling as you add each element—start with 1 subset (for the empty set), add an element and double, and so on. Vedantu’s teachers use tree diagrams and visual aids to make this intuitive and fun during live sessions.


Special Cases and Edge Examples

  • Empty Set (\(\varnothing\)): Power set is { {} } – only one subset.
  • Singleton Set ({M}): Power set is { {}, {M} } – two subsets.

Sample Q&A for Exam Practice

Question: What is the power set of {2, 7, 9}?

1. List all subsets: {}, {2}, {7}, {9}, {2,7}, {2,9}, {7,9}, {2,7,9}

2. The power set contains 8 subsets because 23 = 8.

3. P({2,7,9}) = { {}, {2}, {7}, {9}, {2,7}, {2,9}, {7,9}, {2,7,9} }

Key Takeaways Table

Point Explanation
Definition All subsets of a set, including the empty set and the set itself
Formula Number of subsets = 2n, where n = number of elements
Empty Set Power Set Power set is just { {} } (one subset)
Example For A = {x, y}: Power set = { {}, {x}, {y}, {x, y} }
Application Used in MCQs, reasoning, coding, logic, and further maths chapters

We explored power set—from its definition, formula, and shortcuts, to mistakes and exam questions. Keep practicing, and refer to Vedantu for more live explanations, practice sets, and concept revision in set theory and beyond.


Useful Links: Sets | Subsets | Set Theory Symbols

FAQs on Power Set Explained with Examples and Formula

1. What is a power set in mathematics?

A power set, denoted as P(A) for a set A, is the set of all possible subsets of a given set A, including the empty set (∅) and the set A itself. Each element of the power set is a subset of the original set.

2. How do you calculate the power set of a set?

To find the power set of a set with 'n' elements, systematically list all possible combinations of its elements, including the empty set and the original set. The number of elements in the power set is 2n. For example, if A = {a, b}, then P(A) = {∅, {a}, {b}, {a, b}}.

3. What is the formula for the number of subsets in a power set?

The number of subsets (and therefore the number of elements) in the power set P(A) of a set A with 'n' elements is given by the formula 2n. This is because each element in A can either be included or excluded in a subset.

4. What is the power set of an empty set?

The power set of an empty set (∅) contains only one element: the empty set itself. This is because the only subset of the empty set is the empty set. Therefore, P(∅) = {∅}.

5. How is the power set used in advanced mathematics and computer science?

Power sets have applications in various fields: In set theory, they're fundamental for understanding set relationships. In combinatorics, they help count combinations and permutations. In computer science, they are used in areas like Boolean algebra, graph theory, and database design.

6. What is the cardinality of a power set?

The cardinality of a power set P(A) is the number of elements it contains. If set A has 'n' elements, then the cardinality of P(A) is 2n.

7. Can a power set contain repeated subsets?

No, a power set cannot contain repeated subsets. By definition, a set contains only unique elements, and subsets are also sets. Therefore, all subsets within a power set must be distinct.

8. Is the power set always larger than the original set?

Yes, except for the empty set. The power set of any non-empty set always contains more elements than the original set because it includes the empty set and the original set itself, along with all other possible subsets.

9. Are the empty set and the set itself always in the power set?

Yes, the empty set (∅) and the original set are always elements of its power set. The empty set is a subset of every set, and the set itself is always a subset of itself.

10. How do I find the power set of a set with repeating elements?

Even with repeating elements in the original set, you treat each element as distinct when forming subsets for the power set. The formula 2n still applies, where 'n' is the number of *unique* elements in the original set.

11. What is the difference between a set and its power set?

A set is a collection of distinct objects. Its power set is a *new* set whose elements are *all possible subsets* of the original set. The original set's elements are individual objects; the power set's elements are sets (subsets) themselves.

12. How can I visualize a power set?

You can visualize a power set using a Venn diagram or a tree diagram. A tree diagram shows all possible combinations of including or excluding each element from the original set to form subsets. A Venn diagram can represent the relationships between the subsets and the original set.