Finding Magnitude and Direction of Three Dimensional Vectors

  • Thread starter Thread starter ƒ(x)
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
To find the magnitude and direction of the vector C = -2i - 3j + 4k, the magnitude is calculated as √(4 + 9 + 16) = √29. For direction, two angles are needed: θ (latitude) and Ø (longitude). The angle A from the Z-axis is found using cos(A) = √(13/29), resulting in A = 47.97° and θ = 42.03°. The longitude angle Ø involves projecting the vector onto the xy-plane, leading to Ø = 180 - arctan(2/4), which is debated as 112° versus 116.57°. The final calculations suggest Ø should be around 236.3° clockwise or 123.7° counterclockwise from the x-axis.
ƒ(x)
Messages
327
Reaction score
0

Homework Statement


Find magnitude and direction

\stackrel{\rightarrow}{C} = -2i-3j+4k


Homework Equations


Trig. Functions
Pythagorean Theorem

The Attempt at a Solution



C = \sqrt{4+9+16} = \sqrt{29}

I don't know what to do for the angles because I'm not sure where the reference point is supposed to be.
 
Physics news on Phys.org
The magnitude is OK. As far as the "direction" is concerned, you need two angles to specify direction. If you imagine the tip of the vector being on the surface of a sphere (like the Earth), then you need to give the "latitude" angle θ and the "longitude" (measured from the x axis) angle φ.
 
Ah, ok.

If θ is the latitude one, and A is the angle from the Z-axis to the vector, then:

θ = 90° - A

cos(A) = \sqrt{13/29}
A = cos-1(\sqrt{13/29}) = 47.97°

θ = 42.03°

If Ø is the longitude one, then:

Ø = 90 + tan-1(2/4)
Ø = 116.57° <---- Where I have a problem

My teacher says that the answer is 112°, but whenever I do it I get 116.57°. What am I missing?
 
If you project the tip of the vector onto the xy plane, you get the point (-2, -3, 0). Draw a line from the origin to that point. What is the angle it makes with respect to the x-axis?
 
2saiemh.jpg


Isn't that the situation though?

In this case, Ø = 180 - arctan(2/4)
 
Last edited:
Guys, I need to know if I'm doing this correctly. The homework assignment is due tomorrow.
 
kuruman said:
If you project the tip of the vector onto the xy plane, you get the point (-2, -3, 0). Draw a line from the origin to that point. What is the angle it makes with respect to the x-axis?

Ok, so that would be arctan (-3/-2) or 56.3 degrees. Which means that the angle from the x-axis would be 236.3 degrees going clockwise or 123.7 degrees going counter clockwise.
 
Sounds OK. Good luck with your homework.
 
Back
Top