Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2025-11-04 00:58:01
Size: 322
Comment: Initial commit
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 3: Line 3:
A '''limit''' is the value that a function approaches as the input approaches some value.
 
Line 11: Line 13:
The limit of ''f'' as ''x'' approaches infinity is notated as:

{{attachment:lim1.svg}}
Line 17: Line 23:
{{attachment:lim.svg}} {{attachment:vec.svg}}
Line 23: Line 29:
=== 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:

{{attachment:mult1.svg}}

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

{{attachment:mult2.svg}}


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)