Finding angle in vector component equations

  • Thread starter Thread starter jaytm2291
  • Start date Start date
  • Tags Tags
    Solving equations
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
jaytm2291
Messages
23
Reaction score
0

Homework Statement


http://gyazo.com/f4c02f2a57b24a39dfee575837e0a807.png


Homework Equations


Ax = A cos (?)
Ay = A sin(?)


The Attempt at a Solution


I tried putting the magnitude of x cos (?) but honestly have no idea what to do. Thanks
 
Physics news on Phys.org
You were asked for the angle in degrees, not for the component along that axis. If you know the value of BcosΘ, as well as the value of B, it is no problem to find cosΘ and consequently, Θ itself.

If that doesn't quite click for you, the following approach may be useful as and more instructive for more complicated problems.

Use the properties of the vector dot product to find the answer.

[tex]\vec A \cdot \vec B = |A||B|\cos{\theta}[/tex]
So to find the angle, [tex]\cos{\theta}=\frac{\vec A \cdot \vec B}{|A||B|}[/tex]

In your case, you want to find the angle with the x, y, and z axes respectively. So the vectors you'd need to dot would be, [tex]\vec B \cdot \hat x[/tex], [tex]\vec B \cdot \hat y[/tex] and [tex]\vec B \cdot \hat z[/tex]