FINDING LENGTH OF A LINE SEGMENT

Finding the length of the line segment is finding the distance between two points. Let us consider two end points as (x1, y1) and (x2, y2).

To find the distance between these two points, we will use the formula given below.

 √[(x2 – x1)2 + (y2 – y1)2]  

Problem 1 :

What is the approximate length of RS with endpoints R(2, 3) and S(4, -1)?

Solution :

Given, R(2, 3) and S(4, -1)

x1 = 2,  y1 = 3, x2 = 4,  y2 = -1

RS = √[(x2 – x1)2 + (y2 – y1)2]  

= √[(4 – 2)2 + ((-1) – 3)2]

= √[(2)2 + (-4)2]

= √[4 + 16]

= √20

= 4.5

So, the approximate length is 4.5 units.

Problem 2 :

What is the approximate length of AB with endpoints A(-3, 2) and B(1, -4)?

Solution :

Given, A(-3, 2) and B(1, -4)

x1 = -3,  y1 = 2, x2 = 1,  y2 = -4

RS = √[(x2 – x1)2 + (y2 – y1)2] 

= √[(1 – (-3))2 + (-4 – 2)2]

= √[(4)2 + (-6)2]

= √[16 + 36]

= √52

= 7.2

So, the approximate length is 7.2 units.

Problem 3 :

The endpoints of MN are M(-3, -9) and N(4, 8). What is the approximate length of MN?

Solution :

Given, M(-3, -9) and N(4, 8)

x1 = -3,  y1 = -9, x2 = 4,  y2 = 8

MN = √[(x2 – x1)2 + (y2 – y1)2] 

= √[(4 – (-3))2 + (8 – (-9)2]

= √[(7)2 + (17)2]

= √[49 + 289]

= √338

= 18.4

So, the approximate length is 18.4 units.

Find the length of the segment. Round to the nearest tenth of a unit.

Problem 4 :

Solution :

Given, P(1, 2) and Q(5, 4)

x1 = 1,  y1 = 2, x2 = 5,  y2 = 4

PQ = √[(x2 – x1)2 + (y2 – y1)2] 

= √[(5 – 1)2 + (4 – 2)2]

= √[(4)2 + (2)2]

= √[16 + 4]

= √20

= 4.5

So, the approximate length is 4.5 units.

Problem 5 :

Solution :

Given, Q(-3, 5) and Q(2, 3)

x1 = -3,  y1 = 5, x2 = 2,  y2 = 3

PQ = √[(x2 – x1)2 + (y2 – y1)2] 

= √[(2 – (-3))2 + (3 – 5)2]

= √[(5)2 + (-2)2]

= √[25 + 4]

= √29

= 5.385

So, the approximate length is 5.385 units.

Problem 6 :

Solution :

Given, S(-1, 2) and T(3, -2)

x1 = -1,  y1 = 2, x2 = 3,  y2 = -2

PQ = √[(x2 – x1)2 + (y2 – y1)2] 

= √[(3 – (-1))2 + ((-2) – 2)2]

= √[(4)2 + (-4)2]

= √[16 + 16]

= √32

= 5.7

So, the approximate length is 5.7 units.

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More