<?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>reflection &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/reflection/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Tue, 21 Nov 2017 01:25:43 +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>reflection &#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>Linear Transformation that Maps Each Vector to Its Reflection with Respect to $x$-Axis</title>
		<link>https://yutsumura.com/linear-transformation-that-maps-each-vector-to-its-reflection-with-respect-to-x-axis/</link>
				<comments>https://yutsumura.com/linear-transformation-that-maps-each-vector-to-its-reflection-with-respect-to-x-axis/#comments</comments>
				<pubDate>Thu, 02 Nov 2017 03:18:04 +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[matrix for a linear transformation]]></category>
		<category><![CDATA[matrix representation]]></category>
		<category><![CDATA[reflection]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5213</guid>
				<description><![CDATA[<p>Let $F:\R^2\to \R^2$ be the function that maps each vector in $\R^2$ to its reflection with respect to $x$-axis. Determine the formula for the function $F$ and prove that $F$ is a linear transformation.&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/linear-transformation-that-maps-each-vector-to-its-reflection-with-respect-to-x-axis/" target="_blank">Linear Transformation that Maps Each Vector to Its Reflection with Respect to $x$-Axis</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 597</h2>
<p>Let $F:\R^2\to \R^2$ be the function that maps each vector in $\R^2$ to its reflection with respect to $x$-axis.</p>
<p>	Determine the formula for the function $F$ and prove that $F$ is a linear transformation.</p>
<p>&nbsp;<br />
<span id="more-5213"></span><br />

<h2>Solution 1.</h2>
<p>		Let $\begin{bmatrix}<br />
		  x \\<br />
		  y<br />
		\end{bmatrix}$ be an arbitrary vector in $\R^2$.<br />
		Its reflection with respect to $x$-axis is the vector $\begin{bmatrix}<br />
		  x \\<br />
		  -y<br />
		\end{bmatrix}$.<br />
		Thus the formula for the function $F$ is given by<br />
		\[F\left(\,  \begin{bmatrix}<br />
		  x \\<br />
		  y<br />
		\end{bmatrix} \,\right)=\begin{bmatrix}<br />
		  x \\<br />
		  -y<br />
		\end{bmatrix}.\]
<hr />
<p>		Next, we prove that the function $F$ is a linear transformation from $\R^2$ to $\R^2$.<br />
		We need to verify the following two properties: for any $\mathbf{u}, \mathbf{v}\in \R^2$ and $c\in \R$, we have</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<ol>
<li> $F(\mathbf{u}+\mathbf{v})=F(\mathbf{u})+F(\mathbf{v})$</li>
<li> $F(c\mathbf{u})=cF(\mathbf{u})$.</li>
</ol>
</div>
<p>		Let $\mathbf{u}=\begin{bmatrix}<br />
		  x \\<br />
		  y<br />
		\end{bmatrix}$ and $\mathbf{v}=\begin{bmatrix}<br />
		  x&#8217; \\<br />
		  y&#8217;<br />
		\end{bmatrix}$.<br />
		Then we have<br />
		\begin{align*}<br />
		F(\mathbf{u}+\mathbf{v})&#038;=F\left(\,  \begin{bmatrix}<br />
		  x+x&#8217; \\<br />
		  y+y&#8217;<br />
		\end{bmatrix} \,\right)\\[6pt]
		&#038;=\begin{bmatrix}<br />
		  x+x&#8217; \\<br />
		  -(y+y&#8217;)<br />
		\end{bmatrix} &#038;&#038;\text{by the formula for $F$}\\[6pt]
		&#038;=\begin{bmatrix}<br />
		  x \\<br />
		  -y<br />
		\end{bmatrix}+\begin{bmatrix}<br />
		  x&#8217; \\<br />
		  -y&#8217;<br />
		\end{bmatrix}\\[6pt]
		&#038;=F\left(\, \begin{bmatrix}<br />
		  x \\<br />
		  y<br />
		\end{bmatrix}  \,\right)+F\left(\,  \begin{bmatrix}<br />
		  x&#8217; \\<br />
		  y&#8217;<br />
		\end{bmatrix}<br />
		 \,\right) &#038;&#038;\text{by the formula for $F$}\\[6pt]
		 &#038;=F(\mathbf{u})+F(\mathbf{v}).<br />
		 \end{align*}<br />
		 This prove property (a).</p>
<hr />
<p>		 Next, we have<br />
		 \begin{align*}<br />
		F(c\mathbf{u})&#038;=F\left(\,  \begin{bmatrix}<br />
		  cx \\<br />
		  cy<br />
		\end{bmatrix} \,\right)\\[6pt]
		&#038;=\begin{bmatrix}<br />
		  cx \\<br />
		  -(cy)<br />
		\end{bmatrix} &#038;&#038;\text{by the formula for $F$}\\[6pt]
		&#038;=c\begin{bmatrix}<br />
		  x \\<br />
		  -y<br />
		\end{bmatrix}\\[6pt]
		&#038;=cF(\mathbf{u})&#038;&#038;\text{by the formula for $F$.}<br />
		\end{align*}<br />
		Hence property (b) is verified. </p>
<p>		Therefore, the function $F$ is a linear transformation.</p>
<h2>Solution 2.</h2>
<p>				We give another proof that $F$ is a linear transformation.</p>
<p>				From the formula that we obtained in Solution 1, we see that<br />
				\begin{align*}<br />
		F\left(\,  \begin{bmatrix}<br />
		  x \\<br />
		  y<br />
		\end{bmatrix} \,\right)=\begin{bmatrix}<br />
		  1 &#038; 0\\<br />
		  0&#038; -1<br />
		\end{bmatrix}\begin{bmatrix}<br />
		  x \\<br />
		  y<br />
		\end{bmatrix}.<br />
		\end{align*}<br />
		It follows that the function $F$ is the matrix multiplication by $\begin{bmatrix}<br />
		  1 &#038; 0\\<br />
		  0&#038; -1<br />
		\end{bmatrix}$.</p>
<p>		As the matrix multiplication function is always a linear transformation, we conclude that $F$ is a linear transformation.</p>
<hr />
<p>		Observe that the matrix $\begin{bmatrix}<br />
		  1 &#038; 0\\<br />
		  0&#038; -1<br />
		\end{bmatrix}$ is the matrix representation of the linear transformation $F$.<br />
		That is,<br />
		\[\begin{bmatrix}<br />
		  1 &#038; 0\\<br />
		  0&#038; -1<br />
		\end{bmatrix}=[T(\mathbf{e}_1), T(\mathbf{e}_2],\]
		where $\mathbf{e}_1=\begin{bmatrix}<br />
		  1 \\<br />
		  0<br />
		\end{bmatrix}$ and $\mathbf{e}_2=\begin{bmatrix}<br />
		  0 \\<br />
		  1<br />
		\end{bmatrix}$ are standard basis vectors of $\R^2$.</p>
<h2> Related Question. </h2>
<p>The following problem is a generalization of the above problem.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
Let $T:\R^2 \to \R^2$ be a linear transformation of the $2$-dimensional vector space $\R^2$ (the $x$-$y$-plane) to itself of the reflection across a line $y=mx$ for some $m\in \R$.</p>
<p>	Then find the matrix representation of the linear  transformation $T$ with respect to the standard basis $B=\{\mathbf{e}_1, \mathbf{e}_2\}$ of $\R^2$, where<br />
	\[\mathbf{e}_1=\begin{bmatrix}<br />
	  1 \\<br />
	  0<br />
	\end{bmatrix}, \mathbf{e}_2=\begin{bmatrix}<br />
	  0 \\<br />
	  1<br />
	\end{bmatrix}.\]
</p></div>
<p>Note that if $m=0$, then this problem is the same as the current problem.</p>
<p>The solution is given in the post &#8628;<br />
<a href="//yutsumura.com/the-matrix-for-the-linear-transformation-of-the-reflection-across-a-line-in-the-plane/" rel="noopener" target="_blank">The Matrix for the Linear Transformation of the Reflection Across a Line in the Plane</a></p>
<button class="simplefavorite-button has-count" data-postid="5213" data-siteid="1" data-groupid="1" data-favoritecount="22" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">22</span></button><p>The post <a href="https://yutsumura.com/linear-transformation-that-maps-each-vector-to-its-reflection-with-respect-to-x-axis/" target="_blank">Linear Transformation that Maps Each Vector to Its Reflection with Respect to $x$-Axis</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/linear-transformation-that-maps-each-vector-to-its-reflection-with-respect-to-x-axis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5213</post-id>	</item>
		<item>
		<title>The Matrix for the Linear Transformation of the Reflection Across a Line in the Plane</title>
		<link>https://yutsumura.com/the-matrix-for-the-linear-transformation-of-the-reflection-across-a-line-in-the-plane/</link>
				<comments>https://yutsumura.com/the-matrix-for-the-linear-transformation-of-the-reflection-across-a-line-in-the-plane/#comments</comments>
				<pubDate>Sun, 02 Jul 2017 03:48:44 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[matrix for a linear transformation]]></category>
		<category><![CDATA[matrix representation]]></category>
		<category><![CDATA[reflection]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3412</guid>
				<description><![CDATA[<p>Let $T:\R^2 \to \R^2$ be a linear transformation of the $2$-dimensional vector space $\R^2$ (the $x$-$y$-plane) to itself which is the reflection across a line $y=mx$ for some $m\in \R$. Then find the matrix&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/the-matrix-for-the-linear-transformation-of-the-reflection-across-a-line-in-the-plane/" target="_blank">The Matrix for the Linear Transformation of the Reflection Across a Line in the Plane</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 498</h2>
<p>	Let $T:\R^2 \to \R^2$ be a linear transformation of the $2$-dimensional vector space $\R^2$ (the $x$-$y$-plane) to itself which is the reflection across a line $y=mx$ for some $m\in \R$.</p>
<p>	Then find the matrix representation of the linear  transformation $T$ with respect to the standard basis $B=\{\mathbf{e}_1, \mathbf{e}_2\}$ of $\R^2$, where<br />
	\[\mathbf{e}_1=\begin{bmatrix}<br />
	  1 \\<br />
	  0<br />
	\end{bmatrix}, \mathbf{e}_2=\begin{bmatrix}<br />
	  0 \\<br />
	  1<br />
	\end{bmatrix}.\]
<p>&nbsp;<br />
<span id="more-3412"></span><br />

<h2>Solution.</h2>
<p>		Let $A$ be the matrix representation of $T$ with respect to the standard basis $B$.</p>
<p>		Observe that each vector on the line $y=mx$ does not move under the linear transformation $T$.<br />
		Since the vector $\begin{bmatrix}<br />
	  1 \\<br />
	  m<br />
	\end{bmatrix}$ is on the line $y=mx$, it follows that<br />
	\[A\begin{bmatrix}<br />
	  1 \\<br />
	  m<br />
	\end{bmatrix}=\begin{bmatrix}<br />
	  1 \\<br />
	  m<br />
	\end{bmatrix}. \tag{*}\]
<p>	Note that if $m\neq 0$ then the line $y=\frac{-1}{m}x$ is perpendicular to the line $y=mx$ at the origin.<br />
	If $m=0$, then the line $x=0$ is perpendicular to the line $y=0$ at the origin.<br />
	In either case the vector $\begin{bmatrix}<br />
	  -m \\<br />
	  1<br />
	\end{bmatrix}$ is on the perpendicular line.</p>
<p>	Thus, by the reflection across the line $y=mx$, this vector is mapped to $\begin{bmatrix}<br />
	  m \\<br />
	  -1<br />
	\end{bmatrix}$.<br />
	That is, we have<br />
	\[A\begin{bmatrix}<br />
	  -m \\<br />
	  1<br />
	\end{bmatrix}=\begin{bmatrix}<br />
	  m \\<br />
	  -1<br />
	\end{bmatrix}. \tag{**}\]
<hr />
<p>	It follows from (*) and (**) that<br />
	\begin{align*}<br />
	A\begin{bmatrix}<br />
	  1 &#038; -m\\<br />
	  m&#038; 1<br />
	\end{bmatrix}&#038;=\begin{bmatrix}<br />
	  A\begin{bmatrix}<br />
	  1 \\<br />
	  m<br />
	\end{bmatrix}&#038; A \begin{bmatrix}<br />
	  -m \\<br />
	  1<br />
	\end{bmatrix}<br />
	\end{bmatrix}<br />
	=\begin{bmatrix}<br />
	  1 &#038; m\\<br />
	  m&#038; -1<br />
	\end{bmatrix}.<br />
	\end{align*}</p>
<hr />
<p>	The determinant of the matrix $\begin{bmatrix}<br />
	  1 &#038; -m\\<br />
	  m&#038; 1<br />
	\end{bmatrix}$ is $1+m^2\neq 0$, hence it is invertible.<br />
	(Note that since column vectors are nonzero orthogonal vectors, we knew it is invertible.)</p>
<p>	The inverse matrix is<br />
	\[\begin{bmatrix}<br />
	  1 &#038; -m\\<br />
	  m&#038; 1<br />
	\end{bmatrix}^{-1}=\frac{1}{1+m^2}\begin{bmatrix}<br />
	  1 &#038; m\\<br />
	  -m&#038; 1<br />
	\end{bmatrix}.\]
<p>	Therefore, we have<br />
	\begin{align*}<br />
	A&#038;=\begin{bmatrix}<br />
	  1 &#038; m\\<br />
	  m&#038; -1<br />
	\end{bmatrix}<br />
	\begin{bmatrix}<br />
	  1 &#038; -m\\<br />
	  m&#038; 1<br />
	\end{bmatrix}^{-1}\\[6pt]
	&#038;=\begin{bmatrix}<br />
	  1 &#038; m\\<br />
	  m&#038; -1<br />
	\end{bmatrix}<br />
	\cdot \frac{1}{1+m^2}\begin{bmatrix}<br />
	  1 &#038; m\\<br />
	  -m&#038; 1<br />
	\end{bmatrix}\\[6pt]
	&#038;=\frac{1}{1+m^2}\begin{bmatrix}<br />
	  1-m^2 &#038; 2m\\<br />
	  2m&#038; m^2-1<br />
	\end{bmatrix}.<br />
	\end{align*}</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
In summary, the matrix representation $A$ of the linear transformation $T$ across the line $y=mx$ with respect to the standard basis is<br />
	\[A=\frac{1}{1+m^2}\begin{bmatrix}<br />
	  1-m^2 &#038; 2m\\<br />
	  2m&#038; m^2-1<br />
	\end{bmatrix}.\]
</div>
<h2>Comment.</h2>
<p>The matrix representation $A$ of a linear transformation $T:\R^2 \to \R^2$ with respect to the standard basis $B=\{\mathbf{e}_1, \mathbf{e}_2\}$ of $\R^2$ is given by<br />
\[A=\begin{bmatrix}<br />
  T(\mathbf{e}_1) &#038; T(\mathbf{e}_2)\end{bmatrix}<br />
.\]
So we can technically find the matrix $A$ by finding $T(\mathbf{e}_1)$ and $T(\mathbf{e}_2)$, which can be found by elementary plane geometry.</p>
<p>However, it is easier to determine the outputs of $T$ for vectors on the line $y=mx$ and vectors on the perpendicular line.<br />
That why we didn&#8217;t compute the vectors $T(\mathbf{e}_1)$ and $T(\mathbf{e}_2)$ directly in the above solution.</p>
<h2> Related Question. </h2>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
Let $F:\R^2\to \R^2$ be the function that maps each vector in $\R^2$ to its reflection with respect to $x$-axis.</p>
<p>	Determine the formula for the function $F$ and prove that $F$ is a linear transformation.
</p></div>
<p>The solution is given in the post &#8628;<br />
<a href="//yutsumura.com/linear-transformation-that-maps-each-vector-to-its-reflection-with-respect-to-x-axis/" rel="noopener" target="_blank">Linear Transformation that Maps Each Vector to Its Reflection with Respect to $x$-Axis</a></p>
<button class="simplefavorite-button has-count" data-postid="3412" data-siteid="1" data-groupid="1" data-favoritecount="65" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">65</span></button><p>The post <a href="https://yutsumura.com/the-matrix-for-the-linear-transformation-of-the-reflection-across-a-line-in-the-plane/" target="_blank">The Matrix for the Linear Transformation of the Reflection Across a Line in the Plane</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-matrix-for-the-linear-transformation-of-the-reflection-across-a-line-in-the-plane/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3412</post-id>	</item>
	</channel>
</rss>
