Possible Expressions for Matrix Rotation Reduction

Deadstar
Messages
99
Reaction score
0
I'm wondering if the following is possible.

Consider some inertial coordiante system x, y, z, and a rotating coordiante system p, q, r defined through matrix rotations as follows.

\begin{pmatrix} p \\ q \\ r \end{pmatrix} = R_1(\theta_1(t)) R_2(\theta_2(t)) R_3(\theta_3(t)) \begin{pmatrix} x \\ y \\ z \end{pmatrix}

Where this is simple a 1-2-3 rotation as described in the http://en.wikipedia.org/wiki/Rotation_matrix "In three dimensions" section, with the \theta values being time dependant angles. I used 1,2,3 instead of x,y,z since I already have them as variables and 1,2,3 is more general to arbitrary coordiante systems. The above then is a 1-2-3 rotation but really any combination of rotation matrices can be used, this is just an example.

So let's now define a new coordinate system a,b,c, such that

\begin{pmatrix} a \\ b \\ c \end{pmatrix} = R_1(C_1) R_2(C_1) \begin{pmatrix} p \\ q \\ r \end{pmatrix}

Where C_1 and C_2 are constants, again which rotation matrices are used doesn't really matter.

We could alternatively write this as.

\begin{pmatrix} a \\ b \\ c \end{pmatrix} = R_1(C_1) R_2(C_1) R_1(\theta_1(t)) R_2(\theta_2(t)) R_3(\theta_3(t)) \begin{pmatrix} x \\ y \\ z \end{pmatrix}

To show the relationship between a,b,c and our inertial coordinate system.

Now my question is, is there anyway of expressing the above as

\begin{pmatrix} a \\ b \\ c \end{pmatrix} = R_i(\phi_1(t)) R_j(\phi_2(t)) R_k(\phi_3(t)) \begin{pmatrix} x \\ y \\ z \end{pmatrix}

Where i, j, k can be 1,2 or 3 to denote which rotation matrix, and \phi time dependant angles that will surely depends on the \theta angles and the constants.

I would have thought yes since a,b,c's orientation is constant with respect to p,q,r, but I'm not sure what the above form would be.

Thanks for any info.
 
Physics news on Phys.org
Deadstar said:
We could alternatively write this as.

\begin{pmatrix} a \\ b \\ c \end{pmatrix} = R_1(C_1) R_2(C_1) R_1(\theta_1(t)) R_2(\theta_2(t)) R_3(\theta_3(t)) \begin{pmatrix} x \\ y \\ z \end{pmatrix}

To show the relationship between a,b,c and our inertial coordinate system.

Now my question is, is there anyway of expressing the above as

\begin{pmatrix} a \\ b \\ c \end{pmatrix} = R_i(\phi_1(t)) R_j(\phi_2(t)) R_k(\phi_3(t)) \begin{pmatrix} x \\ y \\ z \end{pmatrix}

Can't you do it the trivial way?:

R_i(\phi_1(t)) = R_1(C_1) R_2(C_1) R_1(\theta_1(t))
R_j(\phi_2(t)) = R_2(\theta_2(t))
R_k(\phi_3(t)) = R_3(\theta_3(t))

Or are you defining "rotation matrix" in some way so that the product of rotations matrices is not necessarily a rotation matrix?
 
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top