A three dimensional vector is given by V = ( 1 , 3 , 2 ) . We want to find the unit vector U that is orthogonal to V and has the maximum ascent, that is, the maximum z − component. If U = ( a , b , c ) then find ⌊ 1 0 0 0 ( a + b + c ) ⌋ .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Imagine a plane through the origin, normal to the given vector (which is in the first octant). Imagine a vertical plane also through the origin. The vector we seek will be along the intersection of these planes and will be in the third octant.
Imagine their projections on the xy plane. They will be equal and opposite: <-1,-3,z>
Equate the dot product to zero: <1,3,2>.<-1,-3,z> = 0 = -1-9-2z. Giving z = 5. Normalizing <-1,-3,5> gives the desired unit vector 3 5 < − 1 , − 3 , 5 >
And the desired quantity = 3 5 1 0 0 0 ( − 1 − 3 + 5 ) = 3 5 1 0 0 0 = 1 6 9 . 0 3 1
Problem Loading...
Note Loading...
Set Loading...
First, the orthogonality condition requires that
( 1 , 3 , 2 ) ⋅ ( a , b , c ) = a + 3 b + 2 c = 0
This leads to the equation of the line where plane of possible vectors intersects with the plane c = 0
a + 3 b = 0
and the equation of the line perpendicular to this line is
b = 3 a
so, the vector we seek is
( k a , k b , k c )
where b = 3 a
c = 2 1 ( − a − 3 b )
and k = a 2 + b 2 + c 2
Letting a = 1 , we have the vector
( − 3 5 1 , − 3 5 3 , 7 5 )
and so the answer works out to 1 6 9