Dot product (1, 2, 3) · (4, 5, 6)
Multiply matching components and sum to find the dot product.
Solution
- Vectors a = (1, 2, 3), b = (4, 5, 6)
- Magnitudes |a| = 3.74166, |b| = 8.77496
- Dot product a · b = 32
- Cross product a × b = (-3, 6, -3)
- Angle between θ = arccos(a·b / (|a||b|)) = 12.9332°
Try a similar problem yourself
Use the Vector Calculator to solve a similar problem with your own values.
Open the solver