[Math] Limit Laws of Multivariate Function

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

1. Limit Laws

Assume that $S\subseteq \mathbb{R}^n$ and that $\textbf{a}$ is a point in $\mathbb{R}^n$ is a limit point of $S$
(for example, an interior point of $S$).
Further assume that $f,g:S\to \mathbb{R}$ are functions and
$L$,$M$ are numbers such that

$$\lim_{\mathbf x \to \mathbf a}f(\mathbf x) = L,
\qquad
\lim_{\mathbf x \to \mathbf a}g(\mathbf x) = M.$$

 

Then

$$\lim_{\textbf x \to \textbf a}[f(\textbf x)+ g(\textbf x)] = L+M, \\\\ \lim_{\textbf x \to \textbf a}[f(\textbf x) g(\textbf x)] = LM, \\\\ \displaystyle \frac{ \underset{\textbf x \to \textbf a}{\lim}f(\textbf{x})}{\underset{\textbf x \to \textbf a}{\lim}g(\textbf{x})}=\frac{L}{M},\text{ where } \lim_{\textbf x \to \textbf a}g(\textbf{x}) \ne 0 \\\\ \lim_{\textbf x \to \textbf a}cf(\textbf{x}) = c\lim_{\textbf x \to \textbf a}f(\textbf{x}) \text{ and } \lim_{\textbf x \to \textbf a}cg(\textbf{x}) = c\lim_{\textbf x \to \textbf a}g(\textbf{x}) \text{ ,where } c \text{ is a constant scalar} $$


참고 : 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}$$

 

https://dsaint31.tistory.com/536#Definition%--of%--Limit%--point

 

[Math] Limit of a multi-variate function and Limit Point

Definition of Limit [= ($\epsilon$-$\delta$) definition] Assume that $S\subseteq \mathbb{R}^n$, and that $f:S\to \mathbb{R}$ is a mutivariate function. The statement $$ \underset{\textbf{x} \to \textbf{a}}{\lim} f (\textbf{x})= L$$ is defined to mean that

dsaint31.tistory.com


2. Squeeze Theorem (샌드위치 정리)

Assume that $S\subseteq \mathbb{R}^n$ and
that $\textbf{a}$ is a point in $\mathbb{R}^n$ is a limit point of $S$ (for example, an interior point of $S$).
Further assume that $f,g,h:S\to \mathbb{R}$ are functions and
there exists real numbers $\delta > 0$ and $L$ such that

$$f(\mathbf x)\le g(\mathbf x) \le h(\mathbf x)\mbox{ for all }\mathbf x\in S \mbox{ such that }0<|\mathbf x-\mathbf a|<\delta$$

and

$$\lim_{\mathbf x \to \mathbf a}f(\mathbf x) = \lim_{\mathbf x\to \mathbf a}h(\mathbf x) = L.$$

then

$$\lim_{\mathbf x\to \mathbf a}g(\mathbf x) = L$$.


3. 극한의 존재 (converge)

Limit이 존재할 때 → 수렴(Converge)한다 고 말함.

Limit이 존재하지 않을 시 → 발산(Diverge)한다 고 말함.

 

limit이 존재할 경우 아래와 같이 서로 다른 경로를 취하더라도 동일한 limit을 가지게 됨.
(scalar function에서는 left side limit과 right side limit이 같음을 보이면 되었던 것이 확장되었음)

original :&nbsp;https://calcworkshop.com/partial-derivatives/multivariable-limits/

 

앞서 다룬 squeeze theorem은 주로 limit이 존재함을 증명하는데 사용된다.

반면, limit이 존재하지 않는 것을 증명하려면, 극한값이 다른 2개의 경로를 찾으면 됨.

 

scalar function에서의 극한의 존재.

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


같이보면 좋은자료

https://dsaint31.github.io/math/math-week03/

 

[Math] Week 03

Limit and Continuity

dsaint31.github.io


 

'... > Math' 카테고리의 다른 글

[Math] Differentiability of MultivariableFunctions  (0) 2023.06.23
[Math] Continuity (of Multivariable Function) and Contiguity  (0) 2023.06.22
[Math] Limit of a Multi-Variate function and Limit Point  (0) 2023.06.22
[Math] Level Set  (0) 2023.06.22
[Math] Monomial and Polynomial (단항식 과 다항식)  (0) 2023.06.03
'.../Math' 카테고리의 다른 글
  • [Math] Differentiability of MultivariableFunctions
  • [Math] Continuity (of Multivariable Function) and Contiguity
  • [Math] Limit of a Multi-Variate function and Limit Point
  • [Math] Level Set
dsaint31x
dsaint31x
    반응형
    250x250
  • dsaint31x
    Dsaint31's blog
    dsaint31x
  • 전체
    오늘
    어제
    • 분류 전체보기 (742)
      • Private Life (13)
      • Programming (188)
        • DIP (106)
        • 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
    • 기타 방사능관련.
  • 인기 글

  • 태그

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

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
dsaint31x
[Math] Limit Laws of Multivariate Function
상단으로

티스토리툴바