Find the length of a tangent from an external point to a circle.
Last updated: June 2026 | By Patchworkr Team
Enter a real number.
For a point outside the circle, the tangent length comes from a right triangle.
The distance d is from the circle’s center to the external point, and it must be larger than the radius.
Enter the circle radius and the distance from the center to an external point. The calculator rejects points that are on or inside the circle.
With radius 5 and distance 13, the tangent length is 12.
That is the classic 5-12-13 right triangle relation.
The tangent formula is only valid for an external point, so the calculator rejects d <= r instead of producing a square root of a negative number.
Blank and malformed inputs are rejected explicitly, which prevents accidental zero-length tangents from silent parsing.