The Law of Sines, Explained

The Law of Sines is the cleanest result in triangle trigonometry. The ratio of any side to the sine of its opposite angle is the same for all three sides. The proof is one line, and the consequences are surprising.

Tech Talk News Editorial5 min read
ShareXLinkedInRedditEmail
The Law of Sines, Explained

The Law of Sines says that for any triangle with sides a, b, and c, and angles A, B, and C opposite each respective side:

a / sin(A) = b / sin(B) = c / sin(C)

That's the whole law. The ratio of every side to the sine of its opposite angle is the same constant. Whatever that constant is, it's the same for all three sides of the same triangle. Sides scale with the sine of the angle across from them. Bigger angle, longer opposite side. The proportionality is exact.

The way I think about the Law of Sines is that it's telling you something deep about how a triangle fits inside a circle. The constant ratio actually has a meaning: it's the diameter of the circle that passes through all three vertices (the circumscribed circle). That fact connects triangles to circles in a way the Pythagorean theorem doesn't.

Plain English

Sine is a basic trig function. For an angle in a right triangle, sin(angle) = opposite / hypotenuse. The sine function ranges from 0 (at 0°) to 1 (at 90°) and back to 0 (at 180°), so it captures “how much vertical” vs “how much horizontal” an angle is.

The One-Line Proof

The area of a triangle, given two sides and the included angle, is:

Area = (1/2) · a · b · sin(C)

The same triangle has a single area, computable from any of three side-and-included-angle pairs:

(1/2) · a · b · sin(C) = (1/2) · b · c · sin(A) = (1/2) · a · c · sin(B)

Multiply through by 2 and divide by abc:

sin(C) / c = sin(A) / a = sin(B) / b

Which is the Law of Sines, written upside-down. Flipping each fraction gives the standard form. The proof is essentially “the area is the area, regardless of which sides you compute it from.”

The Circumscribed Circle Connection

The constant ratio in the Law of Sines turns out to equal twice the radius of the circle that passes through all three vertices of the triangle (the circumscribed circle, or circumcircle). So:

a / sin(A) = b / sin(B) = c / sin(C) = 2R

Where Ris the circumradius. This is a result called the Extended Law of Sines, and it links every triangle to a unique circle. Knowing any side and its opposite angle tells you the radius of the triangle's circumcircle.

Why is this true? The inscribed angle theorem says that an angle inscribed in a circle is half the central angle subtending the same chord. Working through that geometry, the side opposite an angle is exactly 2R · sin(angle). The Law of Sines is a direct consequence.

What the Law Solves

The Law of Sines is most useful for two configurations:

  • ASA (angle-side-angle): Two angles and the side between them. Use the Law of Sines to find the other sides.
  • AAS (angle-angle-side): Two angles and a non-included side. Same approach.

The third configuration, SSA (two sides and a non-included angle), is also a Law of Sines case but it's the ambiguous case, and it deserves its own treatment.

The Ambiguous SSA Case

Suppose you know sides a and b and angle A opposite side a. You can compute angle B from:

sin(B) = b · sin(A) / a

The catch: sine of an angle equals sine of (180° minus that angle). If sin(B) = 0.5, then B could be 30° or 150°. Both might give valid triangles. The configuration where two triangles satisfy the input is called the ambiguous case.

Three possible outcomes for SSA:

  • No triangle exists. If b · sin(A) > a, no triangle satisfies the constraints.
  • Exactly one triangle. If a ≥ b, only one triangle works.
  • Two triangles. If b · sin(A) < a < b and A is acute, two valid triangles exist.

The ambiguous case is the reason geometry textbooks treat SSA separately and the reason engineers double-check SSA setups in real applications. The math doesn't lie about it; the structure of the triangle just genuinely has two solutions sometimes.

Practical Uses

The Law of Sines shows up wherever you need to compute distances or angles indirectly:

  • Surveying. Measure two angles from known points, compute the distance to a third point you can't directly access.
  • Astronomy. Computing the distance to a celestial object from observed angles at two different times of year (parallax).
  • Navigation. Triangulating a position from known landmarks at known distances.
  • Acoustics and antennas. Beamforming and array geometry calculations frequently use sine-of-angle relationships.

Comparison to the Law of Cosines

The two laws complement each other:

  • Law of Cosines: best for SSS and SAS configurations.
  • Law of Sines: best for ASA and AAS configurations.
  • SSA: Law of Sines, with the ambiguity caveat.

Together they cover every triangle where you have enough information to determine the rest. Memorize both formulas. Most trigonometry from there is choosing which one applies.

Takeaway

The Law of Sines: side-over-sine is constant for all three pairs. The constant equals the diameter of the circumscribed circle. The proof is one line via the area formula. SSA is the ambiguous case where two triangles can satisfy the same constraints. Combined with the Law of Cosines, it solves every triangle.

The Take

The Law of Sines is one of the most beautifully economical results in elementary trigonometry. A one-line proof, a clean formula, a deep connection to the circumcircle, and direct applications to surveying, navigation, and physics. The ambiguous case is a wrinkle worth understanding once, but the core law is as straightforward as math gets. Anyone who's learned the Pythagorean theorem and not the Law of Sines is missing the more general tool.

Written by

Tech Talk News Editorial

Tech Talk News covers engineering, AI, and tech investing for people who build and invest in technology.

ShareXLinkedInRedditEmail