Lie Group fro 2D transformations [1]
: Rotations in 2D space
Having treated
Representation
Elements of the rotation group in 2D,
The Lie algebra,
An element of
We will simply write
Exponential Map
The exponential map that takes skew symmetric matrices to rotation matrices is simply the matrix exponential over a linear combination of the generators:
The resulting elements form the Taylor series expansion of
Thus the exponential map yields a rotation by
Adjoint
Because rotations in the plane commute, the adjoint of
SE(2): Rigid transformations in 2D space
The group
Representation
The group of rigid transformations in 2D space,
Note that, in an implementation, only
Transformation composition and inversion are coincident with matrix multiplication and inversion:
The matrix representation also makes the group action on 2D points and vectors explicit:
Typically,
The Lie algebra
An element of
For convenience, we write
Exponential Map
As for all Lie groups in this document, the exponential map from
The rotation block is the same as for
We split the terms by odd and even powers:
Two identities (easily confirmed by induction) are useful for collapsing the series:
Direct application of the identies yields a reduced expression for
The coefficients can be identified with Taylor expansions:
For implementation purposes, Taylor expansions should be used for
Adjoint
The adjoint in
Note that moving a tangent vector via the adjoint mixes the rotation component into the translation component.
Ref
[1] Lie Groups for 2D and 3D Transformations, PDF, by Ethan Eade, 2017