I'm confused here. I have a three particle (rigid) system. What would be the degree of freedom? I found out five. 3 coordinates for center of mass and 2 for describing orientation.
But we have only three constraints, i.e. three equations that reduce 9 coordinates by 3, 9 - 3 = 6, which gives 6 degrees of freedom?? Did I miss something above?
Answer
You missed that to specify orientation, you not only need an axis, but how far the body rotated around the axis. The two axis angles and the angle of rotation is the Euler angle parametrization, and I find it unweildy because the relation between this and position involves transcendental functions.
The nicest way to give the rotation part is to specify a rotation matrix R which has the property that $R^TR=I$. This has 3 parameters, since you have three orthogonal unit vectors inside, which is 2 components for the first (it's unit length), one component for the second (it's perpendicular to the first and unit length) and none for the third. This is most convenient for pencil and paper and computer calculations both, this is why it is hardly ever presented in textbooks.
No comments:
Post a Comment