Finding Unit Vectors for Angle of pi/3 in R3

AI Thread Summary
To find unit vectors in R3 that form an angle of pi/3 with the vectors (1,0,-1) and (0,1,1), the dot product is used to establish the necessary equations. The angle between the given vectors is confirmed to be pi/3, leading to the conclusion that the unit vectors must also maintain this angle. The solution involves setting up three equations based on the constraints of being a unit vector and the specified angles. The correct unit vector that satisfies these conditions is identified as (1/sqrt(2), 1/sqrt(2), 0). The discussion emphasizes translating the problem's restrictions into algebraic equations for resolution.
gunnar
Messages
39
Reaction score
0
There are two vectors (1,0,-1) and (0,1,1)
I need to find all the unit vectors x in R3 that make an angle of pi/3 with each of the vectors above.

Can someone please help with this problem?
 
Physics news on Phys.org
hint:
use dot product to find the angle between vectors
 
You should be able to use the three constraints on your solution vector (unit vector, specified angle with a vector, specified angle with another vector) to write down three equations in the components of your solution vector. Then, solve.
 
O.K I figured out that the angle between the given vectors is 60 degrees or pi/3

The angle between the unit vectors and each of the given vectors is supposed to be pi/3 also. So I used the dot product to calculate

c=sqrt(2) since the unitvector has length 1 and both the given vectors have the length sqrt(2)

Don't seem to be able to get the right answear.
The correct answear is (1/sqrt(2), 1/sqrt(2), 0) only one vector.

How to reach that conclusion I have no idea
 
Lets call the components of the vector you seek (a,b,c). Now there are three restriction on these three numbers. So when you write down the tree restrictions Hurkyl gave in terms of a,b and c you have three equations with three unknowns which you can solve. Can you translate the restrictions from words to algebra?
 
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Trying to understand the logic behind adding vectors with an angle between them'
My initial calculation was to subtract V1 from V2 to show that from the perspective of the second aircraft the first one is -300km/h. So i checked with ChatGPT and it said I cant just subtract them because I have an angle between them. So I dont understand the reasoning of it. Like why should a velocity be dependent on an angle? I was thinking about how it would look like if the planes where parallel to each other, and then how it look like if one is turning away and I dont see it. Since...
Back
Top