All practice topics

3D Coordinate Geometry

13 practice questions with full worked solutions. Free, no account needed.

Problems & worked solutions

Problem #3558 International

Problem 1Distance and Midpoint in 3D

The point M(4,0,2)M(4, 0, 2) is the midpoint of the segment ABAB, and AA has coordinates (2,4,6)(2, -4, 6). The coordinates of BB are:

Show answer & worked solution
  1. A. (6,4,2)(6, 4, -2)✓ correct
  2. B. (3,2,4)(3, -2, 4)
  3. C. (6,4,8)(6, -4, 8)
  4. D. (2,4,4)(2, 4, -4)
  5. E. (10,4,10)(10, -4, 10)

Set up one equation per coordinate from A(2,4,6)A(2,-4,6) and M(4,0,2)M(4,0,2): 2+xB2=4,4+yB2=0,6+zB2=2\frac{2+x_B}{2}=4,\qquad \frac{-4+y_B}{2}=0,\qquad \frac{6+z_B}{2}=2

Multiply each equation by 22: 2+xB=8,4+yB=0,6+zB=42+x_B=8,\qquad -4+y_B=0,\qquad 6+z_B=4

Solve each one: xB=6,yB=4,zB=2x_B=6,\qquad y_B=4,\qquad z_B=-2

Check: the midpoint of A(2,4,6)A(2,-4,6) and (6,4,2)(6,4,-2) is (2+62, 4+42, 622)=(4,0,2)=M\left(\dfrac{2+6}{2},\ \dfrac{-4+4}{2},\ \dfrac{6-2}{2}\right)=(4,0,2)=M. B(6,4,2)B(6, 4, -2)

Problem #0582 International

Problem 23D Coordinate Geometry

The distance from A(1,2,3)A(1, 2, 3) to B(4,6,3)B(4, 6, 3) is:

Show answer & worked solution
  1. A. 44
  2. B. 55✓ correct
  3. C. 77
  4. D. 50\sqrt{50}

d=32+42+02=25=5d = \sqrt{3^2 + 4^2 + 0^2} = \sqrt{25} = 5. (3-4-5 triple in the xyxy-plane.)

Problem #0584 International

Problem 33D Coordinate Geometry

(1,2,3)(2,1,1)=?(1, 2, 3) \cdot (2, -1, 1) = ?

Show answer & worked solution
  1. A. 00
  2. B. 22
  3. C. 33✓ correct
  4. D. 66

12+2(1)+31=22+3=31\cdot 2 + 2\cdot(-1) + 3\cdot 1 = 2 - 2 + 3 = 3.

Problem #0581 International

Problem 43D Coordinate Geometry

The magnitude v\|\vec{v}\| for v=(1,2,2)\vec{v} = (1, 2, 2) is:

Show answer & worked solution
  1. A. 5\sqrt{5}
  2. B. 33✓ correct
  3. C. 55
  4. D. 99

v=1+4+4=9=3\|\vec{v}\| = \sqrt{1 + 4 + 4} = \sqrt{9} = 3.

Problem #0583 International

Problem 53D Coordinate Geometry

Midpoint of A(2,1,4)A(2, -1, 4) and B(8,5,2)B(8, 5, -2):

Show answer & worked solution
  1. A. (5,2,1)(5, 2, 1)✓ correct
  2. B. (6,6,6)(6, 6, -6)
  3. C. (3,3,1)(3, 3, 1)
  4. D. (10,4,2)(10, 4, 2)

Average each coordinate: ((2+8)/2,(1+5)/2,(42)/2)=(5,2,1)((2+8)/2, (-1+5)/2, (4-2)/2) = (5, 2, 1).

Problem #3559 International

Problem 6Distance and Midpoint in 3D

In the triangle with vertices A(1,2,3)A(1, 2, 3), B(5,0,1)B(5, 0, -1) and C(1,4,3)C(-1, 4, 3), the length of the median from AA is:

Show answer & worked solution
  1. A. 5\sqrt{5}✓ correct
  2. B. 353\sqrt{5}
  3. C. 14\sqrt{14}
  4. D. 55
  5. E. 17\sqrt{17}

Locate the endpoint of the median, the midpoint MM of BCBC with B(5,0,1)B(5,0,-1) and C(1,4,3)C(-1,4,3): M=(5+(1)2, 0+42, 1+32)=(2,2,1)M=\left(\frac{5+(-1)}{2},\ \frac{0+4}{2},\ \frac{-1+3}{2}\right)=(2, 2, 1)

Take the coordinate differences between A(1,2,3)A(1,2,3) and M(2,2,1)M(2,2,1): Δx=21=1,Δy=22=0,Δz=13=2\Delta x = 2-1 = 1,\qquad \Delta y = 2-2 = 0,\qquad \Delta z = 1-3 = -2

Square, add, and take the square root: AM=12+02+(2)2=1+0+4=5|AM|=\sqrt{1^2+0^2+(-2)^2}=\sqrt{1+0+4}=\sqrt{5}

Problem #3560 International

Problem 7Lines and Planes in 3D

The line \ell has vector equation

r=(121)+t(213),tR,\vec{r} = \begin{pmatrix} 1 \\ 2 \\ -1 \end{pmatrix} + t \begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix}, \quad t \in \mathbb{R},

and the plane π\pi has equation x+y+z=10x + y + z = 10. The point at which \ell meets π\pi is:

Show answer & worked solution
  1. A. (5,0,5)(5, 0, 5)✓ correct
  2. B. (3,4,7)(-3, 4, -7)
  3. C. (5,5,0)(5, 5, 0)
  4. D. (4,2,6)(4, -2, 6)
  5. E. (3,4,1)(3, 4, 1)

A general point of \ell has coordinates

(x,y,z)=(1+2t,  2t,  1+3t).(x, y, z) = (1 + 2t,\; 2 - t,\; -1 + 3t).

Such a point lies on π\pi exactly when its coordinates satisfy x+y+z=10x + y + z = 10:

(1+2t)+(2t)+(1+3t)=10.(1 + 2t) + (2 - t) + (-1 + 3t) = 10.

Collecting the constants and the terms in tt:

2+4t=104t=8t=2.2 + 4t = 10 \quad \Longrightarrow \quad 4t = 8 \quad \Longrightarrow \quad t = 2.

Substituting t=2t = 2 back into the parametric coordinates:

x=1+2(2)=5,y=22=0,z=1+3(2)=5.x = 1 + 2(2) = 5, \qquad y = 2 - 2 = 0, \qquad z = -1 + 3(2) = 5.

The check 5+0+5=105 + 0 + 5 = 10 confirms the point lies on π\pi, and t=2t = 2 places it on \ell. Since the direction vector (2,1,3)(2, -1, 3) is not perpendicular to the normal (1,1,1)(1, 1, 1) — their dot product is 21+3=402 - 1 + 3 = 4 \neq 0 — the line is not parallel to the plane, so this intersection point is unique:

(5,0,5).(5, 0, 5).

Problem #0586 International

Problem 83D Coordinate Geometry

(1,0,0)×(0,2,0)=?(1, 0, 0) \times (0, 2, 0) = ?

Show answer & worked solution
  1. A. (0,0,0)(0, 0, 0)
  2. B. (2,0,0)(2, 0, 0)
  3. C. (0,0,2)(0, 0, 2)✓ correct
  4. D. (0,2,0)(0, 2, 0)

(1,0,0)×(0,2,0)=(0002,0010,1200)=(0,0,2)(1, 0, 0) \times (0, 2, 0) = (0\cdot 0 - 0\cdot 2, 0\cdot 0 - 1\cdot 0, 1\cdot 2 - 0\cdot 0) = (0, 0, 2).

Problem #0585 International

Problem 93D Coordinate Geometry

For which value of aa is (a,1,2)(3,1,1)(a, 1, 2) \perp (3, -1, -1)?

Show answer & worked solution
  1. A. 00
  2. B. 11✓ correct
  3. C. 1-1
  4. D. 33

3a12=03a=3a=13a - 1 - 2 = 0 \Rightarrow 3a = 3 \Rightarrow a = 1.

Problem #0588 International

Problem 103D Coordinate Geometry

The distance from (0,0,0)(0, 0, 0) to the plane 2x+2y+z6=02x + 2y + z - 6 = 0 is:

Show answer & worked solution
  1. A. 22✓ correct
  2. B. 33
  3. C. 5\sqrt{5}
  4. D. 66

d=6/4+4+1=6/3=2d = |{-6}|/\sqrt{4 + 4 + 1} = 6/3 = 2.

Which exam are you sitting?