Sonzaschool
Rudi

Sekondari ya Juu · Kidato cha Sita

Advanced Mathematics 2

Dot Product

takriban dakika 14 kusoma

Mada za sehemu hiiVectorsMada 5

The dot product (also called the scalar product) of two non-zero vectors a\mathbf{a} and b\mathbf{b} is denoted by ab\mathbf{a} \cdot \mathbf{b} and is calculated by summing the products of their corresponding components. For vectors a=(a1,a2,a3)\mathbf{a} = (a_1, a_2, a_3) and b=(b1,b2,b3)\mathbf{b} = (b_1, b_2, b_3), their dot product is:

ab=a1b1+a2b2+a3b3\mathbf{a} \cdot \mathbf{b} = a_1b_1 + a_2b_2 + a_3b_3

The dot product is defined only for pairs of vectors with the same number of dimensions.

Properties of the dot product:

  1. Commutativity: ab=ba\mathbf{a} \cdot \mathbf{b} = \mathbf{b} \cdot \mathbf{a}
  2. Distributivity: a(b+c)=ab+ac\mathbf{a} \cdot (\mathbf{b} + \mathbf{c}) = \mathbf{a} \cdot \mathbf{b} + \mathbf{a} \cdot \mathbf{c}
  3. Scalar multiplication: (ka)b=k(ab)=a(kb)(k\mathbf{a}) \cdot \mathbf{b} = k(\mathbf{a} \cdot \mathbf{b}) = \mathbf{a} \cdot (k\mathbf{b}), where kk is a scalar.
  4. Relationship to angle: ab=abcosθ\mathbf{a} \cdot \mathbf{b} = |\mathbf{a}| |\mathbf{b}| \cos\theta, where θ\theta is the angle between the two vectors.
  5. Orthogonality (perpendicularity): If ab=0\mathbf{a} \cdot \mathbf{b} = 0, and neither a\mathbf{a} nor b\mathbf{b} is the zero vector, then the vectors are perpendicular (orthogonal).
  6. Dot product of a vector with itself: aa=a2=a12+a22+a32\mathbf{a} \cdot \mathbf{a} = |\mathbf{a}|^2 = a_1^2 + a_2^2 + a_3^2

Example 1

Compute the dot product of the following vectors:

(a) a=3i5j+14k\mathbf{a} = -3\mathbf{i} - 5\mathbf{j} + 14\mathbf{k} and b=2i+j+6k\mathbf{b} = 2\mathbf{i} + \mathbf{j} + 6\mathbf{k}

(b) n=5i8j\mathbf{n} = 5\mathbf{i} - 8\mathbf{j} and w=i+2j+k\mathbf{w} = \mathbf{i} + 2\mathbf{j} + \mathbf{k}

Solution

(a) ab=(3i5j+14k)(2i+j+6k)\mathbf{a} \cdot \mathbf{b} = (-3\mathbf{i} - 5\mathbf{j} + 14\mathbf{k}) \cdot (2\mathbf{i} + \mathbf{j} + 6\mathbf{k})

ab=(3)(2)+(5)(1)+(14)(6)\mathbf{a} \cdot \mathbf{b} = (-3)(2) + (-5)(1) + (14)(6)

ab=65+84\mathbf{a} \cdot \mathbf{b} = -6 - 5 + 84

ab=73\mathbf{a} \cdot \mathbf{b} = 73

(b) nw=(5i8j)(i+2j+k)\mathbf{n} \cdot \mathbf{w} = (5\mathbf{i} - 8\mathbf{j}) \cdot (\mathbf{i} + 2\mathbf{j} + \mathbf{k})

Note that n\mathbf{n} can be written as 5i8j+0k5\mathbf{i} - 8\mathbf{j} + 0\mathbf{k} to match the dimensions of w\mathbf{w}.

nw=(5)(1)+(8)(2)+(0)(1)\mathbf{n} \cdot \mathbf{w} = (5)(1) + (-8)(2) + (0)(1)

nw=516+0\mathbf{n} \cdot \mathbf{w} = 5 - 16 + 0

nw=11\mathbf{n} \cdot \mathbf{w} = -11

Example 2

Given the vectors a=2i+3j2k\mathbf{a} = 2\mathbf{i} + 3\mathbf{j} - 2\mathbf{k}, b=8i+10j16k\mathbf{b} = 8\mathbf{i} + 10\mathbf{j} - 16\mathbf{k}, and c=7i+j+4k\mathbf{c} = -7\mathbf{i} + \mathbf{j} + 4\mathbf{k}, identify the pairs of vectors that are orthogonal to each other.

Solution

Given a=2i+3j2k\mathbf{a} = 2\mathbf{i} + 3\mathbf{j} - 2\mathbf{k}, b=8i+10j16k\mathbf{b} = 8\mathbf{i} + 10\mathbf{j} - 16\mathbf{k}, and c=7i+j+4k\mathbf{c} = -7\mathbf{i} + \mathbf{j} + 4\mathbf{k}.

First, check the dot product of a\mathbf{a} and b\mathbf{b}:

ab=(2)(8)+(3)(10)+(2)(16)\mathbf{a} \cdot \mathbf{b} = (2)(8) + (3)(10) + (-2)(-16)

ab=16+30+32\mathbf{a} \cdot \mathbf{b} = 16 + 30 + 32

ab=78\mathbf{a} \cdot \mathbf{b} = 78

Since ab0\mathbf{a} \cdot \mathbf{b} \ne 0, vectors a\mathbf{a} and b\mathbf{b} are not orthogonal.

Next, check the dot product of a\mathbf{a} and c\mathbf{c}:

ac=(2)(7)+(3)(1)+(2)(4)\mathbf{a} \cdot \mathbf{c} = (2)(-7) + (3)(1) + (-2)(4)

ac=14+38\mathbf{a} \cdot \mathbf{c} = -14 + 3 - 8

ac=19\mathbf{a} \cdot \mathbf{c} = -19

Since ac0\mathbf{a} \cdot \mathbf{c} \ne 0, vectors a\mathbf{a} and c\mathbf{c} are not orthogonal.

Finally, check the dot product of b\mathbf{b} and c\mathbf{c}:

bc=(8)(7)+(10)(1)+(16)(4)\mathbf{b} \cdot \mathbf{c} = (8)(-7) + (10)(1) + (-16)(4)

bc=56+1064\mathbf{b} \cdot \mathbf{c} = -56 + 10 - 64

bc=110\mathbf{b} \cdot \mathbf{c} = -110

Since bc0\mathbf{b} \cdot \mathbf{c} \ne 0, vectors b\mathbf{b} and c\mathbf{c} are not orthogonal.

Mwalimu

Unasoma somo hili? Niulize nikuelezee chochote kilichomo.

Ingia ili kumuuliza Mwalimu wa AI wa Sonza kuhusu mada hii.

Ingia ili kuuliza