Triangulation Calculator

Solve an angle-side-angle triangle with the Law of Sines and find both unknown sides and the remaining angle.

Calculate a triangle by triangulation
Enter a known baseline and the two angles at its endpoints.

About triangulation

Triangulation determines an unknown position by constructing a triangle from a measured baseline and observed angles. In the angle-side-angle case, the baseline joins two known stations and the observer measures an angle from each endpoint toward the target. Those three measurements completely determine one triangle, so the target distances can be calculated without measuring either distance directly. This practical geometric method has long supported land surveying, navigation, cartography, astronomy, engineering, and field measurement. The calculator labels the known baseline as side c. Angle A and angle B sit at the two endpoints of that baseline, while angle C is opposite it. Because every triangle has an interior angle sum of 180 degrees, the first calculation is C = 180 - A - B. The inputs must therefore be positive and A + B must remain below 180. A sum near 180 produces a very shallow triangle, where small measurement errors can create large changes in the computed distances. After finding C, the calculator applies the Law of Sines: a / sin(A) = b / sin(B) = c / sin(C). Rearranging gives a = c × sin(A) / sin(C) and b = c × sin(B) / sin(C). The browser converts degree measurements to radians before evaluating sine. Results retain useful decimal precision while remaining easy to read. The baseline can use metres, feet, kilometres, or any other length unit; the calculated sides automatically use that same unit. Good triangulation depends on good observations. Use the longest accurately measured baseline that the site permits, identify its endpoints clearly, and measure each angle consistently. Avoid configurations where the target is almost in line with the baseline because narrow intersection angles magnify error. Repeated readings and observations from additional stations improve confidence in professional work. Triangulation should not be confused with trilateration. Triangulation primarily uses angles from known points, whereas trilateration uses measured distances from several known points. Satellite navigation is commonly described through trilateration, while a surveyor observing a distant marker with a theodolite demonstrates classic triangulation. This calculator focuses specifically on one deterministic ASA triangle and provides a transparent Law of Sines result.

Triangulation examples

These worked cases use the same angle-side-angle formulas as the calculator.

MeasurementsCalculated resultUse case
c = 10, A = 60°, B = 45°C = 75°, a = 8.9658, b = 7.3205A standard classroom triangle.
c = 12, A = 50°, B = 50°C = 80°, a = b = 9.3340Equal endpoint angles produce equal opposite sides.
c = 25, A = 30°, B = 100°C = 50°, a = 16.3176, b = 32.1394An obtuse surveying configuration.

How to use the triangulation calculator

  1. Enter the positive length of the measured baseline as side c.
  2. Enter angle A and angle B in degrees at the baseline endpoints.
  3. Confirm that the two entered angles add to less than 180 degrees.
  4. Select Calculate triangle to find angle C and the two unknown sides.

Triangulation calculator FAQ

What measurements does this calculator require?

It requires one known side and the two angles adjacent to that side. This is the angle-side-angle case, which determines one unique triangle.

Which units should I use for the baseline?

You may use any consistent length unit, including metres, feet, or miles. Both calculated side lengths are returned in the same unit as the baseline.

Why must the two angles add to less than 180 degrees?

A triangle's three interior angles total exactly 180 degrees. The calculator needs a positive remaining angle C, so A plus B must be below 180.

How does the Law of Sines solve the triangle?

The law equates each side divided by the sine of its opposite angle. Once angle C is known, the two unknown side equations can be isolated and evaluated directly.

Is triangulation the same as GPS trilateration?

No, triangulation relies chiefly on measured angles while trilateration relies on measured distances. GPS positioning is generally a three-dimensional trilateration process.