< Geometry

Coordination Geometry can be used to find the midpoint of two coordinates. For example (8,5)(4,2). The formula is[x+x(2nd)] divided by 2. ,[y+y(2nd)] divided by 2. For this example this would be: [(8+5) divided by 2],[(4+2) divided by 2]. This equals (6.5,3), which is the midpoint between these two coordinates.

The formula for finding the distance between two coordinates, (x1, y1) and (x2, y2), is √((x2-x1)²+(y2-y1)²)

Exercise

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.