Chapter 3: Calculus III — Multivariable and Vector Calculus

Move calculus into space: vectors, 3D geometry, multivariable functions, partial derivatives, gradients, multiple integrals, and vector calculus ideas.

What You Will Practice

Calculus III extends calculus from one input variable into space and systems with multiple variables. These ideas are important in robotics, CAD, 3D motion, physics, engineering, manufacturing, and data-driven spatial systems.

Vectors and 3D Geometry
Vector Magnitude
Dot Product
Functions of Several Variables
Partial Derivatives
Gradient Direction
Multiple Integrals
Vector Calculus Operators

Mini Lesson

1. Vectors and 3D Geometry

A vector has both magnitude and direction. In 3D, vectors often have x, y, and z components.

v = <a, b, c>

Plain meaning: Move a units in x, b units in y, and c units in z.

2. Vector Magnitude

Magnitude measures the length of a vector.

|v| = √(a² + b² + c²)

Example: |<3, 4, 0>| = √(3² + 4² + 0²) = 5.

3. Dot Product

The dot product combines two vectors and gives a scalar.

a · b = a₁b₁ + a₂b₂ + a₃b₃

Plain meaning: Dot product helps measure alignment between vectors.

4. Functions of Several Variables

A function can depend on more than one input.

z = f(x, y)

Example: Temperature may depend on both x-position and y-position.

5. Partial Derivatives

A partial derivative measures how a function changes with respect to one variable while holding the others constant.

If f(x, y) = x² + y², then ∂f/∂x = 2x and ∂f/∂y = 2y.

6. Gradient

The gradient points in the direction of greatest increase.

∇f = <∂f/∂x, ∂f/∂y>

Plain meaning: It tells where the function increases fastest.

7. Multiple Integrals

Multiple integrals accumulate over areas or volumes.

Double integral → accumulation over a region
Triple integral → accumulation over a volume

8. Vector Calculus Operators

Vector calculus studies fields using operators such as gradient, divergence, and curl.

Gradient → direction of greatest increase
Divergence → spreading out or flowing inward/outward
Curl → rotation or swirling behavior

Interactive Calculus III Practice

Choose a topic and practice with instant feedback. Type simple answers such as 5, 32, 2x, <2x,2y>, gradient, divergence, or curl.

Typing tip: For vectors, use simple format like <2x,2y> or 2x,2y. For concept answers, type gradient, divergence, curl, double integral, or triple integral.
Big idea: Calculus III is the math of space. It supports robotics, 3D design, fields, motion, surface behavior, and engineering systems with more than one input.

Mastery Check

Before finishing Book 3, students should be able to recognize these multivariable ideas.

Vectors

I can calculate vector magnitude and dot products.

Several Variables

I understand that a function can depend on x and y at the same time.

Partial Derivatives

I can differentiate with respect to one variable while holding the other constant.

Gradient

I know the gradient points in the direction of greatest increase.

Multiple Integrals

I can distinguish accumulation over an area from accumulation over a volume.

Vector Operators

I can recognize gradient, divergence, and curl as vector calculus tools.

Take Book 3 Mastery Check Back to Book 3