Multivariable Calculus

Welcome to Math 201, Multivariable Calculus, this Fall 2014!

Course Information

Key Dates: (subject to change)

  • First Day of Class: Thursday, August 28
  • First Exam: Thursday, October 2
  • Second Exam: Tuesday, November 4
  • Third Exam: Tuesday, December 9
  • Last Day of Class: Thursday, December 11
  • Final Exam: Thursday, December 18 from 1:45–3:45.

Multivariable Calculus links:

Succeeding in Math Class:

Mathematica Code snippets:

  • ParametricPlot[{t + 2 Sin[2t], t + 2 Cos[5t]}, {t, -2 Pi, 2 Pi}]
  • ParametricPlot[{1.5 Cos[t] - Cos[30t], 1.5 Sin[t] - Sin[30t]}, {t, -2 Pi, 2 Pi}]
  • ParametricPlot[{Sin[t + Cos[100 t]], Cos[t + Sin[100 t]]}, {t, -2 Pi, 2 Pi}]
  • ContourPlot3D[ x^2 + y^2 - z^2/4 == 1, {x, -4, 4}, {y, -4, 4}, {z, -8, 8}, Axes -> True, PlotRange -> All, AxesLabel -> {"x", "y", "z"}]