Given vector A = ( 1 , 2 , − 5 ) and vector B = ( 9 0 , 3 0 , 3 0 ) , the following cross product equation
A × V = B
has infinite solutions V , but there is one vector that has a minimum magnitude. Submit the sum of its coordinates as your answer.
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.
We want to find the solution(s) of
A × V = B
First note that B has to be orthogonal to A , otherwise there is no solution. Second, we note that the solution vector V is also orthogonal to B . Hence, V can be written in terms of two linearly independent vectors that are orthogonal to B . Two such vectors are A and A × B . Thus,
V = c 1 A + c 2 A × B
Now we have to determine c 1 and c 2 by plugging this into the original equation.
A × ( c 1 A + c 2 A × B ) = c 2 ( A × A × B ) = B
For the last equation, we use the following vector product identity,
A × B × C = ( A ⋅ C ) B − ( A ⋅ B ) C
Applying this, we get,
A × A × B = ( A ⋅ B ) A − ( A ⋅ A ) B = − ( A ⋅ A ) B
because A is orthogonal to B. Hence,
A × V = − c 2 ( A ⋅ A ) B = B
which implies that
c 2 = − ( A ⋅ A ) 1
Finally we have the general solution of the given vector cross product equation,
V = c 1 A − ( A ⋅ A ) 1 ( A × B )
where c 1 ∈ R is an arbitrary constant. Finally, we note that since A and A × B are orthogonal, the minimum magnitude solution V is given by,
V ∗ = − ( A ⋅ A ) 1 ( A × B )
with the given vectors A and B , we have
A ⋅ A = 1 2 + 2 2 + ( − 5 ) 2 = 3 0
and
A × B = ( 1 , 2 , − 5 ) × ( 9 0 , 3 0 , 3 0 ) = 3 0 ( ( 1 , 2 , − 5 ) × ( 3 , 1 , 1 ) ) = 3 0 ( 7 , − 1 6 , − 5 )
so that,
V ∗ = − 3 0 3 0 ( 7 , − 1 6 , − 5 ) = ( − 7 , 1 6 , 5 )
Therefore, the answer is ( − 7 ) + 1 6 + 5 = 1 4 .
Let V=(a,b,c). A x V = i(2c+5b) –j(c+5a) +k(b-2a), satisfy following equations, 2c+5b=90, c+5a= - 30, b-2a = 30. we can express b, and c in term of a, c= -5a – 30, b = 30 + 2a.And the magnitude of V =(a^2+ b^2+ c^2)^(1/2)= (30a^2+420^a+1800)^ (1/2). Thus we must minimize (30a^2+420a+1800). So 60a + 420 = 0, or a=-7, thus V=(-7,16, 5). The sum = 14
Problem Loading...
Note Loading...
Set Loading...
If we take V = ( v 1 , v 2 , v 3 ) , then A × V = B yields ( 2 v 3 + 5 v 2 , − 5 v 1 − v 3 , − 2 v 1 + v 2 ) = ( 9 0 , 3 0 , 3 0 ) . This result leads to the 3x3 linear system:
⎣ ⎡ 0 − 5 − 2 5 0 1 2 − 1 0 ⎦ ⎤ ⋅ ⎣ ⎡ v 1 v 2 v 3 ⎦ ⎤ = ⎣ ⎡ 9 0 3 0 3 0 ⎦ ⎤
and results in:
⎣ ⎡ v 1 v 2 v 3 ⎦ ⎤ = ⎣ ⎡ − 6 − 5 k 1 8 − 5 2 k k ⎦ ⎤ ; k ∈ R
We wish to find the one vector V ∈ R 3 that has the least magnitude, or:
∣ V ∣ = v 1 2 + v 2 2 + v 3 2 = ( − 6 − 5 k ) 2 + ( 1 8 − 5 2 k ) 2 + k 2 = 3 6 0 − 1 2 k + 5 6 k 2 .
Upon observation, the radicand is a concave-up parabola equal to 5 6 ( k − 5 ) 2 + 3 3 0 which attains its minimum value at k = 5 . Hence, the minimum vector is V = ( − 7 , 1 6 , 5 ) with a magnitude ∣ V ∣ = 3 3 0 .