Multiplying Vectors in 3D Plane: Angles Explained

  • Context: Undergrad 
  • Thread starter Thread starter andrewkg
  • Start date Start date
  • Tags Tags
    3d Plane Vectors
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
andrewkg
Messages
86
Reaction score
0
OK so I am a bit confused. I am doing multiplication of vectors. I am a bit confused about the angles between two vectors. Let's say a(vect)=(3.0)i-(4.0)j; b(vect)=(2.0)j+(3.0)k in unit vector notation. Or generally how are angles between two vectors in 3d defined. Not just in terms of the dot or cross equ.
 
Physics news on Phys.org
It is not clear what your confusion is about.

Is it about the definition of the angle between two vectors?

Or is it about finding the angle between two vectors given their components?
 
Conceptually, the angle between two vectors is what you get if you put them together tail to tail and use a protractor to measure the angle that this forms. Calculationally, if you have the components of both vectors as in your example, equate the two common formulas for the dot product and solve for the angle:

$$A_x B_x + A_y B_y + A_z B_z = |\vec A||\vec B| \cos \theta$$
 
Never mind I misread something earlier. Making my question very illogical. Sorry. Thanks though.
 
Last edited:
andrewkg said:
I know how to find the angle between vectors. I know theta is ~110 just don't know where the ~110 deg comes from. By this I mean how is that angle defined. I just do not know how angle between vectors in a 3d plane are defined.

Conceptually, you put the two vectors together tail to tail as jtbell says above. The two vectors will lie in a single two-dimensional plane (which may be slanted/tilting); in that two-dimensional plane you can use a protractor to find the angle just as you would if you had started with vectors in only two dimensions.