- #1
TimeRip496
- 254
- 5
<Moderation note: edited LaTex code>
E.g. A rotation by a finite angle θ is constructed as n consecutive rotations by θ/n each and taking the limit n→∞.
$$
\begin{pmatrix}
x' \\
y' \\
\end{pmatrix} =\lim_{x \to \infty} (I + \frac{\theta}{n} L_z )^n
\begin{pmatrix}
x \\
y \\
\end{pmatrix}
$$ where I is the identity matrix and
$$L_z=
\begin{pmatrix}
0 & -1 \\
1 & 0 \\
\end{pmatrix}
$$
Instead of doing the above, why can't I do this instead?
$$
\begin{pmatrix}
x' \\
y' \\
\end{pmatrix} = (I + n*\frac{\theta}{n} L_z)
\begin{pmatrix}
x \\
y \\
\end{pmatrix}
$$
This makes more sense as the small transform is constant unlike the above whereby exponential it will cause the transform to increase. Whats the rationale behind exponential the transform instead of just doing mine step?
I know only by doing the exponential can I get the rotational matrix but I can't see it intuitively.
E.g. A rotation by a finite angle θ is constructed as n consecutive rotations by θ/n each and taking the limit n→∞.
$$
\begin{pmatrix}
x' \\
y' \\
\end{pmatrix} =\lim_{x \to \infty} (I + \frac{\theta}{n} L_z )^n
\begin{pmatrix}
x \\
y \\
\end{pmatrix}
$$ where I is the identity matrix and
$$L_z=
\begin{pmatrix}
0 & -1 \\
1 & 0 \\
\end{pmatrix}
$$
Instead of doing the above, why can't I do this instead?
$$
\begin{pmatrix}
x' \\
y' \\
\end{pmatrix} = (I + n*\frac{\theta}{n} L_z)
\begin{pmatrix}
x \\
y \\
\end{pmatrix}
$$
This makes more sense as the small transform is constant unlike the above whereby exponential it will cause the transform to increase. Whats the rationale behind exponential the transform instead of just doing mine step?
I know only by doing the exponential can I get the rotational matrix but I can't see it intuitively.
Last edited: