- Background Information:
I am studying linear algebra, and for this question, I understand how to work with the formula of length/norm and dot product. However, I don't know how to approach this problem. I appreciate any hint, example, or explanation that can guide me to solve it. Thank you :)
- Question:
||x + y|| = 4 and ||x − y|| = 2. What is x · y?
$$\Vert x + y \Vert^2 = (x+y).(x+y) = x.x + 2x.y + y.y = 16 $$ $$\Vert x - y \Vert^2 = (x-y).(x-y) = x.x - 2x.y + y.y = 4 $$ Subtract second from first: $$2x.y + 2x.y = 16-4 =12$$ so $$x.y = \frac{12}{4} = 3$$