[Math] Limit of a Multi-Variate function and Limit Point

2023. 6. 22. 21:50·.../Math
728x90
728x90

Definition of Limit [= ($\epsilon$-$\delta$) definition] 

Assume that $S\subseteq \mathbb{R}^n$, and that $f:S\to \mathbb{R}$ is a multivariate function. The statement

$$ \underset{\textbf{x} \to \textbf{a}}{\lim} f (\textbf{x})= L$$

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을 그림으로 보여준다.

ref. : https://math.libretexts.org/Bookshelves/Calculus/Calculus_3e_(Apex)/12%3A_Functions_of_Several_Variables/12.02%3A_Limits_and_Continuity_of_Multivariable_Functions

  • 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

https://math.libretexts.org/Bookshelves/Calculus/Calculus_3e_(Apex)/12%3A_Functions_of_Several_Variables/12.02%3A_Limits_and_Continuity_of_Multivariable_Functions 

 

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
'.../Math' 카테고리의 다른 글
  • [Math] Continuity (of Multivariable Function) and Contiguity
  • [Math] Limit Laws of Multivariate Function
  • [Math] Level Set
  • [Math] Monomial and Polynomial (단항식 과 다항식)
dsaint31x
dsaint31x
    반응형
    250x250
  • dsaint31x
    Dsaint31's blog
    dsaint31x
  • 전체
    오늘
    어제
    • 분류 전체보기 (741)
      • Private Life (13)
      • Programming (187)
        • DIP (105)
        • ML (26)
      • Computer (119)
        • CE (53)
        • ETC (33)
        • CUDA (3)
        • Blog, Markdown, Latex (4)
        • Linux (9)
      • ... (351)
        • Signals and Systems (103)
        • Math (172)
        • Linear Algebra (33)
        • Physics (42)
        • 인성세미나 (1)
      • 정리필요. (54)
        • 의료기기의 이해 (6)
        • PET, MRI and so on. (1)
        • PET Study 2009 (1)
        • 방사선 장해방호 (4)
        • 방사선 생물학 (3)
        • 방사선 계측 (9)
        • 기타 방사능관련 (3)
        • 고시 (9)
        • 정리 (18)
      • RI (0)
      • 원자력,방사능 관련법 (2)
  • 블로그 메뉴

    • Math
    • Programming
    • SS
    • DIP
  • 링크

    • Convex Optimization For All
  • 공지사항

    • Test
    • PET Study 2009
    • 기타 방사능관련.
  • 인기 글

  • 태그

    Vector
    Programming
    SIGNAL
    math
    linear algebra
    fourier transform
    function
    Convolution
    numpy
    opencv
    DIP
    signal_and_system
    random
    Probability
    SS
    Python
    인허가제도
    Term
    Optimization
    signals_and_systems
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
dsaint31x
[Math] Limit of a Multi-Variate function and Limit Point
상단으로

티스토리툴바