<?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>trigonometric function &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/trigonometric-function/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 05 Mar 2018 05:13:43 +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>trigonometric function &#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>
		<item>
		<title>The Set $ \{ a + b \cos(x) + c \cos(2x) \mid a, b, c \in \mathbb{R} \}$ is a Subspace in $C(\R)$</title>
		<link>https://yutsumura.com/the-set-a-b-cosx-c-cos2x-mid-a-b-c-in-mathbbr-is-a-subspace-in-cr/</link>
				<comments>https://yutsumura.com/the-set-a-b-cosx-c-cos2x-mid-a-b-c-in-mathbbr-is-a-subspace-in-cr/#respond</comments>
				<pubDate>Thu, 28 Dec 2017 04:23:03 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[cos]]></category>
		<category><![CDATA[cosine function]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[trigonometric function]]></category>
		<category><![CDATA[vector space of functions]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6617</guid>
				<description><![CDATA[<p>Let $C(\mathbb{R})$ be the vector space of real-valued functions on $\mathbb{R}$. Consider the set of functions $W = \{ f(x) = a + b \cos(x) + c \cos(2x) \mid a, b, c \in \mathbb{R}&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/the-set-a-b-cosx-c-cos2x-mid-a-b-c-in-mathbbr-is-a-subspace-in-cr/" target="_blank">The Set $ \{ a + b \cos(x) + c \cos(2x) \mid a, b, c \in \mathbb{R} \}$ is a Subspace in $C(\R)$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 661</h2>
<p>Let $C(\mathbb{R})$ be the vector space of real-valued functions on $\mathbb{R}$. </p>
<p>Consider the set of functions $W = \{ f(x) = a + b \cos(x) + c \cos(2x) \mid a, b, c \in \mathbb{R} \}$. </p>
<p>Prove that $W$ is a vector subspace of $C(\mathbb{R})$.</p>
<p>&nbsp;<br />
<span id="more-6617"></span></p>
<h2> Proof. </h2>
<p>	We verify the subspace criteria: the zero vector of $C(\R)$ is in $W$, and $W$ is closed under addition and scalar multiplication.</p>
<hr />
<p>	First, the zero element of $C(\mathbb{R})$ is the zero function $\mathbf{0}$ defined by $\mathbf{0}(x) = 0$.  This element lies in $W$, as $\mathbf{0}(x) = 0 + 0 \cos(x) + 0 \cos(2x)$.  </p>
<hr />
<p>	Now suppose $f_1(x), f_2(x) \in W$, say $ f_1(x) = a_1 + b_1 \cos(x) + c_1 \cos(2x)$ and $f_2(x) = a_2 + b_2 \cos(x) + c_2 \cos(2x)$.  Then<br />
	\[f_1(x) + f_2(x) = (a_1 + a_2) + (b_1 + b_2) \cos(x) + ( c_1 + c_2) \cos(2x)\]
	and so $f_1(x) + f_2(x) \in W$.  </p>
<hr />
<p>Finally, for any scalar $d \in \mathbb{R}$, we have<br />
	\[d f_1(x) = (a_1 d) + (b_1 d) \cos(x) + (c_1 d) \cos(2x),\]
	and so $d f_1(x) \in W$ as well. </p>
<p>This proves that $W$ is a subspace of $W$.</p>
<button class="simplefavorite-button has-count" data-postid="6617" data-siteid="1" data-groupid="1" data-favoritecount="14" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">14</span></button><p>The post <a href="https://yutsumura.com/the-set-a-b-cosx-c-cos2x-mid-a-b-c-in-mathbbr-is-a-subspace-in-cr/" target="_blank">The Set $ \{ a + b \cos(x) + c \cos(2x) \mid a, b, c \in \mathbb{R} \}$ is a Subspace in $C(\R)$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-set-a-b-cosx-c-cos2x-mid-a-b-c-in-mathbbr-is-a-subspace-in-cr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6617</post-id>	</item>
		<item>
		<title>Determine Trigonometric Functions with Given Conditions</title>
		<link>https://yutsumura.com/determine-trigonometric-functions-with-given-conditions/</link>
				<comments>https://yutsumura.com/determine-trigonometric-functions-with-given-conditions/#respond</comments>
				<pubDate>Mon, 25 Dec 2017 19:21:46 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[Gauss-Jordan elimination]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[system of linear equations]]></category>
		<category><![CDATA[trigonometric function]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6351</guid>
				<description><![CDATA[<p>(a) Find a function \[g(\theta) = a \cos(\theta) + b \cos(2 \theta) + c \cos(3 \theta)\] such that $g(0) = g(\pi/2) = g(\pi) = 0$, where $a, b, c$ are constants. (b) Find real&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-trigonometric-functions-with-given-conditions/" target="_blank">Determine Trigonometric Functions with Given Conditions</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 651</h2>
<p><strong>(a) </strong>Find a function<br />
\[g(\theta) = a \cos(\theta) + b \cos(2 \theta) + c \cos(3 \theta)\]
		such that $g(0) = g(\pi/2) = g(\pi) = 0$, where $a, b, c$ are constants.</p>
<p><strong>(b)</strong> Find real numbers $a, b, c$ such that the function<br />
\[g(\theta) = a \cos(\theta) + b \cos(2 \theta) + c \cos(3 \theta)\]
		satisfies $g(0) = 3$, $g(\pi/2) = 1$, and $g(\pi) = -5$.</p>
<p>&nbsp;<br />
<span id="more-6351"></span><br />

<h2>Solution.</h2>
<h3>(a) Condition: $g(0) = g(\pi/2) = g(\pi) = 0$</h3>
<p>	Each condition required on $g$ can be turned into an equation involving the constants $a, b, c$.  In particular, we have the system of linear equations<br />
	\begin{align*}<br />
	g(0) &#038;= a + b + c = 0 \\[6pt]
	g \left( \frac{\pi}{2} \right) &#038;= -b = 0 \\[6pt]
	g(\pi) &#038;= -a + b &#8211; c = 0.<br />
	 \end{align*}</p>
<hr />
<p>	To solve this system, we will use Gauss-Jordan elimination to reduce its augmented matrix.<br />
	\begin{align*}<br />
\left[\begin{array}{rrr|r} 1 &#038; 1 &#038; 1 &#038; 0 \\ 0 &#038; -1 &#038; 0 &#038; 0 \\ -1 &#038; 1 &#038; -1 &#038; 0 \end{array} \right] \xrightarrow[R_3 + R_2]{R_1 + R_2} \left[\begin{array}{rrr|r} 1 &#038; 0 &#038; 1 &#038; 0 \\ 0 &#038; -1 &#038; 0 &#038; 0 \\ -1 &#038; 0 &#038; -1 &#038; 0 \end{array} \right] \xrightarrow[R_3 + R_1]{(-1) R_2} \left[\begin{array}{rrr|r} 1 &#038; 0 &#038; 1 &#038; 0 \\ 0 &#038; 1 &#038; 0 &#038; 0 \\ 0 &#038; 0 &#038; 0 &#038; 0 \end{array} \right].<br />
\end{align*}</p>
<p>	The solution can now be read off: $a+c = 0$ and $b=0$.<br />
Thus a general solution is of the form $g(\theta) = a \cos(\theta) &#8211; a \cos ( 3 \theta) $, where $a$ is any real number.</p>
<h3>(b) Condition: $g(0) = 3$, $g(\pi/2) = 1$, and $g(\pi) = -5$</h3>
<p>	Each condition required on $g$ can be turned into an equation involving the constants $a, b, c$.  In particular, we have</p>
<p>	\begin{align*}<br />
g(0) &#038;= a + b + c = 3\\<br />
g(\pi/2) &#038;= -b = 1\\<br />
g(\pi) &#038;= -a + b &#8211; c = -5.<br />
\end{align*}</p>
<hr />
<p>	To solve this system, we will use Gauss-Jordan elimination to reduce its augmented matrix.<br />
	\begin{align*}<br />
\left[\begin{array}{rrr|r} 1 &#038; 1 &#038; 1 &#038; 3 \\ 0 &#038; -1 &#038; 0 &#038; 1 \\ -1 &#038; 1 &#038; -1 &#038; -5 \end{array} \right] \xrightarrow[R_3 + R_2]{R_1 + R_2} \left[\begin{array}{rrr|r} 1 &#038; 0 &#038; 1 &#038; 4 \\ 0 &#038; -1 &#038; 0 &#038; 1 \\ -1 &#038; 0 &#038; -1 &#038; -4 \end{array} \right] \xrightarrow[R_3 + R_1]{(-1) R_2} \left[\begin{array}{rrr|r} 1 &#038; 0 &#038; 1 &#038; 4 \\ 0 &#038; 1 &#038; 0 &#038; -1 \\ 0 &#038; 0 &#038; 0 &#038; 0 \end{array} \right]
\end{align*}</p>
<p>	The solution can now be read off: $a+c = 4$ and $b=-1$.  Thus a general solution is of the form<br />
	$$ g(\theta) = a \cos(\theta) &#8211; \cos(2 \theta) + (4 &#8211; a) \cos(3 \theta) , $$<br />
	where $a$ is any real number.</p>
<button class="simplefavorite-button has-count" data-postid="6351" data-siteid="1" data-groupid="1" data-favoritecount="54" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">54</span></button><p>The post <a href="https://yutsumura.com/determine-trigonometric-functions-with-given-conditions/" target="_blank">Determine Trigonometric Functions with Given Conditions</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-trigonometric-functions-with-given-conditions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6351</post-id>	</item>
		<item>
		<title>Subspace Spanned by Trigonometric Functions $\sin^2(x)$ and $\cos^2(x)$</title>
		<link>https://yutsumura.com/subspace-spanned-by-trigonometric-functions-sin2x-and-cos2x/</link>
				<comments>https://yutsumura.com/subspace-spanned-by-trigonometric-functions-sin2x-and-cos2x/#respond</comments>
				<pubDate>Fri, 17 Nov 2017 18:20:01 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis for a vector space]]></category>
		<category><![CDATA[coordinate vector]]></category>
		<category><![CDATA[cosine function]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linearly independent]]></category>
		<category><![CDATA[sine function]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[trigonometric function]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5535</guid>
				<description><![CDATA[<p>Let $C[-2\pi, 2\pi]$ be the vector space of all real-valued continuous functions defined on the interval $[-2\pi, 2\pi]$. Consider the subspace $W=\Span\{\sin^2(x), \cos^2(x)\}$ spanned by functions $\sin^2(x)$ and $\cos^2(x)$. (a) Prove that the set&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/subspace-spanned-by-trigonometric-functions-sin2x-and-cos2x/" target="_blank">Subspace Spanned by Trigonometric Functions $\sin^2(x)$ and $\cos^2(x)$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 612</h2>
<p>Let $C[-2\pi, 2\pi]$ be the vector space of all real-valued continuous functions defined on the interval $[-2\pi, 2\pi]$.<br />
Consider the subspace $W=\Span\{\sin^2(x), \cos^2(x)\}$ spanned by functions $\sin^2(x)$ and $\cos^2(x)$.</p>
<p><strong>(a)</strong> Prove that the set $B=\{\sin^2(x), \cos^2(x)\}$ is a basis for $W$.</p>
<p><strong>(b)</strong> Prove that the set $\{\sin^2(x)-\cos^2(x), 1\}$ is a basis for $W$.</p>
<p>&nbsp;<br />
<span id="more-5535"></span><br />

<h2>Solution.</h2>
<h3>(a) Prove that the set $B=\{\sin^2(x), \cos^2(x)\}$ is a basis for $W$.</h3>
<p> By definition of the subspace $W=\Span\{\sin^2(x), \cos^2(x)\}$, the we know that $B$ is a spanning set for $W$.<br />
		Thus, it remains to show that $B$ is linearly independent set.<br />
		Suppose that<br />
		\[c_1\sin^2(x)+c_2\cos^2(x)=0.\]
		This equality is true for all $x\in [-2\pi, 2\pi]$.</p>
<hr />
<p>		In particular, evaluating at $x=0$, we see that $c_2=0$.<br />
		Also, plugging in $x=\pi/2$ yields $c_1=0$.</p>
<p>		Therefore, $\sin^2(x)$ and $\cos^2(x)$ are linearly independent, that is, $B$ is linearly independent.<br />
		As $B$ is a linearly independent spanning set, it is a basis for $W$.</p>
<h3>Prove that the set $\{\sin^2(x)-\cos^2(x), 1\}$ is a basis for $W$.</h3>
<p> Note that $\sin^2(x)-\cos^2(x)$ and $1$ are both in $W$ since both functions are linear combination of $\sin^2(x)$ and $\cos^2(x)$. Here, we used the trigonometric identity $1=\sin^2(x)+\cos^(x)$.</p>
<p>		By part (a), we see that $\dim(W)=2$. So if we show that the functions $\sin^2(x)-\cos^2(x)$ and $1$ are linearly independent, then they form a basis for $W$.</p>
<hr />
<p>		We consider the coordinate vectors of these functions with respect to the basis $B$.<br />
		We have<br />
		\begin{align*}<br />
	[\sin^2(x)-\cos^2(x)]_B=\begin{bmatrix}<br />
	  1<br />
	  \\ -1<br />
	    \end{bmatrix}<br />
	    \text{ and }\\<br />
	    [1]_B=[\sin^2(x)+\cos^2(x)]_B=\begin{bmatrix}<br />
	      1\\ 1<br />
	        \end{bmatrix}.<br />
		\end{align*}</p>
<p>				Since we have<br />
				\begin{align*}<br />
				\begin{bmatrix}<br />
				1&#038; 1 \\<br />
				-1&#038; 1<br />
				\end{bmatrix}<br />
				\xrightarrow{R_2+R_1}<br />
				\begin{bmatrix}<br />
				1&#038; 1 \\<br />
				0&#038; 2<br />
				\end{bmatrix}<br />
				\xrightarrow{\frac{1}{2}R_2}<br />
				\begin{bmatrix}<br />
				1&#038; 1 \\<br />
				0&#038; 1<br />
				\end{bmatrix}<br />
				\xrightarrow{R_1-R_1}<br />
				\begin{bmatrix}<br />
				1&#038; 0 \\<br />
				0&#038; 1<br />
				\end{bmatrix},<br />
				\end{align*}<br />
				the coordinate vectors are linearly independent, and hence $\sin^2(x)-\cos^2(x)$ and $1$ are linearly independent.<br />
				We conclude that $\{\sin^2(x)-\cos^2(x), 1\}$ is a basis for $W$.</p>
<p>				(Another reasoning is that since the coordinate vectors form a basis for $\R^2$,  $\{\sin^2(x)-\cos^2(x), 1\}$ is a basis for $W$.)</p>
<h3>Comment</h3>
<p>You may directly show that $\{\sin^2(x)-\cos^2(x), 1\}$ is linearly independent just like we did for part (a).</p>
<button class="simplefavorite-button has-count" data-postid="5535" data-siteid="1" data-groupid="1" data-favoritecount="24" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">24</span></button><p>The post <a href="https://yutsumura.com/subspace-spanned-by-trigonometric-functions-sin2x-and-cos2x/" target="_blank">Subspace Spanned by Trigonometric Functions $\sin^2(x)$ and $\cos^2(x)$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/subspace-spanned-by-trigonometric-functions-sin2x-and-cos2x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5535</post-id>	</item>
		<item>
		<title>Are the Trigonometric Functions $\sin^2(x)$ and $\cos^2(x)$ Linearly Independent?</title>
		<link>https://yutsumura.com/are-the-trigonometric-functions-sin2x-and-cos2x-linearly-independent/</link>
				<comments>https://yutsumura.com/are-the-trigonometric-functions-sin2x-and-cos2x-linearly-independent/#comments</comments>
				<pubDate>Wed, 08 Nov 2017 06:56:19 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[cosine function]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[general vector space]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linearly dependent]]></category>
		<category><![CDATA[linearly independent]]></category>
		<category><![CDATA[Ohio State]]></category>
		<category><![CDATA[Ohio State.LA]]></category>
		<category><![CDATA[sine function]]></category>
		<category><![CDATA[trigonometric function]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5256</guid>
				<description><![CDATA[<p>Let $C[-2\pi, 2\pi]$ be the vector space of all continuous functions defined on the interval $[-2\pi, 2\pi]$. Consider the functions \[f(x)=\sin^2(x) \text{ and } g(x)=\cos^2(x)\] in $C[-2\pi, 2\pi]$. Prove or disprove that the functions&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/are-the-trigonometric-functions-sin2x-and-cos2x-linearly-independent/" target="_blank">Are the Trigonometric Functions $\sin^2(x)$ and $\cos^2(x)$ Linearly Independent?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 603</h2>
<p>	Let $C[-2\pi, 2\pi]$ be the vector space of all continuous functions defined on the interval $[-2\pi, 2\pi]$.<br />
		Consider the functions \[f(x)=\sin^2(x) \text{ and } g(x)=\cos^2(x)\]
		in $C[-2\pi, 2\pi]$.</p>
<p>		Prove or disprove that the functions $f(x)$ and $g(x)$ are linearly independent.</p>
<p><em>(The Ohio State University, Linear Algebra Midterm)</em><br />
&nbsp;<br />
<span id="more-5256"></span><br />

<h2> Proof. </h2>
<p>			To determine whether $f(x)$ and $g(x)$ are linearly independent or not, consider the linear combination<br />
			\[c_1f(x)+c_2g(x)=0,\]
			equivalently<br />
			\[c_1\sin^2(x)+c_2 \cos^2(x)=0, \tag{*}\]
			where $c_1, c_2$ are scalars.</p>
<p>		If the only scalars satisfying the above equality are $c_1=0, c_2=0$, then $f(x)$ and $g(x)$ are linearly independent, otherwise they are linearly dependent.</p>
<hr />
<p>		Note that this is an equality as functions.<br />
		That is, this equality must hold for any $x$ in the interval $[-2\pi, 2\pi]$.</p>
<p>		Let $x=0$. Then as $\sin(0)=0$ and $\cos(0)=1$, we obtain $c_2=0$ from (*).<br />
		Next, let $x=\pi/2$. Then as $\sin(\pi/2)=1$ and $\cos(\pi/2)=0$, we obtain $c_1=0$ from (*).</p>
<p>		Therefore, we must have $c_1=c_2=0$, and hence the functions $f(x)=\sin^2(x)$ and $g(x)=\cos^2(x)$ are linearly independent.</p>
<h2>Comment.</h2>
<p>This is one of the midterm 2 exam problems for Linear Algebra (Math 2568) in Autumn 2017.</p>
<p>Here is the most common mistake.<br />
The linear combination $c_1\sin^2(x)+c_2 \cos^2(x)$ is a function defined over the interval $[-2\pi, 2\pi]$ and we are assuming it is the zero function.</p>
<p>So saying that &#8220;if $c_1=1, c_2=0$, then $c_1\sin^2(x)+c_2 \cos^2(x)$ is zero at $x=0$, hence $f(x)$ and $g(x)$ are linearly independent&#8221; is totally wrong.</p>
<p>What you are claiming here is that the function $\sin^2(x)$ is zero at $x=0$, hence it is the zero function.<br />
This is clearly wrong as $\sin^2(x)$ is not the zero function.</p>
<h2>List of Midterm 2 Problems for Linear Algebra (Math 2568) in Autumn 2017</h2>
<ol>
<li><a href="//yutsumura.com/vector-space-of-2-by-2-traceless-matrices/" rel="noopener" target="_blank">Vector Space of 2 by 2 Traceless Matrices</a></li>
<li><a href="//yutsumura.com/find-an-orthonormal-basis-of-the-given-two-dimensional-vector-space/" rel="noopener" target="_blank">Find an Orthonormal Basis of the Given Two Dimensional Vector Space</a></li>
<li>Are the Trigonometric Functions $\sin^2(x)$ and $\cos^2(x)$ Linearly Independent?←The current problem</li>
<li><a href="//yutsumura.com/find-bases-for-the-null-space-range-and-the-row-space-of-a-5times-4-matrix/" rel="noopener" target="_blank">Find Bases for the Null Space, Range, and the Row Space of a $5\times 4$ Matrix</a></li>
<li><a href="//yutsumura.com/matrix-representation-rank-and-nullity-of-a-linear-transformation-tr2to-r3/" rel="noopener" target="_blank">Matrix Representation, Rank, and Nullity of a Linear Transformation $T:\R^2\to \R^3$</a></li>
<li><a href="//yutsumura.com/determine-the-dimension-of-a-mysterious-vector-space-from-coordinate-vectors/" rel="noopener" target="_blank">Determine the Dimension of a Mysterious Vector Space From Coordinate Vectors</a></li>
<li><a href="//yutsumura.com/find-a-basis-of-the-subspace-spanned-by-four-polynomials-of-degree-3-or-less/" rel="noopener" target="_blank">Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less</a></li>
</ol>
<button class="simplefavorite-button has-count" data-postid="5256" data-siteid="1" data-groupid="1" data-favoritecount="11" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">11</span></button><p>The post <a href="https://yutsumura.com/are-the-trigonometric-functions-sin2x-and-cos2x-linearly-independent/" target="_blank">Are the Trigonometric Functions $\sin^2(x)$ and $\cos^2(x)$ 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/are-the-trigonometric-functions-sin2x-and-cos2x-linearly-independent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5256</post-id>	</item>
		<item>
		<title>Cosine and Sine Functions are Linearly Independent</title>
		<link>https://yutsumura.com/cosine-and-sine-functions-are-linearly-independent/</link>
				<comments>https://yutsumura.com/cosine-and-sine-functions-are-linearly-independent/#respond</comments>
				<pubDate>Sun, 27 Nov 2016 06:24:15 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[continuous function]]></category>
		<category><![CDATA[cos]]></category>
		<category><![CDATA[general vec]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linearly independent]]></category>
		<category><![CDATA[sin]]></category>
		<category><![CDATA[trigonometric function]]></category>
		<category><![CDATA[vector]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1471</guid>
				<description><![CDATA[<p>Let $C[-\pi, \pi]$ be the vector space of all continuous functions defined on the interval $[-\pi, \pi]$. Show that the subset $\{\cos(x), \sin(x)\}$ in $C[-\pi, \pi]$ is linearly independent. &#160; Proof. Note that the&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/cosine-and-sine-functions-are-linearly-independent/" target="_blank">Cosine and Sine Functions 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 201</h2>
<p>Let $C[-\pi, \pi]$ be the vector space of all continuous functions defined on the interval $[-\pi, \pi]$.</p>
<p>Show that the subset $\{\cos(x), \sin(x)\}$ in $C[-\pi, \pi]$ is linearly independent.</p>
<p>&nbsp;<br />
<span id="more-1471"></span></p>
<h2> Proof. </h2>
<p>Note that the zero vector in the vector space $C[-\pi, \pi]$ is the zero function<br />
\[\theta(x):=0.\]
<p>	Let us consider a linear combination<br />
	\[a_1\cos(x)+a_2\sin(x)=\theta(x)=0 \tag{*}.\]
	If this linear combination has only the zero solution $a_1=a_2=0$, then the set $\{\cos(x), \sin(x)\}$ is linearly independent.</p>
<hr />
<p>The equality (*) should be true for any values of $x\in [-\pi, \pi]$.<br />
	Setting $x=0$, we obtain from (*) that<br />
	\[a_1=0\]
	since $\cos(0)=1, \sin(0)=0$.</p>
<p>	We also set $x=\pi/2$ and we obtain<br />
	\[a_2=0\]
	since $\cos(\pi/2)=0, \sin(\pi/2)=1$.</p>
<p>	Therefore, we have $a_1=a_2=0$ and we conclude that the set $\{\cos(x), \sin(x)\}$ is linearly independent.</p>
<button class="simplefavorite-button has-count" data-postid="1471" data-siteid="1" data-groupid="1" data-favoritecount="34" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">34</span></button><p>The post <a href="https://yutsumura.com/cosine-and-sine-functions-are-linearly-independent/" target="_blank">Cosine and Sine Functions 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/cosine-and-sine-functions-are-linearly-independent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1471</post-id>	</item>
	</channel>
</rss>
