Exercise 1.2.31

Pick any numbers that add to x + y + z = 0. Find the angle between your vector v = (x,y,z) and the vector w = (z,x,y). Challenge question: Explain why v wvw is always 1 2

Answers

For a specific example, pick v = (1,2,3) and then w = (3,1,2). In this example cos 𝜃 = vwvw = 71414 = 12 and 𝜃 = 120. This always happens when x + y + z = 0

vw = xz + xy + yz = 1 2(x + y + z)2 1 2 (x2 + y2 + z2)

 This is the same as vw = 0 1 2vw. Then  cos 𝜃 = 1 2

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