Matrices

Algebra Level 4

[ x 1 y 1 1 x 2 y 2 1 x 3 y 3 1 ] \large \begin{bmatrix} { x }_{ 1 } & { y }_{ 1 } & 1 \\ { x }_{ 2 } & { y }_{ 2 } & 1 \\ { x }_{ 3 } & { y }_{ 3 } & 1 \end{bmatrix}

If the points ( x 1 , y 1 ) (x_{1},y_{1}) , ( x 2 , y 2 ) (x_{2},y_{2}) and ( x 3 , y 3 ) (x_{3},y_{3}) are collinear, then what is the maximum rank of the matrix above?

2 1 None 3

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Patrick Corn
Apr 3, 2018

The condition is that the points all lie on some line a x + b y + c = 0 , ax+by+c=0, where a , b a,b are not both zero. In this case, [ x 1 y 1 1 x 2 y 2 1 x 3 y 3 1 ] [ a b c ] = [ 0 0 0 ] , \begin{bmatrix} x_1&y_1&1 \\ x_2&y_2&1 \\ x_3&y_3&1 \end{bmatrix} \begin{bmatrix} a\\b\\c \end{bmatrix} = \begin{bmatrix} 0\\0\\0 \end{bmatrix}, so the matrix has a nontrivial nullspace. By rank-nullity , the matrix has rank at most 2. 2.

On the other hand, the matrix [ 1 0 1 2 0 1 3 0 1 ] \begin{bmatrix} 1&0&1 \\ 2&0&1 \\ 3&0&1 \end{bmatrix} has rank 2 , 2, so the answer is 2 . \fbox{2}.

Tom Engelsman
May 8, 2016

If the above three points (x1, y1), (x2, y2), and (x3, y3) are collinear, then they each lie on some line y = mx + b. We can then rewrite these points as:

(x1, m x1 + b); (x2, m x2 + b); (x3, m*x3 + b) (i).

Let us now express the columns of the above matrix as the vectors:

v1 = [x1 x2 x3]^T; v2 = [m x1 + b m x2 + b m*x3 + b]^T; v3 = [1 1 1]^T (ii)

It becomes apparent that v2 = m v1 + b v3 => v2 is linearly dependent on v1 and v3. Hence the maximum rank of the matrix is 2.

They could all lie on the same vertical line.

Patrick Corn - 3 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...