Group of translations by a fixed distance

  • Thread starter Thread starter Mentz114
  • Start date Start date
  • Tags Tags
    Group
Mentz114
Messages
5,429
Reaction score
292
I think I need this group ( if it exists) to help solve a physics problem.
Not being a mathematician, what I'd really like is a matrix representation
and a rule for getting the covariant derivative in the event of a broken symmetry.

I'd be much obliged if anyone can give me any information.

M.
 
Physics news on Phys.org
To represent translation by a matrix multiplication, you will have to use a "projective geometry" representation: each point (x,y,z) is represented by (x,y,z,1) with the understanding that (ax, ay, az, a) (a not 0) represents the same point. Then a translation by <u, v, w> can be written as
\left(\begin{array}{ccccccc}1 &amp;&amp; 0 &amp;&amp; 0 &amp;&amp; u \\ 0 &amp;&amp; 1 &amp;&amp; 0 &amp;&amp; v\\ 0 &amp;&amp; 0 &amp;&amp; 1 &amp;&amp; w \\ 0 &amp;&amp; 0 &amp;&amp; 0&amp;&amp; 1\end{array}\right)\left(\begin{array}{c}x \\ y \\ z \\ 1\end{array}\right)= \left(\begin{array}{c}x+ u \\ y+ v \\ z+ w \\ 1\end{array}\right)
 
HallsofIvy, thank you very much. This looks promising. Seems to form a group under multiplication, with an identity if u=v=w=0.

\left(\begin{array}{ccccccc}1 &amp;&amp; 0 &amp;&amp; 0 &amp;&amp; u \\ 0 &amp;&amp; 1 &amp;&amp; 0 &amp;&amp; v\\ 0 &amp;&amp; 0 &amp;&amp; 1 &amp;&amp; w \\ 0 &amp;&amp; 0 &amp;&amp; 0&amp;&amp; 1\end{array}\right)\left(\begin{array}{ccccccc}1 &amp;&amp; 0 &amp;&amp; 0 &amp;&amp; u \\ 0 &amp;&amp; 1 &amp;&amp; 0 &amp;&amp; v\\ 0 &amp;&amp; 0 &amp;&amp; 1 &amp;&amp; w \\ 0 &amp;&amp; 0 &amp;&amp; 0&amp;&amp; 1\end{array}\right) = \left(\begin{array}{ccccccc}1 &amp;&amp; 0 &amp;&amp; 0 &amp;&amp; 2u \\ 0 &amp;&amp; 1 &amp;&amp; 0 &amp;&amp; 2v\\ 0 &amp;&amp; 0 &amp;&amp; 1 &amp;&amp; 2w \\ 0 &amp;&amp; 0 &amp;&amp; 0&amp;&amp; 1\end{array}\right)<br /> <br />
 
Last edited:
Back
Top