Linear Transformation that Maps Each Vector to Its Reflection with Respect to $x$-Axis

Linear Transformation problems and solutions

Problem 597

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.

 
LoadingAdd to solve later

Sponsored Links


Solution 1.

Let $\begin{bmatrix}
x \\
y
\end{bmatrix}$ be an arbitrary vector in $\R^2$.
Its reflection with respect to $x$-axis is the vector $\begin{bmatrix}
x \\
-y
\end{bmatrix}$.
Thus the formula for the function $F$ is given by
\[F\left(\, \begin{bmatrix}
x \\
y
\end{bmatrix} \,\right)=\begin{bmatrix}
x \\
-y
\end{bmatrix}.\]


Next, we prove that the function $F$ is a linear transformation from $\R^2$ to $\R^2$.
We need to verify the following two properties: for any $\mathbf{u}, \mathbf{v}\in \R^2$ and $c\in \R$, we have

  1. $F(\mathbf{u}+\mathbf{v})=F(\mathbf{u})+F(\mathbf{v})$
  2. $F(c\mathbf{u})=cF(\mathbf{u})$.

Let $\mathbf{u}=\begin{bmatrix}
x \\
y
\end{bmatrix}$ and $\mathbf{v}=\begin{bmatrix}
x’ \\
y’
\end{bmatrix}$.
Then we have
\begin{align*}
F(\mathbf{u}+\mathbf{v})&=F\left(\, \begin{bmatrix}
x+x’ \\
y+y’
\end{bmatrix} \,\right)\\[6pt] &=\begin{bmatrix}
x+x’ \\
-(y+y’)
\end{bmatrix} &&\text{by the formula for $F$}\\[6pt] &=\begin{bmatrix}
x \\
-y
\end{bmatrix}+\begin{bmatrix}
x’ \\
-y’
\end{bmatrix}\\[6pt] &=F\left(\, \begin{bmatrix}
x \\
y
\end{bmatrix} \,\right)+F\left(\, \begin{bmatrix}
x’ \\
y’
\end{bmatrix}
\,\right) &&\text{by the formula for $F$}\\[6pt] &=F(\mathbf{u})+F(\mathbf{v}).
\end{align*}
This prove property (a).


Next, we have
\begin{align*}
F(c\mathbf{u})&=F\left(\, \begin{bmatrix}
cx \\
cy
\end{bmatrix} \,\right)\\[6pt] &=\begin{bmatrix}
cx \\
-(cy)
\end{bmatrix} &&\text{by the formula for $F$}\\[6pt] &=c\begin{bmatrix}
x \\
-y
\end{bmatrix}\\[6pt] &=cF(\mathbf{u})&&\text{by the formula for $F$.}
\end{align*}
Hence property (b) is verified.

Therefore, the function $F$ is a linear transformation.

Solution 2.

We give another proof that $F$ is a linear transformation.

From the formula that we obtained in Solution 1, we see that
\begin{align*}
F\left(\, \begin{bmatrix}
x \\
y
\end{bmatrix} \,\right)=\begin{bmatrix}
1 & 0\\
0& -1
\end{bmatrix}\begin{bmatrix}
x \\
y
\end{bmatrix}.
\end{align*}
It follows that the function $F$ is the matrix multiplication by $\begin{bmatrix}
1 & 0\\
0& -1
\end{bmatrix}$.

As the matrix multiplication function is always a linear transformation, we conclude that $F$ is a linear transformation.


Observe that the matrix $\begin{bmatrix}
1 & 0\\
0& -1
\end{bmatrix}$ is the matrix representation of the linear transformation $F$.
That is,
\[\begin{bmatrix}
1 & 0\\
0& -1
\end{bmatrix}=[T(\mathbf{e}_1), T(\mathbf{e}_2],\] where $\mathbf{e}_1=\begin{bmatrix}
1 \\
0
\end{bmatrix}$ and $\mathbf{e}_2=\begin{bmatrix}
0 \\
1
\end{bmatrix}$ are standard basis vectors of $\R^2$.

Related Question.

The following problem is a generalization of the above problem.

Problem.
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$.

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
\[\mathbf{e}_1=\begin{bmatrix}
1 \\
0
\end{bmatrix}, \mathbf{e}_2=\begin{bmatrix}
0 \\
1
\end{bmatrix}.\]

Note that if $m=0$, then this problem is the same as the current problem.

The solution is given in the post ↴
The Matrix for the Linear Transformation of the Reflection Across a Line in the Plane


LoadingAdd to solve later

Sponsored Links

More from my site

  • The Matrix for the Linear Transformation of the Reflection Across a Line in the PlaneThe Matrix for the Linear Transformation of the Reflection Across a Line in the Plane 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 representation of the linear transformation $T$ with respect to the […]
  • Differentiation is a Linear TransformationDifferentiation is a Linear Transformation Let $P_3$ be the vector space of polynomials of degree $3$ or less with real coefficients. (a) Prove that the differentiation is a linear transformation. That is, prove that the map $T:P_3 \to P_3$ defined by \[T\left(\, f(x) \,\right)=\frac{d}{dx} f(x)\] for any $f(x)\in […]
  • Linear Transformation $T:\R^2 \to \R^2$ Given in FigureLinear Transformation $T:\R^2 \to \R^2$ Given in Figure Let $T:\R^2\to \R^2$ be a linear transformation such that it maps the vectors $\mathbf{v}_1, \mathbf{v}_2$ as indicated in the figure below. Find the matrix representation $A$ of the linear transformation $T$.   Solution 1. From the figure, we see […]
  • Subspace Spanned By Cosine and Sine FunctionsSubspace Spanned By Cosine and Sine Functions Let $\calF[0, 2\pi]$ be the vector space of all real valued functions defined on the interval $[0, 2\pi]$. Define the map $f:\R^2 \to \calF[0, 2\pi]$ by \[\left(\, f\left(\, \begin{bmatrix} \alpha \\ \beta \end{bmatrix} \,\right) \,\right)(x):=\alpha \cos x + \beta […]
  • Find the Matrix Representation of $T(f)(x) =  f(x^2)$ if it is a Linear TransformationFind the Matrix Representation of $T(f)(x) = f(x^2)$ if it is a Linear Transformation For an integer $n > 0$, let $\mathrm{P}_n$ denote the vector space of polynomials with real coefficients of degree $2$ or less. Define the map $T : \mathrm{P}_2 \rightarrow \mathrm{P}_4$ by \[ T(f)(x) = f(x^2).\] Determine if $T$ is a linear transformation. If it is, find […]
  • The Matrix Representation of the Linear Transformation $T (f) (x) = ( x^2 – 2) f(x)$The Matrix Representation of the Linear Transformation $T (f) (x) = ( x^2 – 2) f(x)$ Let $\mathrm{P}_n$ be the vector space of polynomials of degree at most $n$. The set $B = \{ 1 , x , x^2 , \cdots , x^n \}$ is a basis of $\mathrm{P}_n$, called the standard basis. Let $T : \mathrm{P}_3 \rightarrow \mathrm{P}_{5}$ be the map defined by, for $f \in […]
  • Differentiating Linear Transformation is NilpotentDifferentiating Linear Transformation is Nilpotent Let $P_n$ be the vector space of all polynomials with real coefficients of degree $n$ or less. Consider the differentiation linear transformation $T: P_n\to P_n$ defined by \[T\left(\, f(x) \,\right)=\frac{d}{dx}f(x).\] (a) Consider the case $n=2$. Let $B=\{1, x, x^2\}$ be a […]
  • The Rank and Nullity of a Linear Transformation from Vector Spaces of Matrices to PolynomialsThe Rank and Nullity of a Linear Transformation from Vector Spaces of Matrices to Polynomials Let $V$ be the vector space of $2 \times 2$ matrices with real entries, and $\mathrm{P}_3$ the vector space of real polynomials of degree 3 or less. Define the linear transformation $T : V \rightarrow \mathrm{P}_3$ by \[T \left( \begin{bmatrix} a & b \\ c & d \end{bmatrix} \right) = […]

You may also like...

1 Response

  1. 11/01/2017

    […] The solution is given in the post ↴ Linear Transformation that Maps Each Vector to Its Reflection with Respect to $x$-Axis […]

Please Login to Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Problems and Solutions of Eigenvalue, Eigenvector in Linear Algebra
An Example of a Real Matrix that Does Not Have Real Eigenvalues

Let \[A=\begin{bmatrix} a & b\\ -b& a \end{bmatrix}\] be a $2\times 2$ matrix, where $a, b$ are real numbers. Suppose...

Close