web analytics
Skip to main content

Section 5.2 Orthogonal complements and the matrix transpose

Activity 5.2.0.1.

Let v=[12].

(a)

Sketch the vector v and one vector that is orthogonal to it.

(b)

If a vector x is orthogonal to v, what do we know about the dot product vx?

(c)

If we write x=[xy], use the dot product to write an equation for the vectors orthogonal to v in terms of x and y.

(d)

Use this equation to sketch the set of all vectors orthogonal to v.

Activity 5.2.0.2.

Section 3.5 introduced the column space Col(A) and null space Nul(A) of a matrix A. Suppose that A is a matrix and x is a vector satisfying Ax=0.

(a)

Does x belong to Nul(A) or Col(A)?

(b)

Suppose that the equation Ax=b is consistent. Does b belong to Nul(A) or Col(A)?

Definition 5.2.0.1.

Given a subspace W of Rm, the orthogonal complement of W is the set of vectors in Rm each of which is orthogonal to every vector in W. We denote the orthogonal complement by W.
The next two activities help us find a description of the orthogonal complement W.

Activity 5.2.0.3.

Suppose that w1=[102] and w2=[111] form a basis for W, a two-dimensional subspace of R3.

(a)

Suppose that the vector x is orthogonal to w1. If we write x=[x1x2x3], use the fact that w1x=0 to write a linear equation for x1, x2, and x3.

(b)

Suppose that x is also orthogonal to w2. In the same way, write a linear equation for x1, x2, and x3 that arises from the fact that w2x=0.

(c)

If x is orthogonal to both w1 and w2, these two equations give us a linear system Bx=0 for some matrix B. Identify the matrix B and write a parametric description of the solution space to the equation Bx=0.

Activity 5.2.0.4.

Suppose that w1=[102] and w2=[111] form a basis for W, a two-dimensional subspace of R3.

(a)

Since w1 and w2 form a basis for the two-dimensional subspace W, any vector in w in W can be written as a linear combination
w=c1w1+c2w2.
If x is orthogonal to both w1 and w2, use the distributive property of dot products to explain why x is orthogonal to w.

(b)

Give a basis for the orthogonal complement W and state the dimension dimW.

(c)

Describe (W), the orthogonal complement of W.

Definition 5.2.0.2.

The transpose of the m×n matrix A is the n×m matrix AT whose rows are the columns of A.

Activity 5.2.0.5.

If B=[341202], write the matrix BT.
The next activity illustrates how multiplying a vector by AT is related to computing dot products with the columns of A. You'll develop a better understanding of this relationship if you compute the dot products and matrix products in this activity without using technology.

Activity 5.2.0.6.

Suppose that
v1=[202],v2=[112],w=[223].

(a)

Find the dot products v1w and v2w.

(b)

Now write the matrix A=[v1v2] and its transpose AT. Find the product ATw and describe how this product computes both dot products v1w and v2w.

(c)

Suppose that x is a vector that is orthogonal to both v1 and v2. What does this say about the dot products v1x and v2x? What does this say about the product ATx?

(d)

Use the matrix AT to give a parametric description of all the vectors x that are orthogonal to v1 and v2.

Activity 5.2.0.7.

Remember that Nul(AT), the null space of AT, is the solution set of the equation ATx=0. If x is a vector in Nul(AT), explain why x must be orthogonal to both v1 and v2.

Activity 5.2.0.8.

Remember that Col(A), the column space of A, is the set of linear combinations of the columns of A. Therefore, any vector in Col(A) can be written as c1v1+c2v2. If x is a vector in Nul(AT), explain why x is orthogonal to every vector in Col(A).

Activity 5.2.0.9.

In Sage, the transpose of a matrix A is given by A.T. Define the matrices
A=[103221],B=[341012],C=[103221320].

(a)

Evaluate (A+B)T and AT+BT. What do you notice about the relationship between these two matrices?

(b)

What happens if you transpose a matrix twice; that is, what is (AT)T?

(c)

Find det(C) and det(CT). What do you notice about the relationship between these determinants?

(d)

Find the product AC and its transpose (AC)T.

(e)

Is it possible to compute the product ATCT? Explain why or why not.

(f)

Find the product CTAT and compare it to (AC)T. What do you notice about the relationship between these two matrices?

Activity 5.2.0.10.

What is the transpose of the identity matrix I?

Activity 5.2.0.11.

If a square matrix D is invertible, explain why you can guarantee that DT is invertible and why (DT)1=(D1)T.

Activity 5.2.0.12.

Suppose that W is a 5-dimensional subspace of R9 and that A is a matrix whose columns form a basis for W; that is, Col(A)=W.

(a)

What are the dimensions of A?

(c)

What are the dimensions of AT?

(g)

How are the dimensions of W and W related?

Activity 5.2.0.13.

Suppose that W is a subspace of R4 having basis
w1=[1021],w2=[1263].

(a)

Find the dimensions dimW and dimW.

(b)

Find a basis for W. It may be helpful to know that the Sage command A.right_kernel() produces a basis for Nul(A).

(c)

Verify that each of the basis vectors you found for W are orthogonal to the basis vectors for W.