Sonzaschool
Rudi

Sekondari ya Juu · Kidato cha Sita

Advanced Mathematics 2

Cross product of vectors

takriban dakika 17 kusoma

Majadiliano
Mada za sehemu hiiVectorsMada 5

The cross product (or vector product) of two vectors is denoted by the multiplication symbol "×" or the wedge symbol "∧". For example, the cross product of vectors a\mathbf{a} and b\mathbf{b} is written as a×b\mathbf{a} \times \mathbf{b} or ab\mathbf{a} \wedge \mathbf{b}, and is read as "a cross b".

Unlike the dot product, which results in a scalar, the cross product of two vectors results in a vector. The cross product of two vectors in three-dimensional space is defined as a vector that is perpendicular (orthogonal) to the plane determined by the two original vectors.

If a=(a1,a2,a3)=a1i+a2j+a3k\mathbf{a} = (a_1, a_2, a_3) = a_1\mathbf{i} + a_2\mathbf{j} + a_3\mathbf{k} and b=(b1,b2,b3)=b1i+b2j+b3k\mathbf{b} = (b_1, b_2, b_3) = b_1\mathbf{i} + b_2\mathbf{j} + b_3\mathbf{k}, their cross product is calculated using the determinant of a 3x3 matrix:

a×b=ijka1a2a3b1b2b3\mathbf{a} \times \mathbf{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix}

Expanding the determinant gives:

a×b=(a2b3a3b2)i(a1b3a3b1)j+(a1b2a2b1)k\mathbf{a} \times \mathbf{b} = (a_2b_3 - a_3b_2)\mathbf{i} - (a_1b_3 - a_3b_1)\mathbf{j} + (a_1b_2 - a_2b_1)\mathbf{k}

The cross product of two vectors a=a1i+a2j+a3k\mathbf{a} = a_1\mathbf{i} + a_2\mathbf{j} + a_3\mathbf{k} and b=b1i+b2j+b3k\mathbf{b} = b_1\mathbf{i} + b_2\mathbf{j} + b_3\mathbf{k} is obtained by finding the determinant of a matrix whose rows are the unit vectors i,j,k\mathbf{i}, \mathbf{j}, \mathbf{k}, the components of a\mathbf{a}, and the components of b\mathbf{b}, respectively:

a×b=ijka1a2a3b1b2b3=(a2b3a3b2)i(a1b3a3b1)j+(a1b2a2b1)k\mathbf{a} \times \mathbf{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix} = (a_2b_3 - a_3b_2)\mathbf{i} - (a_1b_3 - a_3b_1)\mathbf{j} + (a_1b_2 - a_2b_1)\mathbf{k}

The resulting vector is perpendicular (orthogonal) to both a\mathbf{a} and b\mathbf{b}.

The cross product can also be defined in terms of the magnitudes of the vectors, the angle between them, and a unit vector:

a×b=absinθ n^\mathbf{a} \times \mathbf{b} = |\mathbf{a}| |\mathbf{b}| \sin\theta \ \mathbf{\hat{n}}

where θ\theta is the angle between a\mathbf{a} and b\mathbf{b}, and n^\mathbf{\hat{n}} is a unit vector perpendicular to both a\mathbf{a} and b\mathbf{b}, whose direction is given by the right-hand rule.

Properties of the cross product

For any three non-zero vectors a\mathbf{a}, b\mathbf{b}, c\mathbf{c}, and a scalar tt, the following properties hold:

  1. Anti-commutativity: a×b=b×a\mathbf{a} \times \mathbf{b} = -\mathbf{b} \times \mathbf{a}
  2. Distributivity: a×(b+c)=a×b+a×c\mathbf{a} \times (\mathbf{b} + \mathbf{c}) = \mathbf{a} \times \mathbf{b} + \mathbf{a} \times \mathbf{c}
  3. Scalar multiplication: (ta)×b=t(a×b)=a×(tb)(t\mathbf{a}) \times \mathbf{b} = t(\mathbf{a} \times \mathbf{b}) = \mathbf{a} \times (t\mathbf{b})
  4. Scalar triple product: a(b×c)=(a×b)c\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) = (\mathbf{a} \times \mathbf{b}) \cdot \mathbf{c}
  5. Cross product with itself: a×a=b×b=c×c=0\mathbf{a} \times \mathbf{a} = \mathbf{b} \times \mathbf{b} = \mathbf{c} \times \mathbf{c} = \mathbf{0} (the zero vector)
  6. Parallel vectors: If a×b=0\mathbf{a} \times \mathbf{b} = \mathbf{0}, then a\mathbf{a} and b\mathbf{b} are parallel (or one of them is the zero vector).
  7. Vector triple product: a×(b×c)=(ac)b(ab)c\mathbf{a} \times (\mathbf{b} \times \mathbf{c}) = (\mathbf{a} \cdot \mathbf{c})\mathbf{b} - (\mathbf{a} \cdot \mathbf{b})\mathbf{c}
  8. Cross products of unit vectors:

i×i=j×j=k×k=0\mathbf{i} \times \mathbf{i} = \mathbf{j} \times \mathbf{j} = \mathbf{k} \times \mathbf{k} = \mathbf{0}

i×j=k,j×k=i,k×i=j\mathbf{i} \times \mathbf{j} = \mathbf{k}, \quad \mathbf{j} \times \mathbf{k} = \mathbf{i}, \quad \mathbf{k} \times \mathbf{i} = \mathbf{j}

j×i=k,k×j=i,i×k=j\mathbf{j} \times \mathbf{i} = -\mathbf{k}, \quad \mathbf{k} \times \mathbf{j} = -\mathbf{i}, \quad \mathbf{i} \times \mathbf{k} = -\mathbf{j}

The relationships between the cross products of the unit vectors i\mathbf{i}, j\mathbf{j}, and k\mathbf{k} can be visualized using a circle. Going clockwise gives positive results, and counterclockwise gives negative results.

Example 1

If a=2i+4j+5k\mathbf{a} = -2\mathbf{i} + 4\mathbf{j} + 5\mathbf{k} and b=i+3jk\mathbf{b} = \mathbf{i} + 3\mathbf{j} - \mathbf{k}, find a×b\mathbf{a} \times \mathbf{b}.

Solution:

a×b=ijk245131=(4(1)5(3))i(2(1)5(1))j+(2(3)4(1))k\mathbf{a} \times \mathbf{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ -2 & 4 & 5 \\ 1 & 3 & -1 \end{vmatrix} = (4(-1) - 5(3))\mathbf{i} - (-2(-1) - 5(1))\mathbf{j} + (-2(3) - 4(1))\mathbf{k}

a×b=(415)i(25)j+(64)k=19i+3j10k\mathbf{a} \times \mathbf{b} = (-4 - 15)\mathbf{i} - (2 - 5)\mathbf{j} + (-6 - 4)\mathbf{k} = -19\mathbf{i} + 3\mathbf{j} - 10\mathbf{k}

Example 2

Given two vectors a=6i+j+2k\mathbf{a} = 6\mathbf{i} + \mathbf{j} + 2\mathbf{k} and b=3i+2j+k\mathbf{b} = 3\mathbf{i} + 2\mathbf{j} + \mathbf{k}, find the cross product of a\mathbf{a} and b\mathbf{b}.

Solution:

a×b=ijk612321=(1(1)2(2))i(6(1)2(3))j+(6(2)1(3))k\mathbf{a} \times \mathbf{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 6 & 1 & 2 \\ 3 & 2 & 1 \end{vmatrix} = (1(1) - 2(2))\mathbf{i} - (6(1) - 2(3))\mathbf{j} + (6(2) - 1(3))\mathbf{k}

a×b=(14)i(66)j+(123)k=3i+0j+9k=3i+9k\mathbf{a} \times \mathbf{b} = (1 - 4)\mathbf{i} - (6 - 6)\mathbf{j} + (12 - 3)\mathbf{k} = -3\mathbf{i} + 0\mathbf{j} + 9\mathbf{k} = -3\mathbf{i} + 9\mathbf{k}

Example 3

Find a unit vector perpendicular to both vectors u=2i+j+3k\mathbf{u} = 2\mathbf{i} + \mathbf{j} + 3\mathbf{k} and v=4i2j+k\mathbf{v} = 4\mathbf{i} - 2\mathbf{j} + \mathbf{k}.

Solution:

First, find the cross product u×v\mathbf{u} \times \mathbf{v}:

u×v=ijk213421=(1(1)3(2))i(2(1)3(4))j+(2(2)1(4))k\mathbf{u} \times \mathbf{v} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 2 & 1 & 3 \\ 4 & -2 & 1 \end{vmatrix} = (1(1) - 3(-2))\mathbf{i} - (2(1) - 3(4))\mathbf{j} + (2(-2) - 1(4))\mathbf{k}

u×v=(1+6)i(212)j+(44)k=7i+10j8k\mathbf{u} \times \mathbf{v} = (1 + 6)\mathbf{i} - (2 - 12)\mathbf{j} + (-4 - 4)\mathbf{k} = 7\mathbf{i} + 10\mathbf{j} - 8\mathbf{k}

Now, find the magnitude of u×v\mathbf{u} \times \mathbf{v}:

u×v=72+102+(8)2=49+100+64=213|\mathbf{u} \times \mathbf{v}| = \sqrt{7^2 + 10^2 + (-8)^2} = \sqrt{49 + 100 + 64} = \sqrt{213}

The unit vector perpendicular to both u\mathbf{u} and v\mathbf{v} is:

u×vu×v=7i+10j8k213=7213i+10213j8213k\frac{\mathbf{u} \times \mathbf{v}}{|\mathbf{u} \times \mathbf{v}|} = \frac{7\mathbf{i} + 10\mathbf{j} - 8\mathbf{k}}{\sqrt{213}} = \frac{7}{\sqrt{213}}\mathbf{i} + \frac{10}{\sqrt{213}}\mathbf{j} - \frac{8}{\sqrt{213}}\mathbf{k}

Example 4

Find a vector of magnitude 3 that is perpendicular to both vectors a=4i8j+k\mathbf{a} = 4\mathbf{i} - 8\mathbf{j} + \mathbf{k} and b=j+k\mathbf{b} = -\mathbf{j} + \mathbf{k}.

Solution:

First, find the cross product a×b\mathbf{a} \times \mathbf{b}:

a×b=ijk481011=(8(1)1(1))i(4(1)1(0))j+(4(1)(8)(0))k\mathbf{a} \times \mathbf{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 4 & -8 & 1 \\ 0 & -1 & 1 \end{vmatrix} = (-8(1) - 1(-1))\mathbf{i} - (4(1) - 1(0))\mathbf{j} + (4(-1) - (-8)(0))\mathbf{k}

a×b=(8+1)i(40)j+(40)k=7i4j4k\mathbf{a} \times \mathbf{b} = (-8 + 1)\mathbf{i} - (4 - 0)\mathbf{j} + (-4 - 0)\mathbf{k} = -7\mathbf{i} - 4\mathbf{j} - 4\mathbf{k}

Find the magnitude of a×b\mathbf{a} \times \mathbf{b}:

a×b=(7)2+(4)2+(4)2=49+16+16=81=9|\mathbf{a} \times \mathbf{b}| = \sqrt{(-7)^2 + (-4)^2 + (-4)^2} = \sqrt{49 + 16 + 16} = \sqrt{81} = 9

The unit vector perpendicular to both a\mathbf{a} and b\mathbf{b} is:

a×ba×b=7i4j4k9=79i49j49k\frac{\mathbf{a} \times \mathbf{b}}{|\mathbf{a} \times \mathbf{b}|} = \frac{-7\mathbf{i} - 4\mathbf{j} - 4\mathbf{k}}{9} = -\frac{7}{9}\mathbf{i} - \frac{4}{9}\mathbf{j} - \frac{4}{9}\mathbf{k}

A vector of magnitude 3 perpendicular to both a\mathbf{a} and b\mathbf{b} is:

37i4j4k9=73i43j43k3 \cdot \frac{-7\mathbf{i} - 4\mathbf{j} - 4\mathbf{k}}{9} = -\frac{7}{3}\mathbf{i} - \frac{4}{3}\mathbf{j} - \frac{4}{3}\mathbf{k}

Mwalimu

Unasoma somo hili? Niulize nikuelezee chochote kilichomo.

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

Ingia ili kuuliza

Majadiliano

Hakuna maswali bado

Ingia ili kuuliza
Inapakia majadiliano…