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

In summary: Since there are an infinite number of vectors that could satisfy this equation, it would be impossible to list them all. However, the following are two vectors that satisfy the equation: \vec{u} = x\vec{i} + y\vec{j} + \sqrt{1-x^2-y^2}\vec{k} = (-1,0)_3 and \vec{u} = x\vec{i} + y\vec{j} + \sqrt{1-x^2+y^2}\vec{k} = (0,1)_3.
  • #1
C172Driver
1
0
Find a two unit vectors that make the angle [itex]\pi[/itex]/3 with the vector [itex]\vec{v}[/itex] = [itex]\vec{i}[/itex] + 2[itex]\vec{j}[/itex] + 3[itex]\vec{k}[/itex]. "That isn't asking much since there are apparently infinite such vectors" - Prof.

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

Help is appreciated! Thanks!
 
Physics news on Phys.org
  • #2
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.
 
  • #3
C172Driver said:
Find a two unit vectors that make the angle [itex]\pi[/itex]/3 with the vector [itex]\vec{v}[/itex] = [itex]\vec{i}[/itex] + 2[itex]\vec{j}[/itex] + 3[itex]\vec{k}[/itex]. "That isn't asking much since there are apparently infinite such vectors" - Prof.

I get as far as to say that [itex]\pi[/itex]/3 = arccos( 1/2 ) and that [itex]\frac{v \bullet w}{|v||w|}[/itex] = 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 [itex]\vec{u} = x\vec{i} + y\vec{j} + \sqrt{1-x^2-y^2}\vec{k}[/itex]. 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.
 

1. What is the angle between two vectors in 3 dimensions?

The angle between two vectors in 3 dimensions can be calculated using the dot product formula:
θ = cos^-1((a1b1 + a2b2 + a3b3) / (sqrt(a1^2 + a2^2 + a3^2) * sqrt(b1^2 + b2^2 + b3^2)))
where a and b are the components of the two vectors.

2. What is a unit vector?

A unit vector is a vector with a magnitude of 1. It is often used to represent direction without changing the scale of the vector.

3. How do you find the magnitude of a vector?

The magnitude of a vector can be found using the Pythagorean theorem:
|a| = sqrt(a1^2 + a2^2 + a3^2)
where a1, a2, and a3 are the components of the vector.

4. Can the angle between two vectors be greater than 180 degrees?

No, the angle between two vectors in 3 dimensions cannot be greater than 180 degrees. This is because the dot product formula takes the inverse cosine of the angle, which has a range of 0 to 180 degrees.

5. How is the angle between two vectors affected by their orientations?

The angle between two vectors is affected by their orientations. If the two vectors are parallel, the angle between them is 0 degrees. If they are antiparallel, the angle is 180 degrees. If they are perpendicular, the angle is 90 degrees. Any other orientation will result in an angle between 0 and 180 degrees.

Similar threads

  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
9
Views
762
  • Calculus and Beyond Homework Help
Replies
8
Views
972
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
158
Replies
1
Views
570
  • Calculus and Beyond Homework Help
Replies
6
Views
782
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
956
Back
Top