Finding angles between vectors

  • Thread starter Thread starter adrimare
  • Start date Start date
  • Tags Tags
    Angles Vectors
adrimare
Messages
33
Reaction score
0

Homework Statement



I have two related questions related because they both ask to find angles between vectors.

The first one says to determine the angles between the sides of a parallelogram determined by the vectors OA = (3,2,-6) and OB = (-6,6,-2).

The second one asks to determine the angle between OP and AE, where OP = (3,4,5) and AE = (-3,4,5).

Homework Equations



?

The Attempt at a Solution



For the first one, I tried to use the cosine law, but got 1.5 degrees instead of 84.4 degrees.
These are my steps.

magnitude of OA = \sqrt{}(3<sup>2</sup> + 2<sup>2</sup> + -6<sup>2</sup>)= \sqrt{}49 = 7

magnitude of OB = \sqrt{}](-6<sup>2</sup> + 6<sup>2</sup> + -2<sup>2</sup>)= \sqrt{}76

vector AB = (-9,4,4)

magnitude of AB = \sqrt{}(-9<sup>2</sup> + 4<sup>2</sup> + 4<sup>2</sup>) = \sqrt{}113

\Theta = cos-1 ((72 + \sqrt{}76 - \sqrt{}113) / (2*7*\sqrt{}76)) = approximately 1.5 degrees

I'm confused as to what to do here.

The next question has me confused as well, as I seem to be missing something key.

Please help!
 
Physics news on Phys.org
adrimare said:

Homework Statement



I have two related questions related because they both ask to find angles between vectors.

The first one says to determine the angles between the sides of a parallelogram determined by the vectors OA = (3,2,-6) and OB = (-6,6,-2).

The second one asks to determine the angle between OP and AE, where OP = (3,4,5) and AE = (-3,4,5).

Homework Equations



?

The Attempt at a Solution



For the first one, I tried to use the cosine law, but got 1.5 degrees instead of 84.4 degrees.
These are my steps.

magnitude of OA = \sqrt{}(3<sup>2</sup> + 2<sup>2</sup> + -6<sup>2</sup>)= \sqrt{}49 = 7
Don't put [ sup] or [ sub] tags inside [ tex] tags. The reason should be obvious.
adrimare said:
magnitude of OB = \sqrt{}](-6<sup>2</sup> + 6<sup>2</sup> + -2<sup>2</sup>)= \sqrt{}76

vector AB = (-9,4,4)

magnitude of AB = \sqrt{}(-9<sup>2</sup> + 4<sup>2</sup> + 4<sup>2</sup>) = \sqrt{}113

\Theta = cos-1 ((72 + \sqrt{}76 - \sqrt{}113) / (2*7*\sqrt{}76)) = approximately 1.5 degrees

I'm confused as to what to do here.

The next question has me confused as well, as I seem to be missing something key.

Please help!
Your mixed tex and sup stuff is too hard to read, so I won't try to pick out the exact problem. Using the Law of Cosines (there's an easier way if you know about the dot product) and simplifying things a bit, you should get cos(theta) = 6/(7sqrt(76)). From this I get theta ~ 84.4 degrees. Make sure your calculator is in degree mode.
 
thanks. It was in radian mode. whoops. But what about my second related question? Can I do the same thing? And I do know about dot product, but I'm supposed to do the question without it.
 
Sure, the 2nd problem is almost exactly the same. The two sides adjacent to your angle are OP and AE.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top