0% found this document useful (0 votes)
1 views

SLG 1.3 Distance and Midpoint Formulas

This learning guide module focuses on Basic Plane and Coordinate Geometry, specifically the distance and midpoint formulas. Students will learn to apply these formulas to find distances and midpoints between points on a coordinate plane through examples and exercises. The module includes a summary of key concepts, practice problems, and a summative test to assess understanding.

Uploaded by

faerin0720
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

SLG 1.3 Distance and Midpoint Formulas

This learning guide module focuses on Basic Plane and Coordinate Geometry, specifically the distance and midpoint formulas. Students will learn to apply these formulas to find distances and midpoints between points on a coordinate plane through examples and exercises. The module includes a summary of key concepts, practice problems, and a summative test to assess understanding.

Uploaded by

faerin0720
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Learning Guide Module

Subject Code Math 3 Mathematics 3


Module Code 1.0 Basic Plane and Coordinate Geometry
Lesson Code 1.3 Distance and Midpoint Formulas
Time Limit 30 minutes

TARGET Time Allocation: 1 minute


Actual Time Allocation: _____ minutes

By the end of this module, the students will have been able to apply the distance and midpoint formulas
for points and segments on the coordinate plane.

HOOK Time Allocation: 4 minutes


Actual Time Allocation: _____ minutes

Solving problems that involve finding either distances or midpoints are often necessary. Let
us recall line segments – part of a line which has two endpoints – drawn in a coordinate plane. Given
the coordinates of these endpoints, we will be able to determine the distance (length of the line segment)
and the midpoint (halfway between two endpoints). It is essential to fully understand how to find the
midpoint and distance of a line segment because this will also enable us to fully understand the concept
of absolute value.

Take this problem!


Michael is going on a two-day hike. The map which is
shown at the right (see Figure 1) presents the trails he plans to
follow. Each unit represents 1 km.
a. Michael hikes from the lodge to point A and choose that
he will hike to the midpoint of ̅̅̅̅
𝐴𝐵 before he camps for
the night. Determine the point in the plane where
Michael plans to camp.
b. How far will Michael hike each day? Figure 1

(Retrieved from https://www.classzone.com/eservices/home/pdf/student/LA210AAD.pdf)

In lesson 1.2, we have discussed how to find the midpoint and distance between two points on
a number line. This time, to solve this problem, we need to compute for the midpoint and distance
between two points on a Cartesian plane.

Try these out! (Recall some concepts learned from Mathematics 2)


Determine whether each statement is TRUE or FALSE. Justify your answer.
a. Distance is always positive.
b. We can derive a formula that allows us to compute for the distance between two points on
coordinate plane from the Pythagorean Theorem.
c. The values computed using the distance formula differs when the first point and the second
point are not labeled (𝑥1 , 𝑦1 ) and (𝑥2 , 𝑦2 ), respectively.

Mathematics 3 | Page 1 of 8
IGNITE Time Allocation: 15 minutes
Actual Time Allocation: _____ minutes

Let us start exploring our topic with this example!

Example 1. Determine the distance between


points Y and Z which are shown on the
coordinate plane at the right (see
Figure 2).

Figure 2
Solution:
To find the distance between points Y and Z, we have added point X with coordinates
(−2, −2) to create a right triangle. This will enable us to use the Pythagorean theorem. Isolating
right triangle ∆𝑋𝑌𝑍, we’ll have figure 3 shown below.

Figure 3

The vertices of the triangle are 𝑋 (−2, −2), 𝑌 (−2, 3) and 𝑍 (6, −2). Side 𝑋𝑌 is parallel to the
y – axis and points X and Y lie on a vertical line. To compute for the length 𝑋𝑌, we simply have
|𝑦𝑋 − 𝑦𝑌 | = |−2 − 3| = 5 units. Side XZ is parallel to the x – axis and points X and Z lie on a
horizontal line. its length is 8 units. Similarly, we can compute for the length 𝑋𝑍 = |𝑥𝑋 − 𝑥𝑍 | =
|−2 − 6| = 8 units. Given that the triangle is right, 𝑌𝑍 is the longest side which is the
hypotenuse and we can use the Pythagorean Theorem to find its length.
,

Consider the legs of the right triangle XY and XZ as a and b, and the longest side YZ as the
hypotenuse 𝑐. Now, let us determine the length of side YZ (c) using the Pythagorean theorem.

𝑐 2 = 𝑎2 + 𝑏 2 ⟹ 𝑐 2 = 82 + 52 ⟹ 𝑐 2 = 64 + 25 ⟹ 𝑐 = √𝟖𝟗 ≈ 𝟗. 𝟒𝟑

Mathematics 3 | Page 2 of 8
Using the Pythagorean Theorem, we were able to find the length of side YZ which is √𝟖𝟗
units and the distance between points Y and Z is √𝟖𝟗 or approximately 9.43 units.

DISTANCE FORMULA
From this example, we now have an idea how to derive the distance formula.

Figure 4
Observe the triangle shown below. Each vertex of the triangle is labeled appropriately.
And based from how we have computed the for the distance of the legs of the triangle, we
replace side “a” by |𝑥2 − 𝑥1 | and side “b” by |𝑦2 − 𝑦1 |, and side “c” by d. We determine that

𝒅 = √(𝒙𝟐 − 𝒙𝟏 )𝟐 + (𝒚𝟐 − 𝒚𝟏 )𝟐 .

Example 2.
Let us find the distance between points Y (−2,3) and Z (6, −2) from example 1.

Solution:
Let Y(𝒙𝟏 , 𝒚𝟏 ) = (−𝟐, 𝟑) and 𝒁(𝒙𝟐 , 𝒚𝟐 ) = (𝟔, −𝟐)

Therefore,
𝑑 = √(𝑥2 − 𝑥1 )2 + (𝑦2 − 𝑦1 )2
𝑑 = √[6 − (−2)]2 + [(−2) − 3]2
𝑑 = √82 + 52 = √64 + 25 = √𝟖𝟗 ≈ 𝟗. 𝟒𝟑

We can conclude that we have the same results.

Example 3.
Find the distance between the given points
A (-1, 4) and B (-5, -6) in the coordinate plane
shown at the right (see Figure 5).

Solution:
Using the Distance Formula, we can
determine the distance between points
A (-1, 4) and B (-5, -6)

𝑑 = √(𝑥2 − 𝑥1 )2 + (𝑦2 − 𝑦1 )2
𝑑 = √[−5 − (−1)]2 + [(−6) − 4]2
𝑑 = √(−4)2 + (−10)2 = √16 + 100 Figure 5

Mathematics 3 | Page 3 of 8
𝑑 = √116 = 𝟐√𝟐𝟗 ≈ 𝟏𝟎. 𝟕𝟕

Therefore, the distance between points A and B is 𝟐√𝟐𝟗 or approximately 10.77 units.

Remember this!
It does not matter which point is assigned as (𝑥1 , 𝑦1 ) and which point is assigned as (𝑥2 , 𝑦2 ),
the result will be exactly the same.

MIDPOINT FORMULA

Let us proceed to the discussion of the midpoint formula.


Kindly click the link below to see how midpoint formula was derived.

https://www.youtube.com/watch?v=zXpOIcCLRio

Let us consider two points A (𝑥1 , 𝑦1 ) and B (𝑥2 , 𝑦2 ), the point which is halfway between A and
B on a line is called midpoint. We can calculate the midpoint (M) using the midpoint formula.
𝒙𝟏 + 𝒙𝟐 𝒚𝟏 + 𝒚𝟐
𝑴𝒙 = and 𝑴𝒚 =
𝟐 𝟐

Then, if we combine 𝑴𝒙 and 𝑴𝒚

𝒙𝟏 + 𝒙𝟐 𝒚𝟏 + 𝒚𝟐
𝑴=( , )
𝟐 𝟐

Example 4.
Determine the coordinates of the
midpoint between the points 𝑆(−1, 6)
and 𝑇(4, −6).

Solution:

Consider (𝑥1 , 𝑦1 ) = (−1,6) and


(𝑥2 , 𝑦2 ) = (4, −6).
We will use the midpoint formula,
𝑥1 + 𝑥2 𝑦1 + 𝑦2
𝑀=( , )
2 2
−1+ 4 6 +(−6)
𝑀=( , )
2 2
3 0 𝟑
𝑀 = ( , ) = ( , 𝟎)
2 2 𝟐

𝟑
Thus, the midpoint of ST is at ( , 𝟎).
𝟐

Mathematics 3 | Page 4 of 8
Example 5.
If one of the endpoints of a line segment drawn in a coordinate plane is at (3, −4) and the
midpoint of the segment is at (−2, 1). Determine the coordinates of the other endpoint.

Solution:
Using (𝑥1 , 𝑦1 ) = (3, −4) and (𝑀𝑥 , 𝑀𝑦 ) = (−2,1). We will use the midpoint formula to
determine the coordinates of the other endpoint, (𝑥2 , 𝑦2 ).
𝒙𝟏 + 𝒙𝟐 𝒚𝟏 + 𝒚𝟐
𝑴𝒙 = and 𝑴𝒚 =
𝟐 𝟐

𝒙𝟏 + 𝒙𝟐
To find 𝒙𝟐 , we are going to use 𝑴𝒙 =
𝟐

3+ 𝑥2
−2 = ⟹ −4 = 3 + 𝑥2 ⟹ 𝑥2 = −4 − 3 = −𝟕
2

𝒚𝟏 + 𝒚𝟐
To find 𝒚𝟐 , we are going to use 𝑴𝒚 =
𝟐

−4 + 𝑦2
1= ⟹ 2 = −4 + 𝑦2 ⟹ 𝑦2 = 2 + 4 = 𝟔
2

Thus, the coordinates of the other endpoint are (−𝟕, 𝟔).

NAVIGATE Time Allocation: 5 minutes


Actual Time Allocation: _____ minutes

Directions: Answer the following problems.

1. Determine the distance between the points A(4, −3) and F(0, 6) in a coordinate plane
2. Given a point (−2, −4) and the midpoint of the line segment joining (2, 4) and (5, 7), find
the distance between these points.
3. If (3, 6) is the midpoint of points (𝑥, 𝑦) and (−6, 7), find the values of 𝑥 and 𝑦.
4. Given the vertices of a triangle, 𝐴(0, 1), 𝐵(2, 3) and 𝐶(2, −1). Show that ∆𝐴𝐵𝐶 is a right
isosceles.
5. Determine the value of y in the point (0, y) which is equidistant from (5, −10) and (1, −3).

Mathematics 3 | Page 5 of 8
KNOT Time Allocation: 5 minutes
Actual Time Allocation: _____ minutes

Let us summarize!

The distance between two points in a coordinate plane can be solved using the distance
formula. Distance formula is derived from the Pythagorean Theorem.

Pythagorean Theorem: 𝑐 2 = 𝑎2 + 𝑏 2 where a and b are the legs of a right triangle and c is
the hypotenuse (side opposite the right angle)

Distance Formula: 𝒅 = √(𝒙𝟐 − 𝒙𝟏 )𝟐 + (𝒚𝟐 − 𝒚𝟏 )𝟐

Distance is always positive.

Midpoint Formula
If a line segment has endpoints (𝒙𝟏 , 𝒚𝟏 ) and (𝒙𝟐 , 𝒚𝟐 ). We can find the coordinates of the
segment’s midpoint using

𝒙𝟏 + 𝒙𝟐 𝒚𝟏 + 𝒚𝟐
𝑀=( , )
𝟐 𝟐

We determine the midpoint by taking the average of the two x – coordinates and the average
of the two y-coordinates.

How much have you learned? Take the quiz below!

SUMMATIVE TEST

Directions: Read and analyze each statement/problem carefully. Circle the letter of your answer.

1. Determine the midpoint of a line segment whose endpoints are (−3, −8) and (9,3).
a. (21, 14) c. (−5,5, 6)
b. (3, −2.5) d. (−6, −5.5)

2. Calculate the distance between the points 𝑆(−4, 3) and 𝑇(6,1). Round your answers to the nearest
tenth.
a. 3.5 c. 9.8
b. 4.5 d. 10.2

3. The coordinates of 𝑋 are (5,2). If Y is the midpoint of ̅̅̅̅


𝑋𝑍 and its coordinates are (−1,0), then the
coordinates of Z is
a.(2, 5) c. (−5, −2)
b. (−7, −2) d. (−2, −7)
4. If a line segment is drawn in a coordinate plane whose endpoints are 𝑅(8, 2) and 𝑆(6, 10), then the
̅̅̅̅ is
coordinates of the midpoint of 𝑅𝑆
a. (1, 4) c. (7, 6)
b. (14, 12) d. (2, 8)

Mathematics 3 | Page 6 of 8
5. Determine the perimeter of ∆𝐹𝐴𝑍 with vertices 𝐹(0, – 6), 𝐴(4, – 6), and 𝑍(0, – 3).
a. 7 units c. 14 units
b. 12 units d. 32 units
6. The coordinates of 𝑇 are (10, 10) and the coordinates of 𝐻 which is the midpoint of ̅̅̅̅
𝑇𝐸 are (9, 8).
What are the coordinates of 𝐸?
a. (9.5, 9) c. (11, 12)
b. (18, 16) d. (8, 6)

7. Given the coordinates of the vertices of a triangle below, can these be vertices of a right triangle?
𝑋(−4, 7), 𝑌(2, 9), 𝑍(1, 4)
a. Yes c. Cannot be determined
b. No
8. Determine the coordinates of the other endpoint if one endpoint of a line segment is at (2, −5) and
its midpoint is at (4, −2),
a. (6, 1) c. (6, −8)
b. (−2, −11) d. (8, −1)

9. Given the vertices of a 𝑟𝑡. ∆𝑆𝑇𝑈, 𝑆(−2, 1), 𝑇(1, 1) and 𝑈(1, 2). Determine the length of the
hypotenuse of the right triangle.

a. √10 c. 4
b. 2√3 d. 2√5

10. If 𝑍(0,2) is equidistant from 𝑋(3, 𝑎) and 𝑌(𝑎, 5), determine the value of a.
a. -3 c. 1
b. 0 d. 3

References:

Albarico, J.M. (2013). THINK Framework. (Based on Ramos, E.G. and N. Apolinario. (n.d.) Science
LINKS. Rex Bookstore, Inc.)

Analyzemath Website (2020). Distance Problems with Solutions. Retrieved from


https://www.analyzemath.com/math_problems/distance_problems.html

Cabrillo College (n.d). Distance and Midpoint Formulas; Circles. Retrieved from
https://cabrillo.instructure.com/courses/10269/modules/items/256611

Schoolwires Website (n.d), Distance and Midpoint Formulas; Circles, pp. 243-253. Retrieved from
https://fl01000126.schoolwires.net/cms/lib/FL01000126/Centricity/Domain/261/Ch1_Section9.
pdf

Prepared by: Frederick F. Faz Reviewed by: Virginia A. Barlas


Position: Special Science Teacher (SST) II Position: Special Science Teacher (SST) IV
Campus: PSHS - MRC Campus: PSHS - WVC

Mathematics 3 | Page 7 of 8
ANSWER KEY
Try these Out!
1. a. TRUE
b. TRUE
c. FALSE. It does not matter which point is designated as (𝑥1 , 𝑦1 ) and which point is designated by
(𝑥2 , 𝑦2 ), the result will be exactly the same.

Check Your Understanding!


1. √97 ≈ 9.85
3. 𝑥 = 12 and 𝑦 = 5
115
5. 𝑦 = − ≈ 8.21
14

Summative Test

1. b
3. b
5. b
7. b
9. a

Mathematics 3 | Page 8 of 8

You might also like