Finding a Matrix for Successive Transformations

  • Thread starter Thread starter sara_87
  • Start date Start date
  • Tags Tags
    Matrix
sara_87
Messages
748
Reaction score
0

Homework Statement



find a single matrix that performs the indicated successions of operations:
expands by a factor of 5 in the y-direction, then shears with factor 2
in the y-direction

Homework Equations





The Attempt at a Solution



first for the expansion:
(x,y) maps to (x,5y)
then for the shear:
(x,5y) maps to (x, (2x+5y)

i think its right but I am not quite sure.
thank you.
 
Physics news on Phys.org
You have written down the transformations correctly but you haven't answered the question! You were asked to find a matrix. What matrix does that?

What matrix changes (x,y) to (x, 2x+ 5y)? In other words, find the a, b, c,d such that
\left[\begin{array}{cc} a & b \\ c & d\end{array}\right]\left[\begin{array}{c} x \\ y\end{array}\right]= \left[\begin{array}{c} x \\ 2x+ 5y\end{array}\right]
Multiplying the left side will give you two equations for a, b, c, d but remember they must be true for all x and y. Comparing corresponding coefficients will give you four very simple equations for the a, b, c, d.
 
Last edited by a moderator:
ok so multipying the left side gives the matrix:
[(ax+by),(cx+dy)]
so ax+by=x
cx+dy=2x+5y

now what? ;)
 
You might separate the equations, in order to get:
ax=x, by=0, cx=2x and dy=5y, which ought to be solvable.
 
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