<?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>quadratic formula &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/quadratic-formula/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Apr 2018 02:26:45 +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>quadratic formula &#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 All Values of $x$ such that the Matrix is Invertible</title>
		<link>https://yutsumura.com/find-all-values-of-x-such-that-the-matrix-is-invertible/</link>
				<comments>https://yutsumura.com/find-all-values-of-x-such-that-the-matrix-is-invertible/#respond</comments>
				<pubDate>Mon, 23 Apr 2018 02:26:45 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[cofactor expansion]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[invertible matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[quadratic formula]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7035</guid>
				<description><![CDATA[<p>Given any constants $a,b,c$ where $a\neq 0$, find all values of $x$ such that the matrix $A$ is invertible if \[ A= \begin{bmatrix} 1 &#038; 0 &#038; c \\ 0 &#038; a &#038; -b&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-all-values-of-x-such-that-the-matrix-is-invertible/" target="_blank">Find All Values of $x$ such that the Matrix is Invertible</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 721</h2>
<p>Given any constants $a,b,c$ where $a\neq 0$, find all values of $x$ such that the matrix $A$ is invertible if<br />
\[<br />
A=<br />
\begin{bmatrix}<br />
1 &#038; 0 &#038; c \\<br />
0 &#038; a &#038; -b \\<br />
-1/a &#038; x &#038; x^{2}<br />
\end{bmatrix}<br />
.<br />
\]
<p>&nbsp;<br />
<span id="more-7035"></span></p>
<h2>Solution.</h2>
<p>We know that $A$ is invertible precisely when $\det(A)\neq 0$. We therefore compute, by expanding along the first row,<br />
\begin{align*}<br />
\det(A)<br />
&#038;=<br />
1<br />
\begin{vmatrix}<br />
a &#038; -b \\ x &#038; x^{2}<br />
\end{vmatrix}<br />
+c<br />
\begin{vmatrix}<br />
0 &#038; a \\ -1/a &#038; x<br />
\end{vmatrix}<br />
=<br />
1(ax^{2}+bx)<br />
+c(0+1)<br />
\\<br />
&#038;=<br />
ax^{2}+bx+c<br />
.<br />
\end{align*}<br />
Thus $\det(A)\neq 0$ when $ax^{2}+bx+c\neq 0$. We know by the quadratic formula that $ax^{2}+bx+c=0$ precisely when<br />
\[<br />
x=<br />
\dfrac{-b\pm\sqrt{b^{2}-4ac}}{2}<br />
.<br />
\]
Therefore, $A$ is invertible so long as $x$ satisfies both of the following inequalities:<br />
\[<br />
x\neq<br />
\dfrac{-b+\sqrt{b^{2}-4ac}}{2}<br />
,\quad<br />
x\neq<br />
\dfrac{-b-\sqrt{b^{2}-4ac}}{2}<br />
.<br />
\]
<button class="simplefavorite-button has-count" data-postid="7035" data-siteid="1" data-groupid="1" data-favoritecount="370" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">370</span></button><p>The post <a href="https://yutsumura.com/find-all-values-of-x-such-that-the-matrix-is-invertible/" target="_blank">Find All Values of $x$ such that the Matrix is Invertible</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-all-values-of-x-such-that-the-matrix-is-invertible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7035</post-id>	</item>
		<item>
		<title>For What Values of $a$, Is the Matrix Nonsingular?</title>
		<link>https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/</link>
				<comments>https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/#respond</comments>
				<pubDate>Tue, 09 Jan 2018 02:27:30 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[elementary row operations]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[quadratic formula]]></category>
		<category><![CDATA[rank of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6688</guid>
				<description><![CDATA[<p>Determine the values of a real number $a$ such that the matrix \[A=\begin{bmatrix} 3 &#038; 0 &#038; a \\ 2 &#038;3 &#038;0 \\ 0 &#038; 18a &#038; a+1 \end{bmatrix}\] is nonsingular. &#160; Solution. We&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/" target="_blank">For What Values of $a$, Is the Matrix Nonsingular?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 670</h2>
<p>Determine the values of a real number $a$ such that the matrix<br />
\[A=\begin{bmatrix}<br />
  3 &#038; 0 &#038; a \\<br />
   2 &#038;3 &#038;0 \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}\]
is nonsingular.<br />
&nbsp;<br />
<span id="more-6688"></span></p>
<h2>Solution.</h2>
<p>	We apply elementary row operations and obtain:<br />
	\begin{align*}<br />
A=\begin{bmatrix}<br />
  3 &#038; 0 &#038; a \\<br />
   2 &#038;3 &#038;0 \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}<br />
\xrightarrow{R_1-R_2}<br />
\begin{bmatrix}<br />
  1 &#038; -3 &#038; a \\<br />
   2 &#038;3 &#038;0 \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}\\[6pt]
\xrightarrow{R_2-2R_1}<br />
\begin{bmatrix}<br />
  1 &#038; -3 &#038; a \\<br />
   0 &#038;9 &#038;-2a \\<br />
   0 &#038; 18a &#038; a+1<br />
\end{bmatrix}<br />
\xrightarrow{R_3-(2a)R_2}<br />
\begin{bmatrix}<br />
  1 &#038; -3 &#038; a \\<br />
   0 &#038;9 &#038;-2a \\<br />
   0 &#038; 0 &#038; 4a^2+a+1<br />
\end{bmatrix}.<br />
\end{align*}</p>
<p>From this, we see that the matrix $A$ is nonsingular if and only if the $(3, 3)$-entry $4a^2+a+1$ is not zero.<br />
By the quadratic formula, we see that<br />
\[a=\frac{-1\pm \sqrt{-15}}{8}\]
are solutions of $4a^2+a+1=0$.</p>
<p>Note that these are not real numbers. Thus, for any real number $a$, we have $4a^2+a+1\neq 0$.</p>
<p>Hence, we can divide the third row by this number, and eventually we can reduce it to the identity matrix.<br />
So the rank of $A$ is $3$, and $A$ is nonsingular for any real number $a$.</p>
<button class="simplefavorite-button has-count" data-postid="6688" data-siteid="1" data-groupid="1" data-favoritecount="86" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">86</span></button><p>The post <a href="https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/" target="_blank">For What Values of $a$, Is the Matrix Nonsingular?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/for-what-values-of-a-is-the-matrix-nonsingular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6688</post-id>	</item>
		<item>
		<title>Eigenvalues of $2\times 2$ Symmetric Matrices are Real by Considering Characteristic Polynomials</title>
		<link>https://yutsumura.com/eigenvalues-of-2times-2-symmetric-matrices-are-real-by-considering-characteristic-polynomials/</link>
				<comments>https://yutsumura.com/eigenvalues-of-2times-2-symmetric-matrices-are-real-by-considering-characteristic-polynomials/#respond</comments>
				<pubDate>Thu, 16 Nov 2017 02:35:35 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[discriminant]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[quadratic formula]]></category>
		<category><![CDATA[real eigenvalue]]></category>
		<category><![CDATA[symmetric matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5352</guid>
				<description><![CDATA[<p>Let $A$ be a $2\times 2$ real symmetric matrix. Prove that all the eigenvalues of $A$ are real numbers by considering the characteristic polynomial of $A$. &#160; Proof. Let $A=\begin{bmatrix} a&#038; b \\ c&#038;&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/eigenvalues-of-2times-2-symmetric-matrices-are-real-by-considering-characteristic-polynomials/" target="_blank">Eigenvalues of \times 2$ Symmetric Matrices are Real by Considering Characteristic Polynomials</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 609</h2>
<p>		Let $A$ be a $2\times 2$ real symmetric matrix.<br />
		Prove that all the eigenvalues of $A$ are real numbers by considering the characteristic polynomial of $A$.</p>
<p>&nbsp;<br />
<span id="more-5352"></span></p>
<h2> Proof. </h2>
<p>			Let $A=\begin{bmatrix}<br />
			   a&#038; b \\<br />
			      c&#038; d<br />
	        \end{bmatrix}$.<br />
	        Then as $A$ is a symmetric matrix, we have $A^{\trans}=A$.<br />
	        This implies that<br />
	        \[\begin{bmatrix}<br />
	        a&#038; c \\<br />
	        b&#038; d<br />
	        \end{bmatrix}=\begin{bmatrix}<br />
	        a&#038; b \\<br />
	        c&#038; d<br />
	        \end{bmatrix}.\]
	        Hence we have $b=c$ by comparing entries.</p>
<hr />
<p>	        Now, we find the characteristic polynomial $p(t)$ of $A$.<br />
	       We have<br />
	       \begin{align*}<br />
	       p(t)&#038;=\det(A-t I)=\begin{vmatrix}<br />
	       	a-t &#038; b\\<br />
	       	b&#038; d-t<br />
	       \end{vmatrix}\\[6pt]
	       &#038;=(a-t)(d-t)-b^2\\<br />
	       &#038;=t^2-(a+d)t+ad-b^2.<br />
	    \end{align*}</p>
<p>		Note that the eigenvalues of $A$ are roots of the characteristic polynomial $p(t)$. Hence, it suffices to show that the roots of $p(t)$ are real numbers.<br />
		The quadratic polynomial has only real roots if and only if its discriminant is non-negative.<br />
		The discriminant of $p(t)$ is given by<br />
		\begin{align*}<br />
		(a+d)^2-4(ad-b^2)&#038;=a^2+2ad+d^2-4ad+4b^2\\<br />
		&#038;=a^2-2ad+d^2+4b^2\\<br />
		&#038;=(a-d)^2+4b^2.	\end{align*}<br />
	       Observe that the last expression is the sum of two squares of real numbers. Hence the discriminant of $p(t)$ is nonnegative.</p>
<p>	       We conclude that every $2\times 2$ symmetric matrix has only real eigenvalues.</p>
<h3>Remark</h3>
<p>We also could find the eigenvalues directly. By the quadratic formula, the eigenvalues of $A$ are<br />
	       \[\frac{a+d\pm\sqrt{(a+d)^2-4(ad-b^2)}}{2}=\frac{a+d\pm \sqrt{(a-d)^2+4b^2}}{2}\]
	and as the number inside the square root (discriminant) is positive, we conclude that the eigenvalues are real.</p>
<button class="simplefavorite-button has-count" data-postid="5352" data-siteid="1" data-groupid="1" data-favoritecount="26" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">26</span></button><p>The post <a href="https://yutsumura.com/eigenvalues-of-2times-2-symmetric-matrices-are-real-by-considering-characteristic-polynomials/" target="_blank">Eigenvalues of \times 2$ Symmetric Matrices are Real by Considering Characteristic Polynomials</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/eigenvalues-of-2times-2-symmetric-matrices-are-real-by-considering-characteristic-polynomials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5352</post-id>	</item>
		<item>
		<title>Eigenvalues and their Algebraic Multiplicities of a Matrix with a Variable</title>
		<link>https://yutsumura.com/eigenvalues-and-their-algebraic-multiplicities-of-a-matrix-with-a-variable/</link>
				<comments>https://yutsumura.com/eigenvalues-and-their-algebraic-multiplicities-of-a-matrix-with-a-variable/#respond</comments>
				<pubDate>Thu, 01 Dec 2016 04:34:40 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[algebraic multiplicity]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[cofactor expansion]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[quadratic formula]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1495</guid>
				<description><![CDATA[<p>Determine all eigenvalues and their algebraic multiplicities of the matrix \[A=\begin{bmatrix} 1 &#038; a &#038; 1 \\ a &#038;1 &#038;a \\ 1 &#038; a &#038; 1 \end{bmatrix},\] where $a$ is a real number. &#160;&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/eigenvalues-and-their-algebraic-multiplicities-of-a-matrix-with-a-variable/" target="_blank">Eigenvalues and their Algebraic Multiplicities of a Matrix with a Variable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 206</h2>
<p>Determine all eigenvalues and their algebraic multiplicities of the matrix<br />
\[A=\begin{bmatrix}<br />
  1 &#038; a &#038; 1 \\<br />
   a &#038;1 &#038;a \\<br />
   1 &#038; a &#038; 1<br />
\end{bmatrix},\]
where $a$ is a real number.</p>
<p>&nbsp;<br />
<span id="more-1495"></span></p>
<h2> Proof. </h2>
<p>	To find eigenvalues we first compute the characteristic polynomial of the matrix $A$ as follows.<br />
\begin{align*}<br />
\det(A-tI)&#038;=\begin{vmatrix}<br />
  1-t &#038; a &#038; 1 \\<br />
   a &#038;1-t &#038;a \\<br />
   1 &#038; a &#038; 1-t<br />
\end{vmatrix}\\<br />
&#038;=(1-t)\begin{vmatrix}<br />
  1-t &#038; a\\<br />
  a&#038; 1-t<br />
\end{vmatrix}-a\begin{vmatrix}<br />
  a &#038; a\\<br />
  1&#038; 1-t<br />
\end{vmatrix}+\begin{vmatrix}<br />
  a &#038; 1-t\\<br />
  1&#038; a<br />
\end{vmatrix}<br />
\end{align*}<br />
We used the first row cofactor expansion in the second equality. </p>
<hr />
<p>After we compute three $2 \times 2$ determinants and simply, we obtain<br />
\[\det(A-tI)=-t(t^2-3t+2-2a^2).\]
The eigenvalues of $A$ are roots of this characteristic polynomial. Thus, eigenvalues are<br />
\[0, \quad \frac{3\pm \sqrt{1+8a^2}}{2}\]
by the quadratic formula.</p>
<hr />
<p>Now the only possible way to obtain a multiplicity $2$ eigenvalue is when<br />
\[\frac{3- \sqrt{1+8a^2}}{2}=0\]
and it is straightforward to check that this happens if and only if $a=1$.</p>
<p>Therefore, when $a=1$ eigenvalues of $A$ are $0$ with algebraic multiplicity $2$ and $3$ with algebraic multiplicity $1$.</p>
<p>When $a \neq 1$, eigenvalues are<br />
\[0, \quad \frac{3\pm \sqrt{1+8a^2}}{2}\]
and each of them has algebraic multiplicity $1$.</p>
<button class="simplefavorite-button has-count" data-postid="1495" data-siteid="1" data-groupid="1" data-favoritecount="12" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">12</span></button><p>The post <a href="https://yutsumura.com/eigenvalues-and-their-algebraic-multiplicities-of-a-matrix-with-a-variable/" target="_blank">Eigenvalues and their Algebraic Multiplicities of a Matrix with a Variable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/eigenvalues-and-their-algebraic-multiplicities-of-a-matrix-with-a-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1495</post-id>	</item>
		<item>
		<title>A Matrix Having One Positive Eigenvalue and One Negative Eigenvalue</title>
		<link>https://yutsumura.com/a-matrix-having-one-positive-eigenvalue-and-one-negative-eigenvalue/</link>
				<comments>https://yutsumura.com/a-matrix-having-one-positive-eigenvalue-and-one-negative-eigenvalue/#respond</comments>
				<pubDate>Sun, 20 Nov 2016 17:09:29 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[Berkeley]]></category>
		<category><![CDATA[Berkeley.LA]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[quadratic formula]]></category>
		<category><![CDATA[qualifying exam]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1425</guid>
				<description><![CDATA[<p>Prove that the matrix \[A=\begin{bmatrix} 1 &#038; 1.00001 &#038; 1 \\ 1.00001 &#038;1 &#038;1.00001 \\ 1 &#038; 1.00001 &#038; 1 \end{bmatrix}\] has one positive eigenvalue and one negative eigenvalue. (University of California, Berkeley Qualifying&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/a-matrix-having-one-positive-eigenvalue-and-one-negative-eigenvalue/" target="_blank">A Matrix Having One Positive Eigenvalue and One Negative Eigenvalue</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 190</h2>
<p>Prove that the matrix<br />
\[A=\begin{bmatrix}<br />
  1 &#038; 1.00001 &#038; 1 \\<br />
   1.00001 &#038;1 &#038;1.00001 \\<br />
   1 &#038; 1.00001 &#038; 1<br />
\end{bmatrix}\]
has one positive eigenvalue and one negative eigenvalue.</p>
<p>(<em>University of California, Berkeley Qualifying Exam Problem</em>)<br />
&nbsp;<br />
<span id="more-1425"></span></p>
<h2>Solution.</h2>
<p>	Let us put $a=1.00001$. We compute the characteristic polynomial $\det(A-tI)$ of the given matrix $A$ as follows.<br />
	We have<br />
	\begin{align*}<br />
\det(A-tI)&#038;=\begin{vmatrix}<br />
  1-t &#038; a &#038; 1 \\<br />
   a &#038;1-t &#038;a \\<br />
   1 &#038; a &#038; 1-t<br />
\end{vmatrix}\\<br />
&#038;=(1-t)\begin{vmatrix}<br />
  1-t &#038; a\\<br />
  a&#038; 1-t<br />
\end{vmatrix}-a\begin{vmatrix}<br />
  a &#038; a\\<br />
  1&#038; 1-t<br />
\end{vmatrix}+\begin{vmatrix}<br />
  a &#038; 1-t\\<br />
  1&#038; a<br />
\end{vmatrix}<br />
\end{align*}<br />
by the cofactor expansion corresponding to the first row.</p>
<p>Simplifying this, we obtain<br />
\[\det(A-tI)=-t(t^2-3t+2-2a^2).\]
<hr />
<p>The eigenvalues of $A$ are roots of this characteristic polynomial.<br />
Hence $0$ is an eigenvalue of $A$. Let $\lambda_1$ and $\lambda_2$ be other two eigenvalues of $A$.</p>
<p>Then we have<br />
\[\det(A-tI)=-t(t-\lambda_1)(t-\lambda_2)=-t(t^2-(\lambda_1+\lambda_2)+\lambda_1 \lambda_2).\]
Therefore we have<br />
\[\lambda_1 \lambda_2=2-2a^2.\]
<p>Since $2-2a^2=2(1-a^2)<0$ as $a=1.0001>1$, the product $\lambda_1 \lambda_2$ is negative, and we conclude that one of them is positive and the other is negative.</p>
<p>(Note that if the constant $c$ term of a quadratic polynomial $x^2+bx+c$ is negative, then the roots of the polynomial are real and one is negative and the other is positive.)</p>
<p>In summary, the eigenvalues of the matrix $A$ are $0$ and one positive eigenvalue and one negative eigenvalue.</p>
<button class="simplefavorite-button has-count" data-postid="1425" data-siteid="1" data-groupid="1" data-favoritecount="12" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">12</span></button><p>The post <a href="https://yutsumura.com/a-matrix-having-one-positive-eigenvalue-and-one-negative-eigenvalue/" target="_blank">A Matrix Having One Positive Eigenvalue and One Negative Eigenvalue</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/a-matrix-having-one-positive-eigenvalue-and-one-negative-eigenvalue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1425</post-id>	</item>
	</channel>
</rss>
