Problem 27
Question
Which of the following are always true, and which are not always true? Give reasons for your answers. $$\begin{array}{l}{\text { a. }|\mathbf{u}|=\sqrt{\mathbf{u} \cdot \mathbf{u}}} \\ {\text { b. } \mathbf{u} \cdot \mathbf{u}=|\mathbf{u}|} \\\ {\text { c. } \mathbf{u} \times \mathbf{0}=\mathbf{0} \times \mathbf{u}=\mathbf{0}} \\ {\text { d. } \mathbf{u} \times(-\mathbf{u})=\mathbf{0}}\end{array}$$ $$ \begin{array}{l}{\text { e. } \mathbf{u} \times \mathbf{v}=\mathbf{v} \times \mathbf{u}} \\ {\text { f. } \mathbf{u} \times(\mathbf{v}+\mathbf{w})=\mathbf{u} \times \mathbf{v}+\mathbf{u} \times \mathbf{w}} \\ {\text { g. }(\mathbf{u} \times \mathbf{v}) \cdot \mathbf{v}=0} \\ {\text { h. }(\mathbf{u} \times \mathbf{v}) \cdot \mathbf{w}=\mathbf{u} \cdot(\mathbf{v} \times \mathbf{w})}\end{array} $$
Step-by-Step Solution
VerifiedKey Concepts
Vector Operations
- Addition: To add two vectors, place them tail-to-tail and draw the resultant vector from the free tail to the free head.
- Subtraction: To subtract, add the negative of the vector you want to subtract.
- Scalar Multiplication: Multiplying a vector by a scalar changes the magnitude of the vector without altering its direction, unless the scalar is negative, which also reverses its direction.
Cross Product
The magnitude of the cross product of vectors \( \mathbf{a} \) and \( \mathbf{b} \) is given by:\[|\mathbf{a} \times \mathbf{b}| = |\mathbf{a}| |\mathbf{b}| \sin\theta\]where \( \theta \) is the angle between \( \mathbf{a} \) and \( \mathbf{b} \). The direction of the cross product is determined using the right-hand rule.
Some key properties of the cross product include:
- Anti-Commutativity: \( \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} \)
- Zero Result: The cross product of a vector with itself or the zero vector is always the zero vector.
Scalar Triple Product
However, it changes sign when the vectors are cyclically permuted, indicating the directed volume and orientation of the parallelepiped are significant.
- If the scalar triple product is zero, it implies that the vectors are coplanar.
- It helps in computations involving flux in multivariable calculus and physics.
Dot Product
It has several important properties:
- Commutative: \( \mathbf{a} \cdot \mathbf{b} = \mathbf{b} \cdot \mathbf{a} \)
- Distributive over addition: \( \mathbf{a} \cdot (\mathbf{b} + \mathbf{c}) = \mathbf{a} \cdot \mathbf{b} + \mathbf{a} \cdot \mathbf{c} \)
- Orthogonality: If \( \mathbf{a} \cdot \mathbf{b} = 0 \), the vectors are orthogonal.