<?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>Princeton.LA &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/princeton-la/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Aug 2017 22:58:39 +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>Princeton.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>Characteristic Polynomial, Eigenvalues, Diagonalization Problem (Princeton University Exam)</title>
		<link>https://yutsumura.com/characteristic-polynomial-eigenvalues-diagonalization-problem-princeton-university-exam/</link>
				<comments>https://yutsumura.com/characteristic-polynomial-eigenvalues-diagonalization-problem-princeton-university-exam/#respond</comments>
				<pubDate>Sun, 13 Nov 2016 02:53:20 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[cofactor expansion]]></category>
		<category><![CDATA[determinant]]></category>
		<category><![CDATA[diagonalization]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[eigenvector]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[Princeton]]></category>
		<category><![CDATA[Princeton.LA]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1361</guid>
				<description><![CDATA[<p>Let \[\begin{bmatrix} 0 &#038; 0 &#038; 1 \\ 1 &#038;0 &#038;0 \\ 0 &#038; 1 &#038; 0 \end{bmatrix}.\] (a) Find the characteristic polynomial and all the eigenvalues (real and complex) of $A$. Is $A$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/characteristic-polynomial-eigenvalues-diagonalization-problem-princeton-university-exam/" target="_blank">Characteristic Polynomial, Eigenvalues, Diagonalization Problem (Princeton University Exam)</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 178</h2>
<p>Let<br />
\[\begin{bmatrix}<br />
  0 &#038; 0 &#038; 1 \\<br />
   1 &#038;0 &#038;0 \\<br />
   0 &#038; 1 &#038; 0<br />
\end{bmatrix}.\]
<p><strong>(a)</strong> Find the characteristic polynomial and all the eigenvalues (real and complex) of $A$. Is $A$ diagonalizable over the complex numbers?</p>
<p><strong>(b)</strong> Calculate $A^{2009}$.</p>
<p>(<em>Princeton University, Linear Algebra Exam</em>)<br />
&nbsp;<br />
<span id="more-1361"></span><br />

<h2>Solution.</h2>
<h3> (a) The characteristic polynomial and the eigenvalues</h3>
<p>		 The characteristic polynomial $p(t)$ of the matrix $A$ is the determinant of $A-tI$. We compute $p(t)=\det(A-tI)$ as follows.<br />
		\begin{align*}<br />
p(t)&#038;=\det(A-tI)\\<br />
&#038;=\begin{vmatrix}<br />
  -t &#038; 0 &#038; 1 \\<br />
   1 &#038;-t &#038;0 \\<br />
   0 &#038; 1 &#038; -t<br />
\end{vmatrix}\\<br />
&#038;=-t\begin{vmatrix}<br />
  -t &#038; 0\\<br />
  1&#038; -t<br />
\end{vmatrix}+\begin{vmatrix}<br />
  1 &#038; -t\\<br />
  0&#038; 1<br />
\end{vmatrix} \text{ by the first row cofactor expansion}\\<br />
=-t^3+1.<br />
\end{align*}</p>
<p>Thus, the characteristic polynomial of the matrix $A$ is<br />
\[p(t)=-t^3+1.\]
The eigenvalues of the matrix $A$ is roots of the characteristic polynomial.<br />
Hence solving $-t^3+1=0$, we obtain<br />
\[t=1, \frac{-1\pm\sqrt{3}i}{2}\]
and these are all eigenvalues of $A$.</p>
<p>The matrix $A$ is a $3\times 3$ matrix, and hence it has at most three distinct eigenvalues, and<br />
we found three distinct eigenvalues. In general, if an $n\times n$ matrix has $n$ distinct eigenvalues, the matrix is diagonalizable. Thus the matrix $A$ is diagonalizable.</p>
<h3> (b) $A^{2009}$</h3>
<p> By direct computations, we have<br />
 \[A^2=\begin{bmatrix}<br />
  0 &#038; 0 &#038; 1 \\<br />
   1 &#038;0 &#038;0 \\<br />
   0 &#038; 1 &#038; 0<br />
\end{bmatrix}\begin{bmatrix}<br />
  0 &#038; 0 &#038; 1 \\<br />
   1 &#038;0 &#038;0 \\<br />
   0 &#038; 1 &#038; 0<br />
\end{bmatrix}=\begin{bmatrix}<br />
  0 &#038; 1 &#038; 0 \\<br />
   0 &#038;0 &#038;1 \\<br />
   1 &#038; 0 &#038; 0<br />
\end{bmatrix}\]
\[A^3=AA^2=\begin{bmatrix}<br />
  0 &#038; 0 &#038; 1 \\<br />
   1 &#038;0 &#038;0 \\<br />
   0 &#038; 1 &#038; 0<br />
\end{bmatrix}\begin{bmatrix}<br />
  0 &#038; 1 &#038; 0 \\<br />
   0 &#038;0 &#038;1 \\<br />
   1 &#038; 0 &#038; 0<br />
\end{bmatrix}=I,\]
where $I$ is the $3\times 3$ identity matrix.</p>
<p>Therefore noting that $2009=3\cdot 669 +2$, we have<br />
\begin{align*}<br />
A^{2009}&#038;=A^{3\cdot 669+2}=(A^{3})^{669} A^2\\<br />
&#038;=I^{669}A^2=A^2.<br />
\end{align*}<br />
Therefore, we obtain<br />
\[A^{2009}=\begin{bmatrix}<br />
  0 &#038; 1 &#038; 0 \\<br />
   0 &#038;0 &#038;1 \\<br />
   1 &#038; 0 &#038; 0<br />
\end{bmatrix}.\]
<h3>Another solution using diagonalization</h3>
<p>Here, I give another solution for (b) using the diagonalization of the matrix $A$.<br />
For this particular matrix $A$, the above solution is easier since the power of $A$ has a simple pattern.</p>
<p>The following computation is lengthy, but I give it for a pedagogical reason.<br />
I just outline the solution and omit the detail computations.<br />
We obtained eigenvectors $\zeta^{k}, k=0,1,2$, where $\zeta$ is a primitive third root of unity in (a).<br />
Eigenvectors are $\begin{bmatrix}<br />
	  \zeta^{2k} \\<br />
	   \zeta^k \\<br />
	    1<br />
	  \end{bmatrix}$<br />
	  for each eigenvalue $\zeta^k$.<br />
	  Then let<br />
\[S=\begin{bmatrix}<br />
	  1 &#038; \zeta^2 &#038; \zeta \\<br />
	   1 &#038;\zeta &#038;\zeta^2 \\<br />
	   1 &#038; 1 &#038; 1<br />
	\end{bmatrix}\]
be the matrix whose columns are eigenvectors.</p>
<p> It has the inverse<br />
\[S^{-1}=\frac{1}{3}\begin{bmatrix}<br />
	  1 &#038; 1 &#038; 1 \\<br />
	   \zeta &#038;\zeta^2 &#038;1 \\<br />
	   \zeta^2 &#038; \zeta &#038; 1<br />
	\end{bmatrix}.\]
	Then the matrix $S$ diagonalize the matrix $A$ and we obtain<br />
	\[S^{-1}AS=\begin{bmatrix}<br />
	  1 &#038; 0 &#038; 0 \\<br />
	   0 &#038;\zeta &#038;0 \\<br />
	   0 &#038; 0 &#038; \zeta^2<br />
	\end{bmatrix}.\]
	Then we compute<br />
	\begin{align*}<br />
	A^{2009}&#038;=S\begin{bmatrix}<br />
	  1 &#038; 0 &#038; 0 \\<br />
	   0 &#038;\zeta^{2009} &#038;0 \\<br />
	   0 &#038; 0 &#038; \zeta^{2(2009)}<br />
	\end{bmatrix} S^{-1}\\<br />
	&#038;=S\begin{bmatrix}<br />
	  1 &#038; 0 &#038; 0 \\<br />
	   0 &#038;\zeta^2 &#038;0 \\<br />
	   0 &#038; 0 &#038; \zeta<br />
	\end{bmatrix}S^{-1}<br />
	=\begin{bmatrix}<br />
	  0 &#038; 1 &#038; 0 \\<br />
	   0 &#038;0 &#038;1 \\<br />
	   1 &#038; 0 &#038; 0<br />
	\end{bmatrix}.<br />
	\end{align*}</p>
<button class="simplefavorite-button has-count" data-postid="1361" data-siteid="1" data-groupid="1" data-favoritecount="31" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">31</span></button><p>The post <a href="https://yutsumura.com/characteristic-polynomial-eigenvalues-diagonalization-problem-princeton-university-exam/" target="_blank">Characteristic Polynomial, Eigenvalues, Diagonalization Problem (Princeton University Exam)</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/characteristic-polynomial-eigenvalues-diagonalization-problem-princeton-university-exam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1361</post-id>	</item>
		<item>
		<title>A Square Root Matrix of a Symmetric Matrix</title>
		<link>https://yutsumura.com/a-square-root-matrix-of-a-symmetric-matrix/</link>
				<comments>https://yutsumura.com/a-square-root-matrix-of-a-symmetric-matrix/#comments</comments>
				<pubDate>Mon, 08 Aug 2016 16:36:58 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[diagonal]]></category>
		<category><![CDATA[diagonalizable matrix]]></category>
		<category><![CDATA[diagonalization]]></category>
		<category><![CDATA[eigenvalue]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[Jordan canonical form]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[orthogonal matrix]]></category>
		<category><![CDATA[Princeton]]></category>
		<category><![CDATA[Princeton.LA]]></category>
		<category><![CDATA[symmetric matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=349</guid>
				<description><![CDATA[<p>Answer the following two questions with justification. (a) Does there exist a $2 \times 2$ matrix $A$ with $A^3=O$ but $A^2 \neq O$? Here $O$ denotes the $2 \times 2$ zero matrix. (b) Does there exist&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/a-square-root-matrix-of-a-symmetric-matrix/" target="_blank">A Square Root Matrix of a Symmetric Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 59</h2>
<p>Answer the following two questions with justification.</p>
<p><strong>(a)</strong> Does there exist a $2 \times 2$ matrix $A$ with $A^3=O$ but $A^2 \neq O$? Here $O$ denotes the $2 \times 2$ zero matrix.</p>
<p><strong>(b) </strong>Does there exist  a $3 \times 3$ real matrix $B$ such that $B^2=A$ where<br />
\[A=\begin{bmatrix}<br />
1 &amp; -1 &amp; 0 \\<br />
-1 &amp;2 &amp;-1 \\<br />
0 &amp; -1 &amp; 1<br />
\end{bmatrix}\,\,\,\,?\]
<p>(<em>Princeton University Linear Algebra Exam</em>)</p>
<p><span id="more-349"></span></p>
<h2>Hint.</h2>
<ol>
<li>(a) Consider the eigenvalues and the Jordan canonical form of $A$</li>
<li>(b) Diagonalize the matrix $A$</li>
</ol>
<h2>Solution.</h2>
<h3>(a) Does there exist a $2 \times 2$ matrix $A$ with $A^3=O$ but $A^2 \neq O$?</h3>
<p>We claim that there is no such $2 \times 2$ matrix $A$.<br />
Suppose that we have $A^3=O$. This implies that all the eigenvalues of $A$ are zero.<br />
To see this, let $\lambda$ be an eigenvalue of $A$ and let $\mathbf{x}$ be a corresponding eigenvector. Then applying the defining relation $A\mathbf{x}=\lambda \mathbf{x}$ successively, we have<br />
\[\mathbf{0}=A^3\mathbf{x}=\lambda A^2\mathbf{x}=\lambda^2 A\mathbf{x}=\lambda^3 \mathbf{x}.\]
Thus, the eigenvalue $\lambda$ must be zero since $\mathbf{x}$ is a nonzero vector since it is an eigenvector.<br />
Therefore, there exists an invertible matrix $P$ such that the Jordan canonical form of $A$ is $P^{-1}AP=\begin{bmatrix}<br />
0 &amp; a\\<br />
0&amp; 0<br />
\end{bmatrix}$ for some number $a$.<br />
Then $A=P\begin{bmatrix}<br />
0 &amp; a\\<br />
0&amp; 0<br />
\end{bmatrix} P^{-1}$ and we have<br />
\begin{align*}<br />
A^2&amp;=\left( P\begin{bmatrix}<br />
0 &amp; a\\<br />
0&amp; 0<br />
\end{bmatrix} P^{-1}\right) \left(P\begin{bmatrix}<br />
0 &amp; a\\<br />
0&amp; 0<br />
\end{bmatrix} P^{-1}\right)= P\begin{bmatrix}<br />
0 &amp; a\\<br />
0&amp; 0<br />
\end{bmatrix}^2P^{-1} \\[6pt]
&amp;=P\begin{bmatrix}<br />
0 &amp; 0\\<br />
0&amp; 0<br />
\end{bmatrix}P^{-1}=O.<br />
\end{align*}<br />
Hence $A^2$ must be zero, and we conclude that there is no $2 \times 2$ matrix $A$ satisfying both $A^3=O$ and $A^2 \neq O$.</p>
<h3>(b) Does there exist  a $3 \times 3$ real matrix $B$ such that $B^2=A$?</h3>
<p> The answer is yes and we will construct such a matrix $B$ as follows.</p>
<p>The characteristic polynomial $p(t)$ of the matrix $A$ is<br />
\[p(t):=\det(A-tI)=-t(t-1)(t-3).\]
Thus the eigenvalues are $\lambda=0, 1, 3$.<br />
The corresponding eigenvalues are obtained by solving the system $(A-\lambda I)\mathbf{x}=\mathbf{0}$ and we see that<br />
\[\begin{bmatrix}<br />
1 \\<br />
1 \\<br />
1<br />
\end{bmatrix}, \begin{bmatrix}<br />
1 \\<br />
0 \\<br />
-1<br />
\end{bmatrix}, \begin{bmatrix}<br />
1 \\<br />
-2 \\<br />
1<br />
\end{bmatrix}\]
are eigenvectors corresponding to eigenvalues $0,1,3$, respectively.</p>
<p>Thus the matrix<br />
\[P=\begin{bmatrix}<br />
1 &amp; 1 &amp; 1 \\<br />
1 &amp;0 &amp;-2 \\<br />
1 &amp; -1 &amp; 1<br />
\end{bmatrix}\]
is invertible and diagonalize the matrix $A$ such that<br />
\[P^{-1}AP=\begin{bmatrix}<br />
0 &amp; 0 &amp; 0 \\<br />
0 &amp;1 &amp;0 \\<br />
0 &amp; 0 &amp; 3<br />
\end{bmatrix}.\]
<p>Then if we have the equality $B^2=A$, then we need to have<br />
\[(P^{-1}BP)(P^{-1}BP)=p^{-1}AP=\begin{bmatrix}<br />
0 &amp; 0 &amp; 0 \\<br />
0 &amp;1 &amp;0 \\<br />
0 &amp; 0 &amp; 3<br />
\end{bmatrix}.\]
From this we see that the matrix<br />
\[B=P\begin{bmatrix}<br />
0 &amp; 0 &amp; 0 \\<br />
0 &amp;1 &amp;0 \\<br />
0 &amp; 0 &amp; \sqrt{3}<br />
\end{bmatrix}P^{-1}\]
satisfies the above relation.</p>
<p>In fact, we compute<br />
\begin{align*}<br />
B^2&amp;=\left( P\begin{bmatrix}<br />
0 &amp; 0 &amp; 0 \\<br />
0 &amp;1 &amp;0 \\<br />
0 &amp; 0 &amp; \sqrt{3}<br />
\end{bmatrix}P^{-1} \right) \left(P\begin{bmatrix}<br />
0 &amp; 0 &amp; 0 \\<br />
0 &amp;1 &amp;0 \\<br />
0 &amp; 0 &amp; \sqrt{3}<br />
\end{bmatrix}P^{-1}\right) \\[6pt]
&amp;=P\begin{bmatrix}<br />
0 &amp; 0 &amp; 0 \\<br />
0 &amp;1 &amp;0 \\<br />
0 &amp; 0 &amp; \sqrt{3}<br />
\end{bmatrix}^2P^{-1}=P\begin{bmatrix}<br />
0 &amp; 0 &amp; 0 \\<br />
0 &amp;1 &amp;0 \\<br />
0 &amp; 0 &amp; 3<br />
\end{bmatrix}P^{-1}=A.<br />
\end{align*}<br />
Remark that the matrix $B$ is real since $P$ is real. Thus the matrix $B$ satisfies the conditions of the problem.</p>
<h2> Remark. </h2>
<p>The explicit form of the matrix $P$ was used to assure that the matrix $B$ is real.<br />
So we did not have to compute the matrix $P$ explicitly if we use the fact that the symmetric matrix is diagonalizable by a real orthogonal matrix.</p>
<h3>Generalization.</h3>
<p>See problem <a href="//yutsumura.com/a-square-root-matrix-of-a-symmetric-matrix-with-non-negative-eigenvalues/">A square root matrix of a symmetric matrix with non-negative eigenvalues</a> for a more general question than part (b).</p>
<p>Furthermore, try the next problem.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
Prove that a positive definite matrix has a unique positive definite square root.
</div>
<p>For a solution of this problem, see the post<br />
<a href="//yutsumura.com/a-positive-definite-matrix-has-a-unique-positive-definite-square-root/" target="_blank">A Positive Definite Matrix Has a Unique Positive Definite Square Root</a></p>
<button class="simplefavorite-button has-count" data-postid="349" data-siteid="1" data-groupid="1" data-favoritecount="39" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">39</span></button><p>The post <a href="https://yutsumura.com/a-square-root-matrix-of-a-symmetric-matrix/" target="_blank">A Square Root Matrix of a Symmetric Matrix</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/a-square-root-matrix-of-a-symmetric-matrix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">349</post-id>	</item>
	</channel>
</rss>
