Is My Matrix Calculation Correct for Composite Reflections in Linear Algebra?

  • Thread starter Thread starter flyingpig
  • Start date Start date
  • Tags Tags
    Method
flyingpig
Messages
2,574
Reaction score
1

Homework Statement



Find the standard matrix of T

T: \mathbb{R}^2 \to \mathbb{R}^2 first reflects points through the horizontal x1 axis and then reflects points through the line x2 = x1


The Attempt at a Solution



I almost always have to look at my book to remind myself what the standard matrix transformation for each transformation is

So I did

e1 becomes (which I will use \to) \to e1 (which doesn't change \to e2

That's column one. Also I am using David Lay's book, so I don't know words like "nullspace", "basis", etc...

e_2 \to -e_2 \to -(e_1)

Then I get

\begin{bmatrix}<br /> 0 &amp; -1\\ <br /> 1 &amp; 0<br /> \end{bmatrix}

Now my question is, am I right about the -(e_1)? I added brackets on purpose
 
Physics news on Phys.org
Yes, that's right. Note that this matrix, with both transformations, is the product of two matrices:
\begin{bmatrix}0 &amp; 1\\ 1 &amp; 0\end{bmatrix}\begin{bmatrix}1 &amp; 0\\ 0 &amp; -1\end{bmatrix}
Let's call these matrices A and B, where A reflects across the line y = x (i.e., it switches the x and y coordinates) and B reflects across the x-axis.

The transformation that reflects across the x-axis and then reflects across the line y = x, can be expressed as the product of A and B, in that order. The expression ABv is evaluated as A(Bv), where Bv reflects v across the x-axis, and then A reflects the vector Bv across the line y = x.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top