<?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>Pythagorean identity &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/pythagorean-identity/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Tue, 30 Jan 2018 04:26:16 +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>Pythagorean identity &#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>The Rotation Matrix is an Orthogonal Transformation</title>
		<link>https://yutsumura.com/the-rotation-matrix-is-an-orthogonal-transformation/</link>
				<comments>https://yutsumura.com/the-rotation-matrix-is-an-orthogonal-transformation/#respond</comments>
				<pubDate>Tue, 30 Jan 2018 04:26:16 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[cosine]]></category>
		<category><![CDATA[inner product]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[orthogonal transformation]]></category>
		<category><![CDATA[Pythagorean identity]]></category>
		<category><![CDATA[rotation matrix]]></category>
		<category><![CDATA[sine]]></category>
		<category><![CDATA[trigonometric function]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6800</guid>
				<description><![CDATA[<p>Let $\mathbb{R}^2$ be the vector space of size-2 column vectors. This vector space has an inner product defined by $ \langle \mathbf{v} , \mathbf{w} \rangle = \mathbf{v}^\trans \mathbf{w}$. A linear transformation $T : \R^2&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/the-rotation-matrix-is-an-orthogonal-transformation/" target="_blank">The Rotation Matrix is an Orthogonal Transformation</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 684</h2>
<p>Let $\mathbb{R}^2$ be the vector space of size-2 column vectors.  This vector space has an <strong>inner product</strong> defined by $ \langle \mathbf{v} , \mathbf{w} \rangle = \mathbf{v}^\trans \mathbf{w}$.  A linear transformation $T : \R^2 \rightarrow \R^2$ is called an <strong>orthogonal transformation</strong> if for all $\mathbf{v} , \mathbf{w} \in \R^2$,<br />
\[\langle T(\mathbf{v}) , T(\mathbf{w}) \rangle = \langle \mathbf{v} , \mathbf{w} \rangle.\]
<p>For a fixed angle $\theta \in [0, 2 \pi )$ , define the matrix<br />
\[ [T] = \begin{bmatrix} \cos (\theta) &#038; &#8211; \sin ( \theta ) \\ \sin ( \theta ) &#038; \cos ( \theta ) \end{bmatrix} \]
and the linear transformation $T : \R^2 \rightarrow \R^2$ by<br />
\[T( \mathbf{v} ) = [T] \mathbf{v}.\]
<p>Prove that $T$ is an orthogonal transformation.  </p>
<p>&nbsp;<br />
<span id="more-6800"></span></p>
<h2>Solution.</h2>
<p>Suppose we have vectors $\mathbf{v} =  \begin{bmatrix} v_1 \\ v_2 \end{bmatrix}$ and $\mathbf{w} = \begin{bmatrix} w_1 \\ w_2 \end{bmatrix} $ .  Then,<br />
\[T(\mathbf{v}) = \begin{bmatrix} \cos (\theta) &#038; &#8211; \sin ( \theta ) \\ \sin ( \theta ) &#038; \cos ( \theta ) \end{bmatrix} \begin{bmatrix} v_1 \\ v_2 \end{bmatrix} = \begin{bmatrix} \cos(\theta) v_1 &#8211; \sin (\theta) v_2 \\ \sin(\theta) v_1 + \cos (\theta) v_2 \end{bmatrix},\]
and<br />
\[ T(\mathbf{w}) = \begin{bmatrix} \cos (\theta) &#038; &#8211; \sin ( \theta ) \\ \sin ( \theta ) &#038; \cos ( \theta ) \end{bmatrix} \begin{bmatrix} w_1 \\ w_2 \end{bmatrix} = \begin{bmatrix} \cos(\theta) w_1 &#8211; \sin (\theta) w_2 \\  \sin(\theta) w_1 + \cos (\theta) w_2 \end{bmatrix}.\]
<hr />
<p>Then we find the inner product for these two vectors:<br />
\begin{align*}<br />
&#038;\langle T(\mathbf{v} ) , T( \mathbf{w} ) \rangle \\<br />
&#038;= \begin{bmatrix} \cos(\theta) v_1 &#8211; \sin (\theta) v_2 &#038; \sin(\theta) v_1 + \cos (\theta) v_2 \end{bmatrix} \begin{bmatrix} \cos(\theta) w_1 &#8211; \sin (\theta) w_2 \\  \sin(\theta) w_1 + \cos (\theta) w_2 \end{bmatrix} \\[6pt]
&#038;= \biggl( \cos(\theta) v_1  &#8211; \sin(\theta) v_2 \biggr) \biggl( \cos(\theta) w_1 &#8211; \sin ( \theta) w_2 \biggr) \\[6pt]
 &#038;\qquad + \biggl( \sin (\theta) v_1 + \cos (\theta) v_2 \biggr) \biggl( \sin (\theta) w_1 + \cos(\theta) w_2 \biggr)  \\[6pt]
 &#038;= \cos^2(\theta) ( v_1 w_1 + v_2 w_2 ) + \sin(\theta) \cos(\theta) (  &#8211; v_1 w_2 &#8211; v_2 w_1 + v_1 w_2 + v_2 w_1 ) \\ &#038;\qquad + \sin^2 (\theta) ( v_2 w_2 + v_1 w_1 )  \\[6pt]
&#038;= \left( \cos^2 ( \theta) + \sin^2 ( \theta ) \right) ( v_1 w_1 + v_2 w_2 ) \\<br />
&#038;= v_1 w_1 + v_2 w_2 \\<br />
&#038;= \langle \mathbf{v} , \mathbf{w} \rangle .<br />
\end{align*}</p>
<hr />
<p>This proves that $T$ is an orthogonal transformation.  For the second-to-last equality, we used the Pythagorean identity $\sin^2 ( \theta ) + \cos^2 ( \theta ) = 1$.</p>
<button class="simplefavorite-button has-count" data-postid="6800" data-siteid="1" data-groupid="1" data-favoritecount="40" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">40</span></button><p>The post <a href="https://yutsumura.com/the-rotation-matrix-is-an-orthogonal-transformation/" target="_blank">The Rotation Matrix is an Orthogonal Transformation</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-rotation-matrix-is-an-orthogonal-transformation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6800</post-id>	</item>
	</channel>
</rss>
