Vector problem - solving x y z using angles between vector and axis

AI Thread Summary
The discussion revolves around calculating the x and y components of a vector with a magnitude of 6.0 units and angles of 45° and 85° with the x and y axes, respectively. The initial calculations for the x and y components were incorrect, particularly for the y component, which should reflect the small cosine of 85 degrees. The z component was found to be imaginary due to an error in the calculations, highlighting the importance of understanding the projection of the vector onto each axis using direction cosines. Clarifications were provided on how to visualize the angles and the correct method for determining the components, emphasizing the role of dot products in these calculations. Understanding these concepts is crucial for solving related vector problems accurately.
Ascendant78
Messages
327
Reaction score
0

Homework Statement



Given that a vector has a magnitude of 6.0 units and makes an angle of 45° and 85° with the x and y axes, respectively, find the x and y components of this vector. Does the given information determine the z component? What can you say about the z component?

Homework Equations



equations included in #3 below

The Attempt at a Solution



What I did was this:
solve for x: 6cos45° = 4.24
solve for y: 6cos85° = 5.99

solve for z:
sqrt(x^2 + y^2 + z^2) = 6
17.98 + 35.88 + z^2 = 36
z^2 = -17.86
z = ±4.23

Although I got the right answer, I am not 100% sure why. I just tried this to see if it would work and it did. However, I am not sure exactly how the angle on each side is viewed? Is it the angle that the vector projects onto that side of the vector, or is it the angle projected onto the actual axis itself? I'm not sure if I'm even wording that in a way that makes sense, but hoping someone might know of a site or diagram I can look at that shows how the angle is evaluated for each side. I am just a bit confused as to how I get the right answer by multiplying the angle by 6, even though a magnitude of 6 will not necessarily project itself as 6 onto the x axis. I also know something is wrong because when I work backwards to solve for the magnitude of the angle, the value is wrong. I just want to make sure I know how to visualize this properly for related problems.
 
Physics news on Phys.org
The strategy is to understand the angle with the x-axis and y-axis means to take your vector and do an inner product with the x-unit-vector and with the y-unit-vector:

Vx = V . ux = |V| |ux| cos(45) = |V| cos(45) since |ux|=1

Vy = V . uy = |V| |uy| cos(85) = |V| cos(85) since |uy|=1

|V| = sqrt( Vx^2 + Vy^2 + Vz^2) and knowing Vx and Vy you can now solve for Vz.

Does that help?

By the way, the angle cosines are known as the direction cosines of V.
 
Your calculated component in the y-direction is incorrect. The cosine of 85 degrees is very small, not close to 1. You might have suspected something was wrong when you found that the square of the z component was negative, giving an imaginary value for the z component.

Regarding your question, the answer is "the angle projected onto the axis itself."

Chet
 
Apologies for the incorrect data I tossed up there earlier. I was in a rush and have no idea how I got that information. Anyway, I corrected my y value and used the method that you gave jedishrfu to solve it. However, I am still not exactly sure why what I did works? The book I am using to learn dot products doesn't give a very good explanation of them, so I am not so much concerned about how to use it as to why the calculations work the way they do? I am still a bit lost as to how I can multiply the magnitude (6) to the cos of the angle formed with the axis and get the value for that axis when the full 6 is most likely not projected onto that axis? Again, sorry if I am not wording this all well, as I am finding it difficult explaining exactly what I am trying to understand here.
 
Ascendant78 said:
Apologies for the incorrect data I tossed up there earlier. I was in a rush and have no idea how I got that information. Anyway, I corrected my y value and used the method that you gave jedishrfu to solve it. However, I am still not exactly sure why what I did works? The book I am using to learn dot products doesn't give a very good explanation of them, so I am not so much concerned about how to use it as to why the calculations work the way they do? I am still a bit lost as to how I can multiply the magnitude (6) to the cos of the angle formed with the axis and get the value for that axis when the full 6 is most likely not projected onto that axis? Again, sorry if I am not wording this all well, as I am finding it difficult explaining exactly what I am trying to understand here.

The full 6 is projected onto each of the axes using the appropriate cosine of the angle that the vector makes with that axis.

Chet
 
Dot products help you find the projection of one vector on another so A . B means the projection of A on B ie the component of A parallel to B but it can also mean the projection of B on A.

Its especially useful if B is a unit vector ie magnitude is 1 so that the A . Ux = |A| cos (ab-angle) which is the magnitude of the A component parallel to the x-axis. Visually you have a triangle in 3-space the hypotenuse is A and one side is Ux.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Back
Top