0% found this document useful (0 votes)
98 views

MATS 2202 Homework 12

This document provides homework assignments for a linear algebra course. It includes 14 problems to solve related to linear operators on inner product spaces. Key concepts covered include adjoints of linear operators, null spaces, ranges, and least squares approximations. Students are asked to prove theorems, find explicit expressions, and evaluate linear operators. The homework is due on June 15th and students should complete at least 10 problems from the list provided.

Uploaded by

Segun Macpherson
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
98 views

MATS 2202 Homework 12

This document provides homework assignments for a linear algebra course. It includes 14 problems to solve related to linear operators on inner product spaces. Key concepts covered include adjoints of linear operators, null spaces, ranges, and least squares approximations. Students are asked to prove theorems, find explicit expressions, and evaluate linear operators. The homework is due on June 15th and students should complete at least 10 problems from the list provided.

Uploaded by

Segun Macpherson
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Homework & Tutorial 12

MATS2202, Second Semester 2022 (Due on Wednesday 15 June)

Turn in solutions for at least 10 problems.

From Friedberg.etal pp 365-369 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .


1. Label the following statements as true or false. Assume that the underlying inner product spaces
are finite-dimensional.

(a) Every linear operator has an adjoint.


(b) Every linear operator on V has the form x → ⟨x, y⟩ for some y ∈ V .
(c) For every linear operator T on V and every ordered basis β for V , we have [T ∗ ]β = ([T ]β )∗ .
(d) The adjoint of a linear operator is unique.
(e) For any linear operators T and U and scalars a and b,

(aT + bU )∗ = aT ∗ + bU ∗ .

(f) For any n × n matrix A, we have (LA )∗ = LA∗ .


(g) For any linear operator T , we have (T ∗ )∗ = T .

2. For each of the following inner product spaces V (over F ) and linear transformations g : V → F ,
find a vector y such that g(x) = ⟨x, y⟩ for all x ∈ V .

(a) V = R3 , g(a1 , a2 , a3 ) = a1 − 2a2 + 4a3


(b) V = C2 , g(z1 , z2 ) = z1 − 2z2
R1
(c) V = P2 (R) with ⟨f, h⟩ = 0 f (t)h(t)dt, g(f ) = f (0) + f ′ (1)

3. For each of the following inner product spaces V and linear operators T on V , evaluate T ∗ at the
given vector in V .

(a) V = R2 , T (a, b) = (2a + b, a − 3b), x = (3, 5).


(b) V = C2 , T (z1 , z2 ) = (2z1 + iz2 , (1 − i)z1 ), x = (3 − i, 1 + 2i).
R1
(c) V = P1 (R) with ⟨f, g⟩ = −1 f (t)g(t)dt, T (f ) = f ′ + 3f , f (t) = 4 − 2t

4. Prove this theorem: Let T, U : V → V be linear operators on an inner product space V . Then

(a) (T +U )∗ = T ∗ +U ∗ ; (b) (cT )∗ = cT ∗ for any c ∈ F ; (c) (T U )∗ = U ∗ T ∗ ; (d) T ∗∗ = T ; (e) I ∗ = I.

5. (i) Prove the following corollary to the theorem in Exercise 4 above: For n × n matrices A and B,
(a) (A + B)∗ = A∗ + B ∗ ; (b) (cA)∗ = cA∗ for all c ∈ F ; (c) (AB)∗ = B ∗ A∗ ; (d) A∗∗ = A; (e) I ∗ = I.

(ii) State a result for nonsquare matrices that is analogous to the corollary in (i) above, and prove
it using a matrix argument.

6. Let T be a linear operator on an inner product space V . Let U1 = T + T ∗ and U2 = T T ∗ . Prove


that U1 = U1∗ and U2 = U2∗ .

7. Give an example of a linear operator T on an inner product space V such that N (T ) ̸= N (T ∗ ).

8. Let V be a finite-dimensional inner product space, and let T be a linear operator on V . Prove that
if T is invertible, then T ∗ is invertible and (T ∗ )−1 = (T −1 )∗ .

9. Prove that if V = W ⊕ W ⊥ and T is the projection on W along W ⊥ , then T = T ∗ . Hint: Recall


that N (T ) = W ⊥ .
1
10. Let T be a linear operator on an inner product space V . Prove that ∥T (x)∥ = ∥x∥ for all x ∈ V if
and only if ⟨T (x), T (y)⟩ = ⟨x, y⟩ for all x, y ∈ V .

11. For a linear operator T on an inner product space V , prove that T ∗ T = T0 implies T = T0 . Is
the same result true if we assume that T T ∗ = T0 ? (Where T0 : V → V, v 7→ 0 is the zero linear
operator.)

12. Let V be an inner product space, and let T be a linear operator on V . Prove the following results.

(a) R(T ∗ )⊥ = N (T ).
(b) If V is finite-dimensional, then R(T ∗ ) = N (T )⊥ .

13. Let T be a linear operator on a finite-dimensional vector space V . Prove the following results.

(a) N (T ∗ T ) = N (T ). Deduce that rank(T ∗ T ) = rank(T ).


(b) rank(T ) = rank(T ∗ ). Deduce from (a) that rank(T T ∗ ) = rank(T ).
(c) For any n × n matrix A, rank(A∗ A) = rank(AA∗ ) = rank(A).

14. Let V be an inner product space, and let y, z ∈ V . Define T : V → V by T (x) = ⟨x, y⟩z for all
x ∈ V . First prove that T is linear. Then show that T ∗ exists, and find an explicit expression for it.
The following definition is used in Exercises 15-17 and is an extension of the definition of the adjoint
of a linear operator.

Definition 0.1. Let T : V → W be a linear transformation, where V and W are finite-dimensional


inner product spaces with inner products ⟨·, ·⟩1 and ⟨·, ·⟩2 , respectively. A function T ∗ : W → V is
called an adjoint of T if ⟨T (x), y⟩2 = ⟨x, T ∗ (y)⟩1 for all x ∈ V and y ∈ W .

15. Let T : V → W be a linear transformation, where V and W are finite-dimensional inner product
spaces with inner products ⟨·, ·⟩1 and ⟨·, ·⟩2 , respectively. Prove the following results.

(a) There is a unique adjoint T ∗ of T , and T ∗ is linear.


(b) If β and γ are orthonormal bases for V and W , respectively, then [T ∗ ]βγ = ([T ]γβ )∗ .
(c) rank(T ∗ ) = rank(T ).
(d) ⟨T ∗ (x), y⟩1 = ⟨x, T (y)⟩2 for all x ∈ W and y ∈ V .
(e) For all x ∈ V , T ∗ T (x) = 0 if and only if T (x) = 0.

16. State and prove a result that extends the first four parts of the theorem in Exercise 4 using the
preceding definition.

17. Let T : V → W be a linear transformation, where V and W are finite-dimensional inner product
spaces. Prove that (R(T ∗ ))⊥ = N (T ), using the preceding definition.
† 18. Let A be an n × n matrix. Prove that det(A∗ ) = det(A).

19. Suppose that A is an m × n matrix in which no two columns are identical. Prove that A∗ A is a
diagonal matrix if and only if every pair of columns of A is orthogonal.

20. For each of the sets of data that follows, use the least squares approximation to find the best fits
with both (i) a linear function and (ii) a quadratic function. Compute the error E in both cases.

(a) {(−3, 9), (−2, 6), (0, 2), (1, 1)}


(b) {(1, 2), (3, 4), (5, 7), (7, 9), (9, 12)}
(c) {(−2, 4), (−1, 3), (0, 1), (1, −1), (2, −3)}

2
21. In physics, Hooke’s law states that (within certain limits) there is a linear relationship between the
length x of a spring and the force y applied to (or exerted by) the spring. That is, y = cx + d, where
c is called the spring constant. Use the following data to estimate the spring constant (the length is
given in inches and the force is given in pounds). Length Force

Length Force
x y
3.5 1.0
4.0 2.2
4.5 2.8
5.0 4.3

Definition. A solution s to Ax = b is called a minimal solution if ∥s∥ ≤ ∥u∥ for all solutions u.

22. Find the minimal solution to each of the following systems of linear equations.

x + 2y − z = 1
(a) x + 2y − z = 12 (b) 2x + 3y + z = 2
4x + 7y − z = 4
x+y−z =0
x+y+z−w =1
(c) 2x − y + z = 3 (d)
2x − y + 0 + w = 1
x−y+z =2

Theorem (∗). Let A ∈ Mm×n (F ) and y ∈ F m . Then there exists x0 ∈ F n such that (A∗ A)x0 = A∗ y
and ∥Ax0 − y∥ ≤ ∥Ax − y∥ for all x ∈ F n . Furthermore, if rank(A) = n, then x0 = (A∗ A)−1 A∗ y.

Proof. Define W = {Ax : x ∈ F n }; that is, W = R(LA ). By theorem, there exists a unique vector
in W that is closest to y. Call this vector Ax0 , where x0 ∈ F n . Then ∥Ax0 − y∥ ≤ ∥Ax − y∥ for all
x ∈ F n ; so x0 has the property that E = ∥Ax0 − y∥ is minimal, as desired.
To find an x0 , we note that by theorem Ax0 − y ∈ W ⊥ ; so ⟨Ax, Ax0 − y⟩m = 0 for all x ∈ F n . Thus,
by theorem, we have that ⟨x, A∗ (Ax0 − y)⟩n = 0 for all x ∈ F n ; that is, A∗ (Ax0 − y) = 0. So we
need only find a solution x0 to A∗ Ax = A∗ y. If, in addition, we assume that rank(A) = n, then by
theorem we have x0 = (A∗ A)−1 A∗ y.

23. Consider the problem of finding the least squares line y = ct + d corresponding to the m observations
(t1 , y1 ), (t2 , y2 ), ..., (tm , ym ).

(a) Show that the equation (A∗ A)x0 = A∗ y of Theorem (∗) takes the form of the normal equations:
Pm 2  Pm Pm
i=1 ti c + ( i=1 ti ) d = i=1 ti yi

and
( m
P Pm
i=1 ti ) c + md = i=1 yi .

These equations may also be obtained from the error E by setting the partial derivatives of E
with respect to both c and d equal to zero.
(b) Use the second normal equation of (a) to show that the least squares line must pass through
the center of mass, (t, y), where
1 Pm 1 Pm
t= m i=1 ti and y = m i=1 yi .

3
24. Let V = {σ : N → R} be the vector space of real sequences (with addition and scalar multiplication
defined as usual) and {e1 , e2 , ...} be the standard basis define by en (k) = δnk (i.e., ei is the sequence
with ith entry 1 and all other entries 0). Define T : V → V by

T (σ)(k) = ∞
P
i=k σ(i) for every positive integer k.

Notice that the infinite series in the definition of T converges because σ(i) ̸= 0 for only finitely many
i.

(a) Prove that T is a linear operator on V .


Pn
(b) Prove that for any positive integer n, T (en ) = i=1 ei .
(c) Prove that T has no adjoint. Hint: By way of contradiction, suppose that T ∗ exists. Prove
that for any positive integer n, T ∗ (en )(k) ̸= 0 for infinitely many k.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy