Vectors in Three-dimensional Spaces

Vectors in three-dimensional spaces have a lot of applications, from three dimensional figures and animations to navigating a flight from Oslo to New York.

Three-dimensional vectors give you a deeper understanding of how the three-dimensional world works. A new and exciting area of research is 3D-printing, which uses vectors in three dimensions to calculate how to print lots of important stuff, for example human hearts for transplants.

A vector consists of a length and a direction. That means a vector in space has three coordinates that describe its length and direction. Here is an extensive overview of the formulas you learned for two-dimensional vectors, adjusted to work for three-dimensional vectors instead.

A vector in a three-dimensional coordinatesystem

Formula

Addition and Subtraction of Three-dimensional Vectors

(x1,y1,z1) ±(x2,y2,z2) = (x1 ± x2,y1 ± y2,z1 ± z2)

(x1,y1,z1) ±(x2,y2,z2) = (x1 ± x2,y1 ± y2,z1 ± z2)

When you are adding vectors together or subtracting them from each other, you just have to do it separately for each pair of coordinates in the vectors. Remember that if we write the vectors as vectors between points, then AB + BC = AC.

Example 1

Given the two vectors a = (14, 2, 5) and b = (4, 4, 1), you can find their sum like this:

a + b = (14 + 4, 2 + 4, 5 + 1) = (18, 6, 6) .

Example 2

You have two vectors u = (2t + 1, 4t, 2) and v = (5t + 4,t 2,t). The difference between them is

u v = ( (2t + 1) (5t + 4) , ( (4t) (t 2)) , (2) (t)) = (3t 3, 3t + 2, 2 t).

u v = ( (2t + 1) (5t + 4) , ( (4t) (t 2)) , (2) (t)) = (3t 3, 3t + 2, 2 t).

Be careful with the parentheses!

Formula

Multiplication and Factorization of Three-dimensional Vectors

k (x1,y1,z1) = (kx1,ky1,kz1)

When you are multiplying a number with a vector, all you need to do is to multiply the number with all the coordinates separately. To factorize a vector, you need to find a factor that is shared by all the coordinates of the vector.

Example 3

If a = (2, 5, 6), then 4a = (8, 20, 24).

Example 4

You have a vector u = (7,1, 2). A vector pointing in the same direction as u can be written as v = ku, for k > 0 which is

v = k (7,1, 2) = (7k,k, 2k).

Example 5

If a = (9, 15, 21) and b = (3, 5, 7), then a is a multiple of b, because

a = (9, 15, 21) = 3 (3, 5, 7) = 3b.

Theory

The Position Vector

The position vector is a vector from the origin (0, 0, 0) to the point P = (a,b,c):

OP = (a,b,c)

Example 6

If you have a point P = (8, 4, 9), its position vector is OP = (8, 4, 9).

Example 7

You are standing at the point P = (0, 5, 4) and walk along the vector PQ = (2, 2, 8) to Q. What are the coordinates of Q?

In this case, you can see that to find the coordinates of Q, you can find the position vector OQ and convert it into a point. To find this vector, you first have to convert the point P to a position vector, OP = (0, 4, 5). Then you can find OQ like this:

OQ = OP + PQ = (0, 5, 4) + (2, 2, 8) = (2, 7, 12) .

OQ = OP + PQ = (0, 5, 4) + (2, 2, 8) = (2, 7, 12) .

That means the point is Q = (2, 7, 12).

Theory

Normal Vector

A normal vector to an object is a vector that is perpendicular to the object where they intersect.

A vector that is perpendicular to a line is a normal vector. This is the type of normal you can create with a ruler and a compass in geometry.

Theory

Parallel Vectors

Parallel vectors are vectors that either have the same direction or have opposite directions.

a b a = kb

To check whether two vectors are parallel, you need to try writing one of the vectors as a multiple of the other.

Example 8

Are the vectors a = (3, 6, 9) and b = (1, 2, 3) parallel?

To figure this out, you have to see whether you can factorize one of the vectors to become a multiple of the other. As a has the largest numbers, you factorize that one first. You can see that

a = (3 1, 3 2, 3 3) = 3 (1, 2, 3) = 3b,

which means the vectors are parallel, with k = 3.

Example 9

Are the vectors

a = (2,5, 5) b = (8, 20, 20)

parallel?

Like in Example 8, you need to see whether you can factorize one of the vectors into a multiple of the other. Now, b has the largest numbers, and you can see that

b = (4 (2) , 4 5, 4 5) = 4 (2, 5, 5) .

You can’t factorize any of the vectors further, but still none of them are a multiple of the other. That means the vectors aren’t parallel.

Note! You can always extract 1 and change all the signs. You should always try this before concluding that the vectors are non-parallel.

Rule

Length of Vectors

The length of a vector v = (a,b,c) is

|v| = a2 + b2 + c2.

Example 10

The length of the vector u = (4, 4, 3) is

|u| = 42 + 42 + 32 = 41.

Example 11

Let v = (4,x,x). Find x such that |v| = 66.

You have to express this as an equation:

|v| = 66 42 + x2 + x2 = 66 2x2 + 16 = 66 x2 = 25 x = ±5

Because you have squared the equation, you need to be careful and test your answer – in this case, both solutions fit.

Theory

Unit Vector

A unit vector is a vector with a length of 1. The unit vectors along the x-, y- and z-axes are

ex = (1, 0, 0) ,ey = (0, 1, 0) andez = (0, 0, 1) .

ex = (1, 0, 0) ,ey = (0, 1, 0) andez = (0, 0, 1) .

Example 12

Find a unit vector along the direction of b = (1, 1,2).

First, you have to find the length of the vector:

|b| = 12 + 12 + 2 2 = 4 = 2

Then you have to multiply the vector with 1 divided by its length:

eb = 1 2b = 1 2 (1, 1,2) = (1 2, 1 2, 1 2)

Want to know more?Sign UpIt's free!