Chapter 14: Problem 17
Given three vectors \(\boldsymbol{a}, \boldsymbol{b}\) and \(\boldsymbol{c}\), their triple vector product is defined to be \((\boldsymbol{a} \times \boldsymbol{b}) \times \boldsymbol{c}\). For the vectors \(\boldsymbol{a}=4 i+2 \boldsymbol{j}+\boldsymbol{k}\) \(b=2 i-j+7 k\) and \(c=2 i-2 j+3 k\) verify that $$ (a \times b) \times c=(a \cdot c) b-(b \cdot c) a $$
Short Answer
Step by step solution
Compute the cross product \(\boldsymbol{a} \times \boldsymbol{b}\)
Compute the triple vector product \((\boldsymbol{a} \times \boldsymbol{b}) \times \boldsymbol{c}\)
Compute the dot products \(\boldsymbol{a} \cdot \boldsymbol{c}\) and \(\boldsymbol{b} \cdot \boldsymbol{c}\)
Calculate \((\boldsymbol{a} \cdot \boldsymbol{c})\boldsymbol{b} - (\boldsymbol{b} \cdot \boldsymbol{c})\boldsymbol{a}\)
Compare the results from steps 2 and 4
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 Vaia!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Cross Product
\[\boldsymbol{a} \times \boldsymbol{b} = \begin{vmatrix}i & \boldsymbol{j} & \boldsymbol{k} \ a_1 & a_2 & a_3 \ b_1 & b_2 & b_3\end{vmatrix} = i(a_2b_3 - a_3b_2) - j(a_1b_3 - a_3b_1) + k(a_1b_2 - a_2b_1)\]
- The result is a vector that's perpendicular to both original vectors \( \boldsymbol{a} \) and \( \boldsymbol{b} \).
- Geometrically, the magnitude of this vector is equal to the area of the parallelogram formed by \( \boldsymbol{a} \) and \( \boldsymbol{b} \).
- The cross product is not commutative: \( \boldsymbol{a} \times \boldsymbol{b} eq \boldsymbol{b} \times \boldsymbol{a} \); instead we have \( \boldsymbol{a} \times \boldsymbol{b} = - (\boldsymbol{b} \times \boldsymbol{a}) \).
Dot Product
For two vectors \( \boldsymbol{a} = (a_1, a_2, a_3) \) and \( \boldsymbol{b} = (b_1, b_2, b_3) \), the dot product is given by:\[\boldsymbol{a} \cdot \boldsymbol{b} = a_1b_1 + a_2b_2 + a_3b_3\]
- The result is a scalar, not a vector.
- It measures the magnitude of the projection of one vector onto another.
- A dot product of zero indicates that the vectors are orthogonal (perpendicular).
Triple Vector Product
\[ (\boldsymbol{a} \times \boldsymbol{b}) \times \boldsymbol{c} = (\boldsymbol{a} \cdot \boldsymbol{c})\boldsymbol{b} - (\boldsymbol{b} \cdot \boldsymbol{c})\boldsymbol{a} \]
- This expression is useful in simplifying the computation of certain vector operations.
- It also highlights relationships between vectors, especially when verifying certain physical or geometric properties.
- In simpler terms, it transforms a more complex vector problem into a combination of dot products and vector scaling.