I'm studying Lie groups and I am in trouble with finding lie algebras of the classical groups. How can I calculate $\mathfrak{sp}(n,\mathbb{C})$ or $\mathfrak{so}(n,\mathbb{R})$ using exp map and tangent space of these groups?
2026-05-04 23:13:45.1777936425
Finding lie algebra of a group by using exp map and tangent space
614 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LIE-GROUPS
- Best book to study Lie group theory
- Holonomy bundle is a covering space
- homomorphism between unitary groups
- On uniparametric subgroups of a Lie group
- Is it true that if a Lie group act trivially on an open subset of a manifold the action of the group is trivial (on the whole manifold)?
- Find non-zero real numbers $a,b,c,d$ such that $a^2+c^2=b^2+d^2$ and $ab+cd=0$.
- $SU(2)$ adjoint and fundamental transformations
- A finite group G acts freely on a simply connected manifold M
- $SU(3)$ irreps decomposition in subgroup irreps
- Tensors transformations under $so(4)$
Related Questions in LIE-ALGEBRAS
- Holonomy bundle is a covering space
- Computing the logarithm of an exponentiated matrix?
- Need help with notation. Is this lower dot an operation?
- On uniparametric subgroups of a Lie group
- Are there special advantages in this representation of sl2?
- $SU(2)$ adjoint and fundamental transformations
- Radical of Der(L) where L is a Lie Algebra
- $SU(3)$ irreps decomposition in subgroup irreps
- Given a representation $\phi: L \rightarrow \mathfrak {gl}(V)$ $\phi(L)$ in End $V$ leaves invariant precisely the same subspaces as $L$.
- Tensors transformations under $so(4)$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
There are several ways.
I'll do one for $SO(3)$ and I guess you can figure out the general way of proceeding.
OUTLINE: We will start from a general form for an element of $SO(3)$ then we'll consider all the curves passing from the identity and we will derive effectively the tangent space in the identity. We'll find a base and that will be the Lie Algebra. If you exponentiate the tangent vector at the tangent space at the identity you'll get newly the element of the Lie Group $SO(3)$
Let's suppose that you know that every rotation can be seen as a rotation of an angle $\theta$ around a vector $\mathbf{v}=x\mathbf{e_x}+y\mathbf{e_y}+z\mathbf{e_z}$.
Then every element of $SO(3)$ can be parametrized as $$R_{\mathbf{v}}\left(\theta\right)=\mathbb{1}+\sin\theta X+\left(1-\cos\theta\right)X^{2},$$ where $X$ is this matrix $$X=\left(\begin{array}{ccc} 0 & -z & y\\ z & 0 & -x\\ -y & x & 0 \end{array}\right).$$ If you're smart you already understood that I'm cheating (because this parametrization of $SO(3)$ is already a sort of exponential... but let's continue...
So given the parametrization, a general rotation matrix is given by $$R\left(\theta,\,x,\,y,\,z\right)=\left(\begin{array}{ccc} x^{2}+\cos\theta\left(y^{2}+z^{2}\right) & \left(1-\cos\theta\right)xy-z\sin\theta & \left(1-\cos\theta\right)xz+y\sin\theta\\ \left(1-\cos\theta\right)xy+z\sin\theta & y^{2}+\cos\theta\left(x^{2}+z^{2}\right) & \left(1-\cos\theta\right)yz-x\sin\theta\\ \left(1-\cos\theta\right)xz-y\sin\theta & \left(1-\cos\theta\right)yz-x\sin\theta & z^{2}+\cos\theta\left(y^{2}+x^{2}\right) \end{array}\right),$$
Now take a regular curve $\theta\left(t\right)$ such that $\theta\left(0\right)=0$ and let $\mathbf{v}$ be a vector $\mathbb{R}^{3}$ with coordinates $\left(x,\,y,\,z\right)$. The tangent vector of the curve is then given by $$\frac{d}{dt}R_{\mathbf{v}}\left(\theta\right)=\left(\begin{array}{ccc} -\left(y^{2}+z^{2}\right)\sin\theta & xy\sin\theta-z\cos\theta & xz\sin\theta+y\cos\theta\\ xy\sin\theta+z\cos\theta & -\left(x^{2}+z^{2}\right)\sin\theta & yz\sin\theta-x\cos\theta\\ xz\sin\theta-y\cos\theta & yz\sin\theta+x\cos\theta & -\left(y^{2}+x^{2}\right)\sin\theta \end{array}\right)\cdot\dot{\theta}\left(t\right)$$. Then in $t=0$ $$\frac{d}{dt}R_{\mathbf{v}}\left(\theta\right)|_{t=0}=\left(\begin{array}{ccc} 0 & -z & y\\ z & 0 & -x\\ -y & x & 0 \end{array}\right)\cdot\dot{\theta}\left(t\right).$$ So let's now consider the axis $\mathbf{x}=\left(1,\,0,\,0\right)$, $\mathbf{y}=\left(0,\,1,\,0\right)$ and $\mathbf{z}=\left(0,\,0,\,1\right)$ Then you have $$ E_{1}=\frac{d}{dt}R_{\mathbf{x}}\left(\theta\right)|_{t=0} =\left(\begin{array}{ccc} 0 & 0 & 0\\ 0 & 0 & -1\\ 0 & 1 & 0 \end{array}\right)\cdot\dot{\theta}\left(t\right),$$ $$E_{2}=\frac{d}{dt}R_{\mathbf{y}}\left(\theta\right)|_{t=0} =\left(\begin{array}{ccc} 0 & 0 & 1\\ 0 & 0 & 0\\ -1 & 0 & 0 \end{array}\right)\cdot\dot{\theta}\left(t\right),$$ $$E_{3}=\frac{d}{dt}R_{z}\left(\theta\right)|_{t=0} =\left(\begin{array}{ccc} 0 & -1 & 0\\ 1 & 0 & 0\\ 0 & 0 & 0 \end{array}\right)\cdot\dot{\theta}\left(t\right).$$ Then you have a base for the Lie Algebra of $SO(3)$ and a general vector $X$ in the tangent space of $SO(3)$ at the identity can be written as $$X=xE_{1}+yE_{2}+zE_{3},$$ If you exponentiate the general vector of the Lie Algebra you get the general rotation in the exponential form $$R_{\mathbf{v}}\left(\theta\right)=\exp\left[\theta X\right],$$ with $$X=\left(\begin{array}{ccc} 0 & -z & y\\ z & 0 & -x\\ -y & x & 0 \end{array}\right)$$ which in fact was the parametrization we were starting from. Hope gave you some hints on how to proceed. The other classic and more easy way to proceed it's just to do a taylor expansion, but I think this one it really explicit.