Trigonometric/Circular/Angle/Goniometric Functions
  • are real functions which relate an angle of a right-angled triangle to ratios of two side lengths
  • an analog to hyperbolic functions

Trigonometric Functions - Geometric View

Geometric view of trigonometric functions

Function

Syntax

Description

Relationship

Relationships

Using Radians

Using Degrees

sine

𝑠𝑖𝑛(𝜃)

opposite / hypotenuse

SOH

if hypotenuse = 1, then it’s just opposite

cosine

𝑐𝑜𝑠(𝜃)

adjacent / hypotenuse

CAH

if hypotenuse = 1, then it’s just adjacent

tangent

𝑡𝑎𝑛(𝜃)

opposite / adjacent

TOA

if adjacent = 1, then it’s just opposite

cosecant

𝑐𝑠𝑐(𝜃)

hypotenuse / opposite

CO SEC HO

if opposite = 1, then it’s just hypotenuse

secant

𝑠𝑒𝑐(𝜃)

hypotenuse / adjacent

SEC HA

if adjacent = 1, then it’s just hypotenuse

cotangent

𝑐𝑜𝑡(𝜃)

adjacent / opposite

CO TAO

if opposite = 1, then it’s just adjacent

cosine squared

𝑐𝑜𝑠2(𝜃)

𝑐𝑜𝑠2(𝜃) is running 𝑐𝑜𝑠(𝜃) twice. For example:

  • 𝑐𝑜𝑠(𝜃) = adjacent / hypotenuse
  • if hypotenuse = 𝑐𝑜𝑠(𝜃), then: 𝑐𝑜𝑠(𝜃) = adjacent / 𝑐𝑜𝑠(𝜃)
  • thus, 𝑐𝑜𝑠2(𝜃) = adjacent

𝑐𝑜𝑠2(𝜃) is the area of the square with side 𝑐𝑜𝑠(𝜃)

1 = 𝑠𝑖𝑛2(𝜃) + 𝑐𝑜𝑠2(𝜃)


trigonometry-geometric-view.drawio

sine squared

𝑠𝑖𝑛2(𝜃)

𝑠𝑖𝑛2(𝜃) is running 𝑠𝑖𝑛(𝜃) twice. For example:

  • 𝑠𝑖𝑛(𝜃) = opposite / hypotenuse
  • if hypotenuse = 𝑠𝑖𝑛(𝜃), then: 𝑠𝑖𝑛(𝜃) = opposite / 𝑠𝑖𝑛(𝜃)
  • thus, 𝑠𝑖𝑛2(𝜃) = opposite

𝑠𝑖𝑛2(𝜃) is the area of the square with side 𝑠𝑖𝑛(𝜃)