How Does Quaternion Rotation Affect Another Quaternion?

In summary, the conversation discusses the concept of rotating a vector or quaternion using a quaternion q and its conjugate complex. The question is raised about what happens when "v" is a quaternion instead of a vector. The conversation also mentions different methods for understanding quaternion rotations and poses a question about whether the conjugate of a quaternion represents something specific. The discussion concludes with a clarification about the rotation of a quaternion.
  • #1
Plott029
13
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
  • #2
Hi Plott029. In what class are quaternions introduced?
 
  • #3
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.
 
  • #4
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?
 
  • #5
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
 
  • #6
quaternions

this way, the rotation of a quaternion w is, for example, an expresión like this: qwq(-1) ?
 

Related to How Does Quaternion Rotation Affect Another Quaternion?

1. What are quaternions and how are they used in rotations?

Quaternions are a mathematical concept that extends the idea of complex numbers to four dimensions. They are used to represent rotations in three-dimensional space, particularly in computer graphics and robotics.

2. How do quaternions differ from other rotation representations like Euler angles or matrices?

Quaternions have several advantages over other rotation representations. They do not suffer from gimbal lock, which occurs when one degree of freedom is lost due to the alignment of two axes. They also have fewer computational errors and are more efficient for interpolating between rotations.

3. How are quaternions multiplied and normalized?

Quaternions are multiplied using the Hamilton product, which involves the cross product and dot product of two quaternions. Normalization is achieved by dividing each quaternion by its magnitude, resulting in a unit quaternion.

4. Can quaternions be used to represent rotations in higher dimensions?

Yes, quaternions can be extended to represent rotations in higher dimensions. However, they become less intuitive and more complex to work with as the number of dimensions increases.

5. What are some practical applications of rotations with quaternions?

Quaternions are commonly used in computer graphics for smooth and efficient animations, as well as in robotics for precise and stable control of robotic arms. They are also used in physics simulations, flight dynamics, and virtual reality applications.

Similar threads

Replies
3
Views
785
Replies
3
Views
2K
Replies
24
Views
19K
  • Classical Physics
Replies
6
Views
720
Replies
2
Views
2K
Replies
3
Views
2K
Replies
4
Views
2K
  • General Math
Replies
7
Views
11K
Back
Top