Triangle and dot product to find angle

bigbk92
Messages
10
Reaction score
0
Vector A and vector B are expressed in component form.
A = [2.32,-5.16,7.88]
B = [-1.12,3.45,-12.8]

The standard arrow representation of these vectors and that of can be arranged to form a triangle in a plane that represents the geometric equivalent of the subtraction operation. The following items refer to this triangle.

(a) Please state, to three significant figures, the three angles of the triangle.

(b) Please express, in component form to three significant figures, a vector of magnitude 5.00 units that is perpendicular to the plane of the triangle.

(c) Please express, in component form to three significant figures, a second vector of magnitude 5.00 units that is perpendicular to the plane of the triangle.




I think the way I am supposed to appraoch this problem is to make a third vector B-A which will connect to B and A to make a triangle. So I found B-A to be [-3.44,8.61,-20.68].

Then I found the angle between A and B by using the dot product(equal to -121.3) and found the angle to be 160 degrees. I did the same thing to find the anggle between A and B-A but the angle was 169 degrees. So this is not a triangle as the angles do not add to 180 degrees.

Can someone help me figure out where i went wrong and how to approach this problem?
 
Physics news on Phys.org
correction


of these vectors and that of B - A can be arranged to form
 
bigbk92 said:
I think the way I am supposed to appraoch this problem is to make a third vector B-A which will connect to B and A to make a triangle. So I found B-A to be [-3.44,8.61,-20.68].

Then I found the angle between A and B by using the dot product(equal to -121.3) and found the angle to be 160 degrees. I did the same thing to find the anggle between A and B-A but the angle was 169 degrees. So this is not a triangle as the angles do not add to 180 degrees.

Can someone help me figure out where i went wrong and how to approach this problem?

Everything is correct, but you calculated the angle φ shown in the picture instead of the angle of the triangle (the yellow one). That is the angle enclosed by -a and b-a. Subtract 169° from 180°.

ehild
 

Attachments

  • angles1.JPG
    angles1.JPG
    4.3 KB · Views: 485
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