Chapter 11: Problem 2
If \(\mathbf{a}=\langle 3,3,1\rangle, \mathbf{b}=\langle-2,-1,0\rangle,\) and \(\mathbf{c}=\langle-2,-3,-1\rangle\) find each of the following: (a) \(\mathbf{a} \times \mathbf{b}\) (b) \(\mathbf{a} \times(\mathbf{b}+\mathbf{c})\) (c) a* \((\mathbf{b} \times \mathbf{c})\) (d) \(\mathbf{a} \times(\mathbf{b} \times \mathbf{c})\)
Short Answer
Step by step solution
Calculate \( \mathbf{a} \times \mathbf{b} \)
Find \( \mathbf{b} + \mathbf{c} \)
Calculate \( \mathbf{a} \times (\mathbf{b}+\mathbf{c}) \)
Calculate \( \mathbf{b} \times \mathbf{c} \)
Calculate \( \mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) \)
Calculate \( \mathbf{b} \times \mathbf{c} \) Again for Use in Next Step
Calculate \( \mathbf{a} \times (\mathbf{b} \times \mathbf{c}) \)
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.
Cross Product
\[ \mathbf{a} \times \mathbf{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \ a_1 & a_2 & a_3 \ b_1 & b_2 & b_3 \end{vmatrix} \]This essentially means you'll expand the determinant along the first row, yielding a new vector.
The cross product has some interesting properties:
- Anticommutative property: \( \mathbf{a} \times \mathbf{b} = -\mathbf{b} \times \mathbf{a} \).
- Distributive property: \( \mathbf{a} \times (\mathbf{b} + \mathbf{c}) = \mathbf{a} \times \mathbf{b} + \mathbf{a} \times \mathbf{c} \).
- Your resulting vector will always be orthogonal to the original two vectors, \( \mathbf{a} \) and \( \mathbf{b} \).
Dot Product
\[ \mathbf{a} \cdot \mathbf{b} = a_1b_1 + a_2b_2 + a_3b_3 \]The resulting value is a scalar, not a vector.
Some key points about the dot product include:
- Symmetric property: \( \mathbf{a} \cdot \mathbf{b} = \mathbf{b} \cdot \mathbf{a} \).
- If \( \mathbf{a} \cdot \mathbf{b} = 0 \), the vectors are perpendicular.
- The dot product is linked to the cosine of the angle \( \theta \) between the vectors: \( \mathbf{a} \cdot \mathbf{b} = |\mathbf{a}| |\mathbf{b}| \cos(\theta) \).
Vector Operations
Here’s a brief summary of how these operations work:
- Addition and Subtraction: Vectors are added or subtracted by combining corresponding components. For example, the sum of \( \mathbf{a} = \langle 3,3,1 \rangle \) and \( \mathbf{b} = \langle -2,-1,0 \rangle \) is \( \langle 3-2, 3-1, 1+0 \rangle = \langle 1, 2, 1 \rangle \).
- Dot Product: Described above, finds the scalar measure of parallelism between two vectors.
- Cross Product: Also explained, gives a vector orthogonal to the initial pair of vectors.
Algorithms in computer graphics often utilize these operations for rendering images and models.