Skip to main content
Speclore

Law Tangents

Reference data and engineering information about law tangents for mathematics applications.

lawtangents

Overview

Engineering reference data for Law Tangents in mathematics.

Key Formulas

Quadratic Formula

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Roots of ax² + bx + c = 0.

Pythagorean Theorem

c2=a2+b2c^2 = a^2 + b^2

Right triangle relationship.

Circle Area

A=πr2A = \pi r^2

Area of a circle.

Logarithm

logb(x)=ln(x)ln(b)\log_b(x) = \frac{\ln(x)}{\ln(b)}

Change of base formula.

Variables

SymbolDescriptionUnit
π\piPi3.14159...
eeEuler's number2.71828...

Derivation and Properties

The Law of Tangents is a trigonometric identity relating the sides and angles of a triangle. It can be derived from the Law of Sines.

For a triangle with sides aa, bb, cc and opposite angles AA, BB, CC:

a+bab=tan(A+B2)tan(AB2)\frac{a + b}{a - b} = \frac{\tan\left(\frac{A + B}{2}\right)}{\tan\left(\frac{A - B}{2}\right)}

This identity is particularly useful for solving triangles when you know two sides and the included angle, or two angles and a side.

Relationship to Other Triangle Laws

The Law of Tangents exists alongside other fundamental triangle relationships:

  • Pythagorean Theorem (for right triangles): a2+b2=c2a^2 + b^2 = c^2
  • Law of Sines: asinA=bsinB=csinC\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}

Angle Calculation from Side Lengths

If all three side lengths (aa, bb, cc) are known, the angles can be calculated using the Law of Cosines: A=arccos(b2+c2a22bc)A = \arccos\left(\frac{b^2 + c^2 - a^2}{2bc}\right) B=arccos(a2+c2b22ac)B = \arccos\left(\frac{a^2 + c^2 - b^2}{2ac}\right) C=arccos(a2+b2c22ab)C = \arccos\left(\frac{a^2 + b^2 - c^2}{2ab}\right)

References