Definition of Limit [= (ϵ-δ) definition]
Assume that S⊆Rn, and that f:S→R is a multivariate function. The statement
lim
is defined to mean that
\begin{equation}\label{lim.def} \forall \varepsilon >0, \ \ \exists \delta>0 \quad\mbox{ such that if } \mathbf x \in S \mbox{ and } 0 < || \mathbf x - \mathbf a ||_2<\delta, \mbox{ then } |\mathbf f(\mathbf x) - {L}| < \varepsilon. \end{equation}
위 정의는,
- 아주 작은 값의 \epsilon이 주어지더라도
(일반적으로 \epsilon은 0에 가까운 매우 작은 값으로 0과 구분이 거의 안되는 수준의 값임), - \textbf{x}와 \textbf{a}의 difference vector의 L-2 norm을 \delta보다 작게할 경우 (=적절한 수준 이하로 작게 처리),
- f(\textbf{x})와 L의 차이가 \epsilon보다 작아지게 할 수 있음 (=거의 같게 만들 수 있음)을 의미함.
Multi-Variable Function 을 Multi-Variate Function 으로 기재한 정의임.
개인적으로 Multi-Variable Function이 보다 맞는 용어라고생각하지만, 많은 경우 Multi-Variate Function도 사용됨.
2022.11.17 - [.../Math] - [Math] Multi-variable vs. Multi-variate and Multiple Regression
[Math] Multi-variable vs. Multi-variate and Multiple Regression
1. Multi-Variable vs Multi-Variate (in Regression)Regression에서 많이 사용되는 경우이며, 위의 용어에서 Variable은 독립변수에 해당하며, Variate는 종속변수에 해당함. variable (변수) : 독립변수에 해당.univariable
dsaint31.tistory.com
https://bme808.blogspot.com/2022/10/norm.html
Norm (노름)
Vector 및 matrix의 크기에 해당하는 양(magnitude) 을 구하는 연산 으로 사용됨. The higher the norm index (p값이 클 경우), the more it focuses on large values and neg...
bme808.blogspot.com
In order for the definition to make sense,
we need to assume that \textbf{a} is a limit point of S
Definition of Limit point
The point \textbf{a} \in \mathbb{R}^n is a limit point of set S if and only if
\begin{equation}\label{limitpoint} \forall \delta>0, \quad \exists \mathbf x\in S \quad\mbox{ such that }\quad 0 < |\mathbf x - \mathbf a|<\delta. \end{equation}
- limit point(극한점) 의 주변 (open disk or neighbors)에는 S의 element가 하나 이상 존재해야함.
- 반드시 limit point가 S에 속할 필요는 없음.
Example
다음 그림은 2개의 독립변수를 가지는 vector field에서 limit을 그림으로 보여준다.

- iIlustrating the definition of a limit.
- The open disk in the x-y plane has radius \delta.
- Let (x,y) be any point in this disk; f(x,y) is within \epsilon of L.
참고로, 3개의 독립변수인 경우(n=3)엔 S가 ball 이 된다.
Reference
2024.02.27 - [.../Math] - [Math] Limit of Scalar Function: Left-sided Limit and Right-sided Limit
[Math] Limit of Scalar Function: Left-sided Limit and Right-sided Limit
수렴과 발산 간단하게 생각하면 다음과 같음. Limit이 존재할 때 → 수렴(Converge)한다 고 말함. Limit이 존재하지 않을 시 → 발산(Diverge)한다 고 말함. 위는 엄격한 수학적 정의는 아니며, 아주 쉽게
dsaint31.tistory.com
http://www.math.toronto.edu/courses/mat237y1/20199/notes/Chapter1/S1.2.html
1.2: Limits and Continuity
Our goal is to show that \begin{equation}\label{facta} \forall \varepsilon >0, \exists\delta>0 \mbox{ such that } 0<|x|< \delta \Rightarrow |f(x,mx) - L|<\varepsilon \end{equation} Our assumption is that \lim_{(x,y)\to (0,0)}f(x,y) = L. This implie
www.math.toronto.edu
12.2: Limits and Continuity of Multivariable Functions
We continue with the pattern we have established in this text: after defining a new kind of function, we apply calculus ideas to it. The previous section defined functions of two and three variables; …
math.libretexts.org
https://dsaint31.github.io/math/math-week03/#limit-and-continuity
[Math] Week 03
Limit and Continuity
dsaint31.github.io
'... > Math' 카테고리의 다른 글
[Math] Continuity (of Multivariable Function) and Contiguity (0) | 2023.06.22 |
---|---|
[Math] Limit Laws of Multivariate Function (0) | 2023.06.22 |
[Math] Level Set (0) | 2023.06.22 |
[Math] Monomial and Polynomial (단항식 과 다항식) (0) | 2023.06.03 |
[Math] Karush-Kuhn-Tucker Conditions (KKT Conditions) (0) | 2023.05.17 |