Number Sets Study Guide & Hub

Discover the classifications of numbers, including natural numbers, integers, rational, real, and complex numbers. Select a topic to practice or read the guide.

Number Sets Study Guide & Hub

Discover the classifications of numbers, including natural numbers, integers, rational, real, and complex numbers. Select a topic to practice or read the guide.

Number Sets Practice Topics

1. Belonging to Sets

Learn what it means for an element to belong to a set. Practice the ∈ and ∉ symbols with concrete, visual exercises.

2. Union & Intersection

Master union and intersection of sets with step-by-step guidance and interactive exercises.

3. ℕ and ℤ — Natural & Integer Sets

Learn the difference between natural numbers ℕ and integers ℤ. Practice classifying finite and infinite sets.

4. ℚ, ℝ, ℂ — Rational, Real & Complex

Learn to classify sets of numbers containing rational, real, irrational, and complex numbers. Practice set notation with detailed explanations.

5. Positive & Negative Numbers

Learn about positive numbers, negative numbers, and zero. Practice filtering sets with detailed step-by-step explanations.

6. Final Exam

Test your skills on number sets, membership, operations, classification (ℕ, ℤ, ℚ, ℝ, ℂ), and positive/negative subsets.

Learning Guide

1. Belonging to Sets

A set is simply a collection of distinct objects — called elements or members. We write a set by listing its elements inside curly braces, like A = {2, 5, 8, 11}.

We use two special symbols to describe membership:
∈ (belongs to / is an element of): We write 5 ∈ A to say "5 is in set A". Since 5 is listed inside A above, this is true.
∉ (does not belong to): We write 7 ∉ A to say "7 is not in set A". Since 7 is not listed, this is true.

Key idea: To check membership, just look at the list! If the element appears inside the curly braces, it belongs (∈). If it doesn't appear, it does not belong (∉).

Example: For B = {1, 3, 5, 7, 9}:
3 ∈ B ✓ (3 is in the list)
4 ∉ B ✓ (4 is not in the list)

2. Union & Intersection

We can combine two sets using two key operations:

∪ (Union) — "everything together": The union A ∪ B contains all elements that appear in A, in B, or in both. Think of it as merging two groups.
  Example: {1, 2, 3} ∪ {3, 4, 5} = {1, 2, 3, 4, 5} (no duplicates!)

∩ (Intersection) — "what they share": The intersection A ∩ B contains only the elements that appear in both A and B. Think of it as the overlap.
  Example: {1, 2, 3} ∩ {3, 4, 5} = {3} (only 3 is in both)

∅ (Empty Set): When two sets share nothing, their intersection is the empty set ∅.
  Example: {1, 2} ∩ {3, 4} = ∅

Tip: Union = more (or equal) elements. Intersection = fewer (or equal) elements.

3. ℕ and ℤ — Natural & Integer Sets

Natural Numbers (ℕ)
The natural numbers are the counting numbers, starting from 0:
ℕ = {0, 1, 2, 3, 4, …}
They go on forever in the positive direction. Every natural number is also an integer.

Integers (ℤ)
The integers include all whole numbers — both positive and negative — and zero:
ℤ = {…, -3, -2, -1, 0, 1, 2, 3, …}
ℤ extends infinitely in both directions. If a number has a negative sign but is still whole, it belongs to ℤ but not to ℕ.

What about fractions or decimals?
Numbers like 1.5, ½, or √2 belong to neither ℕ nor ℤ. They require larger sets like ℚ (rationals) or ℝ (reals).

Subset Notation:
• ⊆ means "subset" (e.g., S ⊆ ℕ means all elements of S are natural numbers).
• ⊄ means "not a subset" (e.g., S ⊄ ℕ means at least one element of S is not a natural number).

Relationship: ℕ ⊂ ℤ — every natural number is also an integer, but not every integer is natural.

Examples:
• {0, 1, 2, 3} ⊆ ℕ ✓ (all non-negative whole numbers)
• {−2, 0, 1, 5} ⊆ ℤ but ⊄ ℕ (contains a negative)
• {1.5, 2.5} ⊄ ℤ (decimals — neither ℕ nor ℤ)
• {0, 1, 2, …} = ℕ itself (infinite natural number set)

4. ℚ, ℝ, ℂ — Rational, Real & Complex

The Number Sets:
Natural Numbers N\mathbb{N}: Counting numbers {0,1,2,3,}\{0, 1, 2, 3, \dots\}
Integers Z\mathbb{Z}: Whole numbers {,3,2,1,0,1,2,}\{\dots, -3, -2, -1, 0, 1, 2, \dots\}
Rational Numbers Q\mathbb{Q}: Numbers that can be written as a fraction ab\frac{a}{b} where a,bZa, b \in \mathbb{Z} and b0b \neq 0. Examples: 12\frac{1}{2}, 34-\frac{3}{4}, 0.50.5, 0.3330.333\dots
Real Numbers R\mathbb{R}: All rational and irrational numbers (numbers with non-repeating, infinite decimal expansions). Examples: π\pi, ee, 2\sqrt{2}.
Complex Numbers C\mathbb{C}: Numbers containing the imaginary unit ii (where i2=1i^2 = -1). Examples: ii, 2+3i2 + 3i.

Powers (Exponents) and Order of Operations:
A power (exponent) shows how many times a number is multiplied by itself. Let's look at different powers and how negative signs behave:
Squared Numbers (x2x^2): A number multiplied by itself. For example, 32=3×3=93^2 = 3 \times 3 = 9.
Cubed Numbers (x3x^3): A number multiplied by itself three times. For example, 23=2×2×2=82^3 = 2 \times 2 \times 2 = 8.
Be careful with negative signs and parentheses!
If the negative sign is inside the parentheses, the sign of the result depends on whether the exponent is even or odd:
- Even exponents result in a positive number: (2)2=(2)×(2)=4(-2)^2 = (-2) \times (-2) = 4, and (2)4=16(-2)^4 = 16.
- Odd exponents result in a negative number: (2)3=(2)×(2)×(2)=8(-2)^3 = (-2) \times (-2) \times (-2) = -8, and (2)5=32(-2)^5 = -32.
If there are no parentheses, the negative sign is applied after the exponent: 23=(23)=8-2^3 = -(2^3) = -8, and 24=(24)=16-2^4 = -(2^4) = -16.
Fractions:
(12)2=14(\frac{1}{2})^2 = \frac{1}{4}, and (12)3=18(\frac{1}{2})^3 = \frac{1}{8}, since we apply the power to both the numerator and the denominator: (12)2=1222=14(\frac{1}{2})^2 = \frac{1^2}{2^2} = \frac{1}{4} and (12)3=1323=18(\frac{1}{2})^3 = \frac{1^3}{2^3} = \frac{1}{8}.

Square Roots:
The square root x\sqrt{x} is the number that, when squared, gives xx. Examples: 4=2\sqrt{4} = 2, 9=3\sqrt{9} = 3.
Irrational Numbers:
2\sqrt{2} cannot be written as a fraction. It is an irrational number. This means 2R\sqrt{2} \in \mathbb{R} but 2Q\sqrt{2} \notin \mathbb{Q}.
A neat derivation:
12=12=12=12×22=22=122\sqrt{\frac{1}{2}} = \frac{\sqrt{1}}{\sqrt{2}} = \frac{1}{\sqrt{2}} = \frac{1}{\sqrt{2}} \times \frac{\sqrt{2}}{\sqrt{2}} = \frac{\sqrt{2}}{2} = \frac{1}{2}\sqrt{2}
Since 2\sqrt{2} is irrational, 122\frac{1}{2}\sqrt{2} is also irrational, so it belongs to R\mathbb{R}.
Non-real Roots (Complex Numbers):
The square root of a negative number, like 1\sqrt{-1}, is not solvable in the real numbers. We define 1=i\sqrt{-1} = i, where ii is the imaginary unit. Since it is not a real number, iRi \notin \mathbb{R}, but it belongs to the complex numbers: iCi \in \mathbb{C}.

Optional: Proof that 2\sqrt{2} is Irrational (Not necessary to memorize or fully understand):
Suppose 2\sqrt{2} is rational. Then we can write it in simplest terms as 2=ab\sqrt{2} = \frac{a}{b} (where aa and bb have no common factors).
Squaring both sides gives 2=a2b22 = \frac{a^2}{b^2}, so a2=2b2a^2 = 2b^2. This means a2a^2 is even, so aa must be even (say a=2ka = 2k).
Substitute a=2ka = 2k into the equation: (2k)2=2b24k2=2b2b2=2k2(2k)^2 = 2b^2 \Rightarrow 4k^2 = 2b^2 \Rightarrow b^2 = 2k^2. This means b2b^2 is even, so bb must be even.
Since both aa and bb are even, they share a common factor of 22, contradicting our assumption that ab\frac{a}{b} was in simplest terms. Thus, 2\sqrt{2} must be irrational.

5. Positive & Negative Numbers

Real Numbers and Sign:
Every real number xRx \in \mathbb{R} belongs to exactly one of three categories:
Positive Numbers: Numbers strictly greater than 00 (x>0x > 0). Examples: 1,2,4,π1, 2, \sqrt{4}, \pi.
Negative Numbers: Numbers strictly less than 00 (x<0x < 0). Examples: 1,2,9,π-1, -2, -\sqrt{9}, -\pi.
Zero (00): Zero is neither positive nor negative.

This partition can be represented using set notation as:
R=Positive Numbers{0}Negative Numbers\mathbb{R} = \text{Positive Numbers} \cup \{0\} \cup \text{Negative Numbers}
The real numbers represented on an axis
-3-2-10123Negative NumbersZeroPositive Numbers
Non-Positive and Non-Negative Numbers:
Sometimes we group zero with the positive or negative numbers:
Non-Positive Numbers: All numbers that are not positive. This is the union of negative numbers and zero: Negative Numbers{0}\text{Negative Numbers} \cup \{0\} (i.e., x0x \le 0).
Non-Negative Numbers: All numbers that are not negative. This is the union of positive numbers and zero: Positive Numbers{0}\text{Positive Numbers} \cup \{0\} (i.e., x0x \ge 0).

Complex Numbers:
Complex numbers with a non-zero imaginary part (like ii, i-i, 2i2i, 1+i1+i) are not real numbers. They do not lie on the real number line, and therefore they cannot be ordered. They are neither positive, negative, nor zero!
Learning Topics

Frequently Asked Questions

What is a set and what are its elements?

A set is a collection of distinct objects or numbers called elements. We write a set by listing its elements inside curly braces, like A = {1, 2, 3}.

What do the symbols ∈ and ∉ mean?

The symbol ∈ means “belongs to” or “is an element of” (e.g. 2 ∈ {1, 2, 3} is true). The symbol ∉ means “does not belong to” (e.g. 4 ∉ {1, 2, 3} is true).

How do I check if an element belongs to a set?

Simply look at the list inside the curly braces. If the element appears in that list, it belongs (∈). If it does not appear, it does not belong (∉).