Distance Formula and Polygon Classification Notes
Distance Formula
Definition
- The distance between two points 99dX(dx,y) and (x2,y2) in a Cartesian coordinate system is given by the formula:
Derived Formula
- The formula can be simplified and rewritten as follows:
Example 1: Calculating Distance
Problem Statement: Find the exact distance between the points (-10, -2) and (6, -10).
- Coordinates:
- Point 1: (x1, y1) = (-10, -2)
- Point 2: (x2, y2) = (6, -10)
Solution Steps:
- Calculate the difference in x-coordinates:
- Calculate the difference in y-coordinates:
- Plug into distance formula:
- Calculate:
- Calculate the difference in x-coordinates:
Answer: The distance is approximately 17.89 units.
Example 2: Finding Missing Coordinate
Problem Statement: Find the missing coordinate given the following information.
Points (7, -5) and (x, y) where distance d = 4 units.
- We use:
- Square both sides:
- We use:
Points (x, -3) and (1, 9) where d = 13 units.
- We use:
- Square both sides:
- Solve:
- Thus,
x - 1 = ext{±5 99=> x = 6 ext{ or } -4}
- We use:
The points (6, 4) and (0, y) where d = 56 units.
- Use:
- Square both sides:
- Solve:
- Use:
Polygons Classification
Definitions of Polygons
- Rectangle: A quadrilateral with two pairs of parallel sides that are equal in length.
- Square: A special case of rectangle where all four sides are equal and angles are 90 degrees.
- Isosceles Triangle: A triangle with at least two congruent sides.
- Scalene Triangle: A triangle with all sides of different lengths.
- Quadrilateral: A polygon with four sides.
Example 3: Classifying Polygons
- Polygon 1: Points A(-6,0), B(-3,3), C(-6,6), D(-9,3)
- Classification: Needs to compute side lengths to verify.
- Polygon 2: Points J(-4,-4), U(-11,-4), M(-11,-8), P(-4,-6)
- Classification: Based on equal side lengths and angles.
- Polygon 3: Points (C(6,4), A(9,7), T(12,4))
- Classification: Regular polygons need computation for angles and lengths to establish.
Conclusion
- Understanding distance formulae and classifications of geometric shapes is crucial in geometry. The calculations enable determining spatial relationships in a Cartesian coordinate system.
- Practice examples to solidify knowledge of concepts, these principles are foundational in the study of geometry and related fields.