Calculating Angles between Vectors: Step-by-Step Guide

  • Thread starter Thread starter pokerfan91
  • Start date Start date
  • Tags Tags
    Angles Vectors
pokerfan91
Messages
15
Reaction score
0
ive got the formula down as angle=cos-1[(u.v)/(||U||||v||)

with my u as 3,1,2 and v as -2,3,4 this gives me cos-1[(-6i+3j+8k)/root406) where do i go from here?
 
Physics news on Phys.org
What is dot product supposed to give you? What did you get instead?
 
that is what the dot product is ment to give me isn't it i just have no idea where to go after that to get the angle
 
No it isn't. The dot product is supposed to give you a scalar (ie a number), but you wrote that it gives you a vector. You can't very well take the arccosine of a vector can you?
 
a\vec{i}+ b\vec{j}+ c\vec{k}\cdot d\vec{i}+ e\vec{j}+ f\vec{k}
is defined as
ad+ be+ cf
a number, NOT as
ad\vec{i}+ be\vec{j}+ cf\vec{k}
 
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