CLASSICAL-MECHANICS
| Formula | Name | Description |
|---|---|---|
| Magnitude | Equals area of the parallelogram spanned by and () | |
| Right-hand rule | Direction | Curl fingers from toward ; thumb gives , perpendicular to their plane |
| Anti-commutativity | Swapping order flips the sign | |
| Distributive | Scalars factor out; product distributes over sums |
The magnitude is the area of the parallelogram the two vectors span.
💡 Challenge: double just and check whether the area doubles too.
The product points perpendicular to the plane, and reversing the order flips it to the opposite side.
Because the magnitude follows , it peaks at and vanishes when the vectors line up ().
💡 The dot product (dashed) follows — it peaks exactly where the cross product vanishes.
Question 1
Two vectors satisfy and , and the angle between them is .
What is the magnitude ?
✅ Correct! At 90°, sin θ = 1, so the magnitude is 3·4·1 = 12.
❌ Not quite. Apply |A×B| = |A||B|sin θ with sin 90° = 1.
Solution:
Use the magnitude formula:
At , , which gives the maximum possible magnitude for these lengths — equal to the area of the rectangle they span.
Question 2
A vector is crossed with another vector that points in the same direction (the two vectors are parallel, ).
What is ?
✅ Correct! Parallel vectors give sin 0 = 0, so the cross product vanishes.
❌ Not quite. The cross product uses sin θ, not cos θ. With θ = 0, sin 0 = 0.
Solution:
For parallel vectors , and , so
Geometrically the parallelogram collapses to a line with zero area. The common mistake is to use (that's the dot product) — the cross product uses , which is zero here. In particular, a vector crossed with itself is always zero.
Question 3
True or False: For any two vectors, (the cross product is commutative, just like the dot product).
✅ Correct! The cross product is anti-commutative: A×B = −B×A.
❌ Not quite. Swapping the order flips the direction, so A×B = −B×A.
Solution:
The statement is False. The cross product is anti-commutative:
Reversing the order makes the right-hand rule arc sweep the opposite way, so your thumb flips to the opposite direction. The magnitude stays the same, but the direction reverses. This is a sharp contrast with the dot product, which is commutative.
Question 4
Given that , what is the value of the expression ?
Hint: use the scalar rule and anti-commutativity.
✅ Correct! 2C + (−C) = C, combining the scalar rule and anti-commutativity.
❌ Not quite. (2A)×B = 2C and B×A = −C, so the sum is 2C − C = C.
Solution:
Apply the algebraic properties term by term.
Scalar rule:
Anti-commutativity:
Add them:
So the expression equals .
Solved: 0 / 4