Earlier quoted context omitted.
Trig is artificially hard in calculus. When you get to complex numbers it all gets easier. But they don't teach that until later. One thing I learned at Berkeley was that there are two kinds of problems: linear problems and problems you can't solve. The trick ( EE 120 Linear Systems ) was always how to transform a complicated problem into a linear problem. Yeah we used complex numbers as part of the trick to get to l…
I feel like we're still only scratching the surface with complex numbers. I didn't learn Euler's Identity nor most of the interesting parts of i until recently on Youtube. We can use complex numbers to describe a 2-dimensional number-space with a single digit. How do we describe a 3-dimensional number-space with a single digit? What about higher dimensional number-space?
The complex numbers equips the vector space of 2-dimensional real numbers with a multiplication. This structure is known as an algebra.
The analogue for 4 dimensions is the Quaternion Algebra, which is no longer commutative (i.e. a * b != b * a). The elements of unit length correspond (essentially) to rotations in 3 dimensions and they are used for this in e.g. computer graphics.
The analogue for 8 dimensions is the Octonions which are no longer associative (i.e. (a * b) * c != a * (b * c)). The construction can be continued with a doubling of the dimension through the Cayley-Dickson construction, however these higher dimensional versions are even worse.
It is not possible to associate a multiplication to 3-dimensional real space which makes it an algebra. This fact is related to the classification of exceptional Lie groups. The reason is roughly that the units in an algebra form a group, but the 2-sphere is not a Lie group.