Logo

MonoCalc

/

Circle Tangent Length

Geometry

Circle Size Input

Distance from External Point to Center (d)

Must be greater than the radius (point is outside the circle)

Radius of Circle (r)

Must be less than the distance d

Length Unit

Decimal Places

OPT₁T₂drt

Tangent Length (t)

8.0000 cm

t = √(d² − r²) = √(10.0000² − 6.0000²)

Tangent Angle (θ)

36.8699°

0.6435 rad

Full Angle (2θ)

73.7398°

Between both tangent lines

Both Tangent Lines

Each = 8.0000 cm

The two tangent lengths from any external point are always equal.

Step-by-Step Calculation

Formula: t = √(d² − r²)

d = 10.0000 cm, r = 6.0000 cm

d² = 10.0000 ² = 100.0000

r² = 6.0000 ² = 36.0000

d² − r² = 64.0000

t = √64.0000 = 8.0000 cm

θ = arcsin(r / d) = arcsin(0.6000) = 36.8699°

Full angle between both tangents = 2θ = 73.7398°

About This Tool

Circle Tangent Length Calculator – From External Point to Circle

A tangent line from an external point to a circle is a straight line that touches the circle at exactly one point, called the tangency point. From any point located outside a circle, you can always draw exactly two such tangent lines, and a remarkable property of Euclidean geometry guarantees that both segments are of equal length. This calculator computes that tangent length instantly using the Pythagorean theorem.

The Tangent Length Formula

When you connect the external point P, the circle's center O, and the tangency point T, you form a right triangle. The radius OT is always perpendicular to the tangent line PT at the point of tangency. This right-angle relationship is the cornerstone of the calculation.

Using the Pythagorean theorem on triangle OPT:

d² = t² + r²

Solving for the tangent length t:

t = √(d² − r²)

where d is the distance from the external point to the circle's center and r is the circle's radius. The constraint d > r must hold — if the point is on or inside the circle, no real tangent line can be drawn.

Tangent Angle and the Full Opening Angle

In addition to the tangent length, this calculator computes the tangent angle θ— the angle at the external point between the line PO and each tangent line:

θ = arcsin(r / d)

Because there are two equal tangent lines from P, they form a symmetric "V" shape opening toward the circle. The full angle between both tangent lines is simply. As the external point moves farther from the circle (d increases), this angle narrows; as it approaches the circle surface, the angle widens toward 180°.

Diameter Input Mode

Many practical problems specify the diameter of a pipe, wheel, or column rather than its radius. The Diameter input mode lets you enter the full width of the circle directly. The calculator halves it internally to derive the radius before computing the tangent length. The constraint becomes d > diameter / 2.

Real-World Applications

The circle tangent length formula appears in a surprising variety of practical contexts:

  • Engineering clearance — calculating the shortest distance a cable, pipe, or beam must reach around a circular obstacle from a fixed anchor point.
  • Surveying and road design — computing tangent distances to circular curves on horizontal alignments, a standard calculation in highway geometry.
  • Astronomy and orbital mechanics — a spacecraft or light ray skimming the surface of a planet follows a path that is tangent to the planetary sphere; the same formula applies.
  • Optics — the apparent angular diameter of a spherical object is twice the tangent angle θ, which is derived from exactly this formula.
  • Machine design — belt-drive geometry uses tangent lengths to determine the straight portion of a belt between two pulleys of different sizes.

Step-by-Step Example

Suppose an external point P is 13 cm from the center of a circle with radius 5 cm. To find the tangent length:

  1. Check validity: d = 13 > r = 5
  2. Apply the formula: t = √(13² − 5²) = √(169 − 25) = √144 = 12 cm
  3. Tangent angle: θ = arcsin(5 / 13) ≈ 22.62°
  4. Full opening angle: 2θ ≈ 45.24°

This is a classic Pythagorean triple (5, 12, 13), which is why the answer is a whole number. In general, the result will be an irrational number, and the precision slider controls how many decimal places are shown.

Why Are Both Tangent Lengths Always Equal?

This follows directly from the symmetry of the right triangles formed. Both triangles OPT₁ and OPT₂ share the hypotenuse OP = d and one leg OT₁ = OT₂ = r (both radii). By the Pythagorean theorem, the remaining sides must be equal: PT₁ = PT₂ = t. This symmetry is the basis for the tangent construction in classical geometry and is used to prove many theorems about circles and inscribed polygons.

Multi-Unit Support

The calculator accepts inputs in millimetres, centimetres, metres, kilometres, inches, feet, yards, and miles. All values are converted to a common base unit for computation, so the unit you enter for d and r is the same unit you receive for t. Switch the unit selector at any time — the result updates immediately.

Frequently Asked Questions

Is the Circle Tangent Length free?

Yes, Circle Tangent Length is totally free :)

Can I use the Circle Tangent Length offline?

Yes, you can install the webapp as PWA.

Is it safe to use Circle Tangent Length?

Yes, any data related to Circle Tangent Length only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

What is a tangent line from an external point?

A tangent line from an external point is a line that touches the circle at exactly one point (the tangency point) without crossing through it. From any external point there are always exactly two such tangent lines, and both have equal length.

How does this calculator work?

Enter the distance from your external point to the circle's center and the circle's radius (or diameter). The calculator applies the formula t = √(d² − r²), derived from the Pythagorean theorem on the right triangle formed by the center, the external point, and the tangency point. It also computes the tangent angle θ = arcsin(r / d) and the full opening angle between both tangent lines.

Why must the external point be outside the circle?

The formula t = √(d² − r²) requires d > r. If d equals r the point sits exactly on the circle (tangent length is zero), and if d < r the point is inside the circle, where no real tangent line can be drawn from that point to the circle.

What is the tangent angle θ?

The tangent angle θ is the angle at the external point between the line connecting it to the circle's center and each tangent line. It is computed as θ = arcsin(r / d). The full angle between both tangent lines from the same external point is 2θ.

Can I use diameter instead of radius?

Yes. The calculator includes a diameter input mode. When you enter the diameter, it halves the value internally to obtain the radius before computing the tangent length. The constraint d > diameter / 2 must still hold.

How accurate are the results?

All calculations use IEEE 754 double-precision floating-point arithmetic, providing about 15–16 significant digits of accuracy. The displayed result precision can be adjusted from 0 to 10 decimal places.