Distance from a Point to a Hyperplane: Exercises

Problem 1

Find the distance from the point \(Q\) to the given hyperplane in \(\RNrSpc{2}\).

  1. \(Q(5,3)\), and \(\Pi\) the solutions of the equation \(2x-y=3\)

  2. \(Q(-3,-1)\), and \(\Pi\) the solutions of the equation \(x = 3y\)

Problem 2

Find the distance from the point \(Q\) to the given hyperplane of \(\RNrSpc{3}\).

  1. \(Q(3,1,-4)\) and \(\Pi\) the solutions of the equation \(2x-y-z=1\).

  2. \(Q(0,5,2)\) and \(\Pi\) the solutions of the equation \(y=5\).

  3. \(Q(1,-3,-2)\) and \(\Pi\) the solutions of the equation \(y=-z\).

Problem 3

In \(\RNrSpc{2}\), find the point \(R\) on the line \(L\) of solutions of the equation \(3x + 2y = -2\) which is closest to the point \(Q(2,2)\).

Problem 4

In \(\RNrSpc{3}\), find the point \(R\) on the plane \(H\) of solutions of the equation \(4x + 3z = 3\) which is closest to the point \(Q(1,1,1)\).

Problem 5

Verify that the given two lines in \(\RNrSpc{2}\) are parallel. Then find the distance between them.

\[ \begin{array}{rrcrcl} L_1: &\quad x & - & 3y & = & 0 \\ L_2: &\quad2x & - & 6y & = & 1 \end{array} \]
Problem 6

Verify that the given two lines in \(\RNrSpc{3}\) are parallel. Then find the distance between them.

\[ \begin{array}{rrcrcrccl} H_1: &\quad x & + & y & - & 2z & = & 0 \\ H_2: &\quad3x & + & 3y & - & 6z & = & 1 \end{array} \]