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 and Domain D= {( x,y) | x>0.
1
Expert's answer
2021-08-09T16:42:44-0400
T(x, y)= (u, v)
where by 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).
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