Point AB- Understanding Points in Geometry

What Is a Point in Geometry?

A point is a location in space. That's it. No width, no length, no height. It has zero dimensions. You can't draw a true point—you can only represent it with a dot.

Points are the building blocks of geometry. Every line, shape, and angle is made of points. Forget the philosophical stuff. In math, a point is just a precise position.

How Points Are Named

Points get single uppercase letters. Point A. Point B. Point Z. That's the standard.

When you see two points together—like A and B—you're looking at two separate locations. They might be close or far apart. Alone, each point tells you nothing about distance or direction.

You need at least two points to define a line, measure distance, or create shapes.

Understanding the AB Notation

The notation AB means "from point A to point B." It represents:

Context tells you which meaning applies. In geometry problems, AB usually refers to the line segment. In distance formulas, AB is the length.

You might also see:

Distance Between Two Points

The distance between points A and B is the shortest path connecting them. On a number line, it's simple subtraction.

On a Number Line

If A is at 3 and B is at 7, the distance AB = |7 - 3| = 4. The absolute value removes the negative.

In a Coordinate Plane

When A and B have coordinates, use the distance formula:

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

Example: A(2, 3) and B(6, 7)

That's the straight-line distance. No detours.

Points on a Coordinate Plane

A coordinate point (x, y) tells you exactly where something is located. The first number is horizontal position. The second is vertical.

When you have two points on a plane:

Finding the Midpoint

The midpoint of AB is the point exactly in the middle. Formula:

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

For A(2, 4) and B(8, 10): M = ((2+8)/2, (4+10)/2) = (5, 7)

Finding the Slope

Slope = rise/run = (y₂ - y₁)/(x₂ - x₁)

Slope tells you how steep the line is. Zero slope means horizontal. Undefined slope means vertical.

Quick Reference: Point Operations

OperationFormulaWhat It Gives You
Distance√[(x₂-x₁)² + (y₂-y₁)²]Length of AB
Midpoint((x₁+x₂)/2, (y₁+y₂)/2)Point exactly between A and B
Slope(y₂-y₁)/(x₂-x₁)Steepness and direction
Section FormulaWeighted average of coordinatesPoint dividing AB in a ratio

Common Mistakes

Getting Started: Working with Points

Here's how to solve a basic point problem:

  1. Identify the coordinates. Write down what you know. A(x₁, y₁), B(x₂, y₂).
  2. Decide what you're solving for. Distance? Midpoint? Slope?
  3. Pick the right formula. See the table above.
  4. Plug in the numbers. Don't swap x and y values.
  5. Calculate. Show your work. One arithmetic mistake ruins everything.

Example problem: Find the distance between P(1, 2) and Q(4, 6).

You just used the 3-4-5 triangle. The distance is 5.

Why This Matters

Points are not abstract nonsense. Architects use coordinate geometry to place structures. GPS systems calculate distances between coordinates. Computer graphics render everything as points connected by lines.

You can't escape points. Master them now, or struggle later when geometry gets more complex.