Matrix of rotated elements (stiffness matrix)

  • Thread starter Thread starter Amaelle
  • Start date Start date
  • Tags Tags
    Elements Matrix
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 · 3K views
Amaelle
Messages
318
Reaction score
55
Good day All
I have a doubt regarding the derivation of the following matrix
rotated matrix.png

according to my basic understanding we want to go from the basis u1 v1 u2 v2 to the basis u'1 v'1 u'2 v'2, and for doing so we use the rotation matrix

the rotation matrix is the following and the angle theta is positive

rotation matrix.png


but i still can 't understand why the signs are inverted?
any help would be highly appreciated
Many thanks in advance!
 

Attachments

  • rotated matrix.png
    rotated matrix.png
    24.9 KB · Views: 1,569
  • rotation matrix.png
    rotation matrix.png
    8 KB · Views: 847
Physics news on Phys.org
I'm not sure what the "stretch k" and some other symbols on here are referring to, but you may consider what happens if you multiply each side by the transpose of your matrix. Transposition 'flips' the negative signs that seem out of place here. The matrix is orthogonal, so you may just be missing which matrix is the "original one" and which one is the inverse.
 
  • Like
Likes   Reactions: Amaelle
StoneTemplePython said:
I'm not sure what the "stretch k" and some other symbols on here are referring to, but you may consider what happens if you multiply each side by the transpose of your matrix. Transposition 'flips' the negative signs that seem out of place here. The matrix is orthogonal, so you may just be missing which matrix is the "original one" and which one is the inverse.
Thanks a lot!