0
$\begingroup$

I have a two part question:

  1. (a) Find the least squares approximation to the solution of the system of equations:

$2x + y = 1$

$x – y = 3$

$x +2 y = 2$

(b) Let S be the plane passing through the origin O and the points

$ A = (2, 1, 1$)

$B = (1, –1, 2)$.

Use your answer to (a) to find the foot of the perpendicular dropped from $P = (1, 3, 2)$ to $S$.

I already have the answer to a)

$x=1.332$ $y=-.333$

If I've done it correctly.

I don't understand how to approach b though, if someone could help me step by step to answer this, but not give me the answer, I would be appreciative.

1 Answers 1

1

Note that $A$ and $B$ are the columns of the matrix that you would get if you set up part (a) as a matrix equation, $Mv=c$. So the plane, $S$, is the column space of the matrix, $M$. Also, $P$ in (b) is $c$ in (a). Given any vector $w$, $Mw$ is in the column space of $M$, and in part (a) you're just finding $w=(x,y)$ such that $Mw$ is the closest point to $c$ in the column space of $M$. In (b), you're trying to find the closest point to $P$ in the space $S$. Do you see how they tie up?

  • 0
    Visualizing what?2012-10-25