Chapter 11: Problem 19
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}=\left\langle\frac{\sqrt{3}}{2}, \frac{1}{2}\right\rangle \text { and } \vec{w}=\left\langle-\frac{\sqrt{2}}{2},-\frac{\sqrt{2}}{2}\right\rangle $$
Short Answer
Step by step solution
Calculate the Dot Product
Find Projection of \( \vec{v} \) onto \( \vec{w} \)
Calculate the Angle \( \theta \) Between \( \vec{v} \) and \( \vec{w} \)
Calculate Vector \( \vec{q} \) and Show \( \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
The formula for the dot product of two vectors \( \vec{v} = \langle v_1, v_2 \rangle \) and \( \vec{w} = \langle w_1, w_2 \rangle \) in two-dimensional space is:
- \( \vec{v} \cdot \vec{w} = v_1w_1 + v_2w_2 \)
For instance, given \( \vec{v} = \left\langle \frac{\sqrt{3}}{2}, \frac{1}{2} \right\rangle \) and \( \vec{w} = \left\langle -\frac{\sqrt{2}}{2}, -\frac{\sqrt{2}}{2} \right\rangle \), the dot product is calculated as:
- \( \vec{v} \cdot \vec{w} = \left( \frac{\sqrt{3}}{2} \right) \left( -\frac{\sqrt{2}}{2} \right) + \left( \frac{1}{2} \right) \left( -\frac{\sqrt{2}}{2} \right) \)
- \( = -\frac{\sqrt{6}}{4} - \frac{\sqrt{2}}{4} \)
- \( = -\frac{\sqrt{6} + \sqrt{2}}{4} \)
Vector Projection
The formula for projecting a vector \( \vec{v} \) onto \( \vec{w} \) is:
- \( \operatorname{proj}_{\vec{w}}(\vec{v}) = \frac{\vec{v} \cdot \vec{w}}{\vec{w} \cdot \vec{w}} \vec{w} \)
For our vectors, \( \vec{w} \cdot \vec{w} = 1 \), so we find:
- \( \operatorname{proj}_{\vec{w}}(\vec{v}) = -\frac{\sqrt{6} + \sqrt{2}}{4} \cdot \left(-\frac{\sqrt{2}}{2}, -\frac{\sqrt{2}}{2}\right) \)
- \( = \left( \frac{(\sqrt{6} + \sqrt{2})\sqrt{2}}{8}, \frac{(\sqrt{6} + \sqrt{2})\sqrt{2}}{8} \right) \)
Angle Between Vectors
The angle \( \theta \) between two vectors \( \vec{v} \) and \( \vec{w} \) is calculated using:
- \( \cos \theta = \frac{\vec{v} \cdot \vec{w}}{\|\vec{v}\| \|\vec{w}\|} \)
- \( \|\vec{v}\| = 1 \)
- \( \|\vec{w}\| = 1 \)
- \( \cos \theta = -\frac{\sqrt{6} + \sqrt{2}}{4} \)
Orthogonal Vectors
In our problem, vector \( \vec{q} \) is defined as the difference between \( \vec{v} \) and its projection onto \( \vec{w} \):
- \( \vec{q} = \vec{v} - \operatorname{proj}_{\vec{w}}(\vec{v}) \)
- \( = \left( \frac{\sqrt{3}}{2}, \frac{1}{2} \right) - \left( \frac{(\sqrt{6} + \sqrt{2})\sqrt{2}}{8}, \frac{(\sqrt{6} + \sqrt{2})\sqrt{2}}{8} \right) \)
- \( = \left( \frac{\sqrt{3}}{2} - \frac{(\sqrt{6} + \sqrt{2})\sqrt{2}}{8}, \frac{1}{2} - \frac{(\sqrt{6} + \sqrt{2})\sqrt{2}}{8} \right) \)
- \( \vec{q} \cdot \vec{w} = 0 \)