<?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>Boston College.LA &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/boston-college-la/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 27 Nov 2017 17:35:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</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>Boston College.LA &#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>Find Values of $h$ so that the Given Vectors are Linearly Independent</title>
		<link>https://yutsumura.com/find-values-of-h-so-that-the-given-vectors-are-linearly-independent/</link>
				<comments>https://yutsumura.com/find-values-of-h-so-that-the-given-vectors-are-linearly-independent/#respond</comments>
				<pubDate>Wed, 23 Nov 2016 04:06:50 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[Boston College]]></category>
		<category><![CDATA[Boston College.LA]]></category>
		<category><![CDATA[cofactor expansion]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[homogeneous system]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linearly independent]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[nonsingular]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[singular]]></category>
		<category><![CDATA[singular matrix]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1444</guid>
				<description><![CDATA[<p>Find the value(s) of $h$ for which the following set of vectors \[\left \{ \mathbf{v}_1=\begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}, \mathbf{v}_2=\begin{bmatrix} h \\ 1 \\ -h \end{bmatrix}, \mathbf{v}_3=\begin{bmatrix} 1 \\ 2h \\ 3h+1&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-values-of-h-so-that-the-given-vectors-are-linearly-independent/" target="_blank">Find Values of $h$ so that the Given Vectors are Linearly Independent</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 194</h2>
<p>Find the value(s) of $h$ for which the following set of vectors<br />
\[\left \{ \mathbf{v}_1=\begin{bmatrix}<br />
  1 \\<br />
   0 \\<br />
    0<br />
  \end{bmatrix},  \mathbf{v}_2=\begin{bmatrix}<br />
  h \\<br />
   1 \\<br />
    -h<br />
  \end{bmatrix}, \mathbf{v}_3=\begin{bmatrix}<br />
  1 \\<br />
   2h \\<br />
    3h+1<br />
  \end{bmatrix}\right\}\]
  is linearly independent.</p>
<p>(<em>Boston College, Linear Algebra Midterm Exam Sample Problem</em>)<br />
&nbsp;<br />
<span id="more-1444"></span><br />
We give two solutions. The first one uses the homogeneous system and the second one uses a determinant.</p>
<h2>Solution 1.</h2>
<p>	Let us consider the linear combination<br />
	\[x_1\mathbf{v}_1+x_2\mathbf{v}_2+x_3\mathbf{v}_3=\mathbf{0}. \tag{*}\]
	If this homogeneous system has only zero solution $x_1=x_2=x_3=0$, then the vectors $\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3$ are linearly independent.<br />
	We reduce the augmented matrix for the system as follows.<br />
	\[\left[\begin{array}{rrr|r}<br />
	  1 &#038; h &#038; 1 &#038;   0 \\<br />
  0 &#038;1 &#038;  2h &#038; 0  \\<br />
  0 &#038; -h &#038; 3h+1 &#038; 0<br />
    \end{array}\right]
    \xrightarrow{R_3+hR_2}<br />
    \left[\begin{array}{rrr|r}<br />
	  1 &#038; h &#038; 1 &#038;   0 \\<br />
  0 &#038;1 &#038;  2h &#038; 0  \\<br />
  0 &#038; 0 &#038; 2h^2+3h+1 &#038; 0<br />
    \end{array}\right].<br />
     \]
     From this, we see that the homogeneous system (*) has only the zero solution if and only if<br />
     \[2h^2+3h+1 \neq 0.\]
     Since we have<br />
     \[2h^2+3h+1=(2h+1)(h+1),\]
     if $h \neq -\frac{1}{2}, -1$, then $2h^2+3h+1 \neq 0$.</p>
<p>     In summary, the vectors $\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3$ are linearly independent for any $h$ except $-\frac{1}{2}, -1$.</p>
<h2>Solution 2.</h2>
<p>Note that the vectors $\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3$ are linearly independent if and only the matrix<br />
\[A:=[\mathbf{v}_1 \mathbf{v}_2 \mathbf{v}_3]=\begin{bmatrix}<br />
  1 &#038; h &#038; 1 \\<br />
   0 &#038;1 &#038;2h \\<br />
   0 &#038; -h &#038; 3h+1<br />
\end{bmatrix}\]
is nonsingular.</p>
<p>Also, the matrix $A$ is nonsingular if and only if the determinant $\det(A)$ is nonzero.<br />
So we compute the determinant of the matrix $A$ by the first column cofactor expansion and obtain<br />
\begin{align*}<br />
\det(A)&#038;=\begin{vmatrix}<br />
  1 &#038; h &#038; 1 \\<br />
   0 &#038;1 &#038;2h \\<br />
   0 &#038; -h &#038; 3h+1<br />
\end{vmatrix}\\[6pt]
&#038;=\begin{vmatrix}<br />
  1 &#038; 2h\\<br />
  -h&#038; 3h+1<br />
\end{vmatrix}\\[6pt]
&#038;=2h^2+3h+1\\<br />
&#038;=(2h+1)(h+1).<br />
\end{align*}</p>
<p>Hence $\det(A)\neq 0$ if and only if $h\neq  -\frac{1}{2}, -1$.<br />
Therefore, the vectors $\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3$ are linearly independent for any values of $h$ except $-\frac{1}{2}, -1$.</p>
<button class="simplefavorite-button has-count" data-postid="1444" data-siteid="1" data-groupid="1" data-favoritecount="94" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">94</span></button><p>The post <a href="https://yutsumura.com/find-values-of-h-so-that-the-given-vectors-are-linearly-independent/" target="_blank">Find Values of $h$ so that the Given Vectors are Linearly Independent</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-values-of-h-so-that-the-given-vectors-are-linearly-independent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1444</post-id>	</item>
	</channel>
</rss>
