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:
- The line segment connecting A and B
- The distance between A and B
- The direction from A toward B
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:
- AB — the segment from A to B
- AB̄ — same thing, with a bar showing it's a segment
- AB → — a ray starting at A and passing through B
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)
- x₂ - x₁ = 6 - 2 = 4
- y₂ - y₁ = 7 - 3 = 4
- d = √(16 + 16) = √32 ≈ 5.66
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:
- You can find the distance between them
- You can find the midpoint
- You can find the slope of the line connecting them
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
| Operation | Formula | What 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 Formula | Weighted average of coordinates | Point dividing AB in a ratio |
Common Mistakes
- Confusing AB the segment with AB the distance. The segment is the line. The distance is the length. Different things.
- Forgetting the square root in the distance formula. The Pythagorean theorem gives you the squared distance. Take the root.
- Reversing the order. AB and BA give the same distance, but the direction flips. Slope changes sign.
- Mixing up coordinates. (x, y) not (y, x). Horizontal first, vertical second.
Getting Started: Working with Points
Here's how to solve a basic point problem:
- Identify the coordinates. Write down what you know. A(x₁, y₁), B(x₂, y₂).
- Decide what you're solving for. Distance? Midpoint? Slope?
- Pick the right formula. See the table above.
- Plug in the numbers. Don't swap x and y values.
- Calculate. Show your work. One arithmetic mistake ruins everything.
Example problem: Find the distance between P(1, 2) and Q(4, 6).
- d = √[(4-1)² + (6-2)²]
- d = √[3² + 4²]
- d = √[9 + 16]
- d = √25
- d = 5
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.