Loading [MathJax]/jax/output/HTML-CSS/config.js
Uniformliy Continuous::::수학과 사는 이야기

Uniformliy Continuous

수학이야기/미적분 2016. 4. 21. 13:37
반응형
$f: S\rightarrow\mathbb{R}$

Defnition 1. The function $f$ is said to be continuous on $S$ $\iff$ x0S,ε>0,δ>0suchthatxS,|xx0|<δ|f(x)f(x0)|<ε

Defnition 2. The function $f$ is said to be uniformly continuous on $S$ $\iff$ x1,x2S,ε>0,δ>0suchthat|x1x2|<δ|f(x1)f(x2)|<ε

Example $f(x)=x^2$ is continuous but not uniformly continuous on $(0,\infty)$

Let $a=x_0 +1$ and $\delta=min(1, \varepsilon /2a)$

Choose $x\in S$

Assume $|x-x_0|<\delta$. Then $|x-x_0|<1$ so $x<x_0+1=a$ so $x,x_0<a$ so

|x2x02|=(x+x0)|xx0|2a|xx0|<2aδ2aε2a=ε

Therefore $f$ is continuous on $(0,\infty)$

Let $\varepsilon=1$. Choose $\delta >0$. Let $x_1 = 1/\delta$ and $x_2=x_1 + \delta/2$.

Then $|x_2 -x_1|=\delta/2<\delta$ but

|x12x22|=|(1δ)2(1δ+δ2)2|<1+δ24>1=ε

Therefore $f$ is not uniformly continuous on $(0,\infty)$

Theorem

If $x_1, x_2 \in S$ , $f$ satisfied an inequality of form $|f(x_1)-f(x_2)|\leq M|x_1 -x_2| \cdots(1)$, then $f$ is uniformly continuous on $S$

 (1) is called a Lipschitz ineqality and M is called the corresponding Lipschitz constant.

Theorem

If $f^{\prime}$ is bounded, then $f$ satisfied Lipschitz ineqality.

p324 exercises

86. Suppose that $f$ is continuous and nonnegative over $[a,b]$, as in the accompanying figure.

P is the partition of $[a,b]$

a=x0,x1,x2,,xk1,xk,,xn1,xn=b 

as shown, divide $[a,b]$ into $n$ subintervals of length $\Delta x_k=x_k-x_{k-1}$

a. If $m_k=$min$\{f(x)$ for $x$ in the $k$th subinterval$\}$, explain the connection between the lower sum.

L=m1Δx1+m2Δx2++mnΔxn

and the shaded regions in the first part of the figure.

b. If $M_k=$max$\{f(x)$ for $x$ in the $k$th subinterval$\}$, explain the connection between the upper sum.

U=M1Δx1+M2Δx2++MnΔxn

and the shaded regions in the second part of the figure.

c. Explane the connection between U-L and the shaded regions along the curve in the third part of the figure.

 

a. L and lower sum are same.

b. U and upper sum are same.

c. Given $\varepsilon >0$ 

Let $d=max(M_k-m_k)$

Because $f$ is continuous on $[a,b]$

We can choose points such that $\Delta x_k\leq d<\varepsilon$

UL=(M1m1)Δx1+(M2m2)Δx2++(Mnmn)Δxn

dΔx1+dΔx2++dΔxn=dk=1nΔxk=d(ba)<ε(ba)

lim||p||0(UL)=0

$f$ is integrable over $[a,b]$

87. Show that if $f$ is continuous on $[a,b]$ then $f$ is uniformly continuous on $[a,b]$

Given $\varepsilon >0$, let $x_1 =a$ 

We Choose $\delta>0$ such that $\forall x_2 , x_2-a <\delta \Rightarrow |f(x_1)-f(x_2)|<\varepsilon $  (Because $f$ is continuous at $x=a$)

Similary let $x_1 =b$

We Choose $\delta>0$ such that $\forall x_2 , b-x_2 <\delta \Rightarrow |f(x_1)-f(x_2)|<\varepsilon $  (Because $f$ is continuous at $x=b$)

and $x_1 \in (a,b)$

We Choose $\delta>0$ such that $\forall x_2 , |x_1-x_2| <\delta \Rightarrow |f(x_1)-f(x_2)|<\varepsilon $  (Because $f$ is continuous at $x=x_1$)

 

반응형