Computing the angles of Vector to x,y,z axisses

AI Thread Summary
To find the angles between the vector R = 2.00 i + 1.70 j + 2.81 k and the x, y, and z axes, the dot product formula is essential. The angles can be calculated using the relationship θ = cos⁻¹((R·A)/(|R||A|)), where A is a unit vector along the respective axis. For the x-axis, the relevant components are the j and k components of R, while for the y and z axes, the calculations will involve the other two components. The magnitude of R is already established as 3.85, which aids in these calculations. Understanding the geometric relationship between the components is crucial for solving for the angles accurately.
LVanderlinden
Messages
4
Reaction score
0

Homework Statement



A vector is given by R = 2.00 i + 1.70 j + 2.81 k.

(a) Find the magnitudes of the x, y, and z components.
x = 2
y = 1.70
z = 2.81
(b) Find the magnitude of R.
3.85
(c) Find the angle between R and the x axis.
?
Find the angle between R and the y axis.
?
Find the angle between R and the z axis.
?

The Attempt at a Solution


I have the correct answers for part (a)& (b) but very confused on (c) what I needed to do to find angle
 
Physics news on Phys.org
You'll need to use the dot product. For two vectors a and b, the dot product is:

\vec{a}\cdot\vec{b} = a_xb_x + a_yb_y + a_zb_z = |a||b|cosθ

You want to solve this for θ. What two vectors do you need to use to find the angle between R and the x-axis?

Edit: Just to be clear, in the above equation, θ is the angle between a and b. You already know that you have to use R, but what other vector can you use that points along the x-axis? The y-axis? The z-axis?
 
Last edited:
You are looking for the angle the displacement vector is from each axis. So for the angle from the x-axis you need to consider the displacement from the j and k components (similar to what you did in part b) and determine the corresponding angle to the triangle formed by the j/k displacement and the given i value.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top