Homepage Solution manuals Sergei Treil Linear Algebra Done Wrong Exercise 5.4.5 (Minimal norm solution)

Exercise 5.4.5 (Minimal norm solution)

Let an equation Ax = b has a solution, and let A has non-trivial kernel (so the solution is not unique). Prove that

a)
There exists a unique solution x0 of Ax = b minimizing the norm ||x||, i.e., that there exists unique x0 such that Ax0 = b and ||x0||||x|| for any x satisfying Ax = b.
b)
x0 = P(KerA)x for any x satisfying Ax = 0.

Answers

a) Suppose x0,x1 are solutions of Ax = b. Then A(x1 x0) = 0. i.e., x1 x0 KerA. As a result, P(KerA)(x1 x0) = 0 = P(KerA)x1 P(KerA)x0. So we have P(KerA)x1 = P(KerA)x0 = const := h.

Note that ||x||2 = ||P(KerA)x||2 + ||x P(KerA)x||2 ||h||2 for any x satisfying Ax = b. When x0 P(KerA)x0 = 0, x0 = h, such a x0 has the smallest norm among all the solutions. The existence and uniqueness of x0 are guaranteed by h.

b) It is shown above.

User profile picture
2018-11-29 00:00
Comments