How is equation transformed by matrix

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

Homework Help Overview

The discussion revolves around the transformation of a line defined by the equation 2x2 − x1 − 2 = 0 in R2 using a given matrix A. Participants are exploring how points on this line are affected by the matrix transformation.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants are attempting to understand the meaning of transforming the equation by the matrix and how to apply it to points on the line. Some suggest parametrizing the line or finding specific points to illustrate the transformation. Others question the process of multiplying points by the matrix and express confusion about the results.

Discussion Status

There is active engagement with various approaches being discussed, including finding points on the line and applying the matrix transformation. Some participants have shared their attempts and results, while others are seeking clarification on the steps involved. No consensus has been reached on the correct method or interpretation of the transformation.

Contextual Notes

Participants are working under the constraints of a homework assignment, which may limit the information they can use or the methods they can apply. There is also a hint provided in the original post that suggests using two points to determine the line.

montana111
Messages
12
Reaction score
0

Homework Statement



Consider in R^2 the points satisfying the equation 2x_2 − x_1 − 2 = 0. Show on a plot
the points satisfying this equation. How are these points transformed by the matrix
A =
[
1 −1
−1 2
]

Hint: To draw the plot, use the fact that two points determine a line.


Homework Equations





The Attempt at a Solution


what does the question mean when it asks "how is the equation transformed by the matrix"? I don't really understand what they are asking me to do.

Thanks!
 
Physics news on Phys.org
2x_2 − x_1 − 2 = 0 is the equation of a line

now take any point on that line x=(x1,x2)^T and consider the product Ax, where is that point mapped too,

you could consider it for the whole line (ie every point). What is the image of the line when multiplied by A? is it another line?
 
lanedance said:
2x_2 − x_1 − 2 = 0 is the equation of a line

now take any point on that line x=(x1,x2)^T and consider the product Ax, where is that point mapped too,

you could consider it for the whole line (ie every point). What is the image of the line when multiplied by A? is it another line?

1) what do you mean by raising the point (x,y)^T ?

2) I still don't understand what I am supposed to do with regards to the equation and the matrix A. It sounds like maybe i find a point on the line in the equation (lets say (29, 8) which prob isn't on the line but just for example) and then multiply it by A?
 
One way to try this problem would be to parametrize your line, and express it as a vector, then see how your matrix will map it.
 
Or you could use the hint. You have an equation of a line. Find the coordinates for two points. If you have two coordinates, can you find the vector?

Matrices transform vectors to vectors by multiplication.
 
Last edited:
So i got some points on that line. I used (2,2) and (0,1). Then i drew the plot. then i multiplied A by (2, 2). Multiplying A by (2, 2) seems incorrect. Here is what it looks like anyways...

A = [ <1; -1> , <-1; 2> ] [<2; 2>] = [ <2; -2> , <-2; 2> ] (where <stuff> is meant to be a column)


I feel like I am doing something wrong. Any ideas?
 
A straight line is determined by two points. Since a linear transformation (multiplication by a matrix) will map a line to a line, pick two points on the given line and multiply each by the matrix to get two points that determine the new line.
 
montana111 said:
So i got some points on that line. I used (2,2) and (0,1). Then i drew the plot. then i multiplied A by (2, 2). Multiplying A by (2, 2) seems incorrect. Here is what it looks like anyways...

A = [ <1; -1> , <-1; 2> ] [<2; 2>] = [ <2; -2> , <-2; 2> ] (where <stuff> is meant to be a column)


I feel like I am doing something wrong. Any ideas?

the first entry should be 1.2+(-1).2=0
 

Similar threads

Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
2
Views
2K
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 23 ·
Replies
23
Views
11K