Solutions to Final Exam review problems



Student questions

Q: I have a question regarding problem number 9. How were you able to come up with the bounds of -v to v? If there is any way that you could go more into detail with this problem I would greatly appreciate it.

A: This is a tough problem. If you look at the trapezoid, the two parallel sides are taken care of (that's how u goes from 1 to 2). It's the other two sides that cause trouble. One side is along y = 0 (the x-axis) and the other is along x = 0 (the y-axis). The thing to do here is to solve for x and y in terms of u and v. We get x = (u-v)/2 and y = (u+v)/2. So when y = 0 we have (u+v)/2 = 0, or v = -u. And when x = 0 we have (u-v)/2 = 0 to v = u. That's how we get that v goes from -u to u.

Q: Can you explain how you figured out part b) of number 7. We've got the equations for the planes but can't figure out the line where they intersect.

A: An important property of a normal vector to a plane is that it is perpendicular to every vector in the plane. The key to this problem is that since the line of intersection lies in both planes, it most be perpendicular to both normal vectors (i.e. perpendicular to the normal vectors of both planes). So the cross product of the normal vectors give us a vector in the direction of the line. Then we can use this vector and the point (1,2,1) to write the equation of the line.

Q: I was looking at #23 in 3.7. I wasn't sure how to tell which way it was increasing or decreasing most rapidly. If you could give me a few pointers that would be great.

A: Most of the problems of this kind that we have done have been two-dimensional (i.e. concerning a function of two variables). The idea is the same though - if we have a function of several variables whose OUTPUT is a single number, then the direction of greatest increase in that output at a particular point is given by the gradient vector of the function at that point. In this problem, the gradient will have three components (dT/dx, dT/dy and dT/dz), as it should, since we are describing the temperature in a three-dimensional piece of metal.

The direction in which the temperature is decreasing most rapidly is just the direction opposite to the gradient vector.