What is the angle vector A makes with the y-axis?

  • Thread starter Thread starter physstudent1
  • Start date Start date
  • Tags Tags
    Vector
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
physstudent1
Messages
267
Reaction score
1

Homework Statement




vector A=(3i+2j+k)m. The angle vector makes with the y-axis is nearest
a 52 degrees
b 54 degrees
c 56 degrees
d 58 degrees
e 60 degrees

Homework Equations





The Attempt at a Solution



I did arctan of (2/3) to get 34 then subtracted it from 90 and got C but I'm not sure about this one the third component is kind of screwing with me a little can anyone clear up how to do this with a third dimension.
 
Physics news on Phys.org
for this you need to use the geometric definition of the dot product:

[tex]\vec{a}\cdot\vec{b}=\parallel\vec{a}\parallel\parallel\vec{b}\parallel \cos \theta[/tex]

where ||a|| is the distance of a to the origin (0,0,0).
[tex]\vec{a}[/tex]=[x,y,z]
[tex]\parallel\vec{a}\parallel=\sqrt{x^2+y^2+z^2}[/tex]

and theta is the angle between the 2 vectors.

solving for theta gives you:

[tex]\theta=arccos\{\frac{\vec{a}\cdot\vec{b}}{\parallel\vec{a}\parallel\parallel\vec{b}\parallel}\}[/tex]

you know A in vector form and you just have to find the vector form of the y-axis and do the dot product. find the distace's and the arccos
 
is the vector component form of the y-axis 0,1,0
 
Last edited:
I got arccos ( 2/ sqrt(14)) = 57.7 degrees this is with assuming the vector form of the y-axis is 0,1,0
 
yes for the y-axis you would use the unit vector j which has coordinates of (0,1,0).
 
thanks a lot