Angle between a vector and a unit vectors with 3 dimensions.

Click For Summary
To find two unit vectors that form an angle of π/3 with the vector v = i + 2j + 3k, the discussion emphasizes using the dot product and the relationship cos(π/3) = 1/2. The user suggests rotating a unit vector in the xy-plane and describes the rotation using a matrix operation. A proposed unit vector form is u = x*i + y*j + √(1-x²-y²)*k, ensuring it has a norm of one. The conversation concludes with a recommendation to simplify the problem by setting x and y to zero in turn to find possible values for u.
C172Driver
Messages
1
Reaction score
0
Find a two unit vectors that make the angle \pi/3 with the vector \vec{v} = \vec{i} + 2\vec{j} + 3\vec{k}. "That isn't asking much since there are apparently infinite such vectors" - Prof.

I get as far as to say that \pi/3 = arccos( 1/2 ) and that \frac{v \bullet w}{|v||w|} = 1/2 but from there I am lost as to how to figure this out.

Help is appreciated! Thanks!
 
Physics news on Phys.org
I am not sure if you are familiar with linear algebra but it may prove useful. Let us assume that the vector only rotates in the xy plane (seems fair enough).

Well, if we wanted to rotate the unit vector i by sixty degrees we can describe it by a matrix operation such that : A*i= <1/2, √3/2>.

That new vector is what i would be rotated by sixty degrees.

Once you find the 2x2 matrix A you can multiply that by the x,y components of v and get the new rotated angle.

Note: z stays the same.
 
C172Driver said:
Find a two unit vectors that make the angle \pi/3 with the vector \vec{v} = \vec{i} + 2\vec{j} + 3\vec{k}. "That isn't asking much since there are apparently infinite such vectors" - Prof.

I get as far as to say that \pi/3 = arccos( 1/2 ) and that \frac{v \bullet w}{|v||w|} = 1/2 but from there I am lost as to how to figure this out.

Help is appreciated! Thanks!

Let the required unit vector be denoted by \vec{u} = x\vec{i} + y\vec{j} + \sqrt{1-x^2-y^2}\vec{k}. The reason for this form is so that its norm equals one (verify this).

Now ##\vec{u}.\vec{v}= \frac{1}{2}\sqrt{14}##, yes?

Just do the algebra. All you need to do is find 2 (of the infinitude of) possible values for ##\vec{u}##. To make your life easier, put ##x=0## and ##y=0## in turn, and solve each resulting quadratic.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K
Replies
26
Views
2K
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 9 ·
Replies
9
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K