You're welcome. Glad I could help.

Click For Summary

Homework Help Overview

The discussion revolves around the concept of linear transformations in the context of given vector mappings. The original poster presents a problem involving two specific mappings, T(3,5) = (1,2) and T(2,3) = (6,7), and questions whether these define a unique linear transformation. Participants explore the implications of these mappings and the process of determining the transformation for arbitrary domain elements.

Discussion Character

  • Exploratory, Conceptual clarification, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss the necessity of expressing standard basis vectors as linear combinations of the given vectors. There are attempts to solve systems of equations to find coefficients for these combinations. Questions arise regarding the rationale behind this approach and the implications of the mappings provided.

Discussion Status

The discussion is active, with participants offering various perspectives on the problem. Some suggest methods for expressing basis vectors in terms of the provided vectors, while others express confusion about the reasoning behind these steps. There is acknowledgment that the mappings lead to a non-invertible transformation, and some participants reflect on the nature of linear transformations and their properties.

Contextual Notes

Participants note the challenge of working with the given vectors and the lack of examples in their learning materials that directly address this type of problem. There is also mention of the mappings not being one-to-one, which influences the interpretation of the transformation.

auk411
Messages
54
Reaction score
0

Homework Statement



Will the values given below define a unique linear transformation? If so, find the value of T for an arb. domain element.

T(3,5) = (1,2) and T(2,3) = (6,7)

Homework Equations


The Attempt at a Solution

T(a[3,5]) + T(b[2,3]) = aT[3,5] + bT[2,3]
= a(1,2) + b(6,7)
=(a +6b, 2a +7)

This is wrong. But I have no idea how to even begin answering it. After reading the textbook, reading my notes, listening to the lecture audio, spending hours online reading, spending more hours just playing around with the problem, I am officially more lost and confused on the subject of linear transformations. I know what the answer is, btw. I just have no idea how to get there.
 
Last edited:
Physics news on Phys.org
auk411 said:

Homework Statement



Will the values given below define a unique linear transformation? If so, find the value of T for an arb. domain element.

T(3,5) = (1,2) and T(2,3) = (6,7)

Homework Equations





The Attempt at a Solution




T(a[3,5]) + T(b[2,3]) = aT[3,5] + bT[2,3]
= a(1,2) + b(6,7)
=(a +6b, 2a +7)

This is wrong. But I have no idea how to even begin answering it. After reading the textbook, reading my notes, listening to the lecture audio, spending hours online reading, spending more hours just playing around with the problem, I am officially more lost and confused on the subject of linear transformations. I know what the answer is, btw. I just have no idea how to get there.
Here's a start.
1. Write (1, 0) as a linear combination of (3, 5) and (2, 3).
IOW, find constants a and b so that (1, 0) = a(3, 5) and + b(2, 3)
This entails solving the system
3a + 2b = 1
5a + 3b = 0

2. Write (0, 1) as a linear combination of (3, 5) and (2, 3).
IOW, find constants c and d so that (0,1) = c(3, 5) and + d(2, 3)
Similar to step 1.
 
Mark44 said:
Here's a start.
1. Write (1, 0) as a linear combination of (3, 5) and (2, 3).
IOW, find constants a and b so that (1, 0) = a(3, 5) and + b(2, 3)
This entails solving the system
3a + 2b = 1
5a + 3b = 0

2. Write (0, 1) as a linear combination of (3, 5) and (2, 3).
IOW, find constants c and d so that (0,1) = c(3, 5) and + d(2, 3)
Similar to step 1.

Thank you.

However, this really confuses me. WHY are we doing this? I have no examples in my book or by the teacher in class that do anything like this. So it is never mentioned that we should go about solving for (1,0) and (0,1). So even though I know your way leads to the right answer (I've worked out the problem your way) I have no idea WHY I am doing what I am doing.
 
Because as I said and HallsOfIvy said in the other thread you started, if you know what a linear transformation does to its basis vectors, you know everything there is to know about the transformation. In particular, with this information, you can write a matrix that represents the linear transformation.
 
We already had a basis. So why do we need to find a new basis? Also, why are we trying to find a linear COMBINATION that equals, say, (1,0).

Couldn't we try to find a transition that takes in (2,3) and (3,5) and gives us (1,0)?
 
Last edited:
auk411 said:
We already had a basis. So why do we need to find a new basis? Also, why are we trying to find a linear COMBINATION that equals, say, (1,0).
Because some bases are easier to work with than others. In R2, the standard basis is <1, 0>, <0, 1>. It's simple to decompose any vector in R2 into a linear combination of these two vectors. For example, the vector <3, 2> can be written as 3<1, 0> + 2<0, 1>, and this can be obtained by inspection. How easy is it to write <3, 2> as a linear combination of <2, 3> and <3, 5>?
auk411 said:
Couldn't we try to find a transition that takes in (2,3) and (3,5) and gives us (1,0)?
Essentially that's what we're doing, but that's a different transformation than the one you're trying to find.
 
auk411 said:
We already had a basis. So why do we need to find a new basis? Also, why are we trying to find a linear COMBINATION that equals, say, (1,0).

Couldn't we try to find a transition that takes in (2,3) and (3,5) and gives us (1,0)?
Of course, we could! But that is not the problem you cited before. Also, note that since you have two different vectors being mapped to the same one, the linear transformation is not "one-to-one" and so is not invertible. In fact, it will map all of R2 to the one dimensional subspace spanned by (1, 0): (x, 0) for x any number.

(1, 0)= a(2, 3)+ b(3, 5) gives 2a+ 3b= 1, 3a+ 5b= 0. Subtract twice the second equation from three times the first to eliminate a: -b= 3 so b= -3. Then 2a- 9= 1, a= 5. That is,
(1, 0)= 5(2,3)- 3(9,5) so that T(1, 0)= 5T(2, 3)- 3T(9, 5)= 5(1, 0)- 3(1, 0)= (2, 0). The first column of the matrix representing this linear transformation in the standard basis.

(0, 1)= a(2, 3)+ b(3, 9) gives 2a+ 3b= 0, 3a+ 5b= 1. Again, subtract twice the second equation from three times the first to eliminate a: -b= -2 so b= 2. Then 2a+ 6= 0 so a= -3.
(0, 1)= -3(2, 3)+ 2(3, 9) so that T(0, 1)= -3T(2, 3)+ 2T(3, 9)= -3(1, 0)+ 2(1, 0)= (-1, 0).

The matrix representing this linear transformation, in the standard basis, is
[tex]\begin{bmatrix}2 & -1 \\ 0 & 0\end{bmatrix}[/tex]
Obviously that has 0 determinant and is not invertible. It is easy to see that the null space is given by (x, 2x) and the and the range by (x, 0) which is, as said before, spanned by (1, 0).
 
Mark44 said:
Because some bases are easier to work with than others. In R2, the standard basis is <1, 0>, <0, 1>. It's simple to decompose any vector in R2 into a linear combination of these two vectors. For example, the vector <3, 2> can be written as 3<1, 0> + 2<0, 1>, and this can be obtained by inspection. How easy is it to write <3, 2> as a linear combination of <2, 3> and <3, 5>?
Essentially that's what we're doing, but that's a different transformation than the one you're trying to find.



Thanks a billion times over!
 
HallsofIvy said:
Of course, we could! But that is not the problem you cited before. Also, note that since you have two different vectors being mapped to the same one, the linear transformation is not "one-to-one" and so is not invertible. In fact, it will map all of R2 to the one dimensional subspace spanned by (1, 0): (x, 0) for x any number.

(1, 0)= a(2, 3)+ b(3, 5) gives 2a+ 3b= 1, 3a+ 5b= 0. Subtract twice the second equation from three times the first to eliminate a: -b= 3 so b= -3. Then 2a- 9= 1, a= 5. That is,
(1, 0)= 5(2,3)- 3(9,5) so that T(1, 0)= 5T(2, 3)- 3T(9, 5)= 5(1, 0)- 3(1, 0)= (2, 0). The first column of the matrix representing this linear transformation in the standard basis.

(0, 1)= a(2, 3)+ b(3, 9) gives 2a+ 3b= 0, 3a+ 5b= 1. Again, subtract twice the second equation from three times the first to eliminate a: -b= -2 so b= 2. Then 2a+ 6= 0 so a= -3.
(0, 1)= -3(2, 3)+ 2(3, 9) so that T(0, 1)= -3T(2, 3)+ 2T(3, 9)= -3(1, 0)+ 2(1, 0)= (-1, 0).

The matrix representing this linear transformation, in the standard basis, is
[tex]\begin{bmatrix}2 & -1 \\ 0 & 0\end{bmatrix}[/tex]
Obviously that has 0 determinant and is not invertible. It is easy to see that the null space is given by (x, 2x) and the and the range by (x, 0) which is, as said before, spanned by (1, 0).

Thank you for many replies. I think you took my question the wrong way. But I still got something from your post.

thanks!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
3K