Linear algebra vector problem

math1818

New member
Joined
Jun 8, 2020
Messages
1
Hello!
I'm unable to sovle the question. I don't know what approach to take.

The question: two vectors u and v has the coordinates (1,2,3 ) u . v (-1,-1, 1). Determine a unit vector that is ortogonal to the both U and V.
I sinicerly thank you for the help.
 
Last edited:
Hello!
I'm unable to sovle the question. I don't know what approach to take.

The question: two vectors u and v has the coordinates (1,2,3 ) u . v (-1,-1, 1). Determine a unit vector that is ortogonal to the both U and V.
I sinicerly thank you for the help.
Have you thought about using cross-product of vectors?
 
The question: two vectors u and v has the coordinates (1,2,3 ) u . v (-1,-1, 1). Determine a unit vector that is ortogonal to the both U and V.
Given vectors U=<1,2,3> & V=<1,1,1>\vec{U}=<1,2,3>~\&~\vec{V}=<1,1,1>. Then U×V\vec{U}\times\vec{V} perpendicular to both. SEE HERE
If AB\vec{A}\bot\vec{B} then AB-\vec{A}\bot\vec{B}. Given a vector CO\vec{C}\ne\vec{O} then CC\dfrac{\vec{C}}{\|\vec{C}\|} is a unit vector(normalized).
 
Another way to do this is to write your desired vector as <x, y, z>. The requirement that it be orthogonal to <1, 2, 3> is that x+ 2y+ 3z= 0 and the requirement that it be orthogonal to <1, 1, 1> is that x+ y+ z= 0.

That is, of course, two equations in three unknowns. There are an infinite number of such vectors. The requirement that it be a unit vector adds the equation x2+y2+z2=1\displaystyle x^2+ y^2+ z^2= 1.
If we subtract x+ y+ z= 0 from x+ 2y+ 3z= 0 we eliminate x and get y+ 2z= 0 so y= -2z.

Then x+ y+ z= x- 2z+ z= x- z= 0 so x= z.

Finally, x2+y2+z2=z2+4z2+z2=6z2=1\displaystyle x^2+ y^2+z^2= z^2+ 4z^2+ z^2= 6z^2= 1.

Notice that there will be two solutions for z. There will be two unit vectors that are orthogonal to <1, 2, 3> and <1, 1, 1> in opposite directions.
 
Top