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?
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
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