Skip to content
The Continuum
THE MATHEMATICS CONTINUUM · getcontinuum.co.za
Second Year+ — Formula Reference Sheet
Second Year University & Beyond · 7 formulas
Formula Library
Second Year University & Beyond

Second Year+

Multivariable calculus, ODEs, real analysis, abstract algebra, advanced statistics.

7 formulas · opens your print dialog
Multivariable Calculus

Partial Derivative

Rate of change of a multivariable function with respect to one variable.

When to use

Optimisation of functions of multiple variables, gradient vectors.

Example

f(x,y) = x²y + y³ → ∂f/∂x = 2xy

Multivariable Calculus

Gradient Vector

Vector of all partial derivatives — points in the direction of steepest ascent.

When to use

Gradient descent in ML, directional derivatives, finding maxima/minima.

Example

f(x,y) = x²+y²: ∇f = (2x, 2y)

Multivariable Calculus

Multivariable Chain Rule

Chain rule extended to functions of multiple variables.

When to use

Composite functions of multiple parameters.

Example

z = f(x(t), y(t))

Differential Equations

Separable ODE

Solves ordinary differential equations by separating variables.

When to use

Population growth models, radioactive decay, Newton cooling law.

Example

dy/dx = ky → ∫dy/y = k∫dx → ln|y| = kx + C → y = Aeᵏˣ

Fourier Analysis

Fourier Series

Represents any periodic function as an infinite sum of sinusoids.

When to use

Signal processing, PDEs, heat equation, wave equation.

Example

Square wave decomposed into sin harmonics: engineering acoustics

Complex Analysis

Cauchy's Integral Formula

Evaluates the value of a complex function inside a contour from its boundary values.

When to use

Complex integration, residue theorem applications.

Example

Used to evaluate real integrals that would be impossible by standard methods

Optimisation

Lagrange Multipliers

Finds maxima/minima of f subject to a constraint g = c.

When to use

Constrained optimisation in economics, engineering design, data science.

Example

Maximise profit f(x,y) subject to budget constraint g(x,y) = c

← Previous
First Year