Skip to main content

Segment Addition Postulate Calculator

Our free trigonometry calculator solves segment addition postulate problems. Get worked examples, visual aids, and downloadable results.

Share this calculator

Formula

AB + BC = AC

If point B lies between points A and C on a line segment, then the distance from A to B plus the distance from B to C equals the distance from A to C. This is a fundamental postulate of Euclidean geometry.

Worked Examples

Example 1: Finding Total Length from Two Parts

Problem: Point B is between A and C. If AB = 5 units and BC = 8 units, find AC.

Solution: By the Segment Addition Postulate:\nAB + BC = AC\n5 + 8 = AC\nAC = 13 units\nRatio AB:BC = 5:8\nAB is 38.46% of AC, BC is 61.54% of AC

Result: AC = 13 units | Ratio AB:BC = 5:8

Example 2: Finding Missing Part Length

Problem: Point B is between A and C. If AC = 20 units and AB = 7 units, find BC.

Solution: By the Segment Addition Postulate:\nAB + BC = AC\n7 + BC = 20\nBC = 20 - 7 = 13 units\nMidpoint of AC is at distance 10 from A\nB is 3 units before the midpoint

Result: BC = 13 units | Midpoint of AC at 10 units from A

Frequently Asked Questions

What is the Segment Addition Postulate?

The Segment Addition Postulate is a fundamental principle in Euclidean geometry that states: if point B lies on line segment AC (between points A and C), then the length AB plus the length BC equals the length AC. In mathematical notation, AB + BC = AC. This postulate is axiomatic, meaning it is accepted as true without proof, and serves as a building block for many geometric proofs and constructions. It is analogous to the number line property that if a < b < c, then the distance from a to b plus the distance from b to c equals the distance from a to c. The postulate applies only when B is between A and C on a straight line, not when the three points form a triangle or are non-collinear.

How do you use the Segment Addition Postulate to solve for unknown lengths?

To solve for an unknown length, set up an equation using the postulate AB + BC = AC. If you know two of the three values, you can find the third. For example, if AB = 3x + 2, BC = 5x - 1, and AC = 25, then (3x + 2) + (5x - 1) = 25, giving 8x + 1 = 25, so x = 3, and therefore AB = 11, BC = 14. The postulate can also be applied when segments are described with algebraic expressions involving the same variable. Always verify your answer by checking that the sum of the parts equals the whole. In more complex problems, you may need to apply the postulate multiple times for segments divided into more than two parts, where AB + BC + CD = AD for four collinear points.

What is the difference between the Segment Addition Postulate and the Angle Addition Postulate?

While the Segment Addition Postulate deals with lengths of line segments, the Angle Addition Postulate addresses the measures of angles. The Angle Addition Postulate states that if a ray lies in the interior of an angle, then the measure of the whole angle equals the sum of the measures of the two smaller angles. Both postulates express the same fundamental idea: when a geometric object is divided into parts, the measure of the whole equals the sum of the measures of the parts. Segment addition works with linear measurements (lengths in units like centimeters or inches), while angle addition works with angular measurements (degrees or radians). Both are essential tools in geometric proofs and are used extensively in coordinate geometry, construction problems, and real-world measurement applications.

How does the Segment Addition Postulate apply to coordinate geometry?

In coordinate geometry, the Segment Addition Postulate provides a way to verify that three points are collinear (lying on the same line) and that one point lies between the other two. Given three points A, B, and C with coordinates, you calculate the distances AB, BC, and AC using the distance formula: d = sqrt((x2-x1)^2 + (y2-y1)^2). If AB + BC = AC (within rounding tolerance), then B lies on segment AC. If AB + BC is greater than AC, the three points form a triangle (by the triangle inequality). This method is widely used in computer graphics for hit testing (determining if a point lies on a line segment), in GIS systems for verifying point positions along routes, and in computational geometry algorithms that need to determine point ordering along a line.

What is a midpoint and how does it relate to the Segment Addition Postulate?

A midpoint M of a segment AC is the point that divides the segment into two equal parts, so AM = MC = AC/2. The midpoint is a direct application of the Segment Addition Postulate: since M is between A and C, we know AM + MC = AC. Adding the constraint that AM = MC gives us AM = MC = AC/2. In coordinate geometry, the midpoint formula gives M = ((x1+x2)/2, (y1+y2)/2). The concept extends to section formulas where a point divides a segment in a ratio m:n. If point B divides AC in the ratio m:n, then AB/BC = m/n, and AB + BC = AC still holds. The midpoint is the special case where m = n = 1. Understanding midpoints is crucial for constructions, proving congruence, and finding centers of geometric figures.

Can the Segment Addition Postulate be applied to curved paths?

The Segment Addition Postulate in its classical form applies only to straight line segments in Euclidean geometry. However, the underlying principle of additivity extends to curved paths through the concept of arc length in calculus. For a curve, the arc length from point A to point C through point B equals the arc length from A to B plus the arc length from B to C, provided B lies on the curve between A and C. This is expressed mathematically using integrals: the integral from a to c of the arc length differential equals the integral from a to b plus the integral from b to c. This generalization is fundamental in physics for computing distances along trajectories, in engineering for measuring curved surfaces, and in differential geometry for studying properties of curves and manifolds.

References