<?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>composite &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/composite/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 26 Mar 2018 03:24:18 +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>composite &#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>Are These Linear Transformations?</title>
		<link>https://yutsumura.com/are-these-linear-transformations/</link>
				<comments>https://yutsumura.com/are-these-linear-transformations/#respond</comments>
				<pubDate>Mon, 26 Mar 2018 03:24:18 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[composite]]></category>
		<category><![CDATA[composite of functions]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6981</guid>
				<description><![CDATA[<p>Define two functions $T:\R^{2}\to\R^{2}$ and $S:\R^{2}\to\R^{2}$ by \[ T\left( \begin{bmatrix} x \\ y \end{bmatrix} \right) = \begin{bmatrix} 2x+y \\ 0 \end{bmatrix} ,\; S\left( \begin{bmatrix} x \\ y \end{bmatrix} \right) = \begin{bmatrix} x+y \\ xy&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/are-these-linear-transformations/" target="_blank">Are These Linear Transformations?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 717</h2>
<p>	Define two functions $T:\R^{2}\to\R^{2}$ and $S:\R^{2}\to\R^{2}$ by<br />
	\[<br />
	T\left(<br />
	\begin{bmatrix}<br />
	x \\ y<br />
	\end{bmatrix}<br />
	\right)<br />
	=<br />
	\begin{bmatrix}<br />
	2x+y \\ 0<br />
	\end{bmatrix}<br />
	,\;<br />
	S\left(<br />
	\begin{bmatrix}<br />
	x \\ y<br />
	\end{bmatrix}<br />
	\right)<br />
	=<br />
	\begin{bmatrix}<br />
	x+y \\ xy<br />
	\end{bmatrix}<br />
	.<br />
	\]
	Determine whether $T$, $S$, and the composite $S\circ T$ are linear transformations.</p>
<p>&nbsp;<br />
<span id="more-6981"></span><br />

<h2>Solution.</h2>
<p>	We will prove that $T$ and $S\circ T$ are linear transformations, but $S$ is not. </p>
<h3>$T$ is alinear transformation</h3>
<p>To prove that $T$ is a linear transformation, note that for any $\mathbf{x},\mathbf{y}\in\R^{2}$, if we write<br />
	\[<br />
	\mathbf{x}<br />
	=<br />
	\begin{bmatrix}<br />
	x_{1} \\ x_{2}<br />
	\end{bmatrix}<br />
	,\;<br />
	\mathbf{y}<br />
	=<br />
	\begin{bmatrix}<br />
	y_{1} \\ y_{2}<br />
	\end{bmatrix}<br />
	,<br />
	\]
	then we have<br />
	\begin{align*}<br />
	T\left(\mathbf{x}+\mathbf{y}\right)<br />
	&#038;=<br />
	T\left(<br />
	\begin{bmatrix}<br />
	x_{1}+y_{1} \\ x_{2}+y_{2}<br />
	\end{bmatrix}<br />
	\right)<br />
	=<br />
	\begin{bmatrix}<br />
	2(x_{1}+y_{1})+(x_{2}+y_{2}) \\ 0<br />
	\end{bmatrix}<br />
	\\<br />
	&#038;=<br />
	\begin{bmatrix}<br />
	2x_{1}+x_{2} \\ 0<br />
	\end{bmatrix}<br />
	+<br />
	\begin{bmatrix}<br />
	2y_{1}+y_{2} \\ 0<br />
	\end{bmatrix}<br />
	=<br />
	T(\mathbf{x})+T(\mathbf{y})<br />
	.<br />
	\end{align*}</p>
<hr />
<p>	Next, for any scalar $r$, we have<br />
	\[<br />
	T(r\mathbf{x})<br />
	=<br />
	T\left(r<br />
	\begin{bmatrix}<br />
	x_{1} \\ x_{2}<br />
	\end{bmatrix}<br />
	\right)<br />
	=<br />
	T\left(<br />
	\begin{bmatrix}<br />
	rx_{1} \\ rx_{2}<br />
	\end{bmatrix}<br />
	\right)<br />
	=<br />
	\begin{bmatrix}<br />
	2rx_{1}+rx_{2} \\ 0<br />
	\end{bmatrix}<br />
	=r<br />
	\begin{bmatrix}<br />
	2x_{1}+x_{2} \\ 0<br />
	\end{bmatrix}<br />
	=<br />
	rT(\mathbf{x})<br />
	.<br />
	\]
	Hence $T$ is a linear transformation.</p>
<h3>$S$ is not a linear transformation</h3>
<p>	To prove that $S$ is not a linear transformation, observe that<br />
	\[<br />
	S\left(<br />
	\begin{bmatrix}<br />
	1 \\ 0<br />
	\end{bmatrix}<br />
	\right)<br />
	=<br />
	\begin{bmatrix}<br />
	1 \\ 0<br />
	\end{bmatrix}<br />
	,<br />
	\quad<br />
	S\left(<br />
	\begin{bmatrix}<br />
	0 \\ 1<br />
	\end{bmatrix}<br />
	\right)<br />
	=<br />
	\begin{bmatrix}<br />
	1 \\ 0<br />
	\end{bmatrix}<br />
	,<br />
	\quad<br />
	S\left(<br />
	\begin{bmatrix}<br />
	1 \\ 1<br />
	\end{bmatrix}<br />
	\right)<br />
	=<br />
	\begin{bmatrix}<br />
	2 \\ 1<br />
	\end{bmatrix}<br />
	.<br />
	\]
	Therefore,<br />
	\begin{align*}<br />
	S\left(<br />
	\begin{bmatrix}<br />
	1 \\ 0<br />
	\end{bmatrix}<br />
	+<br />
	\begin{bmatrix}<br />
	0 \\ 1<br />
	\end{bmatrix}<br />
	\right)<br />
	&#038;=<br />
	S\left(<br />
	\begin{bmatrix}<br />
	1 \\ 1<br />
	\end{bmatrix}<br />
	\right)<br />
	=<br />
	\begin{bmatrix}<br />
	2 \\ 1<br />
	\end{bmatrix}<br />
	% \\<br />
	% &#038;<br />
	\neq<br />
	\begin{bmatrix}<br />
	2 \\ 0<br />
	\end{bmatrix}<br />
	=<br />
	\begin{bmatrix}<br />
	1 \\ 0<br />
	\end{bmatrix}<br />
	+<br />
	\begin{bmatrix}<br />
	1 \\ 0<br />
	\end{bmatrix}<br />
	\\<br />
	&#038;=<br />
	S\left(<br />
	\begin{bmatrix}<br />
	1 \\ 0<br />
	\end{bmatrix}<br />
	\right)<br />
	+<br />
	S\left(<br />
	\begin{bmatrix}<br />
	0 \\ 1<br />
	\end{bmatrix}<br />
	\right)<br />
	.<br />
	\end{align*}<br />
	Thus it is not the case that $S(\mathbf{x}+\mathbf{y})=S(\mathbf{x})+S(\mathbf{y})$ for all $\mathbf{x},\mathbf{y}\in\R^{2}$. It follows that $S$ cannot be a linear transformation.</p>
<h3>The composite $S\circ T$ is a lineawr transformation</h3>
<p>	To prove that $S\circ T$ is linear, note that for any $\mathbf{x}\in\R^{2}$,<br />
	\[<br />
	S\circ T(\mathbf{x})<br />
	=<br />
	S\left(<br />
	T\left(<br />
	\begin{bmatrix}<br />
	x \\ y<br />
	\end{bmatrix}<br />
	\right)\right)<br />
	=<br />
	S\left(<br />
	\begin{bmatrix}<br />
	2x+y \\ 0<br />
	\end{bmatrix}<br />
	\right)<br />
	% =<br />
	% \begin{bmatrix}<br />
	% 2x+y+0 \\ (2x+y)\cdot 0<br />
	% \end{bmatrix}<br />
	=<br />
	\begin{bmatrix}<br />
	2x+y \\ 0<br />
	\end{bmatrix}<br />
	=<br />
	T(\mathbf{x})<br />
	.<br />
	\]
	Therefore, $S\circ T=T$. Since $T$ is a linear transformation, we can immediately conclude that $S\circ T$ is a linear transformation. Hence $T$ and $S\circ T$ are linear, while $S$ is not.</p>
<button class="simplefavorite-button has-count" data-postid="6981" data-siteid="1" data-groupid="1" data-favoritecount="284" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">284</span></button><p>The post <a href="https://yutsumura.com/are-these-linear-transformations/" target="_blank">Are These Linear Transformations?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/are-these-linear-transformations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6981</post-id>	</item>
	</channel>
</rss>
