Chapter 8: Problem 6
Use the dot product to show that the matrix $$\left[ \begin{array}{cc}{\cos \theta} & {-\sin \theta} \\ {\sin \theta} & {\cos \theta}\end{array}\right]$$ rotates vectors through an angle \(\theta\) . Choose a particular value of \(\theta\) and convince yourself that the direction of rotation is counterclockwise.
Short Answer
Step by step solution
Understanding the Matrix
Define a Vector
Apply the Rotation Matrix
Choose a Specific Angle
Apply Specific Angle to a Vector
Interpret the Result
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Dot Product
We express the dot product of vectors \(\mathbf{a} = [a_1, a_2]\) and \(\mathbf{b} = [b_1, b_2]\) in the formula:
- \(\mathbf{a} \cdot \mathbf{b} = a_1b_1 + a_2b_2\)
Rotation Matrix
The standard 2D rotation matrix is:
- \(\begin{bmatrix} \cos \theta & -\sin \theta \ \sin \theta & \cos \theta \end{bmatrix}\)
Vector Transformation
To transform a vector \(\mathbf{v} = \begin{bmatrix} x \ y \end{bmatrix}\) using the rotation matrix, the operation is:
- \(\begin{bmatrix} x' \ y' \end{bmatrix} = \begin{bmatrix} \cos \theta & -\sin \theta \ \sin \theta & \cos \theta \end{bmatrix}\begin{bmatrix} x \ y \end{bmatrix}\)
- This results in: \(x' = x\cos \theta - y\sin \theta\) and \(y' = x\sin \theta + y\cos \theta\)
Counterclockwise Rotation
Consider choosing an angle \theta = \frac{\pi}{2}\ or 90 degrees. By applying the rotation matrix for this angle to a vector aligned with the x-axis (such as \(\begin{bmatrix} 1 \ 0 \end{bmatrix}\)), the resultant output vector shifts to align with the y-axis (as shown in: \(\begin{bmatrix} 0 \ 1 \end{bmatrix}\)).
- This shift occurs due to the counterclockwise nature of the transformation.