Chapter 11: Problem 4
Use the pair of vectors \(\vec{v}\) and \(\vec{w}\) to find the following quantities.\(\bullet \vec{v} \cdot \vec{w}\) \( \bullet \operatorname{proj}_{\vec{w}}(\vec{v})\) \( \bullet\)The angle \(\theta\) (in degrees) between \(\vec{v}\) and \(\vec{w}\) \( \bullet\) \(\vec{q}=\vec{v}-\operatorname{proj}_{\vec{w}}(\vec{v})\) (Show that \(\left.\vec{q} \cdot \vec{w}=0 .\right)\) $$ \vec{v}=\langle 3,4\rangle \text { and } \vec{w}=\langle-6,-8\rangle $$
Short Answer
Step by step solution
Calculate the Dot Product
Calculate the Magnitude of Vectors
Calculate the Projection
Calculate the Angle Between Vectors
Calculate the Vector \( \vec{q} \)
Verify \( \vec{q} \cdot \vec{w} = 0 \)
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
- \( \vec{v} \cdot \vec{w} = v_1 w_1 + v_2 w_2 \)
- \( \vec{v} \cdot \vec{w} = 3(-6) + 4(-8) = -18 - 32 = -50 \)
Vector Projection
- \( \operatorname{proj}_{\vec{w}}(\vec{v}) = \frac{\vec{v} \cdot \vec{w}}{||\vec{w}||^2} \vec{w} \)
- \( \operatorname{proj}_{\vec{w}}(\vec{v}) = \frac{-50}{10^2} \langle -6, -8 \rangle = -0.5 \langle -6, -8 \rangle = \langle 3, 4 \rangle \)
Angle Between Vectors
- \( \cos \theta = \frac{\vec{v} \cdot \vec{w}}{||\vec{v}|| \cdot ||\vec{w}||} \)
- \( \cos \theta = \frac{-50}{5 \times 10} = -1 \)
Orthogonal Vectors
- \( \vec{q} = \vec{v} - \operatorname{proj}_{\vec{w}}(\vec{v}) \)
- \( \vec{q} = \langle 3, 4 \rangle - \langle 3, 4 \rangle = \langle 0, 0 \rangle \)
- \( \vec{q} \cdot \vec{w} = 0(-6) + 0(-8) = 0 \)
Magnitude of a Vector
- \( ||\vec{v}|| = \sqrt{v_1^2 + v_2^2} \)
- \( ||\vec{v}|| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = 5 \)
- \( ||\vec{w}|| = \sqrt{(-6)^2 + (-8)^2} = \sqrt{36 + 64} = 10 \)