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) \(\mathbf{a} \cdot(\mathbf{b} \times \mathbf{c})\) (d) \(\mathbf{a} \times(\mathbf{b} \times \mathbf{c})\)
Short Answer
Step by step solution
Calculate Cross Product: \( \mathbf{a} \times \mathbf{b} \)
Calculate Vector Sum: \( \mathbf{b} + \mathbf{c} \)
Calculate Cross Product: \( \mathbf{a} \times (\mathbf{b} + \mathbf{c}) \)
Calculate Cross Product: \( \mathbf{b} \times \mathbf{c} \)
Calculate Dot Product: \( \mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) \)
Calculate Triple Product: \( \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
- First component: \( a_2 \cdot b_3 - a_3 \cdot b_2 = 3 \cdot 0 - 1 \cdot (-1) = 1 \)
- Second component: \( a_3 \cdot b_1 - a_1 \cdot b_3 = 1 \cdot (-2) - 3 \cdot 0 = -2 \)
- Third component: \( a_1 \cdot b_2 - a_2 \cdot b_1 = 3 \cdot (-1) - 3 \cdot (-2) = 3 \)
Dot Product
In our exercise, one of the computations involved is the dot product of \( \mathbf{a} = \langle 3, 3, 1 \rangle \) and \( \mathbf{b} \times \mathbf{c} = \langle 1, -2, 4 \rangle \). The formula used is:
- \( \mathbf{a} \cdot \mathbf{v} = a_1 \cdot v_1 + a_2 \cdot v_2 + a_3 \cdot v_3 \)
- \( 3 \cdot 1 + 3 \cdot (-2) + 1 \cdot 4 = 3 - 6 + 4 \)
Vector Addition
In the exercise, we see the addition of vectors \( \mathbf{b} \) and \( \mathbf{c} \) resulting in \( \mathbf{b} + \mathbf{c} \):
- First component: \( -2 + (-2) = -4 \)
- Second component: \( -1 + (-3) = -4 \)
- Third component: \( 0 + (-1) = -1 \)
Triple Product Identity
In our exercise, we used the identity to calculate \( \mathbf{a} \times (\mathbf{b} \times \mathbf{c}) \), involving vectors \( \mathbf{a} = \langle 3, 3, 1 \rangle \), \( \mathbf{b} = \langle -2, -1, 0 \rangle \), and \( \mathbf{c} = \langle -2, -3, -1 \rangle \).
The formula is:
- \( \mathbf{a} \times (\mathbf{b} \times \mathbf{c}) = (\mathbf{a} \cdot \mathbf{c})\mathbf{b} - (\mathbf{a} \cdot \mathbf{b})\mathbf{c} \)
- \( \mathbf{a} \cdot \mathbf{b} = -9 \)
- \( \mathbf{a} \cdot \mathbf{c} = -16 \)
- \( (\mathbf{a} \cdot \mathbf{c})\mathbf{b} = \langle 32, 16, 0 \rangle \)
- \( (\mathbf{a} \cdot \mathbf{b})\mathbf{c} = \langle 18, 27, 9 \rangle \)