Rotation around the z-axis and cross products

  • Thread starter Thread starter fishspawned
  • Start date Start date
  • Tags Tags
    Cross Rotation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
fishspawned
Messages
66
Reaction score
16

Homework Statement



A defining property of a vector is that its components must transform in a particular fashio under a rotation. for a counterclockwise rotation around the z-axis, by and angle ∅ the components Ax, Ay, and Az of a vector A transform in the following fashion:

Ax --> Ax' = Axcos∅ + Aysin∅
Ay --> Ay' = -Axsin∅ + Aycos∅
Az --> Az' = Az

Show that the cross product A x B acts as a vector under a rotation about the z-axis

Homework Equations



see above

The Attempt at a Solution



i think what i am having trouble is knowing what i am aiming to show. so i have started out rather blindly, setting up some conditions and hoping that it will show me some clue.

i rotated the coordinate system for A and B until A sits directly along the positive X-Axis and B lies above it pointed up in the positive Z direction, diverging by an angle ∅. i was looking at A being rotated 90 degrees counterclockwise

Ax = A
Ay = 0
Az = 0

Bx = Bcos∅
By = 0
Bz = Bsin∅

this gave me a cross product of --> -ABsin∅ along the Y-axis

this didn't tell me anything

i am assuming that AxB is to be likened to a transformation of A but i am unsure how to proceed [am i supposed to be placing AxB straight up in the z-axis?
 
on Phys.org
hi fishspawned! :smile:
fishspawned said:
… i think what i am having trouble is knowing what i am aiming to show …

A is a vector (Ax,Ay,Az)

if you rotate it, it becomes a vector A' = (A'x,A'y,A'z)

where A'x = = Axcos∅ + Aysin∅ etc

you have to prove that if A x B = C, then A' x B' = C' :wink:
 
thanks so much. it seems my problem is less to do with doing the actual math but rather deciphering what is being asked of me. the language of the science can sometimes be difficult for me.