Isometric Transformation Proof Using Matrix Form

In summary, the question asks for a proof that a length preserving geometrical transformation R on a three dimensional vector space with metric \eta satisfies the relationship R^{T}\eta R=\eta. Using the length of a vector determined by the metric, the proof shows that \eta _{ij}x_{i}x_{j}=\eta _{ij}R_{ip}x_{p}R_{jq}x_{q} can be rearranged to (R_{ip}\eta _{ij}R_{jq})x_{p}x_{q}. By rewriting R_{ip}\eta _{ij}R_{jq} in matrix form, the desired relationship R^{T}\eta R=\eta is implied
  • #1
matt223
2
0

Homework Statement



The questions asks for a proof that if a geometrical transformation [tex]R[/tex] on a three dimensional vector space with metric [tex]\eta[/tex] is length preserving, then [tex]R^{T}\eta R=\eta[/tex]. Note that the summation convention is used throughout.

The transformation is given by
[tex]x'_{i}=R_{ij}x_{j}[/tex]

Homework Equations



The length of a vector is determined by the metric according to
[tex]l^{2}=\eta _{ij}x_{i}x_{j}[/tex]

The Attempt at a Solution



If [tex]R[/tex] is length preserving then
[tex]l^{2}=\eta _{ij}x_{i}x_{j} =\eta _{ij}x'_{i}x'_{j}[/tex]
and so
[tex]\eta _{ij}x_{i}x_{j}=\eta _{ij}R_{ip}x_{p}R_{jq}x_{q}[/tex]

My question is how do I get from this stage to the desired relationship [tex]R^{T}\eta R=\eta[/tex]. Perhaps this is already implied by the line above? If so, how?

PS: This is my first post here - thank you for any help!
 
Last edited:
Physics news on Phys.org
  • #2
Rearrange the Rs a bit in your expression:

[tex]
\eta _{ij}x_{i}x_{j}=\eta _{ij}R_{ip}x_{p}R_{jq}x_{q} = (R_{ip}\eta _{ij}R_{jq})x_{p}x_{q}
[/tex]

and try to rewrite [tex] R_{ip}\eta _{ij}R_{jq}[/tex] in matrix form.
 

FAQ: Isometric Transformation Proof Using Matrix Form

What is isometric transformation?

Isometric transformation is a mathematical concept used in geometry and computer graphics to describe the transformation of an object in three-dimensional space. It involves changing the size, position, or orientation of an object while preserving its shape and angles.

What are some common examples of isometric transformation?

Some common examples of isometric transformation include rotating an object around a fixed point, scaling an object up or down, and translating an object to a different location in three-dimensional space. Isometric transformation can also involve a combination of these operations.

What is the difference between isometric transformation and other types of transformations?

Unlike other types of transformations, such as affine or projective transformations, isometric transformation preserves the size and shape of an object. This means that the angles between the object's edges and faces remain unchanged.

What are some practical applications of isometric transformation?

Isometric transformation is commonly used in computer graphics to create 3D models and animations. It is also used in engineering and architecture to design and visualize objects and structures in three-dimensional space.

How is isometric transformation calculated?

Isometric transformation is typically calculated using linear algebra and matrix operations. The transformation is described by a matrix that represents the combination of rotation, scaling, and translation operations. This matrix can then be applied to the coordinates of the object's vertices to calculate its new position and orientation.

Back
Top