Can I get a spoiler on where this definition of the elements of a Lie group is headed?
In this lecture Alex Flournoy does a great job at introducing the elements of a Lie group. However, there is ultimately this unmotivated definition:
A general element of a Lie group can be written as
$$A = \exp \left ( g_A V^A \right)$$
where $g_A$ generates the transformation, and $V^A$ parameterizes it. So in the case of rotations in the Euclidean space, $SO(3)$ if $A$ is an $n \times n$ matrix, so is $g_A,$ while $V^A$ is an $n$ vector of parameters (angles of rotation in each plane: $xy,$ $xz$ and $yz$).
He later on explains that $g_A$ is better understood as a vector of matrices $g_A=\begin{bmatrix}R_{xy} & R_{yz} & R_{xz} \end{bmatrix},$ and the $V^A$ a vector $V^A=\begin{bmatrix}\phi&\theta&\alpha\end{bmatrix}^\top$ so that for the second entry, the Taylor series would be
$$\begin{bmatrix}1 & 0 & 0 \\ 0 & \cos\theta & - \sin \theta \\0 &\sin \theta & \cos\theta \end{bmatrix}=\begin{bmatrix}1 & 0 & 0 \\ 0 & 1-\frac{\theta^2}2+\cdots & - \theta+\frac{\theta^3}{3!}+\cdots \\0 & \theta-\frac{\theta^3}{3!}+\cdots & 1-\frac{\theta^2}2+\cdots \end{bmatrix}$$
Is the inclusion of the exponential in the definition motivated to make the group operation (matrix multiplication) simply the addition of the exponents, as well as to show its algebraic nature by applying a Taylor expansion to the power series $\exp (x)=\displaystyle \sum_{k=0}^\infty \frac{x^k}{k!},$ with the ultimate intention of making it consistent with the definition:
A Lie group is the connected portion of a continuous group with analytic group composition function.
? Or is there a deeper reason perhaps connected to the charts of the group viewed as a manifold?