Sonzaschool
Rudi

Sekondari ya Juu · Kidato cha Sita

Advanced Mathematics 2

Vector Representation

takriban dakika 7 kusoma

Mada za sehemu hiiVectorsMada 5

Representation of vectors in three-dimensional space

A three-dimensional vector space is described using coordinates similar to a two-dimensional space. Imagine three number lines intersecting perpendicularly at the origin. One line, extending out of the horizontal plane, represents depth or height. The other two represent length and width. These are the x, y, and z axes.

The unit vectors in the x, y, and z directions are i\mathbf{i}, j\mathbf{j}, and k\mathbf{k}, respectively. A three-dimensional vector, representing width, length, and depth, is defined in this space.

Vectors are denoted by two capital letters with an arrow above (OA\overrightarrow{OA}) or a single small boldface letter (a\mathbf{a}). Sometimes an underlined or tilde-marked small letter (a\underline{a} or a~\tilde{a}) is used.

A vector a\mathbf{a} in three-dimensional space is an ordered triplet of real numbers (components) a1a_1, a2a_2, and a3a_3 such that a=a1i+a2j+a3k\mathbf{a} = a_1\mathbf{i} + a_2\mathbf{j} + a_3\mathbf{k} (a position vector), where a1ia_1\mathbf{i}, a2ja_2\mathbf{j}, and a3ka_3\mathbf{k} lie along the coordinate axes and have a common initial point at the origin.

In three-dimensional space, every point is identified by three numerical values. The z-axis is perpendicular to the x and y axes.

The positive z-axis is above the xy-plane, and the negative z-axis is below. The three axes follow the right-hand rule: if you align your right-hand fingers with the positive x-axis and curl them towards the positive y-axis, your thumb points in the positive z-axis direction.

If the figure is viewed from above along the z-axis, the positive z-axis points directly towards the viewer, with the positive x and y axes pointing left and right, respectively. Coordinates are written as (x,y,z)(x, y, z). The x and y coordinates locate a point in the xy-plane, and the z-coordinate shows the vertical position.

A vector a\mathbf{a} with three components is represented as a=a1i+a2j+a3k\mathbf{a} = a_1\mathbf{i} + a_2\mathbf{j} + a_3\mathbf{k}, where i\mathbf{i}, j\mathbf{j}, and k\mathbf{k} are unit vectors in the x, y, and z directions, respectively.

A vector OP=(a,b,c)\overrightarrow{OP} = (a, b, c) is represented in three-dimensional space.

For example, the vector OA=(2,3,4)\overrightarrow{OA} = (2, -3, 4) can be written as a=2i3j+4k\mathbf{a} = 2\mathbf{i} - 3\mathbf{j} + 4\mathbf{k}.

Representation of vectors in three-dimensional space follows the same principles as in two-dimensional space.

Magnitude of a vector in three-dimensional space

The magnitude of a vector a=(a1,a2,a3)\mathbf{a} = (a_1, a_2, a_3), denoted by a|\mathbf{a}|, is:

a=a12+a22+a32|\mathbf{a}| = \sqrt{a_1^2 + a_2^2 + a_3^2}

The unit vector a^\hat{\mathbf{a}} of vector a\mathbf{a} is:

a^=aa=a1i+a2j+a3ka12+a22+a32\hat{\mathbf{a}} = \frac{\mathbf{a}}{|\mathbf{a}|} = \frac{a_1\mathbf{i} + a_2\mathbf{j} + a_3\mathbf{k}}{\sqrt{a_1^2 + a_2^2 + a_3^2}}

The distance between two points P1(x1,y1,z1)P_1(x_1, y_1, z_1) and P2(x2,y2,z2)P_2(x_2, y_2, z_2) is:

r=P2P1=(x2x1)2+(y2y1)2+(z2z1)2r = |P_2 - P_1| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}

Consider the figures

In Figure 1, the distance between points P1(x1,y1)P_1(x_1, y_1) and P2(x2,y2)P_2(x_2, y_2) is given by:

P1P2=(x2x1)2+(y2y1)2|P_1P_2| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

(This is from the Pythagorean theorem.)

In Figure 2, the distance between points P1(x1,y1,z1)P_1(x_1, y_1, z_1) and P2(x2,y2,z2)P_2(x_2, y_2, z_2) is given by r=P2P1r = |P_2 - P_1|. The length (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} is parallel to the xy-plane and represents the distance between the projections of P1P_1 and P2P_2 onto that plane.

Thus, the distance between points P1(x1,y1,z1)P_1(x_1, y_1, z_1) and P2(x2,y2,z2)P_2(x_2, y_2, z_2) is:

r=(x2x1)2+(y2y1)2+(z2z1)2r = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}

In Figure 2, the positive x, y, and z-axes are labeled x, y, and z, respectively. Their negative counterparts are shown with dotted lines. The origin is the intersection of all three axes.

The most convenient way to express a vector analytically is using its components.

Example 1

Find a unit vector in the direction opposite to PQ\overrightarrow{PQ}, where P(1,3,2)P(1, 3, 2) and Q(1,0,8)Q(-1, 0, 8).

Solution:

PQ=(11)i+(03)j+(82)k=2i3j+6k\overrightarrow{PQ} = (-1 - 1)\mathbf{i} + (0 - 3)\mathbf{j} + (8 - 2)\mathbf{k} = -2\mathbf{i} - 3\mathbf{j} + 6\mathbf{k}

QP=PQ=2i+3j6k\overrightarrow{QP} = -\overrightarrow{PQ} = 2\mathbf{i} + 3\mathbf{j} - 6\mathbf{k}

QP=22+32+(6)2=4+9+36=49=7|\overrightarrow{QP}| = \sqrt{2^2 + 3^2 + (-6)^2} = \sqrt{4 + 9 + 36} = \sqrt{49} = 7

The unit vector in the direction opposite to PQ\overrightarrow{PQ} (which is the direction of QP\overrightarrow{QP}) is:

QPQP=2i+3j6k7=27i+37j67k\frac{\overrightarrow{QP}}{|\overrightarrow{QP}|} = \frac{2\mathbf{i} + 3\mathbf{j} - 6\mathbf{k}}{7} = \frac{2}{7}\mathbf{i} + \frac{3}{7}\mathbf{j} - \frac{6}{7}\mathbf{k}

Example 2

Write the ordered triplet that represents the vector from R(2,0,8)R(-2, 0, 8) to S(5,4,1)S(5, 4, -1), and then find the magnitude of RS\overrightarrow{RS}.

Solution:

RS=(5(2),40,18)=(7,4,9)\overrightarrow{RS} = (5 - (-2), 4 - 0, -1 - 8) = (7, 4, -9)

RS=72+42+(9)2=49+16+81=146|\overrightarrow{RS}| = \sqrt{7^2 + 4^2 + (-9)^2} = \sqrt{49 + 16 + 81} = \sqrt{146}

Example 3

Write AB\overrightarrow{AB} in terms of i\mathbf{i}, j\mathbf{j}, and k\mathbf{k} if A(5,10,3)A(-5, 10, 3) and B(1,4,2)B(1, 4, -2).

Solution:

AB=(1(5),410,23)=(6,6,5)\overrightarrow{AB} = (1 - (-5), 4 - 10, -2 - 3) = (6, -6, -5)

AB=6i6j5k\overrightarrow{AB} = 6\mathbf{i} - 6\mathbf{j} - 5\mathbf{k}

Example 4

Find a unit vector in the direction of a=3i+4j+k\mathbf{a} = 3\mathbf{i} + 4\mathbf{j} + \mathbf{k}.

Solution:

a=32+42+12=9+16+1=26|\mathbf{a}| = \sqrt{3^2 + 4^2 + 1^2} = \sqrt{9 + 16 + 1} = \sqrt{26}

a^=3i+4j+k26=326i+426j+126k\hat{\mathbf{a}} = \frac{3\mathbf{i} + 4\mathbf{j} + \mathbf{k}}{\sqrt{26}} = \frac{3}{\sqrt{26}}\mathbf{i} + \frac{4}{\sqrt{26}}\mathbf{j} + \frac{1}{\sqrt{26}}\mathbf{k}

Mwalimu

Unasoma somo hili? Niulize nikuelezee chochote kilichomo.

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

Ingia ili kuuliza