Cos^2(φ_1) +cos^2 (φ_2) + cos^2(φ_3) = 1 in a three dimensional cartesian system

  • Thread starter Thread starter karkas
  • Start date Start date
  • Tags Tags
    Cartesian System
AI Thread Summary
The discussion centers around proving the equation cos^2(φ_1) + cos^2(φ_2) + cos^2(φ_3) = 1 in a three-dimensional Cartesian system, where φ_1, φ_2, and φ_3 are angles related to a vector's coordinates. Initial confusion arises regarding the correct relationships between the angles and the vector's components. Participants clarify that the cosine function applies to each angle in relation to the vector's length. Ultimately, they derive the relationship and confirm the proof, concluding that the equation holds true. The conversation highlights the importance of understanding trigonometric relationships in vector analysis.
karkas
Messages
131
Reaction score
1

Homework Statement


I seem to be stuck for an assignment that I have for one of my classes, in which we are asked to prove that cos^2(φ_1) +cos^2 (φ_2) + cos^2(φ_3) = 1 in a three dimensional cartesian system, where φ_1 ,φ_2, φ_3 are the angles that a random vector r (x,y,z) is to the x,y and z axxi respectively.

Homework Equations


Prove that cos^2(φ_1) +cos^2 (φ_2) + cos^2(φ_3) = 1.


The Attempt at a Solution


I have made various attempts at linking the angles together and forming some kind of equation but none of them lead to the solution. It just seems really random to me, maybe I'm wrong because it's so early in the morning...
 
Physics news on Phys.org
If phi_1 is the angle (x,y,x) makes with the x axis, then x=sqrt(x^2+y^2+z^2)*cos(phi_1), yes? That's just trig. What are the other two coordinates?
 
Dick said:
If phi_1 is the angle (x,y,x) makes with the x axis, then x=sqrt(x^2+y^2+z^2)*cos(phi_1), yes? That's just trig. What are the other two coordinates?

I'm guessing you mean r(x,y,z). So its got to be y=sqrt(x^2+y^2+z^2)*sin(phi_2) and z=sqrt(x^2+y^2+z^2)*cos(phi_3).
 
y has cosine like the others, not sine.
 
karkas said:
I'm guessing you mean r(x,y,z). So its got to be y=sqrt(x^2+y^2+z^2)*sin(phi_2) and z=sqrt(x^2+y^2+z^2)*cos(phi_3).

Well, I meant (x,y,z) to be the coordinates of the point. Why did you put sin in the y coordinate? sqrt(x^2+y^2+z^2) is the length of the vector. cos is the ratio between the hypotenuse and the coordinate, yeah?
 
SammyS said:
y has cosine like the others, not sine.

Oh yeah my bad. I'm then guessing that it's wrong to say that cos(phi_2)=sin(phi_1).I'm not entirely sure which angles our teacher wanted us to use, therefore I'm confused. The fact is that I have formed these equations, but messing with them led me to the beggining which generally means I'm missing something.
 
SammyS said:
y has cosine like the others, not sine.

Ah, ok. Then do you understand why those things are true? If so, then compute x^2+y^2+z^2 using x=cos(phi_1)*sqrt(x^2+y^2+z^2), etc.
 
SammyS said:
y has cosine like the others, not sine.

Oh, that was you SammyS. Want to take it from here??
 
Dick said:
Ah, ok. Then do you understand why those things are true? If so, then compute x^2+y^2+z^2 using x=cos(phi_1)*sqrt(x^2+y^2+z^2), etc.

Ah I think I got it and I guess it's just a matter of not spotting the answer, my everlasting doom. x^2+y^2+z^2 = |z|^2
and
x^2+y^2+z^2 = [ cos^2(phi_1) + cos^2(phi_2) + cos^2(phi_3) ] * ( x^2+y^2+z^2)
= [ cos^2(phi_1) + cos^2(phi_2) + cos^2(phi_3) ] * |z|^2,
therefore we have proven it?
 
  • #10
karkas said:
Ah I think I got it and I guess it's just a matter of not spotting the answer, my everlasting doom.


x^2+y^2+z^2 = |z|^2
and
x^2+y^2+z^2 = [ cos^2(phi_1) + cos^2(phi_2) + cos^2(phi_3) ] * ( x^2+y^2+z^2)
= [ cos^2(phi_1) + cos^2(phi_2) + cos^2(phi_3) ] * |z|^2,
therefore we have proven it?

Yes.
 
Back
Top