8. Midterm 1 and Change of Variables

Midterm 1

Midterm 1 in Multivariable Calculus

students, this lesson prepares you for Midterm 1 by focusing on the core ideas that show up again and again in multivariable calculus 📘. The big goal is not just to memorize formulas, but to understand how the geometry, algebra, and calculus fit together in more than one variable.

What you should learn

By the end of this lesson, you should be able to:

  • Explain the main ideas and terminology behind Midterm 1.
  • Apply multivariable calculus reasoning and procedures connected to Midterm 1.
  • Connect Midterm 1 to the larger topic of Midterm 1 and Change of Variables.
  • Summarize how Midterm 1 fits into the course so far.
  • Use examples and evidence from multivariable calculus to support your understanding.

A helpful way to think about Midterm 1 is that it usually checks whether you can move comfortably between pictures, formulas, and computations. If a problem shows a surface, a region, or a function, you should be able to describe it, sketch it, and compute with it when needed. That skill is essential for later topics like polar coordinates and Jacobians, which are part of change of variables.

The big ideas behind Midterm 1

In multivariable calculus, you often work with functions of two variables such as $f(x,y)$. Instead of a graph that lives on a line, the graph of $f(x,y)$ lives in three dimensions. For example, $z=x^2+y^2$ is a surface shaped like a bowl. At the same time, the input space is the $xy$-plane, where regions and boundaries matter a lot.

One major idea on Midterm 1 is understanding how to describe a function’s behavior in multiple directions. In single-variable calculus, you often study a function $f(x)$ on a line. In multivariable calculus, the same function may change as $x$ changes, as $y$ changes, or as both change together. This is why partial derivatives are important. They measure how a function changes when one variable changes while the other is held fixed.

For example, if $f(x,y)=x^2y+3y$, then the partial derivative with respect to $x$ is $f_x(x,y)=2xy$, and the partial derivative with respect to $y$ is $f_y(x,y)=x^2+3$. These are not just symbols to memorize. They tell you how the surface tilts in different directions. In a real-world setting, $x$ and $y$ could represent temperature, time, distance, or cost, and the function could represent pressure, profit, or elevation 🌍.

Midterm 1 often also checks your ability to interpret contour maps. A contour map uses level curves, which are sets where $f(x,y)=c$ for some constant $c$. If you see closely spaced level curves, the function changes quickly. If the curves are spread out, the function changes more slowly. This is a visual way to understand rates of change without needing a full 3D graph.

Working with geometry in the plane and in space

A major skill in early multivariable calculus is understanding regions and surfaces. A region in the plane might be described by inequalities such as $x^2+y^2\le 4$. This means all points inside or on the circle of radius $2$ centered at the origin. Being able to read and sketch inequalities is essential because many integration problems begin with a region.

Surfaces can be given explicitly, implicitly, or parametrically. For instance, $z=x^2+y^2$ is explicit because $z$ is written as a function of $x$ and $y$. The sphere $x^2+y^2+z^2=9$ is implicit because the variables are related by an equation, not solved for one variable. A surface like $\mathbf{r}(u,v)=\langle u\cos v,u\sin v,u\rangle$ is parametric because it uses parameters to build the shape.

Midterm questions may ask you to identify the type of equation, sketch the surface, or determine how a region should be described in words. For example, the equation $x^2+y^2=1$ describes a cylinder in three dimensions because $z$ is free. This kind of reasoning matters because change of variables often begins with understanding the shape of the region before changing coordinates.

Partial derivatives and tangent planes

One of the most common Midterm 1 topics is finding partial derivatives and using them to approximate a surface. If $z=f(x,y)$ and you know a point $(a,b)$, then the tangent plane gives a linear approximation near that point.

The tangent plane formula is

$$z=f(a,b)+f_x(a,b)(x-a)+f_y(a,b)(y-b).$$

This formula matters because it turns a curved surface into a plane near one point. That idea is powerful in applications. For example, if $f(x,y)$ gives the height of a hill, then the tangent plane gives a local estimate of the hill’s shape near a certain location. Small changes in $x$ and $y$ produce approximately linear changes in $z$.

Suppose $f(x,y)=x^2+y^2$ and you want the tangent plane at $(1,2)$. First compute $f(1,2)=5$, $f_x=2x$, and $f_y=2y$. So $f_x(1,2)=2$ and $f_y(1,2)=4$. The tangent plane is

$$z=5+2(x-1)+4(y-2).$$

Simplifying gives

$$z=2x+4y-5.$$

This kind of problem appears often because it tests both computation and interpretation. students, if you can explain what a tangent plane means geometrically, you are already showing stronger understanding than if you only memorize the formula.

Change of variables, polar coordinates, and why they matter

Even though this lesson is about Midterm 1, it connects directly to the broader topic of change of variables. One of the most common changes of variables in two dimensions is switching from Cartesian coordinates $(x,y)$ to polar coordinates $(r,\theta)$. In polar form,

$$x=r\cos\theta, \qquad y=r\sin\theta.$$

Polar coordinates are useful when regions or functions involve circles, disks, sectors, or radial symmetry. For example, the circle $x^2+y^2=4$ becomes $r=2$ in polar coordinates. A disk that looks complicated in Cartesian coordinates may become simple in polar form.

This change helps when evaluating integrals over circular regions. If the region is the disk $x^2+y^2\le 4$, then in polar coordinates the bounds become $0\le r\le 2$ and $0\le \theta\le 2\pi$. The area element changes as well. In polar coordinates,

$$dA=r\,dr\,d\theta.$$

That extra factor of $r$ is not optional. It comes from the geometry of how area stretches when coordinates change. This is a preview of the Jacobian idea, which becomes central in change of variables.

Jacobians in two variables

The Jacobian measures how area changes under a coordinate transformation. For a transformation $T(u,v)=(x(u,v),y(u,v))$, the Jacobian determinant is

$$\frac{\partial(x,y)}{\partial(u,v)}=\begin{vmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \end{vmatrix}.$$

In polar coordinates, where $x=r\cos\theta$ and $y=r\sin\theta$, the Jacobian is

$$\frac{\partial(x,y)}{\partial(r,\theta)}=\begin{vmatrix} \cos\theta & -r\sin\theta \\ \sin\theta & r\cos\theta \end{vmatrix}=r.$$

That is why $dA=r\,dr\,d\theta$. The Jacobian tells you how much a tiny rectangle in $(r,\theta)$-space stretches when mapped into the $xy$-plane.

Even if your Midterm 1 focuses mainly on earlier material, understanding Jacobians now helps you see the logic behind later integration techniques. Change of variables is not just a trick. It is a structured way to make difficult regions easier to work with. If a region is circular, polar coordinates can turn the geometry into simpler bounds and cleaner integrals.

A real-world example comes from engineering or physics. Suppose you need to compute mass over a circular plate. If the density depends on distance from the center, then polar coordinates often match the symmetry of the problem. The Jacobian ensures the area is measured correctly, so the final answer reflects the true size of each part of the plate.

How Midterm 1 fits into the whole topic

Midterm 1 is more than a checkpoint. It is the place where you show that you can move from one-variable thinking to multivariable thinking. You are learning to interpret surfaces, work with partial derivatives, reason about regions, and prepare for coordinate changes.

The connection to change of variables is especially important. If you understand regions in the $xy$-plane, you are better prepared to rewrite them in polar coordinates. If you understand how derivatives measure local change, you are better prepared to understand how the Jacobian measures local area scaling. These ideas are linked by the common theme of describing how mathematical objects change under transformation.

So when studying for Midterm 1, do not think only about isolated formulas. Instead, ask:

  • What does this surface or region look like?
  • What does this derivative mean geometrically?
  • How does the coordinate system affect the problem?
  • Why would a change of variables make the problem easier?

Those questions help you connect the lesson to the broader course goals.

Conclusion

Midterm 1 in multivariable calculus tests more than computation. It asks you to understand surfaces, partial derivatives, tangent planes, regions, and the beginning of coordinate change. These ideas build a foundation for polar coordinates and Jacobians in two variables. students, the strongest preparation is to connect each formula to a picture and each picture to a meaning. When you can explain both the algebra and the geometry, you are ready for the next stage of the course ✅.

Study Notes

  • A function of two variables is often written as $f(x,y)$, and its graph is a surface in three dimensions.
  • Partial derivatives like $f_x(x,y)$ and $f_y(x,y)$ measure change in one variable while holding the other fixed.
  • A level curve is defined by $f(x,y)=c$ for a constant $c$.
  • The tangent plane at $(a,b)$ is given by $z=f(a,b)+f_x(a,b)(x-a)+f_y(a,b)(y-b)$.
  • Polar coordinates use $x=r\cos\theta$ and $y=r\sin\theta$.
  • In polar coordinates, the area element is $dA=r\,dr\,d\theta$.
  • The Jacobian for a transformation $T(u,v)=(x(u,v),y(u,v))$ is $\frac{\partial(x,y)}{\partial(u,v)}$.
  • For polar coordinates, $\frac{\partial(x,y)}{\partial(r,\theta)}=r$.
  • Change of variables is useful when a region has symmetry, especially circles and disks.
  • Midterm 1 connects early multivariable ideas to later integration methods and coordinate transformations.

Practice Quiz

5 questions to test your understanding

Midterm 1 — Multivariable Calculus | A-Warded