Table of Contents
Multivariable Calculus
channel logo

Courses

  1. Linear Algebra
  2. Multivariable Calculus
  3. Differential Equations
  4. Miscellaneous Topics

Multivariable Calculus

  1. Double Integrals
    1. Cartesian $\text{d}x\text{d}y$
    2. Polar $r\text{d}r\text{d}\theta$
  2. Vectors
    1. Fundamentals
    2. $\vec{a} \cdot \vec{b}$  Dot Product
    3. $\vec{a} \times \vec{b}$  Cross Product
    4. Normal $\vec{n}$ to Plane
  3. Divergence
  4. Curl

Additional Resources

  1. WolframAlpha Examples
  2. Direction Field Plotter by Ariel Barton
  3. Phase Plane Plotter by Ariel Barton


NARROW DISPLAY WARNING


You are most likely using a tablet or mobile device in portrait orientation. This website is best viewed using a typical computer screen with the browser window maximized.

Viewing this website in portrait orientation can cause problems with equations being longer than the screen width (you can scroll to the right), images being poorly sized, and the font size of maths text being much smaller than regular text. If your only option is a tablet or mobile device, your viewing experience will be better if you view this website in landscape orientation. You might need to refresh the page to fix any problems after rotating.

Overview

Welcome to the Multivariable Calculus course. The Table of Contents on the left has all the topics for the course, with expanded descriptions below. When you hover over the link to a page, the text will become underlined.

Expanded Table of Contents

Double Integrals

🡽Cartesian $\text{d}x\text{d}y$ — Double integrals can be used to find areas of regions in the $xy$-plane and volumes. If a density is defined for a region in the $xy$-plane, the mass, moments, center of mass, and moment of inertia can be calculated.

🡽Polar $r\text{d}r\text{d}\theta$ — Double integrals in polar coordinates are useful for integrating over radially symmetric regions in the $xy$-plane, but require a scaling factor to work correctly.

Vectors

Fundamentals🡽 — A vector can be thought of geometrically as an arrow, which has a magnitude, or length, and direction. They are used in multivariable calculus and extensively in physics, such as electromagnetic fields, gravitational fields, and fluid flow.

$\vec{a} \cdot \vec{b}$  Dot Product🡽 — The dot product, or inner product, can be used to find the angle between a pair of vectors, test if a pair of vectors is parallel or perpendicular, and find the projection of a vector onto another vector. The name "dot product" is comes from the dot operator that is used to represent the operation. Another name is scalar product which emphasizes the output is a scalar.

$\vec{a} \times \vec{b}$  Cross Product🡽 — The cross product, or vector product, calculates a vector perpendicular to a pair of input vectors. The name comes from the operator between the two input vectors, which is an "x" with right angles. The direction of the output vector follows the right hand rule with the order of the two input vectors and has magnitude equal to the parallelogram formed by the two input vectors. It is used extensively in vector calculus and physics.

Normal $\vec{n}$ to Plane🡽 — A quick way to create a vector perpendicular to a plane is to write the equation of the plane as a dot product of the coefficients on x, y, and z with vector [x,y,z] equal to a constant. The vector of coefficients is perpendicular to the plane, called a normal vector to the plane.

🡽Divergence — An intuitive description of the divergence in vector calculus is a vector operator that quantifies how much flow is coming out of a point in the vector field. If there is a net flow of arrows coming out of a point, then the divergence at that point is positive. If there is a net flow going into a point, then the divergence is negative at that point. If the divergence at a point is zero, then there is net zero flow into or out of the point.

🡽Curl — An intuitive description of the curl in vector calculus is a vector operator that quantifies how much a vector field is rotating about a point and the direction of rotation. For a vector field in the $xy$-plane, the curl is often interpreted as a scalar function of $x$ and $y$ or as a vector pointing in the $z$ direction. For a vector field in three-dimensional space, the curl is a three dimensional vector. The direction of rotation at point in the vector field follows the right hand rule with the curl vector at that point. If the curl at a point in a vector field is zero, then there is zero rotation at that point.