Vector of Steepest Ascent

Geometry Level pending

A three dimensional vector is given by V = ( 1 , 3 , 2 ) V =(1, 3, 2) . We want to find the unit vector U U that is orthogonal to V V and has the maximum ascent, that is, the maximum z z- component. If U = ( a , b , c ) U = (a, b, c) then find 1000 ( a + b + c ) \lfloor 1000(a+b+c) \rfloor .

181 245 169 329

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.

2 solutions

Michael Mendrin
Jan 19, 2017

First, the orthogonality condition requires that

( 1 , 3 , 2 ) ( a , b , c ) = a + 3 b + 2 c = 0 \left(1,3,2\right) \cdot \left(a,b,c\right) = a+3b+2c=0

This leads to the equation of the line where plane of possible vectors intersects with the plane c = 0 c=0

a + 3 b = 0 a+3b=0

and the equation of the line perpendicular to this line is

b = 3 a b=3a

so, the vector we seek is

( a k , b k , c k ) \left( \dfrac{a}{k}, \dfrac{b}{k}, \dfrac{c}{k} \right)

where b = 3 a b=3a
c = 1 2 ( a 3 b ) c=\dfrac{1}{2}\left(-a-3b\right)
and k = a 2 + b 2 + c 2 k=\sqrt{ {a}^{2}+{b}^{2}+{c}^{2} }

Letting a = 1 a=1 , we have the vector

( 1 35 , 3 35 , 5 7 ) \left( -\dfrac{1}{\sqrt{35}}, -\dfrac{3}{\sqrt{35}}, \sqrt{ \dfrac{5}{7} } \right)

and so the answer works out to 169 169

Ujjwal Rane
Jan 22, 2017

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 < 1 , 3 , 5 > 35 \frac{<-1,-3,5>}{\sqrt{35}}

And the desired quantity = 1000 ( 1 3 + 5 ) 35 = 1000 35 = 169.031 \frac{1000(-1-3+5)}{\sqrt{35}}= \frac{1000}{\sqrt{35}} = 169.031

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...