Second Year+
Multivariable calculus, ODEs, real analysis, abstract algebra, advanced statistics.
Partial Derivative
Rate of change of a multivariable function with respect to one variable.
Optimisation of functions of multiple variables, gradient vectors.
f(x,y) = x²y + y³ → ∂f/∂x = 2xy
Gradient Vector
Vector of all partial derivatives — points in the direction of steepest ascent.
Gradient descent in ML, directional derivatives, finding maxima/minima.
f(x,y) = x²+y²: ∇f = (2x, 2y)
Multivariable Chain Rule
Chain rule extended to functions of multiple variables.
Composite functions of multiple parameters.
z = f(x(t), y(t))
Separable ODE
Solves ordinary differential equations by separating variables.
Population growth models, radioactive decay, Newton cooling law.
dy/dx = ky → ∫dy/y = k∫dx → ln|y| = kx + C → y = Aeᵏˣ
Fourier Series
Represents any periodic function as an infinite sum of sinusoids.
Signal processing, PDEs, heat equation, wave equation.
Square wave decomposed into sin harmonics: engineering acoustics
Cauchy's Integral Formula
Evaluates the value of a complex function inside a contour from its boundary values.
Complex integration, residue theorem applications.
Used to evaluate real integrals that would be impossible by standard methods
Lagrange Multipliers
Finds maxima/minima of f subject to a constraint g = c.
Constrained optimisation in economics, engineering design, data science.
Maximise profit f(x,y) subject to budget constraint g(x,y) = c