←back to thread

109 points thunderbong | 1 comments | | HN request time: 0.383s | source
Show context
JPLeRouzic ◴[] No.42202394[source]
> Quaternions

I know nothing of physics, but it seems to me that rotation fingerprints are everywhere in physics. Is this just me or is there something more tangible in this remark?

replies(4): >>42203111 #>>42203171 #>>42205393 #>>42213719 #
Ono-Sendai ◴[] No.42203111[source]
It's not just you. Dirac fields are constantly rotating. In fact the solutions are called spinors. (e.g. things that spin). There are a lot of rotations at the quantum level. It's also why complex numbers show up a lot in q.m.
replies(1): >>42204619 #
ValentinA23 ◴[] No.42204619[source]
I've been trying to get an intuitive understanding of why multiplying by e^ix leads to a rotation in the complex plane, without going into Taylor series (too algebraic, not enough geometric). I tried to find a way to calculate the value of e in a rotational setting, maybe there is a way to reinterpret compound interests as compound rotation. Any insight ?
replies(6): >>42205350 #>>42205486 #>>42206146 #>>42206559 #>>42207001 #>>42209988 #
1. Ono-Sendai ◴[] No.42209988[source]
The first thing to understand is that multiplying a complex number by i rotates the complex number by 90 degrees counter-clockwise around the origin. For example, 1 * i = i (e.g. 1 + 0i is mapped to 0 + 1i). And i*i = -1 (e.g. 0 + 1i is mapped to (-1 + 0i) and so on. e^ix is a continuous generalisation of this discrete rotation, as I understand it.