SWILA PROBLEM SET #10 SECTIONS 6.4-6.5 THURSDAY, JULY 14

Goals for Problem Set: • Use the background from Sections 6.1-6.3 to learn about orthogonal complements, orthogonal projections, and adjoints. • Given a subspace W ⊆ V , work with the orthogonal complement W ⊥ . • Apply the defining property of the adjoint: hT x, yiW = hx, T yiV . Instructions: The below problems are split up by difficulty level: Easiest, Mediumest, and Hardest. Within each difficulty level, the problems are ordered by how good I think they are to do. In other words, the problems that I think are best to do are listed earlier within each difficulty level. I recommend that you try problems from various sections or from sections that are new to you. Warnings: Labeling the difficulty of problems was performed rather imprecisely. Thus, some problems will be mislabeled. The same holds with ordering problems by how good they are to do. I also didn’t really proofread these problems so there may be typos, and I don’t know how to completely solve all of them.

I like the first 4 “Easiest” problems. I like the first 4 “Mediumest” problems. I think the first 3 “Hardest” problems look interesting.

Easiest Problems Exercise 1.0.1. (Zhang, pg. 112, #5.22)(6.4) Consider R2 with the standard inner product. Let u = (1, 0) and v = (1, −1). Are they orthogonal? Find (a) (b) (c) (d) (e)

u⊥ , v ⊥ . u⊥ ∩ v ⊥ . {u, v}⊥ . (span{u, v})⊥ . span{u⊥ , v ⊥ }.

Exercise 1.0.2. (Zhang, pg. 82, #4.27)(6.5) Let A be an m×n matrix and x be an n-column vector. Show that (A∗ A)x = 0 ⇔ Ax = 0 Hint: Recall Rm , Rn becomes inner product spaces when endowed with the dot product, and consider hA∗ Ax, xi. 1

2

SECTIONS 6.4-6.5 THURSDAY, JULY 14

Exercise 1.0.3. (6.5) Given a linear transformation T : V → W , we proved that there is a map T ∗ : W → V satisfying hT x, yiW = hx, T ∗ yiV

for all x ∈ V, y ∈ W.

Complete the proof of the existence of the linear transformation T ∗ : W → V by showing T ∗ is linear. Hint: For α ∈ F, v ∈ V , and w1 , w2 ∈ W , analyze hv, αT ∗ w1 + T ∗ w2 i − α ¯ hv, T ∗ w1 i − hv, T ∗ w2 i by using the definition of the inner product. Then choose v appropriately. Exercise 1.0.4. (6.5) Recall Σc (N) is the vector space of real-valued sequences with only finitely many nonzero terms. Let S = {e1 , e2 , e3 , . . .} be the standard basis for Σc (N). Define the shift map S : Σc (N) → Σc (N) induced by S(ei ) = ei+1 , i.e., S(a1 , a2 , a3 , . . .) = (0, a1 , a2 , a3 , . . .) for all (a1 , a2 , a3 , . . .) ∈ Σc (N). (a) Confirm that S : Σc (N) → Σc (N) is a linear operator. (b) Show that Σc (N) becomes a real inner product space when endowed with the inner product ∞ X h(a1 , a2 , . . .), (b1 , b2 , . . .)i := aj b j . j=1

(Why is this sum finite?) (c) Prove that S is unitary in the sense that ||S(x)|| = ||x|| for all x ∈ Σc (N). (d) Find the adjoint S ∗ of S. In other words, construct the linear operator S ∗ : Σc (N) → Σc (N) such that hS(a1 , a2 , . . .), (b1 , b2 , . . .)i = h(a1 , a2 , . . .), S ∗ (b1 , b2 , . . .)i for all (a1 , a2 , . . .), (b1 , b2 , . . .) ∈ Σc (N). Hint: Consider a shift in the opposite direction. Exercise 1.0.5. (Zhang, pg. 108, #5.6)(6.4) Let  V = x = (x1 , x2 , x3 , x4 ) ∈ R4 : x1 = x3 + x4 , x2 = x3 − x4 . Show that V is a subspace of R4 . Find a basis for V and for V ⊥ . Exercise 1.0.6. (Zhang, pg. 114, #5.29)(6.4) If S is a subset of an inner product space V , answer true or false: (a) S ∩ S ⊥ = {0}. (b) S ⊆ (S ⊥ )⊥ . (c) (S ⊥ )⊥ = S. (d) (S ⊥ )⊥ = span(S). (e) S ⊥ = (span(S))⊥ .

SWILA PROBLEM SET #10

3

Exercise 1.0.7. (Zhang, pg. 116, #5.38)(6.5) If S and T are linear transformations from an inner product space V to an inner product space W such that hS(v), wi = hT (v), wi,

for all v ∈ V and w ∈ W,

show that S = T . Exercise 1.0.8. (Zhang, pg. 114, #5.26)(6.4) Let u ∈ V . Show v ∈ W is a projection of u onto W ; that is, u = v + v 0 , for some v 0 ∈ W ⊥ , if and only if ||u − v|| ≤ ||u − w||, for every w ∈ W. Exercise 1.0.9. (6.5) Prove the following corollary of the Fredholm Alternative: Let T : V → W be a linear map between finite-dimensional inner product spaces. If T is surjective, then T ∗ is injective. If T is injective, then T ∗ is surjective. In particular, if T is an isomorphism, then T ∗ is an isomorphism. Mediumest Problems Exercise 1.0.10. (6.4)(Zhang) Let V be an inner product space and W a nontrivial subspace of V . Let projW be the orthogonal projection onto W . (a) Find a nonidentity linear transformation P such that projW (w) = P (w),

w ∈ W,

but projW 6= P.

(b) Show that for every v ∈ V , hprojW (v), vi ≥ 0. (c) Show that I − projM is the orthogonal projection onto W ⊥ . Exercise 1.0.11. (Zhang, pg. 115, #5.30)(6.4) Let W1 and W2 be subspaces of an inner product space V . Show that (a) (W1 + W2 )⊥ = W1⊥ ∩ W2⊥ . (b) (W1 ∩ W2 )⊥ = W1⊥ + W2⊥ . Exercise 1.0.12. (6.5) Let B = {e1 , . . . , en } be an orthonormal basis for an inner product space V . Define the linear transformation   a1   ( e1 · · · en ) : Fn → V by ( e1 · · · en )  ...  = a1 e1 + · · · + an en . an Prove that the adjoint of ( e1 · · · en ) is given by ( e1 · · · en ) (x) = [x]B . Exercise 1.0.13. (6.5) (Zhang, pg. 116, #5.39) Use the Fredholm Alternative (from the notes) to prove the following: If T is a linear operator on V , show that V = ker T ∗ ⊕ Im(T ) = Im(T ∗ ) ⊕ ker T. Exercise 1.0.14. (Zhang, pg. 114, #5.29)(6.4) If S is a subset of an inner product space V , answer true or false: (a) [(S ⊥ )⊥ ]⊥ = S ⊥ .

4

SECTIONS 6.4-6.5 THURSDAY, JULY 14

(b) S ⊥ is always a subspace of V . (c) S ⊥ ⊕ span(S) = V . (d) dim(S ⊥ ) + dim(S ⊥ )⊥ = dim(V ). Exercise  1.0.15. (6.5) (Zhang, pg. 31, # 2.29) Let m and n be positive integers and denote Im 0 K = . Let SK be the collection of all (m + n)−square complex matrices X 0 −In such that X ∗ KX = K. ¯ A∗ ∈ SK . (1) If A ∈ SK , show that A−1 exists and A−1 , At , A, (2) If A, B ∈ SK , show that AB ∈ SK . How  about kA  or A + B? 0 Im (3) Discuss a similar problem with K = . −Im 0 Exercise 1.0.16. (6.4) Let V be an inner product space. Fix a subspace M ⊆ V and an orthonormal basis {v1 , . . . , vm } for M . We defined the orthogonal projection onto M by projM : V → V,

x 7→ hx, v1 iv1 + · · · + hx, vm ivm .

Show that this defintion of the orthogonal projection is independent of the choice of the 0 orthonormal basis for M ; i.e., if {v10 , . . . , vm } is another orthonormal basis for V , 0 0 projM (x) = hx, v10 iv10 + · · · + hx, vm ivm .

Hardest Problems Exercise 1.0.17. (Zhang, pg. 108, #5.8)(6.4) Define an inner product on P4 (R) over R as follows: Z 1 f (x)g(x) dx. hf, gi = 0

Let W be the subspace of P4 (R) consisting of the zero polynomial and all polynomials with degree 0; that is W = R. Find a basis for W ⊥ . What is the dimension of W ⊥ ? Exercise 1.0.18. (Zhang, pg. 112, #5.21)(6.4) Show that W = {X ∈ Mn (C) : tr(X) = 0} is a subspace of Mn (C) and W ⊥ consists of scalar matrices; that is, if tr(AX) = 0 for all X ∈ Mn (C) with tr(X) = 0, then A = λI for some scalar λ. Find the dimensions of W and W ⊥. Exercise 1.0.19. (6.4) Let E1 , E2 , . . . , Em be projections on an n-dimensional vector space V ; that is, Ei2 = Ei . (a) Show that if E1 + E2 + · · · + Em = I, then V = Im(E1 ) ⊕ Im(E2 ) ⊕ · · · Im(Em ) and Ei Ej = 0, i, j = 1, 2, . . . , m, i 6= j. (b) Given a subspace S ⊆ V , we call a linear operator E : V → V an orthogonal projection onto S if E(w) = w, w ∈ W and E(w0 ) = 0, w0 ∈ W ⊥ . Define an inner product for V such that each Ei is an othogonal projection.

SWILA PROBLEM SET #10

5

(c) Show that if Ei Ej = 0, i, j = 1, 2, . . . , m, i 6= j, then V = Im(E1 ) ⊕ Im(E2 ) ⊕ · · · ⊕ Im(Em ) ⊕

m \

! ker(Ei ) .

i=1

Exercise 1.0.20. (Zhang, pg. 63, #3.68)(6.5) Let A be a square complex matrix and denote ρ = max{|λ| : λ is an eigenvalue of A}, ω = max{|x∗ Ax| : x∗ x = 1, x ∈ Cn }, σ = max{(x∗ A∗ Ax)1/2 : x∗ x = 1, x ∈ Cn }. Show that ρ ≤ ω ≤ σ. Above by x ∈ C , x should be viewed as a column vector. n

Exercise 1.0.21. (Zhang, pg. 99, #4.111)(6.4) Given A ∈ Mn (C), we say A ≥ 0 if hAx, xi ≥ 0 for all x ∈ Cn . Given A, B ∈ Mn (C), we say B ≤ A if A−B ≥ 0. Finally, a square complex matrix X is called an orthogonal projection if X ∗ = X and X 2 = X. Let A and B be n × n matrices that are orthogonal projections. Show that B ≤ A if and only if AB = B. Exercise 1.0.22. (Zhang, pg. 80, #4.17)(6.5) Let A = (aij ) be an n × n real symmetric matrix, i.e., aij = aji for all i, j. Denote the sum of all entries of A by S(A). Show that S(A)/n ≤ S(A2 )/S(A). References [1] Fuzhen Zhang. Linear algebra: challenging problems for students. 2nd ed. Johns Hopkins University Press, Baltimore, MD, 2009.

July 14 PSet.pdf

Whoops! There was a problem loading more pages. Retrying... July 14 PSet.pdf. July 14 PSet.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying July ...

190KB Sizes 2 Downloads 191 Views

Recommend Documents

Top_tips_for_getting_started_in_research_update July 14.pdf ...
... (Database for Uncertainties of the Effectiveness of Treatments). This. houses information on gaps in evidence based practice. http://www.library.nhs.uk/duets/ .

July 14 Notes.pdf
F = R or C. Definition 6.4.1. Given a subspace M ⊆ V , fix an orthonormal basis {v1, . . . , vm} for M. We define the orthogonal projection onto M to be the linear ...

July 14, 2016 Regular Meeting.pdf
Terrell Ann Riley, 16 Taormina Lane. Phyllis Wright, renter at 93 Taormina Lane. Ellen Bunner, 18 Taormina Lane. Ellen Bunner spoke for Charles Ray, ...

Pocket Pattern July 14.pdf
Pocket Pattern July 14.pdf. Pocket Pattern July 14.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying Pocket Pattern July 14.pdf. Page 1 of 1.

shabbos parshas pinchas 2014/5774 july 12/ 14 ... -
Shiur. Speaker. Time. Location. Gemoro Maseches Kiddushin. Rav Gelley/TBA. 6:45 PM. Shul. Mishna Brura (For men). Rabbi Yoel Stern. 6:45 PM. 90 Bennett Avenue. Daf Yomi – Friday Daf (For men). Dr. Johny Hellmann. 7:45 AM. Shul. Daf Yomi – Shabbos

Lime Microsystems Board 14 July 2008 Venue ... -
25 dB. RxPLL frequency 2137 MHz. TxLPF. 5 MHz. Active LNA. LNA2. RxVGA2. 30 dB. RxVGA1. 120. Internal RF Loopback to LNA2 path. Digital IQ interface running at. 30.72 MHz. 1MHz CW signal is generated by. DIO card. Data fed to Tx DAC's. Tx and Rx I/Q

Lime Microsystems Board 14 July 2008 Venue ... -
Default RxVGA2 DC offset calibration method gives unstable calibration results. • The noise, which is introduced in every VGA2 gain stage (Stage A and Stage ...

OSCR Blog Post 3 (July 14, 2016).pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. OSCR Blog Post ...

Cuisine-Art Tasting Menu July 8 14.pdf
change without notice. FOOD & DRINK. TASTING MENUS*. Page 1 of 1. Cuisine-Art Tasting Menu July 8 14.pdf. Cuisine-Art Tasting Menu July 8 14.pdf. Open.

Respite Care TF July 14, 2015 Meeting summary.pdf
Respite Care TF July 14, 2015 Meeting summary.pdf. Respite Care TF July 14, 2015 Meeting summary.pdf. Open. Extract. Open with. Sign In. Main menu.

BSEE curr (July-14-11)LATEST(old).pdf
Whoops! There was a problem loading more pages. BSEE curr (July-14-11)LATEST(old).pdf. BSEE curr (July-14-11)LATEST(old).pdf. Open. Extract. Open with.

BSECE curr (July-14-11) (old).pdf
FOURTH YEAR. Prerequisite Corequisite. 2nd Semester. Page 3 of 4. BSECE curr (July-14-11) (old).pdf. BSECE curr (July-14-11) (old).pdf. Open. Extract.

RBI/2013-14/38 DNBS.PD. CC.No.336/03.02.004/2013-14 July 1 ...
Jul 1, 2013 - No.336/03.02.004/2013-14. July 1, 2013. (i). The Secretary, Ministry of Finance. (ii) The Chairman, Securities and Exchange Board of India.

BSA curr (July-14-11)LATEST (old).pdf
Loading… Page 1. Whoops! There was a problem loading more pages. BSA curr (July-14-11)LATEST (old).pdf. BSA curr (July-14-11)LATEST (old).pdf. Open.

Annex 14 Vol I_Sixth Edition July 2013.pdf
July 2013. International Civil Aviation Organization. Page 3 of 336. Annex 14 Vol I_Sixth Edition July 2013.pdf. Annex 14 Vol I_Sixth Edition July 2013.pdf. Open.

NSE/COMP/32810 Date : July 14, 2016 Circular
Jul 14, 2016 - ... of India Limited. Nipa Simaria. Chief Manager. Telephone No. Fax No. Email id. 1800 22 00 51. +91-22-26598428 [email protected].

NSE/COMP/32812 Date : July 14, 2016 Circular
Jul 14, 2016 - Download Ref No : NSE/COMP/32812 Date : July 14, 2016. Circular Ref. ... Telephone No. Fax No. Email id. 1800 22 00 51. +91-22-26598428.

NSE/CML/35369 Date : July 14, 2017 Circular Ref.
Jul 14, 2017 - ISIN Code. Series. Reason for. Revocation. 1 ... India Limited. Kautuk Upadhyay. Manager. Telephone No. Fax No. Email id. 022-26598235/36.

NSE/CML/35368 Date : July 14, 2017 Circular Ref.
Jul 14, 2017 - In pursuance of Regulation 3.1.2 of the National Stock Exchange (Capital Market) Trading. Regulations Part A, it is hereby notified that the ...

Annex 14 Vol I_Sixth Edition July 2013.pdf
0 !# !# (. () (/) () () !"# !# !# !# !# !$# !# !# !# !# !%# !# !# !# !# !&# !# !# !# !# Page 2 of 2. Annex 14 Vol I_Sixth Edition July 2013.pdf. Annex 14 Vol I_Sixth Edition July 2013.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying Anne

BSME curr (July-14-11)LATEST (old).pdf
Page 1 of 3. Lec Lab. Grade Professor Date. Taken. ME 111 Orientation to ME 1 0 1 None. ME 112 Automotive Practice 1 1 0 1 None. ME 112L Automotive Practice 1 (Lab.) 0 6 2 None. SPME001 Principles of Electricity 2 0 2 None. DRAW101 Engineering Drawin

BSA curr (July-14-11)LATEST (old).pdf
Grade Professor Date. Taken. OJT003A On-the-Job Training III (Supervised Industrial Training II) 5. Summer. FOURTH YEAR. Units Load TF Prerequisite Corequesite Course. Number Descriptive Title. Descriptive Title Units Load TF No. of Units. Note: Cert

RBI/2013-14/38 DNBS.PD. CC.No.336/03.02.004/2013-14 July 1 ...
Jul 1, 2013 - The Secretary, Ministry of Finance ... finance institution as defined in Section 2(d) of the National Housing Bank Act, 1987 from the provisions .... Reconsruction of Financial Assets and Enforcement of Security Interest. Act,2002 ...

July
Best of luck to all of our Georgia ... who will now be the sole meet hosts- the .... [email protected] by August 17. Georgia Masters. Swimming. Website.