Skip to main content

Section11.4Switching Coordinates: The Generalized Jacobian

Objectives

In this section you will learn how to...

  • switch coordinate systems for integration (u-substitution for higher dimensions)

To find the Jacobian of the transformation T(u,v)=(x(u,v),y(u,v)), we first find the derivative of T. This is a square matrix, so it has a determinant, which should give us information about area. As the determinant may be positive or negative, we then take the absolute value to obtain the Jacobian. Formally:

Definition11.4.1

Suppose T(u,v)=(x(u,v),y(u,v)) is a differentiable coordinate transformation. The Jacobian of the transformation T is the absolute value of the determinant of the derivative. Notationally we write

J(u,v)=(x,y)(u,v)=|det(DT(u,v))|.

For a tongue twister, say “the absolute value of the determinant of the derivative” ten times really fast.

Exercise11.4.1

Consider the transformation u=x+2y and v=2xy.

(a)

Solve for x and y in terms of u and v.

(b)

Next compute the Jacobian (x,y)(u,v).

(c)

We were give u and v in terms of x and y, so we could have directly computed (u,v)(x,y). Do so now.

(d)

Make a conjecture about the relationship between (x,y)(u,v) and (u,v)(x,y).

Subsection11.4.1Jac-o-latern Practice

Let's use this to rapidly find the area inside of an ellipse.

Exercise11.4.2

Consider the region R inside the ellipse (xa)2+(yb)2=1. We'll consider the change of coordinates given by u=(x/a) and v=(y/b).

(a)

Draw the region R in the xy-plane.

(b)

After substituting u=x/a and v=y/b, draw the region Ruv in the uv-plane. You should have a circle.

(c)

What is the area inside this circle in the uv-plane?

(d)

Solve for x and y, and then compute the Jacobian (x,y)(u,v).

(e)

Show how to get the same result from directly computing (u,v)(x,y).

(f)

We know the area in the xy-plane of the ellipse is Rxydxdy. Use the previous theorem to switch to an integral over the region Ruv. Then evaluate this integral by using facts about area to prove that the area in the xy plane is πab.

Hint

you don't actually have to set up any bounds, rather just reduce this to an area integral over the region \(R_{uv}\text{.}\)

Exercise11.4.3

Let R be the region in the plane bounded by the curves:

x+2y=1x+2y=42xy=02xy=8

We want to compute the integral Rxdxdy using a change of coordinates. [Challenge: Try doing this without looking at the steps in the next paragraph]

(a)

Draw the region R in the xy-plane.

(b)

Use the change of coordinates u=x+2y and v=2xy to evaluate this integral.

(c)

What are the bounds for u and v? You'll want to solve for x and y in terms of u and v, and then you'll need a Jacobian.

(d)

Make sure you provide a sketch of the region Ruv in the uv-plane (it should be a rectangle).

Exercise11.4.4

Use the transformation u=3x+2y and v=x+4y to evaluate the integral

R(3x2+14xy+8y2)dxdy=R(3x+2y)(x+4y)dxdy

for the region R that is bounded by the lines y=(3/2)x+1, y=(3/2)x+3, y=(1/4)x, and y=(1/4)x+1.

Subsection11.4.2Computational Practice

These are provided to help you achieve better skills in basic computational answers.

1
2
3
4