Mathematical Analysis: Functions of Several Variables - Encyclopedic Study Guide
PREFACE AND COURSE INTRODUCTION
Mathematics 1b: Functions of Several Variables (2026 Edition)
Authors: Ole Christensen and Jakob Lemvig, DTU Compute.
Built on the foundations of Mat 1a (Logic and Linear Algebra).
Core Objectives:
Analyzing systems in multiple dimensions.
Differentiation in several variables: Determining rates of change in multiple directions (e.g., biology: plant growth vs. light/water).
Integration: Aggregating effects over regions (volume, energy, cumulative rainfall).
Modern Applications: Aerodynamic structures, electromagnetic fields, and optimizing machine learning/artificial intelligence.
PRELIMINARIES (CHAPTER 0)
Scalars and Fields
Fields (): Typically denote the real numbers () or complex numbers ().
Complex Numbers (): Of the form .
Real Numbers (): Defined as a unique complete ordered field.
Supremum (Least Upper Bound): if is an upper bound and \forall M < L, is not an upper bound.
Infimum (Greatest Lower Bound): if is a lower bound and \forall M > L, is not a lower bound.
Supremum Axiom: Any non-empty subset of bounded above has a supremum in (distinguishes from ).
Sets and Functions
Function Definition: A correspondence associating each element to a unique .
Domain: ().
Codomain: ().
Range (Image): .
Function Types:
Injective (One-to-one): .
Surjective (Onto): .
Bijective: Both injective and surjective.
Matrix Theory Essentials
Matrix Types:
Hermitian: (where ).
Unitary: .
Orthogonal (Real): .
Normal: .
Idempotent: (e.g., projection matrices).
Trace: .
FUNCTIONS OF SEVERAL VARIABLES (CHAPTER 1)
Scalar vs. Vector Functions
Scalar Fields: . Maps vectors to real numbers.
Vector Fields: . Maps vectors to vectors.
Quadratic Forms: .
Represents multivariate polynomials of degree at most two.
Machine Learning Building Blocks
Activation Functions:
ReLU (Rectified Linear Unit): . Vectorized, it is applied coordinate-wise.
Sigmoid: .
Softmax: Mapping . Acts as a "soft" argmax to create probability vectors.
.
Neural Networks (Feed-forward):
A composition of layers ().
Each layer is an affine transformation followed by a non-linear activation function: .
Deep Learning: Defined as networks with L > 3.
Visualization Tools
Graphs: Subset of defined by .
Level Sets: . Useful for contours (circles, ellipses, hyperbolas).
INNER PRODUCT SPACES AND SPECTRAL THEOREM (CHAPTER 2)
Norms and Inner Products
Euclidean Norm (): .
Inner Product (): In , defined as .
Cauchy-Schwarz Inequality: .
Triangle Inequality: .
Pythagorean Theorem: If , then .
The Spectral Theorem
Statement: Every real symmetric matrix can be decomposed as .
is a real orthogonal matrix containing eigenvectors as columns.
is a diagonal matrix of real eigenvalues.
Gram-Schmidt Process: Algorithm to turn a linearly independent set into an orthonormal basis through projection subtraction: .
CONTINUITY AND DIFFERENTIABILITY (CHAPTER 3)
Partial Derivatives and Gradients
Partial Derivative: .
Gradient Vector (): A vector containing all first-order partial derivatives.
Directional Derivative: for a unit vector .
Gradient points in the direction of steepest ascent.
Total Differentiability
Higher-dimensional analog to the derivative. Requires a linear map (Jacobian) such that the error goes to zero faster than the step size:
.
Jacobian Matrix (): The matrix of first-order partial derivatives for vector functions.
Hessian Matrix (): The square matrix of second-order partial derivatives.
If is , the Hessian is symmetric ().
TAYLOR APPROXIMATIONS (CHAPTER 4)
First-degree (Tangent Plane): .
Second-degree (Quadratic Approximation):
.
Taylor's Formula: Quantifies error .
OPTIMIZATION (CHAPTER 5)
Stationary Points: Where .
Second Derivative Test:
Local Minimum: is positive definite (all eigenvalues > 0).
Local Maximum: is negative definite (all eigenvalues < 0).
Saddle Point: has mixed signs in eigenvalues.
INTEGRATION (CHAPTER 6)
Riemann Integral: Limit of Riemann sums .
Fubini's Theorem: Allows iterated integration over rectangles.
Change of Variables: .
Polar Coordinates Conversion: .
Spherical Coordinates Conversion: .
VECTOR FIELDS (CHAPTER 7)
Line Integrals: .
Gradient (Conservative) Fields: .
Fundamental Theorem for Line Integrals: .
Path independence: The integral only depends on endpoints.
Flux: . Measures fluid flow through a surface.