Prove that the map T: D to R^2 defined by T(x,y)= (u,v) is not invertible where u=x cos y , v= x sin y.
1
Expert's answer
2021-07-11T16:30:11-0400
T(x, y)= (u, v)
where u = x cos y and v = x sin y
To check whether the mapping T: D → R2 is invertible or not we will find the Jacobian.
JT(x,y) = ∣∣∂x∂u∂x∂v∂y∂u∂y∂v∣∣
Now
∂x∂u = cos y
∂y∂u = - x sin y
∂x∂v = sin y
∂y∂v = x cos y
JT(x,y) = ∣∣cosysiny−xsinyxcosy∣∣
JT(x,y) = x cos2 y + x sin2 y
JT(x,y) = x
Now the inverse of T(x, y)= (u, v) will be the inverse of matrix JT(x,y). But according to the domain of T(x, y) x can be zero. So the function will not be invertible as matrix JT (x, y) will become singular . Hence, we say that T(x, y) = (u, v) is not invertible.
Comments