Thursday, August 30, 2012

Length of a Line Segment Formula


Length of a line segment formula :   
                                             
Length of line segment is the distance between two coordinate points in a co ordinate plane. It is showed by the units of length .
Suppose there are two points (x1,y1) and (x2,y2) is
                                D2 = (y2-y1)2 + (x2-x1)2
                                This formula is simply a use of Pythagoras' Theorem. 
If the line segments is exactly vertical or horizontal, the formula above will still work fine, but there is an easier way. For a horizontal line, its length is the difference between the x-coordinates. For a vertical line its length is the difference between the y-coordinates. In the figure above make a vertical and horizontal line and verify this for yourself.     

Example on Length of a Line Segment Formula :

problem: Find the distance between two points (length of line segment between two points) in coordinate plane (3,5) , (0,1)
                                       Given two points are (x1,y1)= (3,5)
                                                          and (x2,y2) = (0,1)
                     There fore
                                                            D2 = (y2-y1)2 + (x2-x1)2
                                                            D2 =  (1-5)2 + (0-3)2
                                                            D2 =   (-4)2  + (-3)2
                                                            D2 =  16 + 9
                                                            D2 = 25
                                                        =>D = √25 = 5
Therefore the length of line segment between the given points is 5 units

Stuck on any of these topics math problems college, solving linear equations by graphing try out some best math website.

Example on Length of a Line Segment Formula :

Problem: The length of line segment is 13 between the points (1,0) and (a,5) . Find a?
                              Given the length of line segment is 13
                               The points(x1,y1)= (1,0)
                               and (x2,y2) is (a,5)
                      There fore
                               D2 = (y2-y1)2 + (x2-x1)2
                              132=(a-1)2 + (5-0)2
                         => 169= (a-1)2 + 52
                         => (a-1)2 + 25= 169
                         => (a-1)2 = 169-25 = 144
                         => (a-1)2 = 144
                         => (a-1)2= √144
                         => (a-1)=12
                         => a= 12+1 =13
     The missing value a is 13

Conclusion on Length of a Line Segment Formula :

                                            Finally in this way we can calculate the length of line segment by the formula
  D2 = (y2-y1)2 + (x2-x1) where
D  is Distance(Length of line segment)
(x1,y1) is one point in coordinate plane
(x2,y2) is other point in coordinate plane
The length of line segment is denoted by units specified for the points in coordinate plane.
 We can also find the missing points the coordinate axis if the length of line segment is given and one of the points is given. This part of example is shown in example 2 .

No comments:

Post a Comment