- Joined
- Jun 27, 2021
- Messages
- 5,386
- Reaction score
- 422
Section 6.3
correct
Yes, if two vectors have different lengths, they are not equivalent. It is also true that if two vectors have different directions they are not equivalent, even if they have the same length!
A simpler way to determine if two vectors are equivalent is to use their "components". The vector from (8, 1) to (13, -1) has components 13- 8= 5 and -1- 1= -2. The vector from (-2, 4) to (-7, 6) has components -7- (-2)= -5 and 6- 4= 2. These vectors are NOT equivalent because they point in opposite directions.