Finding a Matrix for Successive Transformations

  • Thread starter Thread starter sara_87
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary

Homework Help Overview

The problem involves finding a single matrix that represents a series of transformations: an expansion by a factor of 5 in the y-direction followed by a shear transformation with a factor of 2 in the y-direction. The subject area pertains to linear algebra and matrix transformations.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the transformations and their representations in matrix form. The original poster attempts to express the transformations mathematically, while others question how to derive the specific matrix that accomplishes the overall transformation.

Discussion Status

The discussion is ongoing, with participants exploring the relationships between the transformations and the corresponding matrix elements. Some guidance has been provided regarding separating equations to solve for the matrix components, but no consensus has been reached on the final matrix form.

Contextual Notes

Participants are working under the constraints of deriving a matrix that satisfies the transformation for all values of x and y, and there is an emphasis on ensuring the equations hold true universally.

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.
 

Similar threads

Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 25 ·
Replies
25
Views
5K
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K