Trigonometry & Complex Numbers

Trigonometry - 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 𝑠𝑖𝑛(𝜃)

Link to original

Complex Numbers

  • adding complex numbers is simple
  • multiplying complex numbers is like rotating and scaling. For example, multiplying a complex number by 𝑖 is like rotating it 90 degrees counterclockwise

Computing 𝑐𝑜𝑠(75°)

Multiplying Complex Numbers is Like Adding Rotations Together

  1. [𝑐𝑜𝑠(𝑥) + 𝑖·𝑠𝑖𝑛(𝑥)] * [𝑐𝑜𝑠(𝑦) + 𝑖·𝑠𝑖𝑛(𝑦)] = [𝑐𝑜𝑠(x+y) + 𝑖·𝑠𝑖𝑛(x+y)]
  2. [𝑐𝑜𝑠(𝑥) + 𝑖·𝑠𝑖𝑛(𝑥)] * [𝑐𝑜𝑠(𝑦) + 𝑖·𝑠𝑖𝑛(𝑦)] = [𝑐𝑜𝑠(𝑥)𝑐𝑜𝑠(𝑦) - 𝑠𝑖𝑛(𝑥)𝑠𝑖𝑛(𝑦) + i𝑐𝑜𝑠(𝑦)𝑠𝑖𝑛(𝑥) + i𝑐𝑜𝑠(𝑥)𝑠𝑖𝑛(𝑦)]
  3. [𝑐𝑜𝑠(𝑥) + 𝑖·𝑠𝑖𝑛(𝑥)] * [𝑐𝑜𝑠(𝑦) + 𝑖·𝑠𝑖𝑛(𝑦)] = [𝑐𝑜𝑠(𝑥)𝑐𝑜𝑠(𝑦) - 𝑠𝑖𝑛(𝑥)𝑠𝑖𝑛(𝑦) + i [𝑐𝑜𝑠(𝑦)𝑠𝑖𝑛(𝑥) + 𝑐𝑜𝑠(𝑥)𝑠𝑖𝑛(𝑦)]]

Because of 1 and 3 above, we have:

  1. 𝑐𝑜𝑠(𝑥+𝑦) = 𝑐𝑜𝑠(𝑥)𝑐𝑜𝑠(𝑦) - 𝑠𝑖𝑛(𝑥)𝑠𝑖𝑛(𝑦)
  2. 𝑠𝑖𝑛(𝑥+𝑦) = 𝑐𝑜𝑠(𝑦)𝑠𝑖𝑛(𝑥) + 𝑐𝑜𝑠(𝑥)𝑠𝑖𝑛(𝑦)

Because of 1 above, we have:

  • 𝑐𝑜𝑠(2𝑥) = 𝑐𝑜𝑠2(𝑥) - 𝑠𝑖𝑛2(𝑥)
  • 𝑐𝑜𝑠(2𝑥) = 𝑐𝑜𝑠2(𝑥) - (1 - 𝑐𝑜𝑠2(𝑥)) # because 1 = 𝑐𝑜𝑠2(𝑥) + 𝑠𝑖𝑛2(𝑥)
  • 𝑐𝑜𝑠(2𝑥) = 𝑐𝑜𝑠2(𝑥) - (1 - 𝑐𝑜𝑠2(𝑥))
  • 𝑐𝑜𝑠(2𝑥) = 2𝑐𝑜𝑠2(𝑥) - 1

Thus:

  • 𝑐𝑜𝑠2(𝑥) = [𝑐𝑜𝑠(2𝑥) + 1] / 2

Euler’s Formula

  • 𝑒𝑖𝑥 = 𝑐𝑜𝑠(𝑥) + 𝑖·𝑠𝑖𝑛(𝑥)

see: Euler’s Formula - Intuition via Trigonometry & Complex Numbers

Resources