Magnitude of the vector (3, 4)
The Pythagorean theorem gives the length of a 2D vector.
Solution
- Vectors a = (3, 4), b = (1, 0)
- Magnitudes |a| = 5, |b| = 1
- Dot product a · b = 3
- Cross product (2D scalar) a × b = -4
- Angle between θ = arccos(a·b / (|a||b|)) = 53.1301°
Try a similar problem yourself
Use the Vector Calculator to solve a similar problem with your own values.
Open the solver