Transforming a line segment with matrices?

That is, the endpoints of the transformed line segment are\begin{bmatrix}1 & 1 \\ 1 & 0\end{bmatrix}\begin{bmatrix}0 \\ 0\end{bmatrix}= <0, 0>and\begin{bmatrix}1 & 1 \\ 1 & 0\end{bmatrix}\begin{bmatrix}0 \\ 1\end{bmatrix}= <1, 1>. As for the other transformations, the endpoints of the transformed line segments are similarly determined. For instance, the endpoints of the line segment Y maps A into are\begin{bmatrix}0 & -1 \\ 1 &
  • #1
mneox
36
0

Homework Statement



If you have the matrix X = [ 1 1; 1 0] and Y = [ 0 -1; 1 0] and line segment A = {(0,y) | 0<y<1}

Draw the images of line segment after you transform it by matrix X, Y, XY, YX
(the image of A after transformation by linear transformation of L is {L(a) | all a in A}

Homework Equations



T = A(x)
not sure if this is applicable here...

The Attempt at a Solution



what are you supposed to do for this? I'm confused.. thanks!

what are "images"? and how do you transform with matrices.. is it just multiplying?

sorry i am just confused really badly :s
thanks for your help and time
 
Physics news on Phys.org
  • #2
Yes, transformation of a point by matrix means you have to multiply the matrix with the radius-vector for the points in the line segment. When drawing the images, it may help you to know that since the transformation is linear the line segment will always be transformed into another line segment, so you only really have to transform the end points to get the image.
 
  • #3
Filip Larsen said:
Yes, transformation of a point by matrix means you have to multiply the matrix with the radius-vector for the points in the line segment. When drawing the images, it may help you to know that since the transformation is linear the line segment will always be transformed into another line segment, so you only really have to transform the end points to get the image.

Thanks for the reply!

I see, but which part is this radius-vector though? Is it the (0,y) from A = {(0,y) | 0<y<1}? How do you know what value of y to use..?

Could you explain what A = {(0,y) | 0<y<1} even means?

I feel like I'm on the verge of grasping this but at the same time I'm lost. Thanks.
 
  • #4
What points do (0,y) "translate" to when y varies from 0 to 1? Can you plot those points in a diagram? You should get a line segment, that is, a line with a start and end point. Can you give the coordinates of those end-points?

Notice, that with the y interval defined as it is with 0<y<1, the end-points themselves are not considered part of the open line segment, that is, the set A is the line segment between the two end-points but excluding the end-points themselves. You can treat them like normal end-points if you just remember that the are excluded from the images as well.
 
  • #5
The "radius vector" Filip Larson mentioned in his first post is probably the "position vector" of a point which is the vector from (0, 0) to the point. It's components are the same as the coordinates of the point. That is, the position vector for (0, 0), at one end of the segment, is just the 0 vector= <0, 0> and the position vector of (0, 1), at the other end is [itex]\vec{i}[/itex]= <0, 1>.

The line segment X maps A into is the line segment having endpoints
[tex]\begin{bmatrix}1 & 1 \\ 1 & 0\end{bmatrix}\begin{bmatrix}0 \\ 0\end{bmatrix}[/tex]
and
[tex]\begin{bmatrix}1 & 1 \\ 1 & 0\end{bmatrix}\begin{bmatrix}0 \\ 1\end{bmatrix}[/tex]
 

Related to Transforming a line segment with matrices?

1. How can matrices be used to transform a line segment?

Matrices can be used to transform a line segment by representing the coordinates of the line's endpoints as vectors and multiplying them by a transformation matrix. The resulting vectors will be the coordinates of the transformed line segment.

2. What are the types of transformations that can be achieved with matrices?

Matrices can be used to achieve translation, rotation, scaling, and shearing transformations on a line segment. These transformations can be applied individually or combined for more complex transformations.

3. How do I determine the correct transformation matrix for a specific transformation?

The elements of a transformation matrix can be determined based on the desired transformation. For example, to perform a translation of (x,y) units, the matrix would have the following form:
[1 0 x
0 1 y
0 0 1]
Similarly, the elements for other transformations can be determined using geometric principles.

4. Can matrices be used to transform a line segment in 3D space?

Yes, matrices can be used to transform a line segment in 3D space using 3x3 or 4x4 matrices. These matrices will have additional elements to account for the z-coordinate of the line's endpoints.

5. Are there any limitations to using matrices for line segment transformation?

While matrices are a powerful tool for transforming line segments, they have some limitations. For example, matrices can only be used to transform lines in a linear fashion and cannot account for non-linear transformations. Additionally, matrices can only be used for geometric transformations and cannot account for other types of transformations, such as color changes.

Back
Top