<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>unique solution &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/unique-solution/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 08 Jan 2018 05:02:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.4</generator>

<image>
	<url>https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/12/cropped-question-logo.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>unique solution &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>Are Coefficient Matrices of the Systems of Linear Equations Nonsingular?</title>
		<link>https://yutsumura.com/are-coefficient-matrices-of-the-systems-of-linear-equations-nonsingular/</link>
				<comments>https://yutsumura.com/are-coefficient-matrices-of-the-systems-of-linear-equations-nonsingular/#respond</comments>
				<pubDate>Mon, 08 Jan 2018 05:02:25 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[homogeneous system]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[singular matrix]]></category>
		<category><![CDATA[system of linear equations]]></category>
		<category><![CDATA[unique solution]]></category>
		<category><![CDATA[zero solution]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6672</guid>
				<description><![CDATA[<p>(a) Suppose that a $3\times 3$ system of linear equations is inconsistent. Is the coefficient matrix of the system nonsingular? (b) Suppose that a $3\times 3$ homogeneous system of linear equations has a solution&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/are-coefficient-matrices-of-the-systems-of-linear-equations-nonsingular/" target="_blank">Are Coefficient Matrices of the Systems of Linear Equations Nonsingular?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 669</h2>
<p><strong>(a)</strong> Suppose that a $3\times 3$ system of linear equations is inconsistent. Is the coefficient matrix of the system nonsingular?</p>
<p><strong>(b)</strong> Suppose that a $3\times 3$ homogeneous system of linear equations has a solution $x_1=0, x_2=-3, x_3=5$. Is the coefficient matrix of the system nonsingular?</p>
<p><strong>(c)</strong> Let $A$ be a $4\times 4$ matrix and let<br />
\[\mathbf{v}=\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    3 \\<br />
   4<br />
   \end{bmatrix} \text{ and } \mathbf{w}=\begin{bmatrix}<br />
  4 \\<br />
   3 \\<br />
    2 \\<br />
   1<br />
   \end{bmatrix}.\]
   Suppose that we have $A\mathbf{v}=A\mathbf{w}$. Is the matrix $A$ nonsingular?</p>
<p>&nbsp;<br />
<span id="more-6672"></span><br />

<h2>Hint.</h2>
<p>Recall the following fact.</p>
<p>Let $A$ be an $n\times n$ matrix. </p>
<p>Then $A\mathbf{x}=\mathbf{b}$ has a unique solution for every $n\times 1$ column vector $\mathbf{b}$ if and only if $A$ is nonsingular.</p>
<h2>Solution.</h2>
<h3>(a) Suppose that a $3\times 3$ system of linear equations is inconsistent. Is the coefficient matrix of the system nonsingular?</h3>
<p>	Let $A\mathbf{x}=\mathbf{b}$ be the system, where $A$ is the coefficient matrix and $\mathbf{b}$ is the constant term vector. Because this system is inconsistent, then $A$ is singular. (If $A$ would be nonsingular, then the system has a unique solution.)</p>
<h3>(b) Suppose that a $3\times 3$ homogeneous system of linear equations has a solution $x_1=0, x_2=-3, x_3=5$. Is the coefficient matrix of the system nonsingular?</h3>
<p> Recall that a homogeneous system of linear equations has always the zero solution. As the system has another solution $x_1=0, x_2=-3, x_3=5$, the system $A\mathbf{x}=\mathbf{0}$ must have infinitely many solutions. Here $A$ is the coefficient matrix.<br />
	Thus, the coefficient matrix $A$ is singular. (If $A$ would be nonsingular, the system has only one solution, which must be the zero solution.)</p>
<h3>(c) Suppose that we have $A\mathbf{v}=A\mathbf{w}$. Is the matrix $A$ nonsingular?</h3>
<p> Because $A\mathbf{v}=A\mathbf{w}$, we have<br />
\[A(\mathbf{v}-\mathbf{w})=A\mathbf{v}-A\mathbf{w}=\mathbf{0}.\]
Note that<br />
\[\mathbf{v}-\mathbf{w}=\begin{bmatrix}<br />
  1 \\<br />
   2 \\<br />
    3 \\<br />
   4<br />
   \end{bmatrix}-\begin{bmatrix}<br />
  4 \\<br />
   3 \\<br />
    2 \\<br />
   1<br />
   \end{bmatrix}=\begin{bmatrix}<br />
  -3 \\<br />
   -1 \\<br />
    1 \\<br />
   3<br />
   \end{bmatrix}\]
   is a nonzero vector.<br />
	This implies that the homogeneous system $A\mathbf{x}=\mathbf{0}$ has infinitely many solutions as we have found a nonzero solution.<br />
	Hence, $A$ is singular.</p>
<button class="simplefavorite-button has-count" data-postid="6672" data-siteid="1" data-groupid="1" data-favoritecount="15" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">15</span></button><p>The post <a href="https://yutsumura.com/are-coefficient-matrices-of-the-systems-of-linear-equations-nonsingular/" target="_blank">Are Coefficient Matrices of the Systems of Linear Equations Nonsingular?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/are-coefficient-matrices-of-the-systems-of-linear-equations-nonsingular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6672</post-id>	</item>
		<item>
		<title>The Possibilities For the Number of Solutions of Systems of Linear Equations that Have More Equations than Unknowns</title>
		<link>https://yutsumura.com/the-possibilities-for-the-number-of-solutions-of-systems-of-linear-equations-that-have-more-equations-than-unknowns/</link>
				<comments>https://yutsumura.com/the-possibilities-for-the-number-of-solutions-of-systems-of-linear-equations-that-have-more-equations-than-unknowns/#comments</comments>
				<pubDate>Mon, 13 Feb 2017 21:26:08 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[consistent system]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[homogeneous system]]></category>
		<category><![CDATA[inconsistent system]]></category>
		<category><![CDATA[infinitely many solutions]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[no solution]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>
		<category><![CDATA[rank of a matrix]]></category>
		<category><![CDATA[rank of a system]]></category>
		<category><![CDATA[system of linear equations]]></category>
		<category><![CDATA[unique solution]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2172</guid>
				<description><![CDATA[<p>Determine all possibilities for the number of solutions of each of the system of linear equations described below. (a) A system of $5$ equations in $3$ unknowns and it has $x_1=0, x_2=-3, x_3=1$ as&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/the-possibilities-for-the-number-of-solutions-of-systems-of-linear-equations-that-have-more-equations-than-unknowns/" target="_blank">The Possibilities For the Number of Solutions of Systems of Linear Equations that Have More Equations than Unknowns</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 295</h2>
<p> Determine all possibilities for the number of solutions of each of the system of linear equations described below.</p>
<p><strong>(a)</strong> A system of $5$ equations in $3$ unknowns and it has $x_1=0, x_2=-3, x_3=1$ as a solution.</p>
<p><strong>(b)</strong> A homogeneous system of $5$ equations in $4$ unknowns and the rank of the system is $4$.<br />
	&nbsp;</p>
<p>(<em>The Ohio State University, Linear Algebra Midterm Exam Problem</em>)<br />
<span id="more-2172"></span><br />

<h2>Hint.</h2>
<p>See the post <a href="//yutsumura.com/summary-possibilities-for-the-solution-set-of-a-system-of-linear-equations/" target="_blank">Summary: possibilities for the solution set of a system of linear equations</a> to review how to determine the number of solutions of a system of linear equations.</p>
<h2>Solution.</h2>
<p>		Let $m$ be the number of equations and $n$ be the number of unknowns in the given system.<br />
		Note that the information $m > n$ tells us nothing about the possibilities for the number of solutions.</p>
<h3>(a) A system of $5$ equations in $3$ unknowns and it has $x_1=0, x_2=-3, x_3=1$ as a solution.</h3>
<p> The system has at least one solution $x_1=0, x_2=-3, x_3=1$, hence it is consistent.<br />
			Thus, the system has either a unique solution or infinitely many solutions. Since $m > n$, we cannot narrow down the possibilities further. Thus, the possibilities are either a unique solution (which must be $x_1=0, x_2=-3, x_3=1$) or infinitely many solution.</p>
<h3>(b)  A homogeneous system of $5$ equations in $4$ unknowns and the rank of the system is $4$.</h3>
<p>Since the system is homogeneous, it has always the zero solution, hence it is consistent.<br />
			The fact $m > n$ gives no new information. But since the rank $r$ of the system is equal to the number of unknowns $n$, there is no free variable. ($n-r=0$.) Thus, the system must have a unique solution, which is the zero solution.</p>
<h2>Comment.</h2>
<p>This is one of the midterm exam 1 problems of linear algebra (Math 2568) at the Ohio State University.</p>
<p>Some students wrongly concluded from the condition $m >n$. Again, note that the condition $m > n$ gives no new information at all. </p>
<h2>Midterm 1 problems and solutions </h2>
<p>The following list is the problems and solutions/proofs of midterm exam 1 of linear algebra at the Ohio State University in Spring 2017.</p>
<ol>
<li>Problem 1 and its solution (The current page): Possibilities for the solution set of a system of linear equations</li>
<li><a href="//yutsumura.com/solve-the-system-of-linear-equations-and-give-the-vector-form-for-the-general-solution/" target="_blank">Problem 2 and its solution</a>: The vector form of the general solution of a system</li>
<li><a href="//yutsumura.com/compute-and-simplify-the-matrix-expression-including-transpose-and-inverse-matrices/" target="_blank">Problem 3 and its solution</a>: Matrix operations (transpose and inverse matrices)</li>
<li><a href="//yutsumura.com/express-a-vector-as-a-linear-combination-of-given-three-vectors/" target="_blank">Problem 4 and its solution</a>: Linear combination</li>
<li><a href="//yutsumura.com/find-the-inverse-matrix-of-a-3times-3-matrix-if-exists/" target="_blank">Problem 5 and its solution</a>: Inverse matrix</li>
<li><a href="//yutsumura.com/quiz-4-inverse-matrix-nonsingular-matrix-satisfying-a-relation/" target="_blank">Problem 6 and its solution</a>: Nonsingular matrix satisfying a relation</li>
<li><a href="//yutsumura.com/solve-a-system-by-the-inverse-matrix-and-compute-a2017mathbfx/" target="_blank">Problem 7 and its solution</a>: Solve a system by the inverse matrix</li>
<li><a href="//yutsumura.com/if-a-matrix-a-is-singular-then-exists-nonzero-b-such-that-ab-is-the-zero-matrix/" target="_blank">Problem 8 and its solution</a>:A proof problem about nonsingular matrix</li>
</ol>
<button class="simplefavorite-button has-count" data-postid="2172" data-siteid="1" data-groupid="1" data-favoritecount="22" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">22</span></button><p>The post <a href="https://yutsumura.com/the-possibilities-for-the-number-of-solutions-of-systems-of-linear-equations-that-have-more-equations-than-unknowns/" target="_blank">The Possibilities For the Number of Solutions of Systems of Linear Equations that Have More Equations than Unknowns</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-possibilities-for-the-number-of-solutions-of-systems-of-linear-equations-that-have-more-equations-than-unknowns/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2172</post-id>	</item>
		<item>
		<title>Summary: Possibilities for the Solution Set of a System of Linear Equations</title>
		<link>https://yutsumura.com/summary-possibilities-for-the-solution-set-of-a-system-of-linear-equations/</link>
				<comments>https://yutsumura.com/summary-possibilities-for-the-solution-set-of-a-system-of-linear-equations/#comments</comments>
				<pubDate>Wed, 08 Feb 2017 05:17:53 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[consistent system]]></category>
		<category><![CDATA[homogeneous system]]></category>
		<category><![CDATA[inconsistent system]]></category>
		<category><![CDATA[infinitely many solutions]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear equation]]></category>
		<category><![CDATA[no solution]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[solution set]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[system of linear equations]]></category>
		<category><![CDATA[unique solution]]></category>
		<category><![CDATA[zero solution]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2129</guid>
				<description><![CDATA[<p>In this post, we summarize theorems about the possibilities for the solution set of a system of linear equations and solve the following problems. Determine all possibilities for the solution set of the system&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/summary-possibilities-for-the-solution-set-of-a-system-of-linear-equations/" target="_blank">Summary: Possibilities for the Solution Set of a System of Linear Equations</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 288</h2>
<p>In this post, we summarize theorems about the possibilities for the solution set of a system of linear equations and solve the following problems.</p>
<p>Determine all possibilities for the solution set of the system of linear equations described below.</p>
<p><strong>(a)</strong> A homogeneous system of $3$ equations in $5$ unknowns.</p>
<p><strong>(b)</strong> A homogeneous system of $5$ equations in $4$ unknowns.</p>
<p><strong>(c)</strong> A system of $5$ equations in $4$ unknowns.</p>
<p><strong>(d)</strong> A system of $2$ equations in $3$ unknowns that has $x_1=1, x_2=-5, x_3=0$ as a solution.</p>
<p><strong>(e)</strong> A homogeneous system of $4$ equations in $4$ unknowns.</p>
<p><strong>(f)</strong> A homogeneous system of $3$ equations in $4$ unknowns.</p>
<p><strong>(g)</strong> A homogeneous system that has $x_1=3, x_2=-2, x_3=1$ as a solution.</p>
<p><strong>(h)</strong> A homogeneous system of $5$ equations in $3$ unknowns and the rank of the system is $3$.</p>
<p><strong>(i)</strong> A system of $3$ equations in $2$ unknowns and the rank of the system is $2$.</p>
<p><strong>(j)</strong> A homogeneous system of $4$ equations in $3$ unknowns and the rank of the system is $2$.<br />
&nbsp;<br />
<span id="more-2129"></span></p>

<h2>the possibilities for the solution set of a system of linear equations</h2>
<p>An $m\times n$ <strong>system of linear equations</strong> is<br />
 \begin{align*} \tag{*}<br />
	a_{1 1} x_1+a_{1 2}x_2+\cdots+a_{1 n}x_n&#038; =b_1 \\<br />
	a_{2 1} x_1+a_{2 2}x_2+\cdots+a_{2 n}x_n&#038; =b_2 \\<br />
	a_{3 1} x_1+a_{3 2}x_2+\cdots+a_{3 n}x_n&#038; =b_3 \\<br />
	 \vdots \qquad \qquad \cdots\qquad \qquad &#038;\vdots \\<br />
	a_{m 1} x_1+a_{m 2}x_2+\cdots+a_{m n}x_n&#038; =b_m,<br />
	\end{align*}<br />
	where $x_1, x_2, \dots, x_n$ are unknowns (variables) and $a_{i j}, b_k$ are numbers.<br />
	Thus an $m\times n$ system of linear equations consists of $m$ equations and $n$ unknowns $x_1, x_2, \dots, x_n$.<br />
	A system of linear equations is called <strong>homogeneous</strong> if the constants $b_1, b_2, \dots, b_m$ are all zero. Namely, a homogeneous system is<br />
	\begin{align*}<br />
	a_{1 1} x_1+a_{1 2}x_2+\cdots+a_{1 n}x_n&#038; =0 \\<br />
	a_{2 1} x_1+a_{2 2}x_2+\cdots+a_{2 n}x_n&#038; =0 \\<br />
	a_{3 1} x_1+a_{3 2}x_2+\cdots+a_{3 n}x_n&#038; =0 \\<br />
	 \vdots \qquad \qquad \cdots\qquad \qquad &#038;\vdots \\<br />
	a_{m 1} x_1+a_{m 2}x_2+\cdots+a_{m n}x_n&#038; =0.<br />
	\end{align*}<br />
	A <strong>solution</strong> of the system (*) is a sequence of numbers $s_1, s_2, \dots, s_n$ such that the substitution $x_1=s_1, x_2=s_2, \dots, x_n=s_n$ satisfies all the $m$ equations in the system (*).<br />
	We sometimes use the vector notation and say<br />
	\[\mathbf{x}=\begin{bmatrix}<br />
  x_1 \\<br />
   x_2 \\<br />
    \vdots \\<br />
   x_n<br />
   \end{bmatrix}=\begin{bmatrix}<br />
  s_1 \\<br />
   s_2 \\<br />
    \vdots \\<br />
   s_n<br />
   \end{bmatrix}\]
   is a solution of the system.<br />
   For example, every homogeneous system has the <strong>zero solution</strong> $x_1=0, x_2=0, \dots, x_n=0$, or<br />
   \[\mathbf{x}=\begin{bmatrix}<br />
  0 \\<br />
   0 \\<br />
    \vdots \\<br />
   0<br />
   \end{bmatrix}.\]
   Here we summarize several theorems concerning with the possibilities for the number of solutions of a system of linear equations.</p>
<p>   We say a system is <strong>consistent</strong> if the system has at least one solution.<br />
   A system is called <strong>inconsistent</strong> if the system has no solutions at all.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;"><strong>Theorem 1</strong>. For a given system of linear equations, there are three possibilities for the solution set of the system: No solution (inconsistent), a unique solution, or infinitely many solutions.</div>
<p>   Thus, for example, if we find two distinct solutions for a system, then it follows from the theorem that there are infinitely many solutions for the system.</p>
<p>   Next, since a homogeneous system has the zero solution, it is always consistent. Thus:</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;"><strong>Theorem 2</strong>. The possibilities for the solution set of a homogeneous system is either a unique solution or infinitely many solutions.</div>
<p>   Let us refine these theorems. Suppose that an $m\times n$ system of linear equations is given. That is, there are $m$ linear equations and $n$ unknowns.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;"><strong>Theorem 3</strong>. If $m < n$, then the system is either inconsistent or it has infinitely many solutions.</div>
<p>   Thus, there are only two possibilities when $m < n$: No solution or infinitely many solutions.
   
  
  

<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;"><strong>Theorem 4</strong>. Consider $m\times n$ homogeneous system of linear equations. Then the system has always infinitely many solutions.</div>
<p>This is obtained by noting that a homogeneous system always has the zero solution, hence consistent. By the previous theorem, the only possibility is infinitely many solutions.</p>
<h3>Summary 1</h3>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;"><strong>Summary 1</strong>: The number of solutions of a system of linear equations is one of $0$, $1$, or $\infty$. If there are more unknowns ($n$) than the number of equations ($m$), then the number of solutions of the system is either $0$ or $\infty$. If a system is homogeneous, then it has the zero solution and thus a homogeneous system is always consistent.</div>
<h2>The case $m \geq n$?</h2>
<p>What happens when $m \geq n$?<br />
In general, when the number of equations is greater than or equal to the number of unknowns, we cannot narrow down the possibilities.<br />
We need more information about the system. The key word is the <strong>rank</strong> of the system.<br />
For a given system (*), let $A$ be the coefficient matrix and let $\mathbf{b}$ be the constant term vector. Then we define the rank of the system to be the rank of the augmented matrix $[A\mid \mathbf{b}]$.<br />
Recall that the rank is defined as follows. We first reduce the matrix $[A\mid \mathbf{b}]$ to a matrix $[A&#8217;\mid \mathbf{b&#8217;}]$ in (reduced) row echelon form by elementary row operations.<br />
Then the rank of $[A\mid \mathbf{b}]$ is the number of nonzero rows in the matrix $[A&#8217;\mid \mathbf{b&#8217;}]$.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;"><strong>Theorem 5</strong>. Consider an $m\times n$ system of linear equations. Suppose that it is consistent. Then the rank $r$ of the system satisfies $r\leq n$. Also, the system has $n-r$ free variables.</div>
<p>A free variable means an unknown that can be assigned arbitrary values. It follows that if a system has a free variable, then there are infinitely many solutions.</p>
<p><strong>Caution</strong>: the theorem assumes that a given system is consistent.</p>
<h3>Summary 2</h3>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;"><strong>Summary 2</strong>: Suppose that an $m\times n$ system of linear equations is consistent and let $r$ be the rank of the system. If $n=r$, then the system has a unique solution. If $n>r$, then the system has infinitely many solutions.</div>
<h2>Problems and solutions </h2>
<p>Determine all possibilities for the solution set of the system of linear equations described below.<br />
<strong>(a)</strong> A homogeneous system of $3$ equations in $5$ unknowns.</p>
<p><strong>(b)</strong> A homogeneous system of $5$ equations in $4$ unknowns.</p>
<p><strong>(c)</strong> A system of $5$ equations in $4$ unknowns.</p>
<p><strong>(d)</strong> A system of $2$ equations in $3$ unknowns that has $x_1=1, x_2=-5, x_3=0$ as a solution.</p>
<p><strong>(e)</strong> A homogeneous system of $4$ equations in $4$ unknowns.</p>
<p><strong>(f)</strong> A homogeneous system of $3$ equations in $4$ unknowns.</p>
<p><strong>(g)</strong> A homogeneous system that has $x_1=3, x_2=-2, x_3=1$ as a solution.</p>
<p><strong>(h)</strong> A homogeneous system of $5$ equations in $3$ unknowns and the rank of the system is $3$.</p>
<p><strong>(i)</strong> A system of $3$ equations in $2$ unknowns and the rank of the system is $2$.</p>
<p><strong>(j)</strong> A homogeneous system of $4$ equations in $3$ unknowns and the rank of the system is $2$.</p>
<h2>Solutions.</h2>
<p>		In the solution, $m$ denotes the number of equations and $n$ denotes the number of unknowns in the given system.</p>
<h3>(a) A homogeneous system of $3$ equations in $5$ unknowns.</h3>
<p> Since the system is homogeneous, it has the zero solution, hence consistent. Since there are more unknowns than equations, there are infinitely many solutions.</p>
<p>&nbsp;</p>
<h3>(b) A homogeneous system of $5$ equations in $4$ unknowns.</h3>
<p>Since the system is homogeneous, it has the zero solution. Since there are more equations than unknowns, we cannot determine further.<br />
			Thus the possibilities are either a unique solution or infinitely many solution.<br />
			(If the rank $r$ of the system is $4$, then a unique solution. If $r<4$, then there are infinitely many solutions.)
		&nbsp;	


<h3>(c) A system of $5$ equations in $4$ unknowns.</h3>
<p>Since $m > n$, we can only say that the possibilities are no solution, a unique solution, or infinitely many solution. </p>
<p>&nbsp;	</p>
<h3>(d) A system of $2$ equations in $3$ unknowns that has $x_1=1, x_2=-5, x_3=0$ as a solution.</h3>
<p>Since $m < n$, the system is either inconsistent or has infinitely many solutions. Since $x_1=1, x_2=-5, x_3=0$ is a solution of the system, the system is not inconsistent. Thus the only possibility is infinitely many solutions.
		
&nbsp;	


<h3>(e) A homogeneous system of $4$ equations in $4$ unknowns.</h3>
<p> Since $m=n$, this tells nothing. But since the system is homogeneous it has the zero solution, hence consistent. The possibilities are either a unique solution or infinitely many solutions.</p>
<p>&nbsp;	</p>
<h3>(f) A homogeneous system of $3$ equations in $4$ unknowns.</h3>
<p> Since $m < n$, the system has no solution or infinitely many solutions. But a homogeneous system is always consistent. Thus, the only possibility is infinitely many solutions.

&nbsp;


<h3>(g) A homogeneous system that has $x_1=3, x_2=-2, x_3=1$ as a solution.</h3>
<p>The possibilities for the solution set for any homogeneous system is either a unique solution or infinitely many solutions. Since the homogeneous system has the zero solution and $x_1=3, x_2=-2, x_3=1$ is another solution, it has at least two distinct solution. Thus the only possibility is infinitely many solutions.</p>
<p>&nbsp;</p>
<h3>(h) A homogeneous system of $5$ equations in $3$ unknowns and the rank of the system is $3$.</h3>
<p> A homogeneous system is always consistent. Since the rank $r$ of the system and the number $n$ of unknowns are equal, the only possibility is the zero solution (and the zero solution is a unique solution).</p>
<p>&nbsp;</p>
<h3>(i) A system of $3$ equations in $2$ unknowns and the rank of the system is $2$.</h3>
<p> We don&#8217;t know whether the system is consistent or not.<br />
			If it is consistent, then since the rank $r$ and the number of unknowns are the same, the system has a unique solution. Thus the possibilities are either inconsistent or a unique solution.</p>
<p>			Before talking about the rank, we need to discuss whether the system is inconsistent or not. For example, consider the following $3\times 2$ system<br />
			\begin{align*}<br />
x_1+x_2&#038;=1\\<br />
2x_1+2x_2&#038;=3\\<br />
3x_1+3x_2&#038;=3.<br />
\end{align*}<br />
Then the augmented matrix is<br />
\[\left[\begin{array}{rr|r}<br />
   1 &#038; 1 &#038; 1 \\<br />
   2 &#038;2 &#038;3 \\<br />
   3 &#038; 3 &#038; 3<br />
  \end{array}\right].\]
  We reduce this by elementary row operations as follows.<br />
  \begin{align*}<br />
\left[\begin{array}{rr|r}<br />
   1 &#038; 1 &#038; 1 \\<br />
   2 &#038;2 &#038;3 \\<br />
   3 &#038; 3 &#038; 3<br />
  \end{array}\right]
  \xrightarrow{\substack{R_2-2R_1\\R_3-3R_1}}<br />
  \left[\begin{array}{rr|r}<br />
   1 &#038; 1 &#038; 1 \\<br />
   0 &#038; 0 &#038;1 \\<br />
   0 &#038; 0 &#038;0<br />
  \end{array}\right].<br />
\end{align*}<br />
The last matrix is in echelon form and it has two nonzero rows. Thus, the rank of the system is $2$. However, the second row means that we have $0=1$. Hence the system is inconsistent.</p>
<p>&nbsp;</p>
<h3>(j) A homogeneous system of $4$ equations in $3$ unknowns and the rank of the system is $2$.</h3>
<p>A homogeneous system is consistent. The rank is $r=2$ and the number of variables is $n=3$. Hence there is $n-r=1$ free variable. Thus there are infinitely many solutions.</p>
<button class="simplefavorite-button has-count" data-postid="2129" data-siteid="1" data-groupid="1" data-favoritecount="47" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">47</span></button><p>The post <a href="https://yutsumura.com/summary-possibilities-for-the-solution-set-of-a-system-of-linear-equations/" target="_blank">Summary: Possibilities for the Solution Set of a System of Linear Equations</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/summary-possibilities-for-the-solution-set-of-a-system-of-linear-equations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2129</post-id>	</item>
	</channel>
</rss>
