Lesson 5.1: Coordinates and Plotting
Introduction
In this lesson, we will explore the fundamentals of the Cartesian plane, which is a crucial concept in mathematics allowing us to connect algebra and geometry. Our goals today are:
- Understand the structure of the Cartesian plane, including axes, quadrants, and ordered pairs.
- Learn how to accurately plot points and read coordinates.
- Calculate the midpoint and the length of a line segment between two points.
- Plot and read points in all four quadrants.
- Find the midpoint of a line segment based on its endpoints.
This will help you visualize mathematical ideas and prepare you for graphing equations in future topics.
H2: The Cartesian Plane, Axes, Quadrants, and Ordered Pairs
The Cartesian plane consists of two perpendicular lines called axes: the horizontal axis (x-axis) and the vertical axis (y-axis). The point where these two axes intersect is known as the origin, denoted as $ O $, which has coordinates $ (0, 0) $.
The Cartesian plane is divided into four regions called quadrants:
- Quadrant I: Both $ x $ and $ y $ coordinates are positive $ (x > 0, y > 0) $.
- Quadrant II: $ x $ is negative, and $ y $ is positive $ (x < 0, y > 0) $.
- Quadrant III: Both $ x $ and $ y $ coordinates are negative $ (x < 0, y < 0) $.
- Quadrant IV: $ x $ is positive, and $ y $ is negative $ (x > 0, y < 0) $.
An ordered pair is a pair of numbers that defines a point on the Cartesian plane. It is written in the form $ (x, y) $, where $ x $ is the horizontal position and $ y $ is the vertical position. For example, the ordered pair $ (3, 2) $ indicates a point located 3 units to the right of the origin and 2 units above it.
Example 1: Identifying Quadrants and Coordinates
Plot the point $ (2, -3) $ on the Cartesian plane:
- Start at the origin $ O(0, 0) $.
- Move 2 units to the right along the $ x $-axis (positive $ x $).
- From that point, move down 3 units along the $ y $-axis (negative $ y $).
- The point $ (2, -3) $ lies in Quadrant IV, where $ x $ is positive and $ y $ is negative.
©
H2: Plotting Points and Reading Coordinates Accurately
Once you understand ordered pairs, you can start plotting points on the Cartesian plane. It is essential to place points accurately based on their coordinates. To do this:
- Determine the $ x $ coordinate (horizontal position) first.
- Then, determine the $ y $ coordinate (vertical position) based on the $ x $ position.
Remember, if the point is positive in the $ x $ direction, you move right. If negative, you move left. Likewise, for $ y $: move up for positive and down for negative.
Example 2: Plotting a Point
Let's plot the point $ (-4, 3) $:
- Starting from the origin, move 4 units to the left because $ -4 $ is negative along the $ x $-axis.
- From there, move 3 units up because $ 3 $ is positive along the $ y $-axis.
- The point $ (-4, 3) $ is located in Quadrant II.
H2: The Midpoint and the Length of a Line Segment Between Two Points
Midpoint
The midpoint of a line segment is the point that is exactly halfway between two endpoints. The formula for finding the midpoint $ M $ between two points $ A(x_1, y_1) $ and $ B(x_2, y_2) $ is:
$$ M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}
ight) $$
Example 3: Finding the Midpoint
Let us find the midpoint $ M $ of points $ A(1, 4) $ and $ B(7, 8) $:
- Plug the coordinates into the midpoint formula:
- $ x_1 = 1, y_1 = 4, x_2 = 7, y_2 = 8 $
- $$ M = \left( \frac{1 + 7}{2}, \frac{4 + 8}{2}
ight) $$
- Calculate the x-coordinate of $ M $:
- $$ \frac{1 + 7}{2} = \frac{8}{2} = 4 $$
- Calculate the y-coordinate of $ M $:
- $$ \frac{4 + 8}{2} = \frac{12}{2} = 6 $$
- Therefore, the midpoint $ M $ is $ (4, 6) $.
Length of a Line Segment
The length $ d $ of a line segment between two points $ A(x_1, y_1) $ and $ B(x_2, y_2) $ can be determined using the distance formula:
$$ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} $$
Example 4: Finding the Length of a Line Segment
Calculate the length of the line segment between the points $ A(3, 4) $ and $ B(-1, 2) $:
- Use the distance formula:
- $$ d = \sqrt{((-1 - 3)^2 + (2 - 4)^2)} $$
- Substitute values and calculate:
- $$ d = \sqrt{(-4)^2 + (-2)^2} = \sqrt{16 + 4} = \sqrt{20} = 2\sqrt{5} $$
- The length of the line segment $ AB $ is $ 2\sqrt{5} $.
H2: Plot and Read Points in All Four Quadrants
It is vital to be comfortable plotting and reading points in all four quadrants. Each quadrant has its unique characteristics based on whether the $ x $ and $ y $ values are positive or negative.
Example 5: Plotting Points in All Quadrants
- Quadrant I: $ (5, 5) $
- Quadrant II: $ (-3, 7) $
- Quadrant III: $ (-6, -4) $
- Quadrant IV: $ (2, -3) $
Plot these points by following the steps provided earlier. Ensure each point is accurately represented in its respective quadrant.
Conclusion
In this lesson, we covered the essentials of the Cartesian plane, including the identification of quadrants and ordered pairs, how to accurately plot points, and how to find the midpoint and length of line segments. Understanding these concepts will allow you to build a solid foundation for more advanced topics in algebra and geometry.
Study Notes
- Cartesian plane consists of x-axis and y-axis.
- Origin is the point $ (0, 0) $.
- Quadrant I: $ (x > 0, y > 0) $
- Quadrant II: $ (x < 0, y > 0) $
- Quadrant III: $ (x < 0, y < 0) $
- Quadrant IV: $ (x > 0, y < 0) $
- Ordered pairs are written as $ (x, y) $.
- Midpoint formula: $$ M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}
ight) $$
- Distance formula: $$ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} $$
- Plotting points involves moving along the axes based on coordinates.
