<?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>cosine &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/cosine/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.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>cosine &#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="38" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">38</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>
		<item>
		<title>The Sum of Cosine Squared in an Inner Product Space</title>
		<link>https://yutsumura.com/the-sum-of-cosine-squared-in-an-inner-product-space/</link>
				<comments>https://yutsumura.com/the-sum-of-cosine-squared-in-an-inner-product-space/#respond</comments>
				<pubDate>Wed, 30 Aug 2017 03:50:11 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[cosine]]></category>
		<category><![CDATA[inner product]]></category>
		<category><![CDATA[inner product space]]></category>
		<category><![CDATA[length of a vector]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=4770</guid>
				<description><![CDATA[<p>Let $\mathbf{v}$ be a vector in an inner product space $V$ over $\R$. Suppose that $\{\mathbf{u}_1, \dots, \mathbf{u}_n\}$ is an orthonormal basis of $V$. Let $\theta_i$ be the angle between $\mathbf{v}$ and $\mathbf{u}_i$ for&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/the-sum-of-cosine-squared-in-an-inner-product-space/" target="_blank">The Sum of Cosine Squared in an Inner Product Space</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 551</h2>
<p>	Let $\mathbf{v}$ be a vector in an inner product space $V$ over $\R$.<br />
	Suppose that $\{\mathbf{u}_1, \dots, \mathbf{u}_n\}$ is an orthonormal basis of $V$.<br />
	Let $\theta_i$ be the angle between $\mathbf{v}$ and $\mathbf{u}_i$ for $i=1,\dots, n$.</p>
<p>	Prove that<br />
	\[\cos ^2\theta_1+\cdots+\cos^2 \theta_n=1.\]
<p>&nbsp;<br />
<span id="more-4770"></span><br />

<h2>Definition (Angle between Vectors).</h2>
<p>Let $\langle\mathbf{a}, \mathbf{b}\rangle$ denote the inner product of vectors $\mathbf{a}$ and $\mathbf{b}$ in $V$.</p>
<p>		Recall that the angle $\theta$ between $\mathbf{a}$ and $\mathbf{b}$ is defined as the unique number $\theta$ between $0$ and $\pi$ satisfying<br />
		\[\cos \theta=\frac{\langle\mathbf{a}, \mathbf{b}\rangle}{\|\mathbf{a}\| \|\mathbf{b}\|}.\]
<h2> Proof. </h2>
<p>		Express the vector $\mathbf{v}$ as a linear combination of the basis vectors as<br />
		\[\mathbf{v}=a_1\mathbf{u}_1+\dots+a_n\mathbf{u}_n\]
		for some real numbers $a_1, \dots, a_n$.</p>
<p>		The length of the vector $\mathbf{v}$ is given by<br />
		\[\|\mathbf{v}\|=\sqrt{a_1^2+\cdots+a_n^2}. \tag{*}\]
<hr />
<p>		For each $i$, we have using the properties of the inner product<br />
		\begin{align*}<br />
		\langle \mathbf{v}, \mathbf{u}_i\rangle&#038;=\langle a_1\mathbf{u}_1+\dots+a_n\mathbf{u}_n, \mathbf{u}_i\rangle\\<br />
		&#038;=a_1\langle\mathbf{u}_1, \mathbf{u}_i\rangle+\cdots +a_n \langle\mathbf{u}_n, \mathbf{u}_i \rangle\\<br />
		&#038;=a_i \tag{**}<br />
		\end{align*}<br />
		since $\langle\mathbf{u}_i, \mathbf{u}_i\rangle=1$ and $\langle\mathbf{u}_j, \mathbf{u}_i\rangle=0$ if $j\neq i$ as $\{\mathbf{u}_1, \dots, \mathbf{u}_n\}$ is orthonormal.</p>
<hr />
<p>		By definition of the angle, we have<br />
		\begin{align*}<br />
		\cos \theta_i&#038;=\frac{\langle\mathbf{v}, \mathbf{u}_i\rangle}{\|\mathbf{v}\| \|\mathbf{u}_i\|}=\frac{\langle\mathbf{v}, \mathbf{u}_i\rangle}{\|\mathbf{v}\| } &#038;&#038; \text{since $\|\mathbf{u}_i\|=1$.}<br />
		\end{align*}<br />
		It follows that<br />
		\begin{align*}<br />
		\cos ^2\theta_1+\cdots+\cos^2 \theta_n &#038;=\frac{\langle\mathbf{v}, \mathbf{u}_1\rangle^2}{\|\mathbf{v}\|^2 }+\cdots+\frac{\langle\mathbf{v}, \mathbf{u}_n\rangle^2}{\|\mathbf{v}\|^2 }\\[6pt]
		&#038;=\frac{1}{\|\mathbf{v}\|^2}(a_1^2+\cdots a_n^2) &#038;&#038;\text{by (**)}\\[6pt]
		&#038;=\frac{1}{\|\mathbf{v}\|^2}\cdot \|\mathbf{v}\|^2 &#038;&#038;\text{by (*)}\\[6pt]
		&#038;=1.<br />
		\end{align*}</p>
<p>		Thus we obtain<br />
		\[\cos ^2\theta_1+\cdots+\cos^2 \theta_n=1\]
		as required.</p>
<button class="simplefavorite-button has-count" data-postid="4770" 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/the-sum-of-cosine-squared-in-an-inner-product-space/" target="_blank">The Sum of Cosine Squared in an Inner Product Space</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-sum-of-cosine-squared-in-an-inner-product-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">4770</post-id>	</item>
	</channel>
</rss>
