Linear Transformation - Complex -> Complex

succubus
Messages
33
Reaction score
0
The problem:

T(x + yi) = x

C -> C (Complex Numbers)

Show that the above is:

Linear
Isomorphic


This is what i have for showing it's linear:

T(x+yi + a + bi) = x + a + i(y + b) => T(x+a) => T(x) + T(a)
T(k(x+yi)) = k(x) + k(yi) = T(kx) = kT(x)

I assume that i(y+b) = 0. Is this the proper assumption?

Therefore it is not isomorphic because of the fact that i(y+b) = 0?

The answer in the back is states it's not isomorphic because 5i = 0 exists.
So I'm sort of confused as to what they are trying to say.
Aare they saying that by choosing a point on the plane, (x,y) that the component of 5i = 0 (I'm assuming 5 is random) exists for this particular transformation, and since that's impossible the transformation is not isomorphic? Or am I totally on the wrong track.
 
Physics news on Phys.org
succubus said:
The problem:

T(x + yi) = x

C -> C (Complex Numbers)

Show that the above is:

Linear
Isomorphic


This is what i have for showing it's linear:

T(x+yi + a + bi) = x + a + i(y + b) => T(x+a) => T(x) + T(a)
Completely wrong. T(x+yi + a + bi) is NOT equal to x + a + i(y + b), it is equal to x+ a. And I can make no sense of "=> T(x)+ T(a)".

T(k(x+yi)) = k(x) + k(yi) = T(kx) = kT(x)
NO, T(kx+ yi)= T(kx+ kyi)= kx, not kx+ k(yi). And T(kx)= kT(x) is what you want to prove.


I assume that i(y+b) = 0. Is this the proper assumption?
No, it is not. Where did you get that idea?

Therefore it is not isomorphic because of the fact that i(y+b) = 0?

The answer in the back is states it's not isomorphic because 5i = 0 exists.
So I'm sort of confused as to what they are trying to say.
Probably the problem is that your book doesn't say anything of the sort! Surely you know that "5i" is NOT equal to 0. What your book says is that T(5i)= 0. That is true because T(5i)= T(0+ 5i)= 0. Also T(0)= 0, T(3i)= T(0+ 3i)= 0, etc. Since a an isomorphism must be one-to-one, T is not an isomorphism.

Aare they saying that by choosing a point on the plane, (x,y) that the component of 5i = 0
That makes no sense at all. I have no idea what you mean by "the component of 5i".

(I'm assuming 5 is random) exists for this particular transformation, and since that's impossible the transformation is not isomorphic? Or am I totally on the wrong track.
 
Wow, now I feel like a moron.
ha ha ha
Grr...

I got confused when I saw that the transformation went from x + yi to x. :/

Sorry, you're right, the book did say T(5i) = 0 exists, therefore it's not an isomorphism.

I think I get it now
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top