Use dot and cross products to compute angles, areas, and projections. Apply to geometric and physical problems.
Orthogonal ⇔ dot product 0.
Magnitude equals area of the parallelogram: .
Absolute value equals volume of the parallelepiped.
For , find the angle.
Compute area spanned by , .
Find for the same vectors.
For , compute volume.
Show that and are perpendicular.
For , compute and angle.
Dot = ; use norms to get .
Find area of triangle with sides .
Triangle area = .
Compute projection of on .
.
Compute for .
=1 (unit volume).
Show is orthogonal to + .
Sum = (1,0,-1). Dot with (1,1,1) is 0.
Work uses dot product; torque uses cross product.
The Lorentz force on a charged particle in magnetic field.
Direction follows right-hand rule.
Position vector crossed with momentum vector.
Biot-Savart law relates current to magnetic field.
Divergence and curl operations on vector fields.
Q: Is vector multiplication commutative?
A: Dot product yes, cross product no: .
Q: Can cross product magnitude exceed factor magnitudes?
A: No, with equality when perpendicular.
Q: How to avoid determinant errors in cross products?
A: Use systematic expansion: first component uses with positive sign.
Q: Quick orthogonality check?
A: Compute dot product; zero result confirms perpendicularity.