Trigonometry & Complex Numbers
- trigonometry and complex numbers are closely related
Trigonometry - Geometric View
Link to originalGeometric view of trigonometric functions
Function
Syntax
Description
Relationship
Relationships
Using Radians
Using Degrees
𝑠𝑖𝑛(𝜃)
opposite / hypotenuse
SOH
if hypotenuse = 1, then it’s just opposite
𝑐𝑜𝑠(𝜃)
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(𝜃)
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 𝑠𝑖𝑛(𝜃)
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°)
Click here to expand...
𝑐𝑜𝑠(75) = Is like taking [1,0] and rotating it 45 degrees and then 30 degrees counter-clockwise
𝑐𝑜𝑠(75) = [1, 0] [𝑐𝑜𝑠(45), 𝑖·𝑠𝑖𝑛(45)] [𝑐𝑜𝑠(30), 𝑖·𝑠𝑖𝑛(30)]
- 𝑐𝑜𝑠(45) = √(1/2)
- 𝑠𝑖𝑛(45) = √(1/2)
- 𝑐𝑜𝑠(30) = √(3)/2
- 𝑠𝑖𝑛(30) = 1/2
𝑐𝑜𝑠(75) = [1, 0] [√(1/2), i√(1/2)] [√(3)/2, i(1/2)]
= [1, 0] [√(1/2)*√(3)/2 - √(1/2)(1/2), √(1/2)√(3)/2 + √(1/2)/2]
= [1, 0] [√(1/2)*√(3)(1/2) - √(1/2)(1/2), √(1/2)√(3)/2 + √(1/2)/2]
= [1, 0] [√(3/2)*√(1/4) - √(1/2)√(1/4), √(1/2)√(3)/2 + √(1/2)/2]
= [1, 0] [√(6/4)*√(1/4) - √(2/4)√(1/4), √(1/2)√(3)/2 + √(1/2)/2]
= [1, 0] [√(6/16) - √(2/16), √(1/2)√(3)/2 + √(1/2)/2]
= [1, 0] [√(6)/4 - √(2)/4, √(1/2)√(3)/2 + √(1/2)/2]
= [1, 0] [(1/4)[√(6) - √(2)], √(1/2)√(3)/2 + √(1/2)/2]
= [(1/4)[√(6) - √(2)], 0]
= (1/4)[√(6) - √(2)]
Multiplying Complex Numbers is Like Adding Rotations Together
- [𝑐𝑜𝑠(𝑥) + 𝑖·𝑠𝑖𝑛(𝑥)] * [𝑐𝑜𝑠(𝑦) + 𝑖·𝑠𝑖𝑛(𝑦)] = [𝑐𝑜𝑠(x+y) + 𝑖·𝑠𝑖𝑛(x+y)]
- [𝑐𝑜𝑠(𝑥) + 𝑖·𝑠𝑖𝑛(𝑥)] * [𝑐𝑜𝑠(𝑦) + 𝑖·𝑠𝑖𝑛(𝑦)] = [𝑐𝑜𝑠(𝑥)𝑐𝑜𝑠(𝑦) - 𝑠𝑖𝑛(𝑥)𝑠𝑖𝑛(𝑦) + i𝑐𝑜𝑠(𝑦)𝑠𝑖𝑛(𝑥) + i𝑐𝑜𝑠(𝑥)𝑠𝑖𝑛(𝑦)]
- [𝑐𝑜𝑠(𝑥) + 𝑖·𝑠𝑖𝑛(𝑥)] * [𝑐𝑜𝑠(𝑦) + 𝑖·𝑠𝑖𝑛(𝑦)] = [𝑐𝑜𝑠(𝑥)𝑐𝑜𝑠(𝑦) - 𝑠𝑖𝑛(𝑥)𝑠𝑖𝑛(𝑦) + i [𝑐𝑜𝑠(𝑦)𝑠𝑖𝑛(𝑥) + 𝑐𝑜𝑠(𝑥)𝑠𝑖𝑛(𝑦)]]
Because of 1 and 3 above, we have:
- 𝑐𝑜𝑠(𝑥+𝑦) = 𝑐𝑜𝑠(𝑥)𝑐𝑜𝑠(𝑦) - 𝑠𝑖𝑛(𝑥)𝑠𝑖𝑛(𝑦)
- 𝑠𝑖𝑛(𝑥+𝑦) = 𝑐𝑜𝑠(𝑦)𝑠𝑖𝑛(𝑥) + 𝑐𝑜𝑠(𝑥)𝑠𝑖𝑛(𝑦)
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
/../../../../mathematics/trigonometry/trigonometric/circular/angle/goniometric-functions-(sine---cosine---tangent---cosecant---secant---cotangent)/trigonometry-geometric-visualization.png)