MHB How to solve the following matrix rotation

  • Thread starter Thread starter Logan Land
  • Start date Start date
  • Tags Tags
    Matrix Rotation
Logan Land
Messages
83
Reaction score
0
Find the standard matrix for the rotation of 60◦ about the axis determined by the vector v = (3, 4, 5).

do I multiply each x,y,z by pi/3?

doesnt seem like it should be that simple
 
Physics news on Phys.org
ok so I figured out that there is a rotational matrix in basic form that is

cos -sin
sin cos

so a rotation by 60degrees gives me a rotational matrix of
1/2 -sqrt3/2
sqrt3/2 1/2

now from here where would I proceed multiply it by v=(3,4,5)?
 
The matrix you gave is for 2D vectors. Here is a hint: find a transformation that sends (3, 4, 5) to some standard axis (say, the x-axis, i.e. to a vector of the form (t, 0, 0)) then rotate the x-axis, or whichever axis you picked, 60 degrees (that can be done using the 2D matrix you gave: for standard axes, the 3D rotation matrix is similar to the 2D one, as one axis is left fixed). Then transform back. Can you come up with a basis that has (3, 4, 5) as a basis vector? What would be the change of basis matrix? Hence, what would the rotation matrix be?
 
Bacterius said:
The matrix you gave is for 2D vectors. Here is a hint: find a transformation that sends (3, 4, 5) to some standard axis (say, the x-axis, i.e. to a vector of the form (t, 0, 0)) then rotate the x-axis, or whichever axis you picked, 60 degrees (that can be done using the 2D matrix you gave: for standard axes, the 3D rotation matrix is similar to the 2D one, as one axis is left fixed). Then transform back. Can you come up with a basis that has (3, 4, 5) as a basis vector? What would be the change of basis matrix? Hence, what would the rotation matrix be?

im confused
i don't no how to get 3,4,5 to t,0,0 or 0,t,0 or 0,0,t
could i get an example then i can try and figure out my problem

can i use a rotational matrix that's 3d? and not have to perform a transformation?
 
LLand314 said:
im confused
i don't no how to get 3,4,5 to t,0,0 or 0,t,0 or 0,0,t
could i get an example then i can try and figure out my problem

can i use a rotational matrix that's 3d? and not have to perform a transformation?

Have you learned change of basis matrices? What are you expected to use to solve this problem?
 
Bacterius said:
Have you learned change of basis matrices? What are you expected to use to solve this problem?

we only have 1 vector set though... (3,4,5)
what would I use to obtain another basis?
We've always been given multiple vectors
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
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...
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...
Back
Top