Planar Transformations and Jacobians

Learning Objectives

  • Determine the image of a region under a given transformation of variables.
  • Compute the Jacobian of a given transformation.

Planar Transformations

planar transformation T is a function that transforms a region G in one plane into a region R in another plane by a change of variables. Both G and R are subsets of R2. For example, Figure 1 shows a region G in the uv-plane transformed into a region R in the xy-plane by the change of variables x=g(u,v) and y=h(u,v), or sometimes we write x=x(u,v) and y=y(u,v). We shall typically assume that each of these functions has continuous first partial derivatives, which means gu, gv, hu, and hv exist and are also continuous. The need for this requirement will become clear soon.

On the left-hand side of this figure, there is a region G with point (u, v) given in the Cartesian u v-plane. Then there is an arrow from this graph to the right-hand side of the figure marked with x = g(u, v) and y = h(u, v). On the right-hand side of this figure there is a region R with point (x, y) given in the Cartesian xy- plane.

Figure 1. The transformation of a region G in the uv-plane into a region R in the xy-plane.

definition


A transformation T: GR, defined as T(u,v)=(x,y), is said to be a one-to-one transformation if no two points map to the same image point.

To show that T is a one-to-one transformation, we assume T(u1,v1)=T(u2,v2) and show that as a consequence we obtain (u1,v1)=(u2,v2). If the transformation T is one-to-one in the domain G, then the inverse T1 exists with the domain R such that T1T and TT1 are identity functions.

Figure 1 shows the mapping T(u,v)=(x,y) where x and y are related to u and v by the equations x=g(u,v) and y=h(u,v). The region G is the domain of T and the region R is the range of T, also known as the image of G under the transformation T.

Example: determining how the transformation works

Suppose a transformation T is defined as T(r,θ)=(x,y) where x=rcosθ,y=rsinθ. Find the image of the polar rectangle G={(r,θ)0r1,0θπ/2} in the rθ-plane to a region R in the xy-plane. Show that T is a one-to-one transformation in G and find T1(x,y).

Example: finding the image under T

Let the transformation T be defined by T(u,v)=(x,y) where x=u2+v2 and y=uv. Find the image of the triangle in the uv-plane with vertices (0,0)(0,1), and (1,1).

try it

Let a transformation T  be defined as T(u,v)=(x,y) where x=u+v, y=3v. Find the image of the rectangle G={(u,v):0u1,0v2} from the uv-plane after the transformation into a region R in the xy-plane. Show that T is a one-to-one transformation and find T1(x,y).

Jacobians

Recall that we mentioned near the beginning of this section that each of the component functions must have continuous first partial derivatives, which means that gu, gv, hu, and hv exist and are also continuous. A transformation that has this property is called a C1 transformation (here C denotes continuous). Let T(u,v)=(g(u,v),h(u,v)), where x=g(u,v) and y=h(u,v), be a one-to-one C1 transformation. We want to see how it transforms a small rectangular region S, Δu units by Δv units, in the uv-plane (see the following figure).

On the left-hand side of this figure, there is a region S with lower right corner point (u sub 0, v sub 0), height Delta v, and length Delta u given in the Cartesian u v-plane. Then there is an arrow from this graph to the right-hand side of the figure marked with T. On the right-hand side of this figure there is a region R with point (x sub 0, y sub 0) given in the Cartesian x y-plane with sides r(u, v sub 0) along the bottom and r(u sub 0, v) along the left.

Figure 4. A small rectangle S in the uv-plane is transformed into a region R in the xy-plane.

Since x=g(u,v) and y=h(u,v), we have the position vector r(u,v)=g(u,v)i+h(u,v)j of the image of the point (u,v). Suppose that (u0,v0) is the coordinate of the point at the lower left corner that mapped to (x0,y0)=T(u0,v0). The line v=v0 maps to the image curve with vector function r(u,v0), and the tangent vector at (x0,y0) to the image curve is

ru=gu(u0,v0)i+hu(u0,v0)j=xui+yuj.

Similarly, the line u=u0 maps to the image curve with vector function r(u0,v), and the tangent vector at (x0,y0) to the image curve is

rv=gv(u0,v0)i+hv(u0,v0)j=xvi+yvj.

Now, note that

ru=limΔu0r(u0+Δu,v0)r(u0,v0)Δu so r(u0+Δu,v0)r(u0,v0)Δuru.

Similarly,

rv=limΔv0r(u0,v0+Δv)r(u0,v0)Δv so r(u0,v0+Δv)r(u0,v0)Δvrv.

This allows us to estimate the area ΔA of the image R by finding the area of the parallelogram formed by the sides Δvrv and Δuru. By using the cross product of these two vectors by adding the kth component as 0, the area ΔA of the image R (refer to The Cross Product) is approximately Δuru × Δvrv=ru × rv ΔuΔv. In determinant form, the cross product is

ru×rv=|ijkxuyu0xvyv0|=|xuyuxvyv|k=(xuyvxvyu)k.

Since k=1, we have ΔA  ru × rv ΔuΔv=(xu yvxv yu)ΔuΔv.

definition


The Jacobian of the C1 transformation T(u,v)=(g(u,v),h(u,v)) is denoted by J(u,v) and is defined by the 2×2 determinant

J(u,v)=|(x,y)(u,v)|=|xuyuxvyv|=(xuyvxvyu).

Using the definition, we have

ΔAJ(u,v)ΔuΔv=|(x,y)(u,v)|ΔuΔv.

Note that the Jacobian is frequently denoted simply by

J(u,v)=(x,y)(u,v).

Note also that

|xuyuxvyv|=(xuyvxvyu)=|xuxvyuyv|

Hence the notation J(u,v)=(x,y)(u,v) suggests that we can write the Jacobian determinant with partials of x in the first row and partials of y in the second row.

Example: finding the jacobian

Find the Jacobian of the transformation given in Example “Determining How the Transformation Works”.

Example: finding the jacobian

Find the Jacobian of the transformation given in Example “Finding the Image under T“.

try it

Find the Jacobian of the transformation given in the previous Try It: T(u,v)=(u+v,3v).

Watch the following video to see the worked solution to the above Try It