Welcome to Math 201, Multivariable Calculus, this Spring 2021!
Course Information
- Detailed Course Content
- The Course Standards that will be assessed
- Our Course Syllabus
- Read Letters from Past Students
- See the Course Calendar
- A list of Book problems for each section covered.
Important Course Links
- Online Campus Community on Campuswire
- Homework Assignments are submitted on Webwork.
- Written Assessments are submitted on Gradescope.
- Mathematical Software for 3D visualization on Mathematica Online
- Optional Online Resources are available on WebAssign. (Subscription required.)
Key Dates
- First Day of Class: Monday, February 1
- Last Day of Class: Monday, May 17
Office Hours:
Office hours is the time that instructors set aside outside of class time for students to come and ask questions. I am happy to help you with your homework and other class-related questions or concerns. During the first week of class I will send out a survey to determine the best times for office hours and they will be posted by the end of the the first week of class. If those times don't work for you, send me an email or DM and we'll set up a time that works for you.
Multivariable Calculus resources:
- Paul's Online Math Notes (A useful set of notes for our class.)
- Funny Little Calculus Text
- Online videos about Multivariable Calculus from Prof Ghrist: Intro Derivatives Integrals
- Active Calculus Multivariable (An alternative textbook for multivariable calculus)
- Khan Academy (Online lectures)
- Fifty Famous Curves
Computing resources:
- Desmos, an online graphing calculator
- Wolfram Alpha
- Cocalc, an open source computational environment
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"}]