Explain why cosine formula is always -0,5.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Dafe
Messages
144
Reaction score
0

Homework Statement


Pick any numbers that add to:
[tex]x + y + z = 0[/tex]
Find the angle between your vector [tex]\textbf{v} = (x, y, z)[/tex]
and the vecor [tex]\textbf{w} = (z, x, y)[/tex]
Explain why [tex]\textbf{v}\bullet\textbf{w} / ||\textbf{v}||||\textbf{w}||[/tex] is always [tex]-\frac{1}{2}[/tex]

Homework Equations



Cosine formula:

[tex]\frac{\textbf{v}\bullet\textbf{w}}{||\textbf{v}||||\textbf{w}||}=cos\theta[/tex]

The Attempt at a Solution



I pick:

[tex]\textbf{v} = (2, -1, -1)[/tex]
[tex]\textbf{w} = (-1, 2, -1)[/tex]

I insert the integers into the cosine formula and get [tex]-\frac{1}{2}[/tex]

As for the question why it is always -(1/2), I am not sure where to start.

If you guys could push me in the right direction I would really appreciate it.

Thanks!
 
Physics news on Phys.org
[tex]\textbf{v} \bullet \textbf{w} = xz + yz + xy[/tex]

I can write this as:
[tex]\textbf{v} \bullet \textbf{w} = \frac{1}{2} (x + y + z)^2 - \frac{1}{2} (x^2 + y^2 + z^2)[/tex]

[tex]||\textbf{v}|| ||\textbf{w}|| = x^2 + y^2 + z^2[/tex]

This leads me to:

[tex]\frac{\textbf{v} \bullet \textbf{w}}{||\textbf{v}|| ||\textbf{w}||} = \frac{\frac{1}{2} (x + y + z)^2}{(x^2 + y^2 + z^2)} - \frac{1}{2}[/tex]

since

[tex]x + y + z = 0[/tex]

the answer is,

[tex]- \frac{1}{2}[/tex]

Thank you rock.freak667!