unfunf
- 4
- 0
Homework Statement
Show whether or not the following transformation T is a linear transformation, given the description of T:
T maps each point in R2 w/ polar coords. (r, θ) to R2 w/ polar coords. (r, 2θ). T maps zero-element to itself (T(0) = 0)
Homework Equations
I suppose (x, y) = (rcos(θ), rsin(θ)) is relevant.
The Attempt at a Solution
I attempted to show one of the two properties of linear transformations did not hold. That is,
T(x + y) = T(x) + T(y), where x,y are in R2
and
T(cx) = cT(x).
I showed that T((r1cos(θ1), r1sin(θ1)) + (r2cos(θ2), r2sin(θ2))) = T(r1cos(θ1) + r2cos(θ2), r1sin(θ1) + r2sin(θ2)) = (r1cos(2θ1) + r2cos(2θ2), r1sin(θ1) + r2sin(2θ2)).
This actually ends up equaling T(x) + T(y), when I believe it shouldn't.
I encounter the same issue when trying to disprove T(cx) = cT(x).
The only thing I can think of is that I cannot just multiply both my angles by 2 and call that the correct transformation. If I cannot do that, how am I supposed to multiply my angles? Can I coalesce the two cosines into one cosine and the two sines into one sine? I was not able to find a formula that allowed for that.
Any help would be greatly appreciated. I do not want a solution so much as I want to see where I am going wrong.
-Ian