๐ Introduction to the Coordinate Plane and Distance Formula
This lesson introduces the coordinate plane and provides a foundation for understanding the distance formula. We'll explore how to plot points and then use that knowledge to calculate distances between points.
๐ฏ Objectives
- ๐ Plotting Points: Students will be able to accurately plot points on the coordinate plane given their coordinates.
- ๐ Understanding Coordinates: Students will understand the meaning of x and y coordinates.
- ๐ Distance Formula Introduction: Students will be introduced to the distance formula and understand its purpose.
๐งฐ Materials
- graph paper
- โ๏ธ pencils
- ๐ rulers
- ๐ฅ๏ธ projector (optional, for displaying examples)
๐ Warm-up (5 mins)
Activity: Coordinate Plane Quick Review
- ๐ฃ๏ธ Verbal Review: Briefly review what the x and y axes are and how they are numbered.
- โ๏ธ Simple Plotting: Ask students to quickly plot a few simple points (e.g., (1, 2), (-1, 3), (0, -2)) on their graph paper. This refreshes their memory of plotting points.
๐จโ๐ซ Main Instruction (25 mins)
Part 1: Understanding the Coordinate Plane (10 mins)
- ๐ผ๏ธ Visual Representation: Use the projector (if available) to display a large coordinate plane.
- axis review
- โ Quadrants: Explain the four quadrants and the signs of the coordinates in each quadrant.
- ๐๏ธ Example Plotting: Plot a few points as examples, verbalizing the process (e.g., "To plot (2, -3), I start at the origin, move 2 units to the right on the x-axis, and then 3 units down on the y-axis.")
Part 2: Introduction to the Distance Formula (15 mins)
- ๐ค The Need for a Formula: Pose the question: "How can we find the exact distance between two points without just measuring it?"
- โ๏ธ Introducing the Formula: Explain that the distance formula is derived from the Pythagorean theorem. Write the distance formula on the board: $d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$
- ๐ก Breaking it Down: Explain what each variable represents ($x_1, y_1$ are the coordinates of the first point, and $x_2, y_2$ are the coordinates of the second point).
- ๐ Example 1: Work through a simple example together, such as finding the distance between (1, 2) and (4, 6). Show each step clearly:
- $d = \sqrt{(4 - 1)^2 + (6 - 2)^2}$
- $d = \sqrt{(3)^2 + (4)^2}$
- $d = \sqrt{9 + 16}$
- $d = \sqrt{25}$
- $d = 5$
๐ Assessment (10 mins)
- โ๏ธ Individual Practice: Provide students with a worksheet containing practice problems where they need to apply the distance formula to find the distance between given pairs of points. Here are three example pairs:
- (2, 3) and (5, 7)
- (-1, 4) and (3, 1)
- (0, 0) and (4, -3)
- ๐ถ Circulate and Assist: Walk around the classroom to observe students as they work and offer help where needed.
โ
Solutions to Assessment Problems
- Problem 1: (2, 3) and (5, 7)
- $d = \sqrt{(5 - 2)^2 + (7 - 3)^2}$
- $d = \sqrt{(3)^2 + (4)^2}$
- $d = \sqrt{9 + 16}$
- $d = \sqrt{25}$
- $d = 5$
- Problem 2: (-1, 4) and (3, 1)
- $d = \sqrt{(3 - (-1))^2 + (1 - 4)^2}$
- $d = \sqrt{(4)^2 + (-3)^2}$
- $d = \sqrt{16 + 9}$
- $d = \sqrt{25}$
- $d = 5$
- Problem 3: (0, 0) and (4, -3)
- $d = \sqrt{(4 - 0)^2 + (-3 - 0)^2}$
- $d = \sqrt{(4)^2 + (-3)^2}$
- $d = \sqrt{16 + 9}$
- $d = \sqrt{25}$
- $d = 5$