How Does Quaternion Rotation Affect Another Quaternion?

Plott029
Messages
12
Reaction score
0
If we take a vector "v" and utilize a quaternion q and its conjugate complex, we can rotate the "v" vector this way:

qvq*

The question is, what happens if "v" is not a vector, and is a quaternion? rotates it?
 
Mathematics news on Phys.org
Hi Plott029. In what class are quaternions introduced?
 
quasar987 said:
Hi Plott029. In what class are quaternions introduced?

The utilized to rotations (norm 1, etc.). But the problem I see is that in vectors, I can understand it. But if "v" is a quaternion, I don't understand if the answer is a "rotated quaternion" or another thing.
 
Am i to understand the question is asking what happens if v is a quaternion and not a vector? your wording was a little confusing.

1 method is to find out by expanding the quaternions into there matrix form =].

the 2nd is to just simple understand what's going on...
what happens when you multiple to Qs. Whats does the conjugate
of a quaternion represent

btw is this for a math class or a 3D math/programming class?
 
Plott029 said:
If we take a vector "v" and utilize a quaternion q and its conjugate complex, we can rotate the "v" vector this way:

qvq*

The question is, what happens if "v" is not a vector, and is a quaternion? rotates it?

I thought that qvq^(-1) gives a rotation of a vector v. If v is a general quaternion, then v = v0 + w, with v0 a scalar and w a vector (pure quaternion). Then

qvq^(-1) = v0 + qwq^(-1).

In some sense this can regarded as a rotation of quaternion: the scalar part is invariant under rotation and the vector part gets rotated as ususal.

Regards,
George
 
quaternions

this way, the rotation of a quaternion w is, for example, an expresión like this: qwq(-1) ?
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top