A Displacement-Rotation Algorithm

  • A
  • Thread starter Thread starter Muhammad
  • Start date Start date
Muhammad
Messages
4
Reaction score
0
The attached sketch shows an object which can move in x-y plane and rotate around z axis only. The movements are small and in the order of micrometers.

Point a, b and c are the locations of measurement. Each of these points have measuring devices which can give linear displacement in micrometers.

If the object is displaced by external force, the measuring devices will give linear displacement values. However, with these 3 displacement values, I would like to develop an algorithm which can give me overall displacement of the object along x and y axes as well rotation around z axis.

rotation matrix interpretation.webp
 
Physics news on Phys.org
You have three vector equations of the form <br /> a&#039; = R_z(\theta)a + t which gives six equations in three unknowns; this system is overdetermined and may not have a solution. Your best option is to choose \theta and t to minimize the error <br /> \|a&#039; - R_z(\theta)a - t\|^2 + \|b&#039; - R_z(\theta)b - t\|^2 + \|c&#039; - R_z(\theta)c - t\|^2
 
Thank you for your reply.
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...
Back
Top