Point Line Distance Calculator
Perpendicular distance from a plane point to the line through two points. Same engine as Coordinate Geometry. Coincident line points are invalid. Not Pythagorean. Not a second engine. Not CAS. Runs locally.
Trust summary Engine tested · Specification checked · 11/11 tests · Production surface contract 3/3 · v1.4.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Perpendicular distance from a plane point to the unique line through two distinct points.
- Scope
- Euclidean plane
- Verification
- Engine tested · 11/11 tests · Production surface contract 3/3 · Specification checked · v1.4.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 5 golden · 1 boundary · 5 property · Production surface contract 3/3 · Artifact integrity PASS
- Production
- Embedded snapshot: STALE · Last attested schema matched 1.4.0 snapshot / local build · Semantic contract ✓ · Last attestation PASS · current evidence changed · re-attestation required · Public/cache ✓ · Origin ✓ · Live production status STALE (2 capabilities; 162 remain CURRENT) @ 2026-09-20T09:01:12.147Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter the line as two distinct points
(0, 0) and (4, 0) is the x-axis. The two-point equation page stays at /line-equation.
Enter the query point
(1, 3) is 3 units from the x-axis. The foot is (1, 0).
Example calculations
Common configurations with formula and result.
Distance 3
Line (0, 0)–(4, 0), point (1, 3)
√2 to x + y = 2
Line (2, 0)–(0, 2), point (0, 0)
On the line
Line (0, 0)–(4, 0), point (2, 0)
Point Line Distance calculator specification
Version 1.4.0 · Engine tested
- Engine tested 11/11 tests · Production surface contract 3/3
- Named expert review Not performed
- Calculation version 1.4.0
- Definition
- The distance from (x₀, y₀) to Ax + By + C = 0 is |Ax₀ + By₀ + C| / √(A² + B²). This page is mode=point_line on math.geometry.coordinate. The line is the unique line through two distinct points. Coincident points are invalid. Not a second engine. Not Pythagorean. Not CAS.
- What it calculates
- Perpendicular distance from a plane point to the unique line through two distinct points.
- Inputs
- x1
- y1
- x2
- y2
- x0
- y0
- Outputs
- distance
- signed
- foot_x
- foot_y
- A
- B
- C
- standard
- Formula
|Ax₀ + By₀ + C| / √(A² + B²)- Assumptions
- Euclidean plane
- Two distinct line points
- Not 3-D / spherical
- Not Pythagorean
- Not CAS
- Units
- length (consistent units)
- Boundary conditions
- missing coordinates → MISSING_REQUIRED_INPUT
- coincident line points → INVALID_INPUT
- unknown mode (including cas, pythagorean) → INVALID_MODE
- Example
- x1=0 y1=0 x2=4 y2=0 x0=1 y0=3 → 3
- Validation cases
2 published on this page · 11/11 tests · Production surface contract 3/3 · View evidence
- x1=0 y1=0 x2=4 y2=0 x0=1 y0=3 → distance=3
- mode=cas x1=0 y1=0 x2=4 y2=0 x0=1 y0=3 → INVALID_MODE
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.4.0
Related tools
Other calculators in this family: Angle Between Lines Calculator, Circle Calculator, Cone Calculator, Conic Section Calculator, Coordinate Geometry Calculator, Cross Product Calculator, Cylinder Calculator, Dot Product Calculator . Explore all Geometry.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second coordinate engine?
No. It is mode=point_line on math.geometry.coordinate, the same engine as /calc/math/coordinate-geometry.
What if the two line points coincide?
There is no unique line. The engine returns INVALID_INPUT.
Where is the two-point line equation?
/calc/math/line-equation is mode=line on this same engine.