Chapter 14: Problem 10
Consider the following vectors: $$\mathbf{u}=(3,0,4), \mathbf{v}=(1,2,8), \mathbf{w}=(2,5,6)$$ Find a) \(\mathbf{u} \times(\mathbf{v} \times \mathbf{w})\) b) \((\boldsymbol{u} \times \boldsymbol{v}) \times \boldsymbol{w}\) c) \((u \times v) \times(v \times w)\) d) \((\mathbf{v} \times \mathbf{w}) \times(\mathbf{u} \times \mathbf{v})\) e) \((u \cdot w) v-(u \cdot v) w\) f) \((\mathbf{w} \cdot \mathbf{u}) \mathbf{v}-(\mathbf{w} \cdot \mathbf{v}) \mathbf{u}\)
Short Answer
Step by step solution
Calculate \\(\mathbf{v} \times \mathbf{w}\\)
Calculate \\(\mathbf{u} \times (\mathbf{v} \times \mathbf{w})\\)
Calculate \\((\mathbf{u} \times \mathbf{v})\\)
Calculate \\((\mathbf{u} \times \mathbf{v}) \times \mathbf{w}\\)
Calculate \\((\mathbf{u} \times \mathbf{v}) \times (\mathbf{v} \times \mathbf{w})\\)
Calculate \\((\mathbf{v} \times \mathbf{w}) \times (\mathbf{u} \times \mathbf{v})\\)
Calculate dot products \\(\mathbf{u} \cdot \mathbf{w} \\) and \\(\mathbf{u} \cdot \mathbf{v}\\)
Calculate \\(\mathbf{u} \cdot \mathbf{w}) \mathbf{v} - (\mathbf{u} \cdot \mathbf{v}) \mathbf{w}\\)
Calculate \\(\mathbf{w} \cdot \mathbf{u}) \mathbf{v} - (\mathbf{w} \cdot \mathbf{v}) \mathbf{u}\\)
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
To find the cross product \(\mathbf{u} \times \mathbf{v}\), you use a determinant. For vectors \(\mathbf{u} = (u_1, u_2, u_3)\) and \(\mathbf{v} = (v_1, v_2, v_3)\), the cross product is:\[\mathbf{u} \times \mathbf{v} = \begin{vmatrix}\mathbf{i} & \mathbf{j} & \mathbf{k} \u_1 & u_2 & u_3 \v_1 & v_2 & v_3 \end{vmatrix}\]This determinant expands to give:
\[\mathbf{u} \times \mathbf{v} = (u_2v_3 - u_3v_2)\mathbf{i} - (u_1v_3 - u_3v_1)\mathbf{j} + (u_1v_2- u_2v_1)\mathbf{k}\]Here are some properties of the cross product:
- The result is a vector perpendicular to both initial vectors.
- The magnitude represents the area of the parallelogram formed by the vectors.
- If two vectors are parallel or one vector is the zero vector, their cross product is the zero vector.
Dot Product
The formula for the dot product is:\[\mathbf{u} \cdot \mathbf{v} = u_1v_1 + u_2v_2 + u_3v_3\]The dot product is particularly important in various disciplines:
- In geometry, it helps in finding the angle between two vectors.
- In physics, it is used to compute work done, where only the component of force parallel to displacement contributes.
- The dot product of orthogonal vectors is zero.
- The order of vectors does not change the result: \(\mathbf{u} \cdot \mathbf{v} = \mathbf{v} \cdot \mathbf{u}\).
- The dot product gives maximum value when vectors are parallel (same direction) and minimum in opposite directions.
Vector Operations
Here are some common vector operations:
- Addition: Combine vectors by adding corresponding components. This results in a vector with components equal to the sum of the components of the original vectors. \[\mathbf{u} + \mathbf{v} = (u_1 + v_1, u_2 + v_2, u_3 + v_3)\]
- Subtraction: Similar to addition, but subtracting components.\[\mathbf{u} - \mathbf{v} = (u_1 - v_1, u_2 - v_2, u_3 - v_3)\]
- Scalar Multiplication: Multiply each component of the vector with a scalar. This results in a vector pointing in the same (or opposite) direction depending on the sign, but with a different magnitude.\[k\mathbf{u} = (ku_1, ku_2, ku_3)\]