I have just started learning Lie Groups and Algebra. Considering a flat 2-d plane if we want to translate a point from (x,y) to (x+a,y+b) then can we write it as :
(x+ay+a)=(xy)+(ab)
Now the set of all translations T=(ab) form a two parameter lie group (I presume) with addition of column as the composition rule.
If that is so, how do I go about finding the generators of this transformation.
I know the generators of translation are linear momenta in the corresponding directions. But I am not able to see this here.
PS: In my course I have been taught that the generators are found by calculating the Taylor expansion of the group element about the Identity of the group. For instance, SO(2) group
M=(cosϕ−sinϕsinϕcosϕ)
I obtain the generator by taking
∂M∂ϕ|ϕ=0=(0−110)
Now if I exponentiate this, I can obtain back the group element. My question how do I do this for Translation group.
EDIT :This edit is to summarise and get a view of the answers obtained.
Firstly, the vector representation of the translation group (for 2D) would in general have the form :
(10ax01ay001)
with generators (elements of Lie algebra)
Tx=(00i000000) ,Ty=(00000i000)
Secondly, the scalar-field representation of the same is given by the differential operators
expi(ax∂∂x+ay∂∂y)
with generators
Tsx=i∂∂x,Tsy=i∂∂y
The Lie algebra is two-dimensional and abelian : [Tx,Ty]=0
This post imported from StackExchange Mathematics at 2014-07-04 11:56 (UCT), posted by SE-user user35952