Exercise 1.2.30

Can three vectors in the xy plane have u v < 0 and v w < 0 and u w < 0 ? I don’t know how many vectors in xyz space can have all negative dot products. (Four of those vectors in the plane would certainly be impossible ...).

Answers

Three vectors in the plane could make angles greater than 90 with each other: for example (1,0),(1,4),(1,4). Four vectors could not do this ( 360 total angle). How many can do this in R3 or Rn ? Ben Harris and Greg Marks showed me that the answer is n + 1. The vectors from the center of a regular simplex in Rn to its n + 1 vertices all have negative dot products. If n + 2 vectors in Rn had negative dot products, project them onto the plane orthogonal to the last one. Now you have n + 1 vectors in Rn1 with negative dot products. Keep going to 4 vectors in R2 : no way!

User profile picture
2021-11-20 14:09
Comments