Coordinate Geometry

Coordinate Geometry - Solve mathematical problems with step-by-step solutions.

Free to use
12,500+ users
Updated January 2025
Instant results

Coordinate Geometry Calculator

Distance, Midpoint, Slope & Equation

Point 1 (x₁, y₁)

Point 2 (x₂, y₂)

Coordinate Geometry Formulas

  • Distance: √[(x₂-x₁)² + (y₂-y₁)²]
  • Midpoint: [(x₁+x₂)/2, (y₁+y₂)/2]
  • Slope: (y₂-y₁) / (x₂-x₁)

Understanding Coordinate Geometry

Connecting Algebra and Geometry on the Cartesian Plane.

What is Coordinate Geometry?

Coordinate Geometry (or Analytic Geometry) is a branch of mathematics that bridges algebra and geometry. It uses a coordinate system to study geometric shapes.

The foundation of coordinate geometry is the Cartesian Plane, a two-dimensional plane defined by a horizontal x-axis and a vertical y-axis.

Every point on the plane can be uniquely identified by an ordered pair of numbers (x, y), called its coordinates.

Example: A point located at (3, 2) is 3 units to the right of the y-axis and 2 units above the x-axis. The point where the axes intersect is the origin (0, 0).

The Distance Formula

The distance formula allows us to calculate the straight-line distance between any two points on the Cartesian plane.

It is derived from the Pythagorean theorem.

For two points (x₁, y₁) and (x₂, y₂), the distance 'd' is calculated as: d = √[(x₂ - x₁)² + (y₂ - y₁)²].

Example:To find the distance between A(1, 2) and B(4, 6), we calculate: d = √[(4 - 1)² + (6 - 2)²] = √[3² + 4²] = √[9 + 16] = √25 = 5 units.

The Midpoint Formula

The midpoint formula is used to find the exact center point between two other points.

It essentially calculates the average of the x-coordinates and the average of the y-coordinates.

For two points (x₁, y₁) and (x₂, y₂), the midpoint (M) is: M = ( (x₁ + x₂)/2 , (y₁ + y₂)/2 ).

Example:The midpoint of the line segment connecting A(2, 3) and B(6, 7) is M = ( (2+6)/2 , (3+7)/2 ) = (8/2, 10/2) = (4, 5).

The Slope of a Line

The slope of a line measures its steepness and direction. It is often described as 'rise over run'.

A positive slope means the line goes uphill from left to right. A negative slope means it goes downhill.

For two points (x₁, y₁) and (x₂, y₂), the slope 'm' is: m = (y₂ - y₁) / (x₂ - x₁) .

A horizontal line has a slope of 0, and a vertical line has an undefined slope.

Example:The slope of the line passing through (1, 2) and (3, 8) is m = (8 - 2) / (3 - 1) = 6 / 2 = 3. This means for every 1 unit you move right, you move 3 units up.

Real-World Application: Mapping and Design

Coordinate geometry is fundamental to many technologies and fields we use daily.

GPS and Mapping: GPS systems use coordinate geometry to pinpoint your exact location on Earth (using a 3D coordinate system) and calculate distances and routes.

Computer Graphics: Video games, animations, and digital art use coordinates to place and manipulate objects on a screen.

Architecture and Engineering: Blueprints for buildings, bridges, and machines rely on a coordinate system to ensure every component is placed with precision.

Example:When you use a map app on your phone, it's using coordinate geometry to plot your position, your destination, and the path between them as a series of connected line segments on a digital grid.

Key Summary

  • **Coordinate Geometry** uses the **Cartesian Plane** (x and y axes) to represent geometric shapes algebraically.
  • The **Distance Formula** calculates the length of a line segment between two points.
  • The **Midpoint Formula** finds the exact center of a line segment.
  • The **Slope** measures the steepness of a line.

Practice Problems

Problem: Find the distance between the points P(-1, 3) and Q(5, -5).

Use the distance formula: d = √[(x₂ - x₁)² + (y₂ - y₁)²].

Solution: d = √[(5 - (-1))² + (-5 - 3)²] = √[6² + (-8)²] = √[36 + 64] = √100 = 10 units.

Problem: A line segment has endpoints at (0, 8) and (6, 2). What are the coordinates of its midpoint?

Use the midpoint formula: M = ( (x₁ + x₂)/2 , (y₁ + y₂)/2 ).

Solution: M = ( (0 + 6)/2 , (8 + 2)/2 ) = (6/2, 10/2) = (3, 5).

Problem: Determine the slope of the line that passes through the points (2, -1) and (7, -1).

Use the slope formula: m = (y₂ - y₁) / (x₂ - x₁).

Solution: m = (-1 - (-1)) / (7 - 2) = 0 / 5 = 0. This is a horizontal line.

Frequently Asked Questions

What are the four quadrants of the Cartesian Plane?

The axes divide the plane into four quadrants. Quadrant I is top-right (+,+), Quadrant II is top-left (-,+), Quadrant III is bottom-left (-,-), and Quadrant IV is bottom-right (+,-). They are numbered counter-clockwise.

What is the equation of a line?

The most common form is the slope-intercept form, y = mx + b, where 'm' is the slope and 'b' is the y-intercept (the point where the line crosses the y-axis).

What is the relationship between the slopes of parallel and perpendicular lines?

Parallel lines have the exact same slope. Perpendicular lines have slopes that are negative reciprocals of each other (for example, if one line has a slope of 2, a perpendicular line would have a slope of -1/2).

The Language of Space and Objects

Coordinate geometry provides a universal language to describe the position, distance, and properties of objects, forming the bedrock of modern technology.

From the screen you're looking at to the satellites in orbit, its principles are everywhere.