Number Sets (ℕ, ℤ, ℚ, ℝ): ℚ, ℝ, ℂ — Rational, Real & Complex

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

ℚ, ℝ, ℂ — Rational, Real & Complex

Solved: 0
A set S is shown below. Choose the correct statement describing the relationship between S, ℕ, ℤ, ℚ, ℝ, and ℂ.
Learning Topics

Rational ℚ, Real ℝ, and Complex ℂ Numbers

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.
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).

What is the union of two sets?

The union A ∪ B contains all elements that appear in A, in B, or in both. No duplicates are listed. Example: {1, 2} ∪ {2, 3} = {1, 2, 3}.

What is the intersection of two sets?

The intersection A ∩ B contains only elements that appear in both A and B. Example: {1, 2, 3} ∩ {2, 3, 4} = {2, 3}.

What are Integers (ℤ)?

Integers include all whole numbers — positive, negative, and zero: ℤ = {…, -3, -2, -1, 0, 1, 2, 3, …}. Every natural number is also an integer, but not every integer is natural.

What is the difference between real and complex numbers?

Real numbers include all rational and irrational numbers. Complex numbers include all real numbers as well as numbers containing the imaginary unit $i$ (where $i^2 = -1$), allowing us to solve roots of negative numbers.

Is zero positive or negative?

Zero is neither positive nor negative. It is the boundary between them.