Differences between revisions 3 and 4
Revision 3 as of 2025-11-11 04:08:30
Size: 1284
Comment: Multivariate limits
Revision 4 as of 2025-11-11 04:29:13
Size: 1301
Comment: Ball
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
One way to express the limit of a multivariate function is to imagine a disk around a target point. The disk is principally formed by all input coordinates no more than ''δ'' away from the target coordinate (leaving out the target itself). This set of input coordinates map to a set of outputs characterized by ''|f(·) - L| < ε'', i.e. these outputs are at most ''ε'' away from the limit. As ''δ'' shrinks to 0, so too does the set of input coordinates, and so too does ''ε''. One way to express the limit of a multivariate function is to imagine a disk (or ball) around a target point. The disk (ball) is principally formed by all input coordinates no more than ''δ'' away from the target coordinate (leaving out the target itself). This set of input coordinates map to a set of outputs characterized by ''|f(·) - L| < ε'', i.e. these outputs are at most ''ε'' away from the limit. As ''δ'' shrinks to 0, so too does the set of input coordinates, and so too does ''ε''.

Limit

A limit is the value that a function approaches as the input approaches some value.


Description

The limit of f as x approaches infinity is notated as:

[ATTACH]

Vector-Values Function

The limit of the vector-values function r(t) = f(t)i + g(t)j + h(t)k as t approaches a is given by:

vec.svg

provided that the component limits exist.

Multivariate Function

One way to express the limit of a multivariate function is to imagine a disk (or ball) around a target point. The disk (ball) is principally formed by all input coordinates no more than δ away from the target coordinate (leaving out the target itself). This set of input coordinates map to a set of outputs characterized by |f(·) - L| < ε, i.e. these outputs are at most ε away from the limit. As δ shrinks to 0, so too does the set of input coordinates, and so too does ε.

Consider the limit of f(x,y) as it approaches (a,b). There is a disk of (x,y) coordinates around (a,b) such that:

mult1.svg

The limit is found by shrinking δ. This is notated as:

mult2.svg


CategoryRicottone

Calculus/Limit (last edited 2025-11-12 15:09:06 by DominicRicottone)