JKEdusphere
● New
March 2026 — Current Affairs Exam-Ready
March Edition
LIVE NOW
March 2026
Current Affairs is Live!

UPSC & JKPSC focused · Vision IAS depth · 50 Prelims MCQs · Free

Geopolitics Intl Relations Economy J&K Special Science & Tech
9 Domains
42+ Topics
50 Prelims MCQs
FREE Access
Access March 2026 Current Affairs

Sets & Intervals – Complete Notes for Class 11 / CUET / JKSSB / NDA Level

Sets, Intervals, Power Set & Universal Set Complete Notes for Class 11 | CUET | NDA | JKSSB | Defence Exams
Mathematics · Class 11

Sets & Intervals – Complete Notes for Class 11, CUET, JKSSB & NDA

Updated March 2026  ·  10 min read  ·  Covers NCERT Class 11, CUET, JKSSB Maths & NDA patterns

Class 11 CUET JKSSB NDA JEE Mains
JK
JKEdusphere Editorial Team Mathematics notes for Class 11, CUET, JKSSB & competitive exams
Sets and Intervals Complete Notes for Class 11 CUET JKSSB NDA

What You'll Learn

  • All 4 types of intervals with notation and examples
  • How to write intervals in set builder form
  • Power Set — definition, formula, and worked examples
  • Universal Set — meaning and context-based usage
  • Complete comparison table of all set types
  • PYQ-style practice questions with answers

Why Sets & Intervals Are the Most Important Foundation in Class 11 Maths

Sets and Intervals are the first chapter in Class 11 Mathematics, and for good reason — they are the language in which the rest of mathematics is written. Every topic that follows — Relations, Functions, Probability, Sequences, Calculus — uses set notation and interval representation. Students who understand this chapter deeply find the rest of Class 11 significantly easier.

From an exam perspective, this topic appears in CUET Mathematics, JKSSB quantitative aptitude sections, NDA Mathematics Paper, and JEE Mains. Questions are typically direct and formula-based — making this one of the most reliable chapters to score full marks from.

Key Insight: In CUET 2023 and 2024, at least 1–2 questions directly tested interval notation and power set formulas. In JKSSB Maths sections, set operations and subset counting appear every year.

1. Intervals as Subsets of Real Numbers

An interval is a continuous subset of real numbers lying between two given boundary values. If a and b are real numbers with a < b, we can define four types of intervals depending on whether the endpoints are included or excluded.

The key symbols to remember: round brackets ( ) mean the endpoint is excluded, and square brackets [ ] mean the endpoint is included.

Open Interval
(a, b)
{ x ∈ R : a < x < b }
Both endpoints excluded. Round brackets on both sides.
Closed Interval
[a, b]
{ x ∈ R : a ≤ x ≤ b }
Both endpoints included. Square brackets on both sides.
Half-Open (Left)
(a, b]
{ x ∈ R : a < x ≤ b }
a excluded, b included. Open on left, closed on right.
Half-Open (Right)
[a, b)
{ x ∈ R : a ≤ x < b }
a included, b excluded. Closed on left, open on right.

Infinite Intervals

When an interval extends indefinitely in one or both directions, we use the infinity symbol (∞). The critical rule is that infinity is never included — it is always written with a round bracket.

NotationSet Builder FormMeaning
(a, ∞){ x ∈ R : x > a }All reals greater than a
[a, ∞){ x ∈ R : x ≥ a }All reals greater than or equal to a
(-∞, b){ x ∈ R : x < b }All reals less than b
(-∞, b]{ x ∈ R : x ≤ b }All reals less than or equal to b
(-∞, ∞){ x ∈ R }The entire real number line
Writing [a, ∞] or [-∞, b] with square brackets around infinity is wrong. Infinity is not a number — it cannot be "reached" or "included." Always use round brackets with ∞ and -∞.

2. Writing Intervals in Set Builder Form

Converting between interval notation and set builder form is a very commonly tested skill. The key is to identify the bracket type and the number system (Real numbers R, Integers Z, or Natural numbers N).

Worked Examples

Example 1: Write (-6, 12] in set builder form over real numbers.
Answer: { x ∈ R : -6 < x ≤ 12 }

Example 2: Write (-4, 4) in set builder form over integers only.
Answer: { x ∈ Z : -4 < x < 4 } = {-3, -2, -1, 0, 1, 2, 3}

Example 3: Write [0, ∞) in set builder form.
Answer: { x ∈ R : x ≥ 0 } — this is the set of all non-negative real numbers.

Always check the domain — the same interval notation gives different elements depending on whether the set is over R (reals), Z (integers), or N (naturals). Exams often specify this to test your attention.

3. Power Set

The Power Set of a set A, written as P(A), is the set that contains all possible subsets of A — including the empty set (∅) and A itself.

Example: Finding Power Set of A = {1, 2, 3}

First list all subsets of A systematically:

0-element subsets:
1-element subsets: {1}, {2}, {3}
2-element subsets: {1,2}, {1,3}, {2,3}
3-element subsets: {1,2,3}

Therefore: P(A) = { ∅, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3} }

Total subsets = 8 = 2³

The Key Formulas

Total number of subsets
n(P(A)) = 2^n
Number of proper subsets
2^n - 2
Non-empty subsets
2^n - 1
Subsets of size r
C(n, r) = n! / r!(n-r)!
What are Proper Subsets? Proper subsets exclude the empty set AND the set itself. So for a set with n elements: Total subsets = 2^n, Proper subsets = 2^n − 2. For A = {1,2,3}: proper subsets = 8 − 2 = 6.

Quick Reference Table

n (elements)Total Subsets (2^n)Proper Subsets (2^n−2)Non-empty Subsets (2^n−1)
01−1 (not applicable)0
1201
2423
3867
4161415
5323031
The most common mistake: students write 2n instead of 2^n (2 to the power n). Also, many forget to include the empty set ∅ in the power set — it is always a subset of every set.

4. Universal Set

The Universal Set (U) is the master set that contains all elements being considered in a particular problem or context. Every other set in the discussion is a subset of U. It is also called the superset in that context.

The universal set is not fixed — it changes depending on what the problem is about. If we are discussing even numbers, U might be all natural numbers. If we are discussing letters in the word "MATHS," U = {M, A, T, H, S}.

Example

If A = {1, 2}, B = {2, 3, 4}, and C = {3, 4, 5}, then a suitable universal set is:
U = {1, 2, 3, 4, 5}

The complement of A (written A' or Aᶜ) is everything in U that is NOT in A:
A' = U − A = {3, 4, 5}

In JKSSB and CUET questions on complement sets, always define U first before calculating A'. If U is not given, assume it from the context of all elements mentioned in the problem.

5. Complete Comparison Table

ConceptSymbolDefinitionKey Property
Open Interval(a, b)a < x < bEndpoints excluded
Closed Interval[a, b]a ≤ x ≤ bEndpoints included
Half-Open(a,b] or [a,b)One endpoint eachMixed inclusion
Infinite Interval(a, ∞)x > a∞ never included
Power SetP(A)Set of all subsetsn(P(A)) = 2^n
Universal SetUContains all elements in contextContext-dependent
ComplementA'U − AA ∪ A' = U

📋 Practice Questions (CUET / JKSSB / NDA Pattern)

These follow the exact question pattern of CUET Mathematics, JKSSB quantitative aptitude, and NDA Maths papers. Try solving before checking answers.

Q1 · Class 11 / CUET Pattern

Write [2, 7) in set builder form.

✓ Answer: { x ∈ R : 2 ≤ x < 7 }
Square bracket on 2 means 2 is included (≤). Round bracket on 7 means 7 is excluded (<).
Q2 · JKSSB / CUET Pattern

How many subsets does a set with 5 elements have?

(a) 10(b) 25(c) 32(d) 16
✓ Answer: (c) 32
n = 5, so total subsets = 2^5 = 32.
Q3 · NDA Pattern

How many proper subsets does a set with 4 elements have?

(a) 16(b) 14(c) 12(d) 8
✓ Answer: (b) 14
Proper subsets = 2^n − 2 = 2^4 − 2 = 16 − 2 = 14.
Q4 · Class 11 Board Pattern

Write the power set of A = {a, b}.

✓ Answer: P(A) = { ∅, {a}, {b}, {a,b} }
n = 2, so 2^2 = 4 subsets total. List all: empty set, each singleton, and the full set.
Q5 · CUET Pattern

Express (-∞, 5] in set builder form.

✓ Answer: { x ∈ R : x ≤ 5 }
Square bracket on 5 means 5 is included. (-∞ means extending to negative infinity on the left.
Q6 · JKSSB Pattern

If U = {1,2,3,4,5} and A = {1,3,5}, find A' (complement of A).

(a) {1,3,5}(b) {2,4}(c) {1,2,3,4,5}(d) ∅
✓ Answer: (b) {2, 4}
A' = U − A = {1,2,3,4,5} − {1,3,5} = {2,4}. The complement contains everything in U not in A.
Q7 · NDA / CUET Pattern

Can infinity ever be included in an interval using square brackets?

(a) Yes, if the interval extends to positive infinity (b) Yes, for closed infinite intervals (c) No, infinity is never included — always use round brackets (d) Only for negative infinity
✓ Answer: (c)
Infinity is a concept, not a number. It can never be "reached" or "included." Always write (∞) or (-∞) with round brackets.
Q8 · Class 11 Board Pattern

If n(A) = 3, find n(P(A)).

(a) 3(b) 6(c) 8(d) 9
✓ Answer: (c) 8
n(P(A)) = 2^n = 2^3 = 8.

Common Mistakes Students Make

Including infinity in square brackets: Writing [a, ∞] is mathematically incorrect. Infinity is not a number and cannot be an endpoint of a closed interval. Always write [a, ∞) or (-∞, b].

Forgetting the empty set in the power set: The empty set ∅ is a subset of every set. It must always be included in P(A). Students who list subsets systematically rarely make this mistake.

Confusing subset and proper subset: Every set is a subset of itself, but NOT a proper subset of itself. The empty set is both a subset and a proper subset of any non-empty set.

Wrong formula for proper subsets: Many students use 2^n − 1 (which gives non-empty subsets) when asked for proper subsets. The correct formula is 2^n − 2 (excluding empty set AND the full set).

Forgetting domain when writing set builder form: (-4, 4) over integers ≠ (-4, 4) over reals. Always state whether x ∈ R, x ∈ Z, or x ∈ N.

⚡ Quick Revision Cheatsheet

(a, b) — Open
a < x < b. Both endpoints excluded. Round brackets.
[a, b] — Closed
a ≤ x ≤ b. Both endpoints included. Square brackets.
(a, b] — Half-Open
a < x ≤ b. Left excluded, right included.
[a, b) — Half-Open
a ≤ x < b. Left included, right excluded.
∞ Rule
Infinity is NEVER included. Always use round bracket with ∞.
Total Subsets
2^n where n = number of elements in the set.
Proper Subsets
2^n − 2 (excludes ∅ and the set itself).
Power Set P(A)
Set of ALL subsets of A. Always includes ∅ and A.
Universal Set U
Contains all elements in context. Changes per problem.
Complement A'
A' = U − A. Elements in U but not in A.

Final Thoughts

Sets and Intervals are not just a standalone chapter — they are the vocabulary of mathematics. Every concept you'll encounter in Class 11 and 12 Maths, from Functions and Relations to Probability and Calculus, uses this notation. Investing time in mastering this chapter now will pay dividends throughout your entire preparation.

The good news is that questions from this chapter in CUET, JKSSB, and NDA are almost always direct and formulaic. If you remember the four interval types, the 2^n formula, and the difference between proper and improper subsets — you will answer every exam question correctly.

Coming Next: Relations & Functions — Complete Notes for Class 11, CUET & JEE Mains (with domain, range, and types of functions explained with examples)

Post a Comment

Stay updated
Follow JKEdusphere on X
Exam alerts
Live updates
J&K results
Follow now
J&K's exam hub
UPSC · JKPSC · JKSSB · NEET
Mock tests
Free notes
Answer keys
Follow now
Never miss a thing
@JKEdusphere on X
Notifications
Community
J&K focused
Follow now
Free notes, exam alerts, current affairs PDFs & important updates — no spam, ever.
📄 Free Notes 🔔 Exam Alerts 📰 Current Affairs 🚫 No Spam
🎉
You're In!
Welcome to the JKEdusphere Community!
Check your inbox soon.
🔒 Your information is safe with us. We never share it with anyone.
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.
NextGen Digital Welcome to WhatsApp chat
Howdy! How can we help you today?
Type here...