<?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>vector space of functions &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/vector-space-of-functions/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>vector space of functions &#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>Vector Space of Functions from a Set to a Vector Space</title>
		<link>https://yutsumura.com/vector-space-of-functions-from-a-set-to-a-vector-space/</link>
				<comments>https://yutsumura.com/vector-space-of-functions-from-a-set-to-a-vector-space/#respond</comments>
				<pubDate>Fri, 23 Feb 2018 04:36:17 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis for a vector space]]></category>
		<category><![CDATA[dimension of a vector space]]></category>
		<category><![CDATA[isomorphism]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[vector space]]></category>
		<category><![CDATA[vector space of functions]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6911</guid>
				<description><![CDATA[<p>For a set $S$ and a vector space $V$ over a scalar field $\K$, define the set of all functions from $S$ to $V$ \[ \Fun ( S , V ) = \{ f&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/vector-space-of-functions-from-a-set-to-a-vector-space/" target="_blank">Vector Space of Functions from a Set to a Vector Space</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 705</h2>
<p> For a set $S$ and a vector space $V$ over a scalar field $\K$, define the set of all functions from $S$ to $V$<br />
\[ \Fun ( S , V ) = \{ f : S \rightarrow V \} . \]
<p>For $f, g \in \Fun(S, V)$, $z \in \K$, addition and scalar  multiplication can be defined by<br />
\[ (f+g)(s) = f(s) + g(s) \, \mbox{ and } (cf)(s) = c (f(s)) \, \mbox{ for all } s \in S . \]
<p><strong>(a)</strong> Prove that $\Fun(S, V)$ is a vector space over $\K$.  What is the zero element?  </p>
<p><strong>(b)</strong> Let $S_1 = \{ s \}$ be a set consisting of one element.  Find an isomorphism between $\Fun(S_1 , V)$ and $V$ itself.  Prove that the map you find is actually a linear isomorpism.</p>
<p><strong>(c)</strong> Suppose that $B = \{ e_1 , e_2 , \cdots , e_n \}$ is a basis of $V$.  Use $B$ to construct a basis of $\Fun(S_1 , V)$.  </p>
<p><strong>(d)</strong> Let $S = \{ s_1 , s_2 , \cdots , s_m \}$.  Construct a linear isomorphism between $\Fun(S, V)$ and the vector space of $n$-tuples of $V$, defined as<br />
\[ V^m = \{ (v_1 , v_2 , \cdots , v_m ) \mid v_i \in V \mbox{ for all } 1 \leq i \leq m \} . \]
<p><strong>(e)</strong> Use the basis $B$ of $V$ to constract a basis of $\Fun(S, V)$ for an arbitrary finite set $S$.  What is the dimension of $\Fun(S, V)$?</p>
<p><strong>(f)</strong> Let $W \subseteq V$ be a subspace.  Prove that $\Fun(S, W)$ is a subspace of $\Fun(S, V)$.</p>
<p>&nbsp;<br />
<span id="more-6911"></span><br />

<h2> Proof. </h2>
<h3>(a) Prove that $\Fun(S, V)$ is a vector space over $\K$.  What is the zero element? </h3>
<p>We will prove that each vector space axioms holds for $\Fun(S, V)$. </p>
<p><strong>Closed under addition and scalar multiplication</strong>: For $f , g \in \Fun(S, V)$ and $c, d \in \K$, $cf+dg$ is another function with domain $S$ defined by<br />
\[ (cf+dg)(s) = cf(s) + dg(s) \in V \, \mbox{ for all } s \in S . \]
Thus $cf+dg \in \Fun(S, V)$.  This proves that $\Fun(S, V)$ is closed under addition and scalar multiplication.</p>
<hr />
<p><strong>Addition is associative</strong>:  For $f, g, h \in \Fun(S, V)$ and $s \in S$ we have<br />
\begin{align*}<br />
((f+g)+h)(s) &#038;= (f+g)(s) + h(s) \\<br />
&#038;= ( f(s) + g(s) ) + h(s) \\<br />
&#038;= f(s) + ( g(s) + h(s) ) \\<br />
&#038;= f(s) + (g+h)(s) \\<br />
&#038;= (f+(g+h))(s) . \end{align*}</p>
<p>Because $((f+g)+h)(s) = (f+(g+h))(s)$ holds for each $s \in S$, we can say that $(f+g)+h = f+(g+h)$.</p>
<hr />
<p><strong>Addition is commutative</strong>: Notice that for $s \in S$ we have<br />
\[ (f+g)(s) = f(s) + g(s) = g(s) + f(s) = (g+f)(s) . \]
Because this holds for every $s \in S$, we can say that $f+g = g+f$.</p>
<hr />
<p><strong>Zero vector</strong>: The zero vector is the function $\mathbf{0}$, defined by $\mathbf{0}(s) = 0 \in V$ for each $s \in S$.  To check that $\mathbf{0}$ is the additive identity, we check for any $f \in \Fun(S, V)$ and $s \in S$,<br />
\[ (f+ \mathbf{0})(s) = f(s) + \mathbf{0}(s) = f(s) + 0 = f(s) . \]
Because this holds for each $s \in S$, we can say that $f + \mathbf{0} = f$.  </p>
<hr />
<p><strong>Inverse vectors</strong>: For $f \in \Fun(S, V)$, its additive inverse is the function $(-f)$ defined by<br />
\[ (-f)(s) = &#8211; f(s) \, \mbox{ for all } s \in S . \]
To check that $-f$ is the inverse of $f$, we check for all $s \in S$<br />
\[ (f + (-f))(s) = f(s) + (-f)(s) = f(s) &#8211; f(s) = 0 = \mathbf{0}(s) . \]
<hr />
<p><strong>Scalar multiplication is associative</strong>: For $c, d \in \K$, $f \in \Fun(S, V)$ and $s \in S$ we have<br />
\[ ((cd)(f))(s) = (cd) f(s) = c ( d f(s) ) = c ( df)(s) = (c (df) )(s) . \]
Because this holds for each $s \in S$, we conclude that $(cd)(f) = c (df)$.</p>
<hr />
<p><strong>Scalar identity element</strong>: Let $1 \in \K$ be the multiplicative identity.  Then for $f \in \Fun(S, V)$ and $s \in S$ we have<br />
\[ (1f)(s) = 1 f(s) = f(s) . \]
Because this holds for all $s \in S$, we conclude that $1f = f$.</p>
<hr />
<p><strong>Distributivity</strong>: Next we check distributivity. For $c, d \in \K$, $f \in \Fun(S, V)$ and $s \in S$, we have<br />
\[ ( (c+d)(f) )(s) = (c+d) f(s) = c f(s) + d f(s) = (cf + df)(s) . \]
Because this holds for all $s \in S$, we can conclude that<br />
\[ (c+d)f = cf + df . \]
<p>For $c \in \K$, $f, g \in \Fun(S, V)$ and $s \in S$ we have<br />
\begin{align*}<br />
( c(f+g))(s) &#038;= c ( (f+g)(s) ) \\<br />
&#038;= c ( f(s) + g(s) ) \\<br />
&#038;= cf(s) + cg(s) \\<br />
&#038;= (cf + cg)(s) . \end{align*}</p>
<p>Because this holds for all $s \in S$, we conclude that<br />
\[ c(f+g) = cf + cg . \]
<p>We have shown that $\Fun(S, V)$ satisfies all of the vector space axioms, so it is a vector space.</p>
<h3>(b) Let $S_1 = \{ s \}$ be a set consisting of one element.  Find an isomorphism between $\Fun(S_1 , V)$ and $V$ itself.  Prove that the map you find is actually a linear isomorpism.</h3>
<p>Define the map $T : \Fun(S_1 , V) \rightarrow V$ by<br />
\[ T(f) = f(s) \, \mbox{ for all } f \in \Fun(S_1 , V) . \]
<p>We check that $T$ is a linear map.  For $f, g \in \Fun(S_1, V)$ we have<br />
\[ T(f+g) = (f+g)(s) = f(s) + g(s) = T(f) + T(g) . \]
Thus $T$ is additive.  Next, for $c \in \K$ and $f \in \Fun(S_1, V)$ we have<br />
\[ T(cf) = (cf)(s) = c f(s) = c T(f) . \]
This shows that $T$ respects scalar multiplication, and so $T$ is a linear map.</p>
<hr />
<p>Next we prove that $T$ is an isomorphism.  To see that $T$ is surjective, pick any $v \in V$.  Define the map $f_v \in \Fun(S_1, V)$ by $f_v(s) = v$.  Then $T(f_v) = f_v(s) = v$, and so $v$ lies in the range of $T$.  </p>
<p>To see that $T$ is injective, it is enough to show that if $T(f) = 0 \in V$ then $f = \mathbf{0} \in \Fun(S_1, V)$.  So suppose that $T(f) = 0$.  Because $T(f) = f(s)$, this implies that $f(s) = 0$. But $\mathbf{0}(s) = 0$ as well.  Because $f(s) = \mathbf{0}(s)$ for each $s \in S_1$ (which, remember, contains only the one element), we can conclude that $f = \mathbf{0}$.</p>
<p>We have shown that $T$ is linear, injective, and surjective.  This finishes the proof that $T$ is a linear isomorphism.</p>
<h3>(c) Find a basis of $\Fun(S_1 , V)$. </h3>
<p>We can use the basis $B$ of $V$ and the linear isomorphism $T$ found in the previous part to define a basis of $\Fun(S_1, V)$.  More specifically, the image of $B$ under the inverse isomorphism<br />
\[ T^{-1} : V \rightarrow \Fun(S_1 , V) \]
will define a basis of $\Fun(S_1 , V)$.</p>
<p>For $v \in V$ define the function $f_v$ by $f_v(s) = v$.  It is clear that $T(f_v) = v$, and so $T^{-1}(v) = f_v$ for all $v \in V$.  In particular, $T^{-1}(e_i) = f_{e_i}$ for each $1 \leq i \leq n$, and so the set $\{ f_{e_1} , f_{e_2} , \cdots , f_{e_n} \}$ forms a basis of $\Fun(S, V)$.</p>
<h3>(d)  Construct a linear isomorphism between $\Fun(S, V)$ and the vector space $V^m$</h3>
<p>Define the map $T : \Fun(S, V) \rightarrow V^m$ by<br />
\[ T(f) = ( f(s_1) , f(s_2) , \cdots , f(s_m) ) \in V^m \, \mbox{ for all } f \in \Fun(S, V) . \]
<p>First we show that $T$ is linear.  For $f, g \in \Fun(S, V)$ and $c, d \in \K$ we have<br />
\begin{align*}<br />
T(cf+dg) &#038;= \left( (cf + dg)(s_1) , (cf + dg)(s_2) , \cdots , (cf + dg)(s_m) \right) \\<br />
&#038;= \left( (cf)(s_1) + (dg)(s_1) ,  (cf)(s_2) + (dg)(s_2) , \cdots , (cf)(s_m) + (dg)(s_m) \right) \\<br />
&#038;= \left( c f(s_1) , c f(s_2) , \cdots , c f(s_m) \right) + \left( d g(s_1) , d g(s_2) , \cdots , d g(s_m) \right) \\<br />
&#038;= c \left( f(s_1) , f(s_2) , \cdots , f(s_m) \right) + d \left( g(s_1) , g(s_2) , \cdots , g(s_m) \right) \\<br />
&#038;= c T(f) + d T(g) . \end{align*}</p>
<p>This proves that $T$ is a linear map. </p>
<hr />
<p>Next we show that it is an isomorphism.</p>
<p>First we show surjectivity.  For $(v_1 , v_2 , \cdots , v_m) \in V^m$ define the function $f$ by<br />
\[ f(s_i) = v_i \, \mbox{ for } 1 \leq i \leq m . \]
<p>Then<br />
\[ T(f) = ( f(s_1) , f(s_2) , \cdots , f(s_m) ) = ( v_1 , v_2 , \cdots , v_m ) . \]
Thus every element of $V^m$ lies in the range of $T$.</p>
<hr />
<p>Next we check injectivity.  Suppose that $T(f) = (0 , 0 , \cdots , 0) \in V^m$.  This means that $f(s_i) = 0$ for each $1 \leq i \leq m$.  Thus $f(s) = \mathbf{0}(s)$ for all $s \in S$, and so $f = \mathbf{0}$.  This proves that $T$ is injective.  Together with surjectivity and linearity, we have proven that $T$ is an isomorphism.</p>
<h3>(e) Constract a basis of $\Fun(S, V)$ for an arbitrary finite set $S$.  What is the dimension of $\Fun(S, V)$?</h3>
<p>We will use the basis $B = \{ e_1 , \cdots , e_n \}$ of $V$ to create a basis for $V^m$.  We will translate this basis into a basis of $\Fun(S, V)$ using the isomorphism $T$, or actually its inverse $T^{-1}$.</p>
<p>For integers $i, j$ with $1 \leq i \leq n$ and $1 \leq j \leq m$, define the vector<br />
\[ d_i^j = ( 0 , \cdots , e_i , \cdots , 0 ) . \]
Notice that every component is $0$ except for the $j$-th component, which is the vector $e_i$.  The set $\{ d_i^j \}_{ \substack{1 \leq i \leq n \\ 1 \leq j \leq m} }$ is the standard basis of $V^m$ defined by $B$.  The set $\{ T^{-1} ( d_i^j ) \}_{ \substack{ 1 \leq i \leq n \\ 1 \leq j \leq m}}$ will then be a basis of $\Fun(S, V)$.</p>
<hr />
<p>To find $T^{-1}$, suppose that $T(f) = d_i^j$.  Because the $j$-th component of $d_i^j$ is $e_i$, we must have that $f(s_j) = e_i$.  Because all of the other components are $0$, we must have $f(s_k) = 0$ for all $k \neq j$.  This information completely determines the function $f$.  Define the function $\delta_i^j$ by<br />
\[ \delta_i^j ( s_k ) = \left\{ \begin{array}{cl} e_i &#038; \mbox{ if } k = j \\ 0 &#038; \mbox{ if } k \neq j \end{array} \right. . \]
<p>Then it is clear that $T(\delta_i^j) = d_i^j$; that is, $T^{-1}(d_i^j) = \delta_i^j$.  Thus a basis of $\Fun(S, V)$ is formed by the set $\{ \delta_i^j \}_{ \substack{ 1 \leq i \leq n \\ 1 \leq j \leq m }}$.  There are exactly $nm$ elements in this basis, thus $\Fun(S, V)$ has dimension $nm$.</p>
<h3>(f) Prove that $\Fun(S, W)$ is a subspace of $\Fun(S, V)$.</h3>
<p>We will show in one step that $\Fun(S, W)$ is closed under addition and scalar multiplication. For $f, g \in \Fun(S, W)$, $c, d \in \K$ and $s \in S$ we have<br />
\[ (cf + dg)(s) = c f(s) + d g(s) \in W . \]
This proves that $(cf + dg) : S \rightarrow W$, and so $(cf + dg) \in \Fun(S, W)$.</p>
<button class="simplefavorite-button has-count" data-postid="6911" data-siteid="1" data-groupid="1" data-favoritecount="21" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">21</span></button><p>The post <a href="https://yutsumura.com/vector-space-of-functions-from-a-set-to-a-vector-space/" target="_blank">Vector Space of Functions from a Set to a Vector Space</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/vector-space-of-functions-from-a-set-to-a-vector-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6911</post-id>	</item>
		<item>
		<title>Is the Map $T(f)(x) = f(0) + f(1) \cdot x + f(2) \cdot x^2 + f(3) \cdot x^3$ a Linear Transformation?</title>
		<link>https://yutsumura.com/is-the-map-tfx-f0-f1-cdot-x-f2-cdot-x2-f3-cdot-x3-a-linear-transformation/</link>
				<comments>https://yutsumura.com/is-the-map-tfx-f0-f1-cdot-x-f2-cdot-x2-f3-cdot-x3-a-linear-transformation/#respond</comments>
				<pubDate>Mon, 22 Jan 2018 02:52:15 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[nullspace of a linear transformation]]></category>
		<category><![CDATA[vector space of functions]]></category>
		<category><![CDATA[vector space of polynomials]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6748</guid>
				<description><![CDATA[<p>Let $C ([0, 3] )$ be the vector space of real functions on the interval $[0, 3]$. Let $\mathrm{P}_3$ denote the set of real polynomials of degree $3$ or less. Define the map $T&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/is-the-map-tfx-f0-f1-cdot-x-f2-cdot-x2-f3-cdot-x3-a-linear-transformation/" target="_blank">Is the Map $T(f)(x) = f(0) + f(1) \cdot x + f(2) \cdot x^2 + f(3) \cdot x^3$ a Linear Transformation?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 678</h2>
<p>Let $C ([0, 3] )$ be the vector space of real functions on the interval $[0, 3]$.  Let $\mathrm{P}_3$ denote the set of real polynomials of degree $3$ or less. </p>
<p>Define the map $T : C ([0, 3] ) \rightarrow \mathrm{P}_3 $ by<br />
\[T(f)(x) = f(0) + f(1) \cdot x + f(2) \cdot x^2 + f(3) \cdot x^3.\]
<p>Determine if $T$ is a linear transformation.  If it is, determine its nullspace.</p>
<p>&nbsp;<br />
<span id="more-6748"></span></p>
<h3>$T$ is a linear transformation</h3>
<p>We will show that $T$ satisfies both of the axioms for linear transformations.  Suppose $f, g \in C([0, 3])$.  Then<br />
\begin{align*}<br />
&#038;T(f+g)(x)\\<br />
&#038;= (f+g)(0) + (f+g)(1) \cdot x + (f+g)(2) \cdot x^2 + (f+g)(3) \cdot x^3 \\<br />
&#038;= f(0) + f(1) \cdot x + f(2) \cdot x^2 + f(3) \cdot x^3 + g(0) + g(1) \cdot x + g(2) \cdot x^2 + g(3) \cdot x^3 \\<br />
&#038;= T(f)(x) + T(g)(x) . \end{align*}</p>
<p>Thus we see that $T(f+g) = T(f) + T(g)$. </p>
<hr />
<p>Next, suppose $f \in C([0, 3])$ and $c \in \mathbb{R}$.  Then,<br />
\begin{align*}<br />
&#038;T(cf)(x)\\<br />
&#038;= (cf)(0) + (cf)(1) \cdot x + (cf)(2) \cdot x^2 + (cf)(3) \cdot x^3 \\<br />
&#038;= c f(0) + c f(1) \cdot x + c f(2) \cdot x^2 + c f(3) \cdot x^3 \\<br />
&#038;= c ( f(0) + f(1) \cdot x + f(2) \cdot x^2 + f(3) \cdot x^3 ) \\<br />
&#038;= c T(f)(x) . \end{align*}</p>
<p>This shows that $T$ is a linear transformation.  </p>
<h3>The nullspace of $T$</h3>
<p>Next, we will find the nullspace of $T$.  Suppose that $f \in C([0, 3])$ such that $T(f) = 0$.  That means that<br />
\[f(0) + f(1) \cdot x + f(2) \cdot x^2 + f(3) \cdot x^3 = 0.\]
<p>This implies that $f(0) = f(1) = f(2) = f(3) = 0$.  On the other hand, if $f(0)=f(1)=f(2)=f(3)=0$, then $T(f)(x) = 0$.  Thus, the nullspace is<br />
\[\mathcal{N}(T) = \{ f \in C([0, 3]) \mid f(0) = f(1) = f(2) = f(3) = 0 \}.\]
<button class="simplefavorite-button has-count" data-postid="6748" 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/is-the-map-tfx-f0-f1-cdot-x-f2-cdot-x2-f3-cdot-x3-a-linear-transformation/" target="_blank">Is the Map $T(f)(x) = f(0) + f(1) \cdot x + f(2) \cdot x^2 + f(3) \cdot x^3$ a Linear Transformation?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/is-the-map-tfx-f0-f1-cdot-x-f2-cdot-x2-f3-cdot-x3-a-linear-transformation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6748</post-id>	</item>
		<item>
		<title>Determine the Values of $a$ so that $W_a$ is a Subspace</title>
		<link>https://yutsumura.com/determine-the-values-of-a-so-that-w_a-is-a-subspace/</link>
				<comments>https://yutsumura.com/determine-the-values-of-a-so-that-w_a-is-a-subspace/#respond</comments>
				<pubDate>Thu, 28 Dec 2017 04:36:09 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[subspace criteria]]></category>
		<category><![CDATA[vector space]]></category>
		<category><![CDATA[vector space of functions]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6622</guid>
				<description><![CDATA[<p>For what real values of $a$ is the set \[W_a = \{ f \in C(\mathbb{R}) \mid f(0) = a \}\] a subspace of the vector space $C(\mathbb{R})$ of all real-valued functions? &#160; Solution. The&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-the-values-of-a-so-that-w_a-is-a-subspace/" target="_blank">Determine the Values of $a$ so that $W_a$ is a Subspace</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 662</h2>
<p>For what real values of $a$ is the set<br />
	\[W_a = \{ f \in C(\mathbb{R}) \mid f(0) = a \}\]
	a subspace of the vector space $C(\mathbb{R})$ of all real-valued functions?</p>
<p>&nbsp;<br />
<span id="more-6622"></span></p>
<h2>Solution. </h2>
<p>	The zero element of $C(\mathbb{R})$ is the function $\mathbf{0}$ defined by $\mathbf{0}(x) = 0$.  This shows that $\mathbf{0} \in W_a$ if and only if $a=0$.  </p>
<p>	We have shown that if $a \neq 0$, then $W_a$ is not a subspace as every subspace contains the zero vector.  Now we consider the case $a=0$ and prove that $W_0$ is a subspace.</p>
<hr />
<p>	We verify the subspace criteria: the zero vector of $C(\R)$ is in $W_0$, and $W_0$ is closed under addition and scalar multiplication.</p>
<p>	  As mentioned before, $\mathbf{0} \in W_0$. </p>
<hr />
<p>Now suppose $f, g \in W_0$.  Then $f(0) = g(0) = 0$, and so<br />
	\[(f+g)(0) = f(0) + g(0) = 0.\]
	Thus $f+g \in W_0$.  Finally, if $c \in \mathbb{R}$ is a scalar and $f \in W_0$, then<br />
	\[(cf)(0) = c f(0) = c \cdot 0 = 0.\]
	Thus $cf \in W_0$, and $W_0$ is a vector subspace.</p>
<button class="simplefavorite-button has-count" data-postid="6622" 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/determine-the-values-of-a-so-that-w_a-is-a-subspace/" target="_blank">Determine the Values of $a$ so that $W_a$ is a Subspace</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-the-values-of-a-so-that-w_a-is-a-subspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6622</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>Subspaces of the Vector Space of All Real Valued Function on the Interval</title>
		<link>https://yutsumura.com/subspaces-of-the-vector-space-of-all-real-valued-function-on-the-interval/</link>
				<comments>https://yutsumura.com/subspaces-of-the-vector-space-of-all-real-valued-function-on-the-interval/#respond</comments>
				<pubDate>Thu, 06 Oct 2016 01:11:18 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[general vector space]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[scalar multiplication]]></category>
		<category><![CDATA[subspace]]></category>
		<category><![CDATA[vector]]></category>
		<category><![CDATA[vector space]]></category>
		<category><![CDATA[vector space of functions]]></category>
		<category><![CDATA[zero vector]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1113</guid>
				<description><![CDATA[<p>Let $V$ be the vector space over $\R$ of all real valued functions defined on the interval $[0,1]$. Determine whether the following subsets of $V$ are subspaces or not. (a) $S=\{f(x) \in V \mid&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/subspaces-of-the-vector-space-of-all-real-valued-function-on-the-interval/" target="_blank">Subspaces of the Vector Space of All Real Valued Function on the Interval</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 134</h2>
<p> Let $V$ be the vector space over $\R$ of all real valued functions defined on the interval $[0,1]$. Determine whether the following subsets of $V$ are subspaces or not.</p>
<p><strong>(a)</strong> $S=\{f(x) \in V \mid f(0)=f(1)\}$.</p>
<p><strong>(b)</strong> $T=\{f(x) \in V \mid f(0)=f(1)+3\}$.</p>
<p>&nbsp;<br />
<span id="more-1113"></span><br />
&nbsp;</p>
<h2>Hint.</h2>
<p>To show that a subset $W$ of a vector space $V$ is a subspace, we need to check that</p>
<ol>
<li> the zero vector in $V$ is in $W$</li>
<li>for any two vectors $u,v \in W$, we have $u+v \in W$</li>
<li>for any scalar $c$ and any vector $u \in W$, we have $cu \in W$.</li>
</ol>
<h2> Solution. </h2>
<h3>(a) Is $S=\{f(x) \in V \mid f(0)=f(1)\}$ a subspace?</h3>
<p> We show that $S$ is a subspace of the vector space $V$ by checking conditions (1)-(3) given in the hint above.<br />
First note that the zero vector in $V$ is the zero function $\theta(x)$, that is, $\theta(x)=0$ for any $x \in [0,1]$.<br />
Since we have $\theta(0)=0=\theta(1)$, the zero function $\theta(x)\in S$.<br />
Condition (1) is met.</p>
<p>Now, take any $f(x), g(x) \in S$. By the defining relation of $S$, we have<br />
\[f(0)=f(1), \quad g(0)=g(1).\]
Consider the addition $(f+g)(x)$. We have<br />
\[(f+g)(0)=f(0)+g(0)=f(1)+g(1)=(f+g)(1)\]
and it follows that $(f+g)(x) \in S$.<br />
Thus $S$ satisfies condition (2).</p>
<p>To check the condition (3), take any scalar $c \in \R$ and $f(x) \in S$.<br />
Since $f(x)\in S$, we have $f(0)=f(1)$. The scalar multiplication $(cf)(x)$ satisfies<br />
\[(cf)(0)=c\cdot f(0)=c\cdot f(1)= (cf)(0).\]
Thus $(cf)(x) \in S$.</p>
<p>Therefore, the subset $S$ satisfies conditions (1)-(3). Hence $S$ is a subspace of $V$.</p>
<h3>(b) Is $T=\{f(x) \in V \mid f(0)=f(1)+3\}$ a subspace?</h3>
<p> We claim that $T$ is not a subspace of the vector space $V$.<br />
For example, the subset $T$ does not satisfy condition (1). </p>
<p>The zero vector of $V$ is the zero function $\theta(x)$.<br />
Then we have<br />
\[\theta(0)=0 \neq 0+3=\theta(1)+3,\]
and hence the zero vector $\theta(x) \in V$ is not in $W$.</p>
<button class="simplefavorite-button has-count" data-postid="1113" data-siteid="1" data-groupid="1" data-favoritecount="36" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">36</span></button><p>The post <a href="https://yutsumura.com/subspaces-of-the-vector-space-of-all-real-valued-function-on-the-interval/" target="_blank">Subspaces of the Vector Space of All Real Valued Function on the Interval</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/subspaces-of-the-vector-space-of-all-real-valued-function-on-the-interval/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1113</post-id>	</item>
	</channel>
</rss>
