tamtam402
- 199
- 0
Homework Statement
Using these 2 vectors:
\vec u = (3,-4,0)
\vec v = (1,1,1)
I must verify that theta is the same with these 2 equations:
Dot product
\vec u \bullet \vec v = ||\vec u|| ||\vec v|| cos( \theta)
Cross product
||\vec u \wedge \vec v|| = ||\vec u|| ||\vec v|| sin( \theta)
Homework Equations
They were given in 1)
The Attempt at a Solution
I did all the calculations, I get the following answers:
||\vec u || = 5
||\vec v || = \sqrt{3}
\vec u \bullet \vec v = -1
||\vec u \wedge \vec v|| =\sqrt{74}I then solve the 2 equations given above using arcsin and arccos to find the values of theta, but I get 96.6 using the dot product, and 83.3 using the cross product. The weird thing is that 180-83.3 = 96.6...
I must be missing something obvious, but I can't understand why I get the wrong answer :(