Sets of Real Numbers and the Cartesian Coordinate Plane
1.1 Sets of Real Numbers and the Cartesian Coordinate Plane
🧭 Overview
🧠 One-sentence thesis
The Cartesian Coordinate Plane unites algebra and geometry by using ordered pairs of real numbers to locate points in the plane, enabling algebraic computation of geometric properties like distance and symmetry.
📌 Key points (3–5)
- Union and intersection of sets: union collects all elements from both sets; intersection contains only shared elements.
- Interval notation: most sets of real numbers are intervals or unions of intervals, expressed using parentheses and brackets.
- Cartesian coordinates: ordered pairs (x, y) locate points by projecting to the x-axis and y-axis; order matters.
- Common confusion: (2, −4) and (−4, 2) are different points—the first coordinate is always the x-coordinate, the second is always the y-coordinate.
- Symmetry and distance: points can be reflected across axes or the origin; distance between two points is computed using the Pythagorean theorem.
🔗 Set operations and interval notation
🔗 Intersection and union
Intersection (A ∩ B): the set of elements that two sets have in common.
Union (A ∪ B): the totality of the elements in each of the sets, collected together.
- Intersection finds the overlap; union finds the combined coverage.
- Example: 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).
- For intervals: if A = [−5, 3) and B = (1, ∞), then A ∩ B = (1, 3) (the overlap) and A ∪ B = [−5, ∞) (the combined shaded region).
📝 Expressing sets with interval notation
- Most sets of real numbers are either intervals or unions of intervals.
- Graphing first helps: shade the region on the number line, then describe it using interval notation.
- Example: {x | x ≤ −2 or x ≥ 2} becomes (−∞, −2] ∪ [2, ∞).
- Example: {x | x ≠ 3} excludes only x = 3, so it becomes (−∞, 3) ∪ (3, ∞).
- Example: {x | x ≠ ±3} excludes both x = 3 and x = −3, breaking the line into three intervals: (−∞, −3) ∪ (−3, 3) ∪ (3, ∞).
- A single point can be written as a set: {5} or as an interval [5, 5].
📍 The Cartesian Coordinate Plane
📍 What it is
Cartesian Coordinate Plane: the set of all possible ordered pairs (x, y) as x and y take values from the real numbers.
- Two real number lines cross at a right angle at 0.
- The horizontal line is the x-axis; the vertical line is the y-axis.
- Both axes extend indefinitely in both directions.
- This system allows us to locate points off the number lines as well as on them.
🎯 Ordered pairs and coordinates
Ordered pair (a, b): the first number is the abscissa or x-coordinate; the second is the ordinate or y-coordinate.
- The distinction between a point and its coordinates is often blurred; we speak of "the point (2, −4)."
- Think of (2, −4) as instructions: from the origin (0, 0), move 2 units right and 4 units down.
- Order matters: (2, −4) and (−4, 2) are different points.
- (2, −4): move right 2, down 4.
- (−4, 2): move left 4, up 2.
- Don't confuse: the first coordinate is always horizontal (x), the second is always vertical (y).
📐 Important facts about coordinates
| Fact | Meaning |
|---|---|
| (a, b) and (c, d) are the same point | if and only if a = c and b = d |
| (x, y) lies on the x-axis | if and only if y = 0 |
| (x, y) lies on the y-axis | if and only if x = 0 |
| The origin | (0, 0); the only point on both axes |
🗺️ Quadrants
- The axes divide the plane into four regions called quadrants, labeled with Roman numerals counterclockwise:
| Quadrant | Sign of x | Sign of y | Example |
|---|---|---|---|
| I | x > 0 | y > 0 | (1, 2) |
| II | x < 0 | y > 0 | (−1, 2) |
| III | x < 0 | y < 0 | (−1, −2) |
| IV | x > 0 | y < 0 | (1, −2) |
- Points on the axes (other than the origin) do not belong to any quadrant; they lie on the positive or negative x-axis or y-axis.
- Example: (0, 4) lies on the positive y-axis; (−117, 0) lies on the negative x-axis.
🔄 Symmetry and reflections
🔄 Three types of symmetry
Two points (a, b) and (c, d) are:
- Symmetric about the x-axis if a = c and b = −d
- Symmetric about the y-axis if a = −c and b = d
- Symmetric about the origin if a = −c and b = −d
- Symmetry is one of the most important concepts in mathematics.
- Example: starting with P(−2, 3):
- Symmetric about the x-axis: (−2, −3) (replace y with its opposite).
- Symmetric about the y-axis: (2, 3) (replace x with its opposite).
- Symmetric about the origin: (2, −3) (replace both x and y with their opposites).
🪞 Reflections
- Think of the axes as mirrors.
- Reflect across the x-axis: replace y with −y.
- Reflect across the y-axis: replace x with −x.
- Reflect across the origin: replace x with −x and y with −y (equivalent to reflecting across the x-axis then the y-axis).
- Example: reflecting (−2, 3) across the x-axis gives (−2, −3); then reflecting across the y-axis gives (2, −3), which is the point symmetric about the origin.
📏 Distance in the plane
📏 The Distance Formula
Distance d between P(x₀, y₀) and Q(x₁, y₁): d = square root of [(x₁ − x₀)² + (y₁ − y₀)²]
- Distance means the length of the line segment joining P and Q.
- The formula comes from the Pythagorean theorem: imagine a right triangle with hypotenuse d and legs of length |x₁ − x₀| and |y₁ − y₀|.
- The absolute value bars can be replaced with parentheses because squaring eliminates the sign.
- Distance is never negative, so we take the positive square root.
🧮 Using the Distance Formula
- Example: distance between P(−2, 3) and Q(1, −3):
- d = square root of [(1 − (−2))² + (−3 − 3)²]
- d = square root of [9 + 36]
- d = 3 times the square root of 5.
- Example: find all points with x-coordinate 1 that are 4 units from (3, 2):
- Points have the form (1, y).
- Set distance equal to 4: 4 = square root of [(1 − 3)² + (y − 2)²].
- Simplify: 4 = square root of [4 + (y − 2)²].
- Square both sides: 16 = 4 + (y − 2)².
- (The excerpt ends here; the solution is not completed.)
- Don't confuse: the Distance Formula applies even when points are arranged vertically, horizontally, or are the same point (though the geometric triangle argument does not apply in those cases).