Points and vectors

3d-Coordinate systems

To describe geometrical objects in space with the help of coordinates, we need a three dimensional coordinate system for reference. We use the convention that:

Points

A point AA with the coordinates x,yx, y and zz, written

A(xyz)A(x \vert y \vert z)

indicates a position in space relative to the coordinate system. For example, point A(345)A(3 \vert 4 \vert 5) can be found as follows: Starting at the origin,

Negative coordinates are also allowed and indicate to move into the opposite axis direction. For example, moving (z=-3) units along the (z)-direction means moving 33 units downwards.

Note:

Vectors

A vector v\vec v with components x,yx, y, and zz, written

u=(xyz)\vec{u}=\left(\begin{array}{r} x\\ y\\ z \end{array}\right)

represents an arrow in space. An arrow has a tail, a head, and a specific length and direction.

So how do three components define an arrow in space? We interpret the three numbers as instructions of how to get from the tail of the arrow to its head, walking along the three axes directions. For example, take the vector

u=(245)\vec{u}=\left(\begin{array}{r} 2\\4\\5 \end{array}\right)

We will draw the arrow as follows: Pick any location in space for the tail of the arrow, then find the arrow head by

Warning

The three components of a vector do not tell you where the arrow is in space.

We have seen that a vector represents an arrow. The opposite is also true. For every arrow we draw in space, we can find the three components of a vector that represents this arrow - just find out how to get from the tail of the arrow to the head of the arrow by following along the xx-axis, yy-axis and zz-axis. Unfortunately, when looking at our drawings which are in 2d but represent 3d, it is not clear where a drawing of an arrow starts (tail) and where it stops (arrow). So we normally need to give the coordinates of these begin and end points. For example, assume that for the arrow the tail is at A(011)A(0 \vert 1 \vert 1) and the head at B(053)B(0 \vert 5 \vert 3).

To get from AA to BB, we have to walk along the xx axis by 00 units, along the yy-axis by 44 units, and along the zz-axis by 22 units:

AB0+001+451+23\begin{array}{lcl} A & \rightarrow & B \\ \hline 0 & \overset{+0}{\rightarrow} & 0 \\ 1 & \overset{+4}{\rightarrow} & 5 \\ 1 & \overset{+2}{\rightarrow} & 3 \\ \end{array}

So the vector representing this arrow is

u=(042)\vec{u}=\left(\begin{array}{r} 0\\4\\2 \end{array}\right)

Notes:

Exercise 1
Q1

Based on the figures, which coordinates of AA must be zero? AA is either on the xyxy-plane, xzxz-plane, yzyz-plane, xx-axis, yy-axis, or zz-axis.

Q2

Indicate the following points in a 3d-coordinate system:

  • P(025)P(0 \vert -2 \vert 5)
  • Q(255)Q(2 \vert 5 \vert 5)
  • R(222)R(2 \vert 2 \vert 2)
  • S(222)S(-2 \vert -2 \vert -2)
  • T(000)T(0 \vert 0 \vert 0)
  • U(005)U(0 \vert 0 \vert -5)
Q3

On which plane and/or axis are the following points:

  • U(012)U(0 \vert 1 \vert 2)
  • S(1.31.20)S(-1.3 \vert 1.2 \vert 0)
  • V(1300)V(-13 \vert 0 \vert 0)
Q4

Find the coordinates of all the corners of the cube of side length 55 (shown below, left), and of the pyramid of height h=4h=4 and base side length s=4s=4 (shown below, right).

Q5

Draw the vectors (103)\left(\begin{array}{r} 1\\ 0\\ 3 \end{array}\right) and (123)\left(\begin{array}{r} 1\\ 2\\ 3 \end{array}\right) as arrows. Start anywhere in space.

Q6

Determine the vector UV\overrightarrow{UV} from point UU to point VV:

  • U(121)U(1 \vert 2 \vert -1) and V(2103)V(2 \vert 10 \vert -3)
  • U(000)U(0 \vert 0 \vert 0) and V(3110)V(3 \vert 1 \vert 10)
  • U(1.23.15)U(-1.2 \vert -3.1 \vert 5) and V(221)V(2 \vert 2 \vert 1)
Q7

The arrow u=(111)\vec{u}=\left(\begin{array}{r} 1\\ -1\\ 1 \end{array}\right) is attached to the point A(010)A(0 \vert 1 \vert 0). Find the coordinates of the head of the arrow (let's call this point BB). Starting at BB, what vector do I have to follow to get back to point AA?

Q8

Consider the parallelogram with the vertices A(141)A(1 \vert 4 \vert 1), B(032)B(0 \vert 3 \vert 2), CC, and D(230)D(2 \vert 3 \vert 0). What are the coordinates of point CC?

Q9

Determine the components of the arrows shown in the figure below. Vectors a\vec{a}, b\vec{b}, and c\vec{c} are on the xx-axis, yy-axis, and zz-axis, and vectors d\vec{d} and e\vec{e} are in the yzyz-plane.

Q10

Consider the vectors a=(034)\vec a = \left(\begin{array}{r} 0\\ 3\\ 4 \end{array}\right) and b=(146)\vec b = \left(\begin{array}{r} 1\\ 4\\ 6 \end{array}\right). Determine their lengths. Can you find a general formula for determining the length of a vector c=(xyz)\vec c = \left(\begin{array}{r} x\\ y\\ z \end{array}\right)?

Hint: Apply the theorem of Pythagoras (twice in the general case). Remember how we calculated the diagonal of a cube or cuboid.

Q11

Consider the vector (034)\left(\begin{array}{r} 0\\ 3\\ 4 \end{array}\right). Find another vector that

  • points into the same direction, and has twice the length.

  • points in the opposite direction and has half the length.

  • More generally, given a vector (xyz)\left(\begin{array}{r} x\\ y\\ z \end{array}\right), what are the components of the vector pointing in the same direction and is ss times longer?

Solution
A1

a) Az=0A_z=0, b) Ay=0A_y=0, c) Ax=0A_x=0, d) Ay=Az=0A_y=A_z=0, e) Ax=Az=0A_x=A_z=0, f) Ax=Ay=0A_x=A_y=0

A2
A3

UU: yzyz-plane, SS: xyxy-plane, VV: xx-axis, xyxy-plane, xzxz-plane.

A4

Cube: A(500)A(5 \vert 0 \vert 0), B(550)B(5 \vert 5 \vert 0), C(050)C(0 \vert 5 \vert 0), D(000)D(0 \vert 0 \vert 0), E(505)E(5 \vert 0 \vert 5), F(555)F(5 \vert 5 \vert 5), G(055)G(0 \vert 5 \vert 5), H(005)H(0 \vert 0 \vert 5)
Pyramid: A(220)A(2 \vert -2 \vert 0), B(220)B(2 \vert 2 \vert 0), C(220)C(-2 \vert 2 \vert 0), D(220)D(-2 \vert -2 \vert 0), E(004)E(0 \vert 0 \vert 4)

A5
A6

a) UV=(182)\overrightarrow{UV}=\left(\begin{array}{r} 1\\ 8\\ -2 \end{array}\right), b) UV=(3110)\overrightarrow{UV}=\left(\begin{array}{r} 3\\ 1\\ 10 \end{array}\right), c) UV=(3.25.14)\overrightarrow{UV}=\left(\begin{array}{r} 3.2 \\ 5.1\\ -4 \end{array}\right)

A7

B(101),BA=(111)B(1 \vert 0 \vert 1), \overrightarrow{BA}=\left(\begin{array}{r} -1\\ 1\\ -1 \end{array}\right)

A8

C(121)C(1 \vert 2 \vert 1)

A9

a=(100)\vec a =\left(\begin{array}{r} 1\\ 0\\ 0 \end{array}\right), b=(020)\vec b =\left(\begin{array}{r} 0\\ 2\\ 0 \end{array}\right), c=(002)\vec c =\left(\begin{array}{r} 0\\ 0\\ 2 \end{array}\right), d=(021.5)\vec d =\left(\begin{array}{r} 0\\ 2\\ -1.5 \end{array}\right), e=(01.52.5)\vec e =\left(\begin{array}{r} 0\\ 1.5\\ 2.5 \end{array}\right)

A10

Length of a\vec a is (Pythagoras) 32+42=5\sqrt{3^2+4^2}=5, length of b\vec b is (applying Pythagoras twice) 12+42+62=53\sqrt{1^2+4^2+6^2}=\sqrt{53}, and the length of vector c\vec c is x2+y2+z2\sqrt{x^2+y^2+z^2}

A11

The vectors are (068)\left(\begin{array}{r} 0\\ 6\\ 8 \end{array}\right), (01.52)\left(\begin{array}{r} 0\\ -1.5\\ -2 \end{array}\right), and (sxsysz)\left(\begin{array}{r} s\cdot x\\ s\cdot y\\ s\cdot z \end{array}\right)