代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<!--********************************************************************
Copyright 2017 Georgia Institute of Technology
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation. A copy of
the license is included in gfdl.xml.
*********************************************************************-->
<section xml:id="parametric-form">
<title>Parametric Form</title>
<objectives>
<ol>
<li>Learn to express the solution set of a system of linear equations in parametric form.</li>
<li>Understand the three possibilities for the number of solutions of a system of linear equations.</li>
<li><em>Recipe:</em> parametric form.</li>
<li><em>Vocabulary word:</em> <term>free variable</term>.</li>
</ol>
</objectives>
<subsection>
<title>Free Variables</title>
<p>There is one possibility for the row reduced form of a matrix that we did not see in <xref ref="row-reduction"/>.</p>
<specialcase xml:id="row-reduction-eg-free">
<title>A System with a Free Variable</title>
<p>Consider the linear system
<me>
\syseq{2x + y + 12z = 1; x + 2y + 9z = -1\rlap.}
</me>
We solve it using row reduction:
<md>
<mrow>
\amat{2 1 12 1; 1 2 9 -1}
\quad\xrightarrow{R_1 \longleftrightarrow R_2}\quad
&\amat{\color{red}1 2 9 -1; 2 1 12 1}
&&\color{blue}\text{(Optional)}
</mrow>
<mrow>
{}\quad\xrightarrow{R_2=R_2-2R_1}\quad
&\amat{1 2 9 -1; \color{red}0 -3 -6 3}
&&\color{blue}\text{(Step 1c)}
</mrow>
<mrow>
{}\quad\xrightarrow{R_2=R_2\div -3}\quad
&\amat{1 2 9 -1; 0 \color{red}1 2 -1}
&&\color{blue}\text{(Step 2b)}
</mrow>
<mrow>
{}\quad\xrightarrow{R_1=R_1-2R_2}\quad
&\amat{1 \color{red}0 5 1; 0 1 2 -1}
&&\color{blue}\text{(Step 2c)}
</mrow>
</md>
This row reduced matrix corresponds to the linear system
<me>
\syseq{x + 5z = 1; y + 2z = -1\rlap.}
</me>
In what sense is the system solved? We rewrite as
<me>
\syseq{x = 1 - 5z; y = -1 - 2z\rlap.}
</me>
For any value of <m>z</m>, there is exactly one value of <m>x</m> and <m>y</m> that make the equations true. But we are free to choose <em>any</em> value of <m>z</m>.
</p>
<p>We have found all solutions: it is the set of all values <m>x,y,z</m>, where
<me>
\syseq{x = 1 - 5z; y = -1 - 2z; z = \. \+ z} \qquad \text{$z$ any real number.}
</me>
This is called the <em>parametric form</em> for the solution to the linear system. The variable <m>z</m> is called a <em>free variable</em>.
</p>
<figure>
<caption>A picture of the solution set (the yellow line) of the linear system in this <xref ref="row-reduction-eg-free"/>. There is a unique solution for every value of <m>z</m>; move the slider to change <m>z</m>.</caption>
<mathbox source="demos/parametric1.html" height="400px"/>
</figure>
</specialcase>
<bluebox xml:id="finding-actual-soln">
<p>Given the parametric form for the solution to a linear system, we can obtain specific solutions by replacing the free variables with any specific real numbers. For instance, setting <m>z=0</m> in the last example gives the solution <m>(x,y,z)=(1,-1,0)</m>, and setting <m>z=1</m> gives the solution <m>(x,y,z)=(-4,-3,1)</m>.</p>
</bluebox>
<definition>
<idx><h>Free variable</h></idx>
<statement>
<p>Consider a <em>consistent</em> system of equations in the variables <m>x_1,x_2,\ldots,x_n</m>. Let <m>A</m> be a row echelon form of the augmented matrix for this system.</p>
<p>We say that <m>x_i</m> is a <term>free variable</term> if its corresponding column in <m>A</m> is <em>not</em> a <xref text="title" ref="defn-pivot-pos">pivot column</xref>.</p>
</statement>
</definition>
<p>In the above <xref ref="row-reduction-eg-free"/>, the variable <m>\color{red}z</m> was free because the reduced row echelon form matrix was
<me>\def\r{\color{red}}
\amat{1 0 \r5 1; 0 1 \r2 -1}.
</me>
In the matrix
<me>\amat{
1 \color{seq-red}\star, 0 \color{seq-blue}\star, \star ;
0 \color{seq-red}0 1 \color{seq-blue}\star, \star
},
</me>
the free variables are <m>\color{seq-red}x_2</m> and <m>\color{seq-blue}x_4</m>. (The augmented column is not free because it does not correspond to a variable.)
</p>
<bluebox>
<title>Recipe: Parametric form</title>
<idx><h>Parametric form</h></idx>
<idx><h>System of linear equations</h><h>parametric form of</h><see>Parametric form</see></idx>
<p>
The <term>parametric form</term> of the solution set of a consistent system of linear equations is obtained as follows.
<ol>
<li>Write the system as an augmented matrix.</li>
<li>Row reduce to reduced row echelon form.</li>
<li>Write the corresponding (solved) system of linear equations.</li>
<li><em>Move all free variables to the right hand side of the equations.</em></li>
</ol>
</p>
</bluebox>
<p>Moving the free variables to the right hand side of the equations amounts to solving for the non-free variables (the ones that come pivot columns) in terms of the free variables. One can think of the free variables as being <em>independent</em> variables, and the non-free variables being <em>dependent</em>.
</p>
<note hide-type="true">
<title>Implicit Versus Parameterized Equations</title>
<idx><h>Implicit equation</h></idx>
<idx><h>Parameterized equation</h></idx>
<p>The solution set of the system of linear equations
<me>
\syseq{2x + y + 12z = 1; x + 2y + 9z = -1}
</me>
is a line in <m>\R^3</m>, as we saw in this <xref ref="row-reduction-eg-free"/>. These equations are called the <term>implicit equations</term> for the line: the line is defined <em>implicitly</em> as the simultaneous solutions to those two equations.
</p>
<p>The parametric form
<me>
\syseq{x = 1 - 5z; y = -1 - 2z\rlap.}
</me>
can be written as follows:
<me>
(x,\,y,\,z) = (1-5z,\,-1-2z,\,z) \qquad \text{$z$ any real number.}
</me>
This called a <term>parameterized equation</term> for the same line. It is an expression that produces all points of the line in terms of one parameter, <m>z</m>.
</p>
<p>One should think of a system of equations as being an implicit equation for its solution set, and of the parametric form as being the parameterized equation for the same set. The parameteric form is much more explicit: it gives a concrete recipe for producing <em>all</em> solutions.
</p>
</note>
<bluebox>
<p>
You can choose <em>any value</em> for the free variables in a (consistent) linear system.
</p>
<p>
Free variables come from the <em>columns without pivots</em> in a matrix in row echelon form.
</p>
</bluebox>
<example>
<p>
Suppose that the reduced row echelon form of the matrix for a linear system in four variables <m>x_1,x_2,x_3,x_4</m> is
<me>\amat{
1 \color{seq-red}0 0 \color{seq-blue}3 2 ;
0 \color{seq-red}0 1 \color{seq-blue}4 -1
}.</me>
The free variables are <m>\color{seq-red}x_2</m> and <m>\color{seq-blue}x_4</m>: they are the ones whose columns are <em>not</em> pivot columns.
</p>
<p>This translates into the system of equations
<me>
\syseq{x_1 \+ \. \+ \. + 3x_4 = 2;
\. \+ \. \+ x_3 + 4x_4 = -1}
\quad\xrightarrow{\text{parametric form}}\quad
\syseq{x_1 = 2 - 3x_4; x_3 = -1 - 4x_4\rlap.}
</me>
What happened to <m>x_2</m>? It is a free variable, but no other variable depends on it. The general solution to the system is
<me>(x_1,\,x_2,\,x_3,\,x_4) = (2-3x_4,\,x_2,\,-1-4x_4,\,x_4),</me>
for any values of <m>x_2</m> and <m>x_4</m>. For instance, <m>(2,0,-1,0)</m> is a solution (with <m>x_2=x_4=0</m>), and <m>(5,1,3,-1)</m> is a solution (with <m>x_2=1, x_4=-1</m>).
</p>
</example>
<example>
<title>A Parameterized Plane</title>
<p>The system of one linear equation
<me>x + y + z = 1</me>
comes from the matrix
<me>\amat{1 1 1 1},</me>
which is already in reduced row echelon form. The free variables are <m>y</m> and <m>z</m>. The parametric form for the general solution is
<me>(x,\,y,\,z) = (1 - y - z,\,y,\,z)</me>
for any values of <m>y</m> and <m>z</m>. This is the parametric equation for a plane in <m>\R^3</m>.
</p>
<figure>
<caption>A plane described by two parameters <m>y</m> and <m>z</m>. Any point on the plane is obtained by substituting suitable values for <m>y</m> and <m>z</m>.</caption>
<mathbox source="demos/plane.html" height="400px"/>
</figure>
</example>
</subsection>
<subsection>
<title>Number of Solutions</title>
<idx><h>System of linear equations</h><h>number of solutions of</h></idx>
<idx><h>Solution set</h><h>size of</h></idx>
<p>There are <em>three possibilities</em> for the reduced row echelon form of the augmented matrix of a linear system.
<ol>
<li><alert>The last column is a pivot column.</alert>
In this case, the system is <em>inconsistent</em>. There are zero solutions, i.e., the solution set is empty. For example, the matrix
<me>
\def\r{\color{red}}
\amat{1 0 \r0; 0 1 \r0; 0 0 \r1}
</me>
comes from a linear system with no solutions.
</li>
<li><alert>Every column except the last column is a pivot column.</alert>
In this case, the system has a <em>unique</em> solution. For example, the matrix
<me>
\amat{1 0 0 a; 0 1 0 b; 0 0 1 c}
</me>
tells us that the unique solution is <m>(x,y,z)=(a,b,c)</m>.
</li>
<li><alert>The last column is not a pivot column, and some other column is not a pivot column either.</alert>
In this case, the system has <em>infinitely many</em> solutions, corresponding to the infinitely many possible values of the free variable(s). For example, in the system corresponding to the matrix
<me>
\amat{1 \color{seq-red}-2 0 \color{seq-blue}3 1;
0 \color{seq-red}0, 1 \color{seq-blue}4 -1},
</me>
any values for <m>\color{seq-red}x_2</m> and <m>\color{seq-blue}x_4</m> yield a solution to the system of equations.
</li>
</ol>
</p>
</subsection>
</section>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。