Winter 2011 Final CC-BY-NC

Maintainer: admin

Sample exam 3, available through WebCT. Professor Klemes is not one of the examiners.

1Question 1

1.1Solution

(c)

The implicit functions $F$ and $G$ are as follows:

$$F(x, y, u, v) = x^2u + y^2v^2 + uv - 3 = 0 \quad G(x, y, u, v) = u^2y - xyuv + v^2 - 3$$

The point is $(x, y, u, v) = (1, -1, 1, 1)$. We then find the Jacobian, $J$ (recall that the "new variables", i.e. the ones that are defined in terms of others, go on the bottom):

$$J = \frac{\partial (F, G)}{\partial (x, u)} = \det \begin{pmatrix} F_x & F_u \\ G_x & G_u \end{pmatrix} = \det \begin{pmatrix} 2xu & x^2 + v \\ -yuv & 2uy - xyv \end{pmatrix} = \det \begin{pmatrix} 2 & 2 \\ 1 & -1 \end{pmatrix} = -4$$

The partial derivative we're required to calculate is thus given by:

$$\frac{\partial x}{\partial y} = -\frac{1}{J} \frac{\partial (F, G)}{\partial (y, u)} = \frac{1}{4} \det\begin{pmatrix} F_y & F_u \\ G_y & G_u \end{pmatrix} = \frac{1}{4} \det \begin{pmatrix} 2yv^2 & x^2+v \\ u^2-xuv & 2uy - xyv \end{pmatrix} = \frac{1}{4} \det \begin{pmatrix} -2 & 2 \\ 0 & -1 \end{pmatrix} = \frac{1}{4} \cdot 2 = \frac{1}{2}$$

1.2Accuracy and discussion

(a) and (b) don't appear to be stuff we're expected to do. (c) should be right but no guarantees.

2Question 2

Skipped because we didn't cover Lagrange multipliers I think?

3Question 3

Skipped because it was stated explicitly on WebCT that the reading topic of question 3 of written assignment 4, part (a) of which is identical to this question, would not be on the exam.

4Question 4

Lol what is a past history triangle

5Question 5

(a)

This is straightforward - we can find a potential function by integrating each of the components with respect to $x$, $y$, and $z$, respectively:

$$\int (2xyz) \,dx = x^2yz$$
$$\int (z+x^2z)\,dy = zy + x^2yz$$
$$\int (y+z+x^2y)\,dz = yz + \frac{z^2}{2} + x^2yz$$

A potential function $f(x, y, z)$ is thus given by the union of the above functions:

$$f(x, y, z) = x^2yz + yz + \frac{z^2}{2}$$

I'm not sure how we could show that $\vec F$ is conservative in the process of finding this potential function. We could, however, do it by taking the curl and showing that to be equal to 0, but that doesn't seem like what is being asked.

(b)

Since the field is conservative, we can just evaluate the potential function at the start and end points and take the difference (end-start):

$$f(0, \pi/2, \pi/2) - f(0, 0, 0) = \frac{\pi^2}{4} + \frac{\pi^2}{8}$$

That's it.

5.1Accuracy and discussion

Can't check answers but the method feels right. Not sure how to show the vector field is conservative apart from taking its curl, though.

6Question 6

6.1Solution

(a)

So long. Later

(b)

Pretty sure I can't do this

7Question 7

7.1Solution

(a)

Gauss' theorem is simply the divergence theorem. Here it is:

$$\iint_S F\cdot \vec n dS = \iiint_E \text{div } \vec F\,dV$$

where $E$ is the region bounded by the closed surface $S$ and $\vec n$ is the outward-pointing unit normal.

(b)

The answer is 360. I'll type up the explanation later.