Sets of Real Numbers and the Cartesian Coordinate Plane
1.1 Sets of Real Numbers and the Cartesian Coordinate Plane
🧭 Overview
🧠 One-sentence thesis
This section establishes the foundational vocabulary and notation for sets of real numbers—including interval notation and set operations—that underpin the study of Precalculus.
📌 Key points (3–5)
- What a set is: a well-defined collection of objects (elements) where membership can be determined without ambiguity.
- Three ways to describe sets: verbal (sentence), roster (list in braces), and set-builder (using a dummy variable and a condition).
- Nested number systems: natural numbers ⊂ whole numbers ⊂ integers ⊂ rational numbers ⊂ real numbers ⊂ complex numbers; each larger set contains all the previous ones.
- Interval notation: a compact way to describe continuous segments of the real number line using brackets, parentheses, and infinity symbols.
- Common confusion: intersection vs union—intersection is the overlap (elements in both sets), union is the totality (elements in either set or both).
📚 What sets are and how to describe them
📚 Definition of a set
Set: a well-defined collection of objects called elements, where "well-defined" means it is possible to determine membership without prejudice.
- The collection of letters in "smolko" is a set (you can tell if a letter belongs).
- The collection of "worst math teachers in the world" is not a set (membership is subjective and not well-defined).
- Membership notation: if m is in set S, write m ∈ S; if q is not in S, write q ∉ S.
📝 Three methods to describe sets
The excerpt presents three equivalent ways to specify the same set:
| Method | Description | Example for letters in "smolko" |
|---|---|---|
| Verbal | Use a sentence | "the set of letters that make up the word 'smolko'" |
| Roster | List elements in braces, each once | {s, m, o, l, k} |
| Set-Builder | Use a dummy variable and condition | {x | x is a letter in the word "smolko"} |
- Roster method details: list each element only once (even if it appears multiple times in the original context); order does not matter, so {k, l, m, o, s} is the same set.
- Set-builder method: read as "the set of elements x such that x satisfies [condition]."
- All three methods can be connected with an equals sign: S = {s, m, o, l, k} = {x | x is a letter in "smolko"}.
🔢 Famous sets of numbers
🔢 The hierarchy of number systems
The excerpt lists eight important sets, each nested within the next:
| Set | Symbol | Definition / Description |
|---|---|---|
| Empty Set | ∅ | {} or {x | x ≠ x}; the set with no elements |
| Natural Numbers | N | {1, 2, 3, ...} |
| Whole Numbers | W | {0, 1, 2, ...} |
| Integers | Z | {..., −3, −2, −1, 0, 1, 2, 3, ...} |
| Rational Numbers | Q | {a/b | a ∈ Z and b ∈ Z (b ≠ 0)}; equivalently, numbers with repeating or terminating decimal representations |
| Real Numbers | R | {x | x possesses a decimal representation} |
| Irrational Numbers | P | {x | x is a non-rational real number}; decimals that neither repeat nor terminate (e.g., π, √2, 0.101001000100001...) |
| Complex Numbers | C | {a + bi | a, b ∈ R and i = √−1} |
🪆 Nested structure (Matryoshka dolls)
- Every natural number is a whole number.
- Every whole number is an integer.
- Every integer is a rational number (take b = 1 in the definition of Q).
- Every rational number is a real number (they have decimal representations).
- Every real number is a complex number (take b = 0 in the definition of C).
- The sets N, W, Z, Q, R, and C are nested like Russian dolls, each contained in the next.
🧮 Key distinctions
- Rational vs irrational: rational numbers have repeating or terminating decimals; irrational numbers have non-repeating, non-terminating decimals.
- Real vs complex: real numbers are a special case of complex numbers (when the imaginary part is zero).
- Empty set: plays a vital role in mathematics, analogous to the number 0.
📏 Interval notation for real numbers
📏 What interval notation does
Interval notation: a compact way to describe segments (intervals) of the real number line.
- The real numbers R can be visualized as a line.
- Segments of this line are called intervals.
- Interval notation uses brackets, parentheses, and infinity symbols to describe these segments concisely.
🔲 Brackets vs parentheses
- Square brackets [ or ]: the endpoint is included in the interval; shown with a filled-in (closed) dot on the number line.
- Parentheses ( or ): the endpoint is not included; shown with an open circle on the number line.
- Infinity symbols: −∞ (extends indefinitely to the left) and ∞ (extends indefinitely to the right) always use parentheses because infinity is a concept, not a number.
📊 Interval notation table
For real numbers a and b with a < b:
| Set-builder notation | Interval notation | Meaning |
|---|---|---|
| {x | a < x < b} | (a, b) | Open interval: neither endpoint included |
| {x | a ≤ x < b} | [a, b) | Left endpoint included, right excluded |
| {x | a < x ≤ b} | (a, b] | Left endpoint excluded, right included |
| {x | a ≤ x ≤ b} | [a, b] | Closed interval: both endpoints included |
| {x | x < b} | (−∞, b) | All numbers less than b |
| {x | x ≤ b} | (−∞, b] | All numbers less than or equal to b |
| {x | x > a} | (a, ∞) | All numbers greater than a |
| {x | x ≥ a} | [a, ∞) | All numbers greater than or equal to a |
| R | (−∞, ∞) | All real numbers |
🎯 Examples from the excerpt
- {x | 1 ≤ x < 3} = [1, 3): includes 1, excludes 3.
- {x | −1 ≤ x ≤ 4} = [−1, 4]: includes both −1 and 4.
- {x | x ≤ 5} = (−∞, 5]: all numbers up to and including 5.
- {x | x > −2} = (−2, ∞): all numbers greater than −2.
🔗 Combining sets: intersection and union
🔗 Definitions
Intersection of A and B: A ∩ B = {x | x ∈ A and x ∈ B}
Union of A and B: A ∪ B = {x | x ∈ A or x ∈ B (or both)}
- Intersection: the overlap of two sets; elements that the sets have in common.
- Union: the totality of elements in each set, collected together.
🔍 How to distinguish intersection from union
- Intersection (∩): "and"—an element must be in both sets.
- Union (∪): "or"—an element can be in either set (or both).
- Example with finite sets: if A = {1, 2, 3} and B = {2, 4, 6}, then A ∩ B = {2} (only 2 is in both) and A ∪ B = {1, 2, 3, 4, 6} (all elements from both sets, listed once).
📐 Graphical method for intervals
The excerpt demonstrates finding intersection and union by shading on the number line:
- Example: A = [−5, 3) and B = (1, ∞).
- Intersection A ∩ B: shade the overlap → (1, 3).
- Union A ∪ B: shade each of A and B, then describe the combined shaded region → [−5, ∞).
🧩 Why union matters more in this text
- Most sets of real numbers in Precalculus are either intervals or unions of intervals.
- The excerpt notes that union is used more often than intersection in the text.
🧮 Expressing sets with interval notation
🧮 Strategy: graph first, then write
The excerpt recommends graphing the set on the number line and gleaning the interval notation from the graph.
🎯 Example patterns
The excerpt begins Example 1.1.1 with four sets to express in interval notation:
-
{x | x ≤ −2 or x ≥ 2}: This is a union of two intervals.
- x ≤ −2 corresponds to (−∞, −2].
- x ≥ 2 corresponds to [2, ∞).
- The word "or" signals union.
- (The excerpt does not complete the solution, but the pattern is clear: graph each inequality, then combine with union notation.)
-
{x | x ≠ 3}: All real numbers except 3.
- This is the union of (−∞, 3) and (3, ∞).
-
{x | x ≠ ±3}: All real numbers except 3 and −3.
- This is the union of (−∞, −3), (−3, 3), and (3, ∞).
-
{x | −1 < x ≤ 3 or x = 5}: A union of an interval and a single point.
- The interval (−1, 3] combined with the singleton set {5}.
⚠️ Don't confuse
- "or" in set-builder notation → union (∪) in interval notation.
- "and" in set-builder notation → intersection (∩) in interval notation.
- A single inequality → one interval; multiple inequalities connected by "or" → union of intervals.