Question #52239

If U = I + 3j - 2k and V = 4i - 2j - 4k are vectors, find (2U + V) . ( U - 2V )
4
3
5
6
7 If
r4=r1+r2+r3
. Which of the vectors are linearly dependence on each .

r1

r3

r2

r4
8 A vector quantity has both magnitude and ----.
direction
time
magnitude
scalar
9 What does the symbol i,j,k denote
distance
velocity
unit vector
angle
10 Evaluate the vectors (2i - 3j).[(I +j - k) x (3i - k)]
7
4
6
2

Expert's answer

Answer on Question #52239 – Math – Vector Calculus

6. If U=I+3j2kU = I + 3j - 2k and V=4i2j4kV = 4i - 2j - 4k are vectors, find (2U+V)(U2V)(2U + V) \cdot (U - 2V)

4

3

5

6

7. If r4=r1+r2+r3r4 = r1 + r2 + r3

Which of the vectors are linearly dependence on each r1r1

r1

r3

r2

r4

8. A vector quantity has both magnitude and ---.

direction

time

magnitude

scalar

9. What does the symbol i,j,ki, j, k denote

distance

velocity

unit vector

angle

10 Evaluate the vectors (2i3j)(2i - 3j). [(I+jk)×(3ik)][(I + j - k) \times (3i - k)]

7

4

6

2

Solution

6.

**Method 1**


(2U+V)(U2V)==[2(i+3j2k)+(4i2j4k)][(i+3j2k)2(4i2j4k)]==(6i+4j8k)(7i+7j+6k)=42+2848=62.\begin{array}{l} (2U + V) \cdot (U - 2V) = \\ = \left[ 2(i + 3j - 2k) + (4i - 2j - 4k) \right] \cdot \left[ (i + 3j - 2k) - 2(4i - 2j - 4k) \right] = \\ = (6i + 4j - 8k) \cdot (-7i + 7j + 6k) = -42 + 28 - 48 = -62. \end{array}


**Method 2**


(2U+V)(U2V)=2UU2U2V+VUV2V==2U23UV2V2=2(12+32+(2)2)3(14+3(2)+(2)(4))2(42+(2)2+(4)2)=21436236=281872=62.\begin{array}{l} (2U + V) \cdot (U - 2V) = 2U \cdot U - 2U \cdot 2V + V \cdot U - V \cdot 2V = \\ = 2U^2 - 3UV - 2V^2 = 2(1^2 + 3^2 + (-2)^2) - 3(1 \cdot 4 + 3 \cdot (-2) + (-2) \cdot (-4)) - 2(4^2 + (-2)^2 + (-4)^2) = 2 \cdot 14 - 3 \cdot 6 - 2 \cdot 36 = 28 - 18 - 72 = -62. \end{array}


**Answer: -62.**

7. r4r_4

8. direction

9. unit vector

10.

Method 1.

If a=(a1;a2;a3)a = (a_1; a_2; a_3), b=(b1;b2;b3)b = (b_1; b_2; b_3), c=(c1;c2;c3)c = (c_1; c_2; c_3), then a(b×c)a \cdot (b \times c) is the scalar triple product of a,b,ca, b, c and it is calculated by the following formula:


a(b×c)=a1a2a3b1b2b3c1c2c3a \cdot (b \times c) = \left| \begin{array}{ccc} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{array} \right|


(in other words, it is the determinant).

Thus, (2i3j)[(i+jk)×(3ik)]=230111301=(2i - 3j) \cdot [(i + j - k) \times (3i - k)] = \left| \begin{array}{ccc} 2 & -3 & 0 \\ 1 & 1 & -1 \\ 3 & 0 & -1 \end{array} \right| =

=(subtract the third row from the second row)=230210301==(expand the determinant over the third column)==12321==(21(2)(3))=(26)=4\begin{array}{l} = (\text{subtract the third row from the second row}) = \left| \begin{array}{ccc} 2 & -3 & 0 \\ -2 & 1 & 0 \\ 3 & 0 & -1 \end{array} \right| = \\ = (\text{expand the determinant over the third column}) = \\ = -1 \left| \begin{array}{cc} 2 & -3 \\ -2 & 1 \end{array} \right| = \\ = -\left(2 \cdot 1 - (-2) \cdot (-3)\right) = -(2 - 6) = 4 \\ \end{array}


To express (i+jk)×(3ik)(i + j - k) \times (3i - k), two methods will be applied.

Method 2

(i+jk)×(3ik)=ijk111301=1101i1131j++1130k=(1(1)0(1))i(1(1)3(1))j++(1031)k=i2j3k(i + j - k) \times (3i - k) = \left| \begin{array}{ccc} i & j & k \\ 1 & 1 & -1 \\ 3 & 0 & -1 \end{array} \right| = \left| \begin{array}{cc} 1 & -1 \\ 0 & -1 \end{array} \right| i - \left| \begin{array}{cc} 1 & -1 \\ 3 & -1 \end{array} \right| j + \\ + \left| \begin{array}{cc} 1 & 1 \\ 3 & 0 \end{array} \right| k = (1 \cdot (-1) - 0 \cdot (-1)) i - (1 \cdot (-1) - 3 \cdot (-1)) j + \\ + (1 \cdot 0 - 3 \cdot 1) k = -i - 2j - 3k

Method 3

By properties of vector (or cross) product, i×i=j×j=k×k=0i \times i = j \times j = k \times k = 0, i×j=ki \times j = k, j×k=ij \times k = i, k×i=jk \times i = j,


a×b=b×a,a \times b = -b \times a,


hence, i×k=ji \times k = -j, j×i=kj \times i = -k.

Besides,


a×(b+c)=a×b+a×c,a \times (b + c) = a \times b + a \times c,(λa)×b=a×(λb)=λ(a×b)(\lambda a) \times b = a \times (\lambda b) = \lambda (a \times b)


These formulae allow to simplify


(i+jk)×(3ik)=(i×3i)+(i×(k))+(j×3i)+(j×(k))++(k×3i)+(k×(k))=3(i×i)(i×k)+3(j×i)(j×k)3(k×i)+(k×k)=0+j3ki3j+0=i2j3k(i + j - k) \times (3i - k) = (i \times 3i) + (i \times (-k)) + (j \times 3i) + (j \times (-k)) + \\ + (-k \times 3i) + (-k \times (-k)) = 3(i \times i) - (i \times k) + 3(j \times i) - (j \times k) - \\ - 3(k \times i) + (k \times k) = 0 + j - 3k - i - 3j + 0 = -i - 2j - 3k


Next, by properties of scalar (or dot) product,


a(b+c)=ab+ac,ij=ik=jk=0,ii=jj=kk=1.a \cdot (b + c) = a \cdot b + a \cdot c, i \cdot j = i \cdot k = j \cdot k = 0, i \cdot i = j \cdot j = k \cdot k = 1.


If vectors are given by their coordinates, a=(ax,ay,az)a = (a_x, a_y, a_z) and b=(bx,by,bz)b = (b_x, b_y, b_z), then


ab=(axi+ayj+azk)(bxi+byj+bzk)=axbx+ayby+azbz.a \cdot b = (a _ {x} i + a _ {y} j + a _ {z} k) (b _ {x} i + b _ {y} j + b _ {z} k) = a _ {x} b _ {x} + a _ {y} b _ {y} + a _ {z} b _ {z}.


These formulae allow to simplify


(2i3j)[(i+jk)×(3ik)]=(2i3j)(i2j3k)==2(1)+(3)(2)=2+6=4.\begin{array}{l} (2 i - 3 j) \cdot [ (i + j - k) \times (3 i - k) ] = (2 i - 3 j) \cdot (- i - 2 j - 3 k) = \\ = 2 \cdot (- 1) + (- 3) \cdot (- 2) = - 2 + 6 = 4. \\ \end{array}


Answer: 4.

www.AssignmentExpert.com


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS