Sergey S
- 11
- 0
I think this is a textbook-style question, if I am wrong, please redirect me to the forum section where I should have posted this. This is my first time here, so I am sorry if I am messing it up.
We have an n-dimensional vector \vec{r} with a constant length \|\vec{r}\|=1. The vector rotates with an angular speed \vec{ω}, which is also an n-dimensional vector and is a given function of time. I want to find first derivative of \vec{r} with respect to time: \frac{d\vec{r}}{dt}-?
2. Homework Equations
I don't really know how to tackle the problem. I think I've solved this for the 2-dimensional case, where \vec{r}\in\mathbb R^2 rotates with angular speed \dot{Θ} (so Θ would denote angular displacement from the original orientation). I doubt that it will be of any help with the general n-dimensional case, but here it is:
We can rewrite \vec{r} as a product of a constant unit vector \vec{a}=const and a rotational matrix T_Θ:
\vec{r}=T_Θ\vec{a}, where T_Θ=\begin{pmatrix}<br /> \cosΘ & -\sinΘ\\<br /> \sinΘ & \cosΘ\\<br /> \end{pmatrix} (1)
So time derivative of \vec{r} can be written as:
\frac{d\vec{r}}{dt}=\frac{d(T_Θ)}{dt}\vec{a} (2)
Then we do math:
\frac{d(T_Θ)}{dt}=\dot{Θ}\begin{pmatrix}<br /> -\sinΘ& -\cosΘ\\<br /> \cosΘ& -\sinΘ\\<br /> \end{pmatrix}=<br /> (-1)\dot{Θ}\begin{pmatrix}<br /> \cos(\frac{\pi}{2}-Θ)& \sin(\frac{\pi}{2}-Θ)\\<br /> -\sin(\frac{\pi}{2}-Θ)& \cos(\frac{\pi}{2}-Θ)\\<br /> \end{pmatrix}=<br /> (-1)\dot{Θ}\begin{pmatrix}<br /> \cos(Θ-\frac{\pi}{2})& -\sin(Θ-\frac{\pi}{2})\\<br /> \sin(Θ-\frac{\pi}{2})& \cos(Θ-\frac{\pi}{2})\\<br /> \end{pmatrix}<br />
Matrix \begin{pmatrix}<br /> \cos(Θ-\frac{\pi}{2})& -\sin(Θ-\frac{\pi}{2})\\<br /> \sin(Θ-\frac{\pi}{2})& \cos(Θ-\frac{\pi}{2})\\<br /> \end{pmatrix}<br /> is a rotation matrix that rotates a vector through the angle Θ-\frac{\pi}{2}. You can do the same rotation with two matrices, first of which would rotate the vector through the angle Θ (it is T_Θ), and second through the angle -\frac{\pi}{2} (we'll name the later matrixT_0).
T_0=\begin{pmatrix}<br /> 0& 1\\<br /> -1& 0\\<br /> \end{pmatrix}
So we rewrite equation (2) as:
\frac{d\vec{r}}{dt}=(-1)\dot{Θ}T_ΘT_0\vec{a}
Rotating a vector through the angle (-\frac{\pi}{2}) and then multiplying it with (-1) is the same as rotating through the angle \frac{\pi}{2}, so:
\frac{d\vec{r}}{dt}=\dot{Θ}T_ΘT_1\vec{a}, where T_1=\begin{pmatrix}<br /> 0& -1\\<br /> 1& 0\\<br /> \end{pmatrix}
So using (1) we can write:
\frac{d\vec{r}}{dt}=\dot{Θ}\begin{pmatrix}<br /> 0& -1\\<br /> 1& 0\\<br /> \end{pmatrix}\vec{r}
Sorry for the long post. I guess what I've shown above might be the clumsiest way to deal with the problem. And it is hardly of any help with the n-dimensional case.
Homework Statement
We have an n-dimensional vector \vec{r} with a constant length \|\vec{r}\|=1. The vector rotates with an angular speed \vec{ω}, which is also an n-dimensional vector and is a given function of time. I want to find first derivative of \vec{r} with respect to time: \frac{d\vec{r}}{dt}-?
2. Homework Equations
The Attempt at a Solution
I don't really know how to tackle the problem. I think I've solved this for the 2-dimensional case, where \vec{r}\in\mathbb R^2 rotates with angular speed \dot{Θ} (so Θ would denote angular displacement from the original orientation). I doubt that it will be of any help with the general n-dimensional case, but here it is:
We can rewrite \vec{r} as a product of a constant unit vector \vec{a}=const and a rotational matrix T_Θ:
\vec{r}=T_Θ\vec{a}, where T_Θ=\begin{pmatrix}<br /> \cosΘ & -\sinΘ\\<br /> \sinΘ & \cosΘ\\<br /> \end{pmatrix} (1)
So time derivative of \vec{r} can be written as:
\frac{d\vec{r}}{dt}=\frac{d(T_Θ)}{dt}\vec{a} (2)
Then we do math:
\frac{d(T_Θ)}{dt}=\dot{Θ}\begin{pmatrix}<br /> -\sinΘ& -\cosΘ\\<br /> \cosΘ& -\sinΘ\\<br /> \end{pmatrix}=<br /> (-1)\dot{Θ}\begin{pmatrix}<br /> \cos(\frac{\pi}{2}-Θ)& \sin(\frac{\pi}{2}-Θ)\\<br /> -\sin(\frac{\pi}{2}-Θ)& \cos(\frac{\pi}{2}-Θ)\\<br /> \end{pmatrix}=<br /> (-1)\dot{Θ}\begin{pmatrix}<br /> \cos(Θ-\frac{\pi}{2})& -\sin(Θ-\frac{\pi}{2})\\<br /> \sin(Θ-\frac{\pi}{2})& \cos(Θ-\frac{\pi}{2})\\<br /> \end{pmatrix}<br />
Matrix \begin{pmatrix}<br /> \cos(Θ-\frac{\pi}{2})& -\sin(Θ-\frac{\pi}{2})\\<br /> \sin(Θ-\frac{\pi}{2})& \cos(Θ-\frac{\pi}{2})\\<br /> \end{pmatrix}<br /> is a rotation matrix that rotates a vector through the angle Θ-\frac{\pi}{2}. You can do the same rotation with two matrices, first of which would rotate the vector through the angle Θ (it is T_Θ), and second through the angle -\frac{\pi}{2} (we'll name the later matrixT_0).
T_0=\begin{pmatrix}<br /> 0& 1\\<br /> -1& 0\\<br /> \end{pmatrix}
So we rewrite equation (2) as:
\frac{d\vec{r}}{dt}=(-1)\dot{Θ}T_ΘT_0\vec{a}
Rotating a vector through the angle (-\frac{\pi}{2}) and then multiplying it with (-1) is the same as rotating through the angle \frac{\pi}{2}, so:
\frac{d\vec{r}}{dt}=\dot{Θ}T_ΘT_1\vec{a}, where T_1=\begin{pmatrix}<br /> 0& -1\\<br /> 1& 0\\<br /> \end{pmatrix}
So using (1) we can write:
\frac{d\vec{r}}{dt}=\dot{Θ}\begin{pmatrix}<br /> 0& -1\\<br /> 1& 0\\<br /> \end{pmatrix}\vec{r}
Sorry for the long post. I guess what I've shown above might be the clumsiest way to deal with the problem. And it is hardly of any help with the n-dimensional case.
Last edited: