3 dimensional vector problem .

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

Homework Statement


Given a vector R=Rx + Ry + Rz , prove that the cos a = Rz/R where a is the angle between vector Rz and R .


Homework Equations


I just don't know how to start .


The Attempt at a Solution

 
Physics news on Phys.org
Your notation isn't totally clear, but I'll assume you mean Rx, Ry and Rz to be perpendicular to each other. Then draw a triangle with sides R, Rz and Rx+Ry. Since Rz and Rx+Ry are perpendicular to each other this is a right triangle. And R is the hypotenuse. Now use trig.
 
Another way is to use the dot product, if you have had that in class. One definition of [itex]\vec{u}\cdot\vec{v}[/itex] is [itex]|\vec{u}||\vec{v}|cos(\theta)[/itex] where [itex]\theta[/itex] is the angle between [itex]\vec{u}[/itex] and [itex]\vec{v}[/itex]. Another, equivalent, definition is that the dot prouct of [itex]u_x\vec{i}+ u_y\vec{j}+ u_z\vec{k}[/itex] and [itex]v_x\vec{i}+ v_y\vec{j}+ v_z\vec{k}[/itex] is [itex]u_xv_x+ u_yv_y+ u_zv_z[/itex]. comparing those should give you then angle between [itex]R_x\vec{i}+ R_y\vec{j}+ R_z\vec{k}[/itex] and [itex]R_x\vec{i}[/itex].