Skip to content
Sahithyan's S2
Sahithyan's S2 — Methods of Mathematics

Introduction to Multivariable Calculus

Real valued multivariable function

A function with more than 1 inputs or outputs.

Rn\mathbb{R}^n denotes a n-dimensional space with each axis denoted by real numbers.

A function f:RnRf: \mathbb{R}^{n} \rightarrow \mathbb{R} is a map between a ordered n-tuple to real numbers. The domain can also be DRnD \subset \mathbb{R}^{n}. The same can be applied to the output of the function.

Vector-valued functions

Functions with more than 1 outputs. Referred to as vector-valued functions, even though they are also multivariable functions.

Definitions

Suppose PR2P \subset \mathbb{R}^2 and Q(x0,y0)R2Q \equiv (x_0,y_0)\in\mathbb{R}^2.

epsilon-disk

An ϵ\epsilon-disk around QQ is the set of all points (x,y)R2(x,y)\in\mathbb{R}^2 where the distance between the points is less than ϵ\epsilon.

Interior point

QQ is an interior point of PP iff there exists some ϵ\epsilon-disk around QQ that is contained in PP.

Boundary point

QQ is an boundary point of PP iff all ϵ\epsilon-disks around QQ contains points from PP and not from PP.

Isolated point

QQ is an isolated point of PP iff there exists some ϵ\epsilon-disk around QQ that doesn’t contains no other points of PP. Subset of boundary points.

Open subset

PP is an open subset of R2\mathbb{R}^2 iff all the points of PP are interior points of PP.

Closed subset

PP is an closed subset of R2\mathbb{R}^2 iff PP contains all of its boundary points.

Closure

The set of boundary points of PP and the region PP. Denoted by P\overline{P}.

Bounded subset

PP is a bounded subset of R2\mathbb{R}^2 iff PP is contained in some ϵ\epsilon-disk around some point.

Circular neighbourhood

The below set is called a δ\delta-neighbourhood of the point (a,b)D(a,b) \in D and δ>0\delta > 0.

{(x,y) s.t. (xa)2+(yb)2<δ}\Big\{(x,y)\,\text{ s.t. }\,\sqrt{(x-a)^2 + (y-b)^2} \lt \delta\Big\}

Square neighbourhood

The below set is called a square-neighbourhood of the point (a,b)D(a,b) \in D and δ>0\delta > 0.

{(x,y) s.t. xa<δyb<δ}\Big\{(x,y)\,\text{ s.t. }\,\lvert x-a \rvert \lt \delta \land |y-b| \lt \delta\Big\}