Exercise 1.1.5

The linear combinations of v = (1,1,0) and w = (0,1,1) fill a plane in R3.

(a)
Find a vector z that is perpendicular to v and w. Then z is perpendicular to every vector cv + dw on the plane : (cv + dw)Tz = cvTz + dwTz = 0 + 0.
(b)
Find a vector u that is not on the plane. Check that uTz0.

Answers

(a)
Let z = [z1 z2 z3 ] , and for every linear combination of v and w, i.e. cv + dw, we let (cv + dw)Tz = 0, so we have

(cv + dw)Tz = cvTz + dwTz = c(z1 + z2) + d(z2 + z3) = cz1 + (c + d)z2 + dz3 = 0

Solve this for any c and d, we see that z = [1 1 1 ] solves the equation.

(b)
We see that cv + dw = [ c c + d d ], it’s easy to see that u = [1 3 1 ] is not on theplane, and we have uTz = [131 ] [1 1 1 ] = 10.
User profile picture
2020-03-20 00:00
Comments