Length Vector Rotation Matrix Constraints | Preserve A

  • Thread starter Thread starter mind game
  • Start date Start date
  • Tags Tags
    Lenght Vector
AI Thread Summary
To preserve the length of vector A during rotation in three-dimensional space, the rotation matrix R must satisfy the condition that the transpose of R multiplied by R equals the identity matrix (R^T R = I). This ensures that the transformation does not alter the magnitude of vector A. The discussion emphasizes the importance of matrix algebra in deriving these constraints. Participants are encouraged to explore the mathematical properties and implications of rotation matrices further. Understanding these constraints is crucial for applications involving vector transformations in physics and engineering.
mind game
Messages
2
Reaction score
0
what constraints must the elements of three dimensional rotation matrix satisfy in order to preserve length of vector A
 
Physics news on Phys.org
Here's a start:
your question expressed symbolically...
{\vec A'}^\top\vec A'=(R\vec A)^\top(R\vec A)=\vec A^\top\vec A

So, what must R satisfy? Can you do matrix algebra?
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top