Cross product of a vector and its derivative

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 13K views
nburo
Messages
33
Reaction score
0
Hello guys, this must be a very trivial question, but I just don't see it.

Ihave a "vectorized quaternion" (quaternion with a null scalar part) :

[tex]u(t) = (0, u_x(t), u_y(t), u_z(t) )[/tex]

We also have it's time derivative :

[tex]\frac{d}{dt}u(t) = \dot{u}(t) = (0, \dot{u}_x(t), \dot{u}_y(t), \dot{u}_z(t) )[/tex]

If I'm not mistaken, the scalar product of them should be :

[tex]\dot{u}(t)\cdot u(t) = 0[/tex]

But what would the cross product look like? I know I can write it this way :

[tex]\dot{u}(t)\times u(t) = (0, \dot{u}_y(t) u_z(t) - \dot{u}_z(t) u_y(t), \dot{u}_x(t) u_z(t) - \dot{u}_z(t) u_x(t), \dot{u}_x(t) u_y(t) - \dot{u}_y(t) u_x(t) )[/tex]

Is there a simpler answer? Anything wrong?

Thank you

EDIT : argh, sorry, it's prolly in the wrong subforum
 
Last edited:
Physics news on Phys.org
nburo said:
Hello guys, this must be a very trivial question, but I just don't see it.

Ihave a "vectorized quaternion" (quaternion with a null scalar part) :

[tex]u(t) = (0, u_x(t), u_y(t), u_z(t) )[/tex]

We also have it's time derivative :

[tex]\frac{d}{dt}u(t) = \dot{u}(t) = (0, \dot{u}_x(t), \dot{u}_y(t), \dot{u}_z(t) )[/tex]

If I'm not mistaken, the scalar product of them should be :

[tex]\dot{u}(t)\cdot u(t) = 0[/tex]
This may be where you are going wrong. The dot product of v and v' is 0 only if v has constant length.

But what would the cross product look like? I know I can write it this way :

[tex]\dot{u}(t)\times u(t) = (0, \dot{u}_y(t) u_z(t) - \dot{u}_z(t) u_y(t), \dot{u}_x(t) u_z(t) - \dot{u}_z(t) u_x(t), \dot{u}_x(t) u_y(t) - \dot{u}_y(t) u_x(t) )[/tex]

Is there a simpler answer? Anything wrong?

Thank you

EDIT : argh, sorry, it's prolly in the wrong subforum
 
HallsofIvy said:
This may be where you are going wrong. The dot product of v and v' is 0 only if v has constant length.

Oh yeah, I'm sorry, I forgot to say that those are rotation quaternions (rotation vector) on a unit sphere, so indeed, the length is constant
 
Last edited: