- #1
- 23,111
- 7,509
Homework Statement
Q. Let A be an m by n matrix. Assume that the equation Ax=b is consistent for some b≠0 in Rn. Moreover, assume that Ax=b has a unique solution. Does the equation Ax=0 have a non-trivial solution? Is it possible to find a vector V in Rm so that the system Ax=V has infinitely many solutions? Justify your answer.
Homework Equations
Theorem: Assume that the equation Ax=b is consistent. Then every solution to this equation has the form Vp+Vh where Vp is a particular solution to Ax=b and Vh is any solution to the associated homogeneous system Ax=0.
The Attempt at a Solution
Since Ax=b is consistent, then the solution to this equation is Vp+Vh, where Vh is a solution to Ax=0. However, is this solution non-trivial? Well, the homogeneous equation Ax=0 has a nontrivial solution if and only if it has at least one free variable. According to the existence and uniqueness theorem, a consistent linear system has infinitely many solutions if it has at least one free variable. But, since we're told that Ax=b has a unique solution, that means that there aren't any free variables and Vh = 0 (zero vector in Rm).
Does that sound right?
Is it possible to find a vector V in Rm so that the system Ax=V has infinitely many solutions?
Assuming V≠b≠0, then I'm not sure.