Mathwords logoReference LibraryMathwords

Analytic Geometry

Analytic Geometry
Coordinate Geometry

The study of geometric figures using the coordinate plane or coordinates in space. Formulas from analytic geometry include the distance formula, midpoint formula, point of division formula, centroid formula, area of a convex polygon.

 

See also

Geometry, plane geometry, solid geometry, Euclidean geometry, non-Euclidean geometry

Key Formula

d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
Where:
  • dd = Distance between two points
  • (x1,y1)(x_1, y_1) = Coordinates of the first point
  • (x2,y2)(x_2, y_2) = Coordinates of the second point

Worked Example

Problem: Find the distance between the points A(1, 2) and B(7, 10).
Step 1: Identify the coordinates. Let (x1,y1)=(1,2)(x_1, y_1) = (1, 2) and (x2,y2)=(7,10)(x_2, y_2) = (7, 10).
Step 2: Substitute into the distance formula.
d=(71)2+(102)2d = \sqrt{(7 - 1)^2 + (10 - 2)^2}
Step 3: Compute the differences inside the parentheses.
d=62+82=36+64d = \sqrt{6^2 + 8^2} = \sqrt{36 + 64}
Step 4: Add and take the square root.
d=100=10d = \sqrt{100} = 10
Answer: The distance between A(1, 2) and B(7, 10) is 10 units.

Another Example

This example uses the midpoint formula instead of the distance formula, showing that analytic geometry encompasses multiple coordinate-based formulas, not just distance calculations.

Problem: Find the midpoint of the segment connecting P(−4, 6) and Q(8, −2).
Step 1: Recall the midpoint formula, another core tool of analytic geometry.
M=(x1+x22,  y1+y22)M = \left(\frac{x_1 + x_2}{2},\; \frac{y_1 + y_2}{2}\right)
Step 2: Substitute the coordinates of P and Q.
M=(4+82,  6+(2)2)M = \left(\frac{-4 + 8}{2},\; \frac{6 + (-2)}{2}\right)
Step 3: Simplify each coordinate.
M=(42,  42)=(2,  2)M = \left(\frac{4}{2},\; \frac{4}{2}\right) = (2,\; 2)
Answer: The midpoint of segment PQ is (2, 2).

Frequently Asked Questions

What is the difference between analytic geometry and regular geometry?
Regular (Euclidean or synthetic) geometry proves properties of shapes using axioms, constructions, and logical reasoning without coordinates. Analytic geometry assigns numerical coordinates to points and uses algebraic formulas to calculate distances, slopes, midpoints, and areas. Essentially, analytic geometry converts geometric questions into algebra problems that you can solve with equations.
Why is analytic geometry also called coordinate geometry?
The two names refer to the same subject. It is called coordinate geometry because every point is identified by its coordinates on a number-line-based system (like the xyxy-plane). The name 'analytic geometry' emphasizes the use of algebraic analysis to study those coordinates. Both terms appear in textbooks and standardized tests interchangeably.
What formulas do you need to know for analytic geometry?
The most commonly used formulas are the distance formula, the midpoint formula, the slope formula m=(y2y1)/(x2x1)m = (y_2 - y_1)/(x_2 - x_1), the point of division (section) formula, the centroid formula for triangles, and the shoelace formula for the area of a polygon. Together these let you measure, locate, and analyze nearly any figure on the coordinate plane.

Analytic Geometry vs. Euclidean (Synthetic) Geometry

Analytic GeometryEuclidean (Synthetic) Geometry
ApproachUses coordinates and algebraic equationsUses axioms, postulates, and logical proofs
ToolsFormulas (distance, midpoint, slope, etc.)Compass, straightedge, and deductive reasoning
How a circle is definedEquation: (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2Set of points equidistant from a center (no equation needed)
StrengthsExact numerical answers; easy to compute lengths and areasDevelops rigorous logical thinking; works without a coordinate system
When to useWhen you need to calculate specific measurements or graph figuresWhen you need to prove general properties of shapes

Why It Matters

Analytic geometry is a central topic in algebra, precalculus, and standardized tests like the SAT, ACT, and GRE, where you are routinely asked to find distances, midpoints, and equations of lines or circles on the coordinate plane. It also lays the groundwork for calculus: the idea that curves can be described by equations is exactly the bridge you need before studying derivatives and integrals. Beyond school, coordinate-based reasoning powers fields from computer graphics and GPS navigation to physics and engineering.

Common Mistakes

Mistake: Forgetting to square the differences before adding in the distance formula, writing (x2x1)+(y2y1)\sqrt{(x_2 - x_1) + (y_2 - y_1)} instead of (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
Correction: Always square each difference first, then add, then take the square root. The formula comes from the Pythagorean theorem, where you need the squares of the two legs.
Mistake: Mixing up the order of coordinates when using the midpoint or section formula, such as averaging an xx-value with a yy-value.
Correction: Keep xx-coordinates together and yy-coordinates together. Write them in separate fractions: xx-average for the first coordinate, yy-average for the second.

Related Terms