Bruno Tolentino
- 96
- 0
If the vector r is (x,y), so, what is the vector θ? BY THE WAY is (y,-x) ?
Last edited:
I didn't notice the "(y, -x)"! If a vector is given by r= (x, y) then its length is |r|= [itex]\sqrt{x^2+ y^2}[/itex] and the angle it makes with the x-axis, it that is what you mean by "[itex]\theta[/itex]", is given by [itex]arctan(y/x)[/itex] as long as x is not 0, [itex]\pi/2[/itex] if x= 0 and y is positive, [itex]3\pi/2[/itex] if x= 0 and y is negative.Bruno Tolentino said:If the vector r is (x,y), so, what is the vector θ? BY THE WAY is (y,-x) ?
HallsofIvy said:I didn't notice the "(y, -x)"! If a vector is given by r= (x, y) then its length is |r|= [itex]\sqrt{x^2+ y^2}[/itex] and the angle it makes with the x-axis, it that is what you mean by "[itex]\theta[/itex]", is given by [itex]arctan(y/x)[/itex] as long as x is not 0, [itex]\pi/2[/itex] if x= 0 and y is positive, [itex]3\pi/2[/itex] if x= 0 and y is negative.
Given a vector (x, y), the vector (y, -x) is the result of rotating (x, y) through an angle of [itex]pi/2[/itex] radians.