Coordinate Geometry

What is Coordinate Geometry?

Coordinate Geometry is the study of geometric figures using a coordinate plane. It connects algebra and geometry by using equations to represent shapes.

Key Concepts:

1. Distance Formula

The distance between two points (x₁, y₁) and (x₂, y₂) is given by:

d = √[(x₂ - x₁)² + (y₂ - y₁)²]

2. Midpoint Formula

The midpoint of a line segment with endpoints (x₁, y₁) and (x₂, y₂) is:

M = ((x₁ + x₂)/2, (y₁ + y₂)/2)

3. Slope Formula

The slope of a line through two points (x₁, y₁) and (x₂, y₂) is:

m = (y₂ - y₁) / (x₂ - x₁)

Example:

Find the distance between (3, 4) and (7, 1)

            d = √[(7 - 3)² + (1 - 4)²]
              = √[16 + 9]
              = √25
              = 5
            
Try More Problems