Coordinate Graph Plotter

Enter two points to plot the line segment and its midpoint on the graph.

Point A

Point B

About the Coordinate Graph Plotter

This tool visualizes the geometric relationship between two points and their midpoint on a Cartesian coordinate plane.

Coordinate Plane Formula

The position of any point $P$ is determined by an ordered pair $(x, y)$:

How It Works

The tool takes two endpoints, $A(x_1, y_1)$ and $B(x_2, y_2)$, plots them, and connects them with a line segment. It then calculates and plots the midpoint $M$ using the formula:

$$ M = (\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}) $$

Example Plotting

Scenario: Plot the segment between Point A(-2, 4) and Point B(6, 2).

Step 1: Locate Point A.
Move 2 units left and 4 units up. Mark (-2, 4).

Step 2: Locate Point B.
Move 6 units right and 2 units up. Mark (6, 2).

Step 3: Draw Line.
Connect A and B with a straight line.

Step 4: Find Midpoint.
Average x: $(-2 + 6)/2 = 4/2 = 2$
Average y: $(4 + 2)/2 = 6/2 = 3$
The midpoint is at (2, 3).

Frequently Asked Questions

What are the four quadrants?

The axes divide the plane into four regions:

  • Quadrant I: (+x, +y)
  • Quadrant II: (-x, +y)
  • Quadrant III: (-x, -y)
  • Quadrant IV: (+x, -y)

Why is the order (x, y)?

It's a standard convention where the horizontal position is always listed first, followed by the vertical position.

Related Tools