Past Reading Assignments for Multivariable Calculus
    Spring 2008, Math 236




    (Last modified: Monday, April 28, 2008, 10:31 AM )


    I'll use Maple syntax for mathematical notation on this page.
    All section and page numbers refer to sections from Smith & Minton's Multivariable Calculus, 3rd edition.


    Due Monday 4/28 at 9am

    Section 14.4: Green's Theorem


    Due Wednesday 3/5 at 9am

    12.4: Tangent Planes and Linear Approximations

    Reading questions:

    1. If f(x,y) is a well-behaved function and has a local maximum at (a,b), what can you say about the linear approximation to f(x,y) at (a,b)?

      ZH says:

      The linear approximation would be horizontal (parallel to the xy plane)

      EL adds:

      If a linear approximation were to be taken at (a,b), it would always approximate f(x,y) as f(a,b) because fx(a,b)=fy(a,b)=0.

    2. Let f(x,y)=xy^2. Find a vector normal to the plane tangent to z=f(x,y) at the point (2,3,18).

      JH says:

      If f(x,y)=xy^2 then fx = y^2 and fy = 2xy,
      so at the point (2,3,18) we have fx = 9 and fy = 12

      so a normal vector is: <9, 12, -1>

    3. Let L(x,y) be the linear approximation of f(x,y) at (a,b). What graphical properties of the surface z=f(x,y) would make L(x,y) particularly accurate? particularly inaccurate?

      EP says:

      For L(x,y) to be accurate, the surface would have to be sloping very gradually. An inaccurate linear approximation would be one that quickly moves away from the tangent plane.


    Due Friday 2/29 at 9am

    Section 12.3: Partial Derivatives

    Reading questions:

    1. For a function z=f(x,y), what information does fy(1,2) give you?

      DS says:

      fy(1,2) gives us the instantaneous rate of change in the y direction, at the point (1,2) on the function f.

    2. For f(x,y)=yexy, find fx(x,y).

      AM says:

      For f(x,y)=yexy, fx(x,y)=y2exy.

    3. How many second-order partial derivatives does a function f(x,y,z) have?

      SR (and several others) say:

      There are 6 second-order partial derivatives for f(x,y,z).

      AJ (and several others) contend:

      A function f(x, y, z) has 9 possible second-order partial derivatives: fxx, fxy, fxz, fyx, fyy, fyz, fzx, fzy, fzz.
      So ... which is it?


    Monday 2/25 at 9am

    Section 12.2: Limits and Continuity

    Reading questions:

    1. Consider f(x,y)=3x2 /(x2+y2). We want to see what we can say about lim(x,y) -> (0,0) f(x,y).
      (a) Find the limit along the path x=0. That is, find lim(0,y)->(0,0) f(0,y).

      JB says:

      lim(0,y)->(0,0)f(0,y)= lim(0,y)->(0,0)(0/(0+y^2)) =lim(0,y)->(0,0)(0)=0

      (b) Find the limit along the path y=0. That is, find lim(x,0) -> (0,0) f(x,0).

      MK says:

      lim(x,0) -> (0,0) f(x,0)= lim (x,0) -> (0,0) (3x^2/(x^2+0) = 3

      (c) What -- if anything -- can you conclude from your results?

      ED says:

      Since the limit along the two paths donŐt match each other, the limit does not exist.

    2. What is the point of Example 2.5?

      CN says:

      This example is important because it shows that even if the limits along straight lines are the same, it does not necessarily mean that the limit exists. You have to choose some path that will cancel out the x's and y's, and then you will be able to see if it is still the same. Using something like the book does using "x=y^2", (which is obviously not a straight line) helps come to the conclusion that the limit does not exist.

    3. Why do you suppose we're studying limits now?

      MB says:

      Limits are going to be important for understanding how taking derivatives of multivariable functions works, and applying this. The same ideas from Calc 2, like continuity and approximation, are probably equally useful in three dimensions (or higher).


    Due Friday 2/22 at 9am

    Section 12.1: Functions of Several Variables (continued)

    Reading questions:

    1. Give the equations of two level curves for the function f(x,y)=x2/4+y2/9. What will these level curves look like?

      NGP says:

      In the plane z=c, level curves are x^2/4 + y^2/9=c.

      When c > 0, they would be ellipses.

      One equation could be x^2/4 + y^2/9=4, another x^2/4 + y^2/9=9.

    2. Below is a contourplot for the function sin^2(x)+cos^2(y). Roughly where does it have local extrema? How can you tell?
      (I used the Maple command
      contourplot((sin(x))^2+(cos(y))^2,x=-3..3, y=-1..2, contours=15, coloring=[blue,red]);
      to create this graph. The "coloring=" option allows you to specify which color will be associated with the lowest contours (blue) and which will be associated with the highest (red). )

      LD says:

      The graph has local extrema at (-pi/2,0) (0,pi/2) and (pi/2,0). I know this because this is where the centers for the ellipses that are on the graph are, and where other lines ripple out to.

      EL adds:

      The lines on the contour plot should be closer together when the derivative of z is large, and far apart when the derivative of z is small. Extrema should appear when the derivative of z equals 0, so where the lines are far apart. This happens at (Pi/2, 0), (-Pi/2, 0), and (0, Pi/2).


    Due Wednesday 2/20 at 9am

    Section 12.1: Functions of Several Variables

    Reading questions:

    1. Below are the graphs of 4 surfaces. 2 of them are the graphs of the functions
      f1(x,y)=[(x2+y2)-2]3 and f2(x,y)=y2sin(x).
      Match the functions with their graphs.
      (a)(b)
      (c)(d)

    EP says:

    f1(x,y)=[(x2+y2)-2]3 matches up with graph d. The x^2 + y^2 means there will be circular cross sections parallel to the xy-plane. In the xz and yz trace, the graphs are cubics, matching up to graph d

    CG says:

    This is like a normal sine graph except the amount that the sine will equal is increasing exponentially in both directions.

    Due Monday 2/18 at 9am

    Section 11.6: Parametric Surfaces

    Reading questions:

    1. Following a process similar to that in Example 1 (not using Maple to graph), identify the surface defined by the parametric equations
      x=2cos(u)sin(v), y=2sin(u)sin(v), z=6cos(v).
      (You might want to review the generic equations for quadric surfaces given in Section 10.6).

      ED says:

      Eliminate u parameter:
      x^2+y^2 = (2cos(u)sin(v))^2 + (2sin(u)sin(v))^2
      = 4cos^2(u)sin^2(v) + 4sin^2(u)sin^2(v)
      = 4sin^2(v) (sin^2(u) + cos^2(u))
      = 4sin^2(v)

      Next eliminate v parameter:
      x^2+y^2+(z/3)^2 = 4sin^2(v) + (z/3)/^2
      = 4sin^2(v) + [(6/3)cos(v)]^2
      = 4sin^2(v) + (2cos(v))^2
      = 4sin^2(v) + 4cos^2(v)
      = 4(sin^2(v) + cos^2(v))
      = 4

      x^2+y^2+(z/3)^2 = 4 => (x^2)/4+(y^2)4+(z^2)/36 = 1.

      Therefore we have an ellipsoid

      JE suggested the following alternative approach:
      First step:
      Notice that there are going to be some circular cross-sections.
      Think: x^2 + y^2.
      In this case, x^2 + y^2, when simplified, = 4sin^2(v).

      Next Step:

      x^2 + y^2 + z^2 = 4sin^2(v) + 36 cos^2(v).

      The RHS of this equation simplifies to 4 + 32cos^2(v).
      Notice that 32 cos^2(v) is the same as (8/9)z^2.

      This can be rewritten as x^2 + y^2 + z^2 = 4 + (8/9)z^2.
      Simplified: x^2 + y^2 + z^2/9 = 4.


    2. In Example 6.3, what might make you think to use cosh(u) and sinh(u) in the parametric equations for x and y? That is, what property that's useful in this situation do they have?

      KB says:

      cosh^2(u)-sinh^2(u)=1 is a useful property to simplify the equation in order to get a hyperbolic paraboloid.


    Due Wednesday 2/13 at 9am

    Section 10.6: Surfaces in Space

    Reading questions:
    Consider the surface x=4y2+4z2.

    1. Which coordinate plane does the equation z=0 define?

      GW says:

      The xy plane.

    2. What does the trace of this surface in the xz-plane look like?

      JH says:

      " In the x-z plane" -> y = 0 -> x = 4z^2, which is a parabola.

    3. What do the traces of this surface in the planes x=k look like?

      ZH says:

      k=4y^2+4z^2 => k/4=y^2+z^2 => (sqrt(k)/2)^2=y^2+z^2

      These are circles with increasing radii as k increases of the form: sqrt(k)/2

    4. What is this quadric surface called?

      BM says:

      The surface is a circular parabloid

    Due Monday 2/11 at 9am

    Section 11.5: Tangent and Normal Vectors

    Reading questions:

    1. Suppose you are skiing down a hill along a path that curves left. Describe the direction of the unit tangent, principle unit normal, and binormal vectors to the curve that describes your motion.

      DS says:

      The unit tangent is straight ahead of me, in the direction that I am going at that instant. The principle unit normal is 90 degrees to my left, in the direction of the center of the curve.


    Due Friday 2/8 at 9am

    Section 11.4: Curvature

    Reading questions:

    1. Explain the idea of curvature in your own words.

      JB says:

      Curvature is how sharp a turn on a curve is, or how much a curve turns within a certain unit of length.

    2. If the helix in Example 4.5 were changed to r(t)=< 2sin(t), 2cos(t), 4t2>, will the curvature still be constant? Don't actually do the calculation, but give an intuitive justification - think about how changing the z-coordinate to 4t2 from 4t will affect the graph.

      MB says:

      The change in the z coordinate will affect the curvature of the helix. As t increases, there will be more and more stretching of the helix, as the squared z coordinate will result in a greater height increase per spiral of the helix.


    Due Wednesday 2/6 at 9am

    Problem Set Guidelines
    Section 11.3: Motion in Space

    Reading questions:

    1. If r(t) is a vector-valued function representing the motion of an object at time t, what physical information does r'(t) give you? How about ||r'(t)||?

      NGP says:

      r'(t) tells you the object's velocity at time t, and the magnitude of r'(t) is the speed of the object.

    2. Find the velocity and acceleration vectors, if the position of an object moving in space is given by
      r(t)=(5/sqrt(t))i+ln(t3)j-tan(3t)k.

      SR says:

      v(t)=r'(t)= <-5/2sqrt(t^3), 3/t, -3sec^2(3t)>
      a(t)=r''(t)=<15/4sqrt(t^5), - 3/t^2, -18sec^2(3t)tan(3t)>


    Due Monday 2/4 at 9am

    Section 11.2: The Calculus of Vector-Valued Functions

    1. If r(t)=tcos(t)i+exp(t^2)j+ln(t)k, what is r'(t)?
      Remember exp(t^2) is Maple notation for et2.

      AJ says:

      r'(t) = <-t*sin(t) + cos(t), 2t*exp(t^2), 1/t> by the usual differentiation rules.

    2. If r(t) is a vector-valued function, what geometric/graphical information does r'(a) give you?

      EP says:

      r'(a) gives the tangent vector to the curve c at the point corresponding to t=a for the vector-valued function r(t)
      XZ adds:
      If r(t) is on a interval I, the curve traced by the vector-valued function r(t) is smooth if r' is continuous on I and r'(t) is not equal 0, except possibly at any endpoints of I.

    3. Let r(t)=cos(t)i+sin(t)j and s(t)=sin(5t)i+cos(5t)j.
      (a) What do the graphs of r(t) and s(t) look like?

      MK says:

      For r(t), the parametric equations are:
      x = cos(t), y = sin(t).

      x^2+y^2 = cos^2(t)+sin^2(t) = 1, so, x^2+y^2 = 1
      => A circle centered at the origin, with radius = 1

      For s(t), the parametric equations are:
      x = sin(5t), y = cos(5t).

      x^2+y^2 = sin^2(5t)+cos^2(5t) = 1, so x^2+y^2 = 1
      => A circle centered at the origin, with radius = 1

      Therefore, the graphs will look alike because they have the same equation x^2+y^2 = 1.

      (b) If the graphs of two vector-valued functions r(t) and s(t) are the same, must r'(0)=s'(0)? (Is this a new result, or was it also true for functions f(x) and g(x)?)

      MB says:

      Because the derivative of a vector valued function is a vector, and not a slope, there is the potential for similar-looking graphs of two functions to have different derivatives. This differs from functions such as f(x) and g(x).


    Due Friday 2/1 at 9am

    Section 11.1: Vector-Valued Functions

    Reading questions:

    1. The vector-valued function r(t)=cos(t)i+sin(t)j lies in the plane.
      (a) Using Example 1.2 as a guide, what will the graph of this function look like?

      XZ says:

      x = cos(t), y = sin(t)
      => x^2 + y^2 = cos^2(t) +sin^2(t)
      => x^2 + y^2 = 1

      It is a circle with radius = 1, centered at the origin.

      (b) Is it possible to rewrite r(t) as a function y=f(x)?

      CN says:

      It is not a function. It is possible to rewrite r(t) as two functions y=f(x), one positive, and one negative.

    2. What are some advantages to using vector-valued functions?

      ZH and AJ say:

      Some advantages of using vector valued functions include:
      • Extraordinarily complex functions in Cartesian coordinates can be made much easier. This is especially true for 3D cases where the equations in xy can get scary.
      • With vector-valued functions you can create things that cannot be created with a function y = f(x).
      • Since vectors and parametric equations are so similar, the notation used for vectors provides a GREAT way of creating vector equations that is more compact.


    Due Wednesday 1/30 at 9am

    Section 9.1: Plane Curves and Parametric Equations Section 10.5: Lines and Planes in Space

    Reading questions:

    1. Find parametric equations for the line through the points (1,2,3) and (7,-1,0).

      KB says:

      x-1= - 6t y-2=3t z-3=3t

    2. What information about a plane P do you need to determine an equation for the plane?

      BM says:

      To determine the equation of a plane you need either a point and a normal vector, three pts, or a point and a parallel plane.

    3. Find an equation for the plane containing the point (1,2,3) with normal vector <3,0,-1>.

      EL says:

      3(x-1)+0(y-2)-1(z-3) = 0 -> 3x-z = 0

    Reminder:


    Due Monday 1/28 at 9am

    Problem Set Guidelines
    Section 10.4: The Cross Product
    Section 10.5: Lines and Planes in Space

    Reading questions:

    1. If a, b, and c are arbitrary vectors, should we expect that
      (a x b) x c=a x (b x c)?

      MK says:

      No, because the cross product is not associative.

    2. How can we tell whether two vectors in V3 are parallel? How can we tell whether two vectors are orthogonal?

      CG says:

      If the cross product is zero then they are parallel. If the dot product is zero they are orthogonal.

    3. What information about a line L do you need to determine an equation for the line?

      JB says:

      In order to find an equation for a line L, we need to have either two points on the line, or we must know one point on the line and the direction of the line.

    4. Find parametric equations for the line through the point (1,2,3) and parallel to the vector <3,0,-1>.

      NA says:

      Parametric equations are:
      x-1=3t
      y-2=0t
      z-3= -1t


    Due Friday 1/25 at 9am

    guidelines for submitting reading assignments
    suggestions for reading a math text
    course policies
    syllabus
    Section 10.1: Vectors in the Plane
    Section 10.2: Vectors in Space
    Section 10.3: The Dot Product
    Section 10.4: The Cross Product

    Reading questions:

    1. Find a unit vector in the direction of <-2,3,-6>.

      LD says:

      ||<-2,3,-6>|| = sqrt[(-2)^2+(3)^2+(-6)^2] = sqrt(49) = 7

      u = (1/7)*<-2,3,-6> = <(-2/7),(3/7),(-6/7)>

    2. Let a=<2,-1,3>, b=<4,10,-1>, and c=<3,-1,2> be vectors, and let x.y represent the dot product of any vectors x and y.

      (a) Find a.b.

      JE says:

      a.b.= 8+(-10)+(-3)= -5

      (b) Does (a.b).c make sense, and if so, what is it in this case?

      AJ says:

      No because you can't do a dot product with the scalar that results from a . b.

      (c) Are b and c orthogonal?

      ED says:

      <4,10,-1> * <3,-1,2> = 12-10-2 = 0. Therefore b and c are orthogonal, because b.c = 0

    3. Briefly explain what, geometrically, projba and compba are.

      JH says:

      projba is the projection of a onto b, meaning the vector that is parallel to b and has the same component as a along b. compba is the magnitude of the segment formed when a perpendicular line is dropped from vector a onto the line of vector b.

    4. How is a x b related to a and b geometrically?

      AM says:

      axb is a vector in V3 which is perpendicular to both a and b.

    5. If a and b are vectors in V2 (that is, in the plane), is a x b defined?

      EP says:

      a x b is not defined in V2. The cross product does not work for vectors in V2. If it was set up using a matrix, it would not be able to be set up and calculated out.





    Janice Sklensky
    Wheaton College
    Department of Mathematics and Computer Science
    Science Center, Room 109
    Norton, Massachusetts 02766-0930
    TEL (508) 286-3973
    FAX (508) 285-8278
    jsklensk@wheatonma.edu


    Back to: Multivariable Calculus | My Homepage | Math and CS