-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaskaita_05.tex
304 lines (263 loc) · 8.18 KB
/
paskaita_05.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
\section{Viršutinė ir apatinė ribos}
\begin{defn}[Viršutinė riba]
\begin{equation*}
\limsup _{x \to a} f(x) :=
\lim_{\delta \to 0}
\sup \left\{ f(x), x \in A : |x - a| < \delta \right\}
\end{equation*}
\end{defn}
\begin{defn}[Apatinė riba]
\begin{equation*}
\liminf _{x \to a} f(x) :=
\lim_{\delta \to 0}
\inf \left\{ f(x), x \in A : |x - a| < \delta \right\}
\end{equation*}
\end{defn}
\begin{exmp}
\begin{align*}
\limsup _{x \to 0} \left( \sin \frac{1}{x} \right)
&= \lim_{\delta \to 0} \sup
\left\{ \sin \frac{1}{x} : |x - a| < \delta \right\} \\
&= \lim_{\delta \to 0} 1 \\
&= 1
\end{align*}
\begin{align*}
\liminf _{x \to 0} \left( \sin \frac{1}{x} \right)
&= \lim_{\delta \to 0} (-1) = -1
\end{align*}
\end{exmp}
\begin{prop}
\begin{equation*}
\exists \lim_{x \to a} f(x) \iff
\limsup _{x \to a} f(x) = \liminf _{x \to a} f(x)
\end{equation*}
\end{prop}
\begin{defn}[Viršutinė riba]
\begin{equation*}
\limsup _{x \to a} f(x) :=
\lim_{\delta \to 0}
\sup \left\{ f(x) : x
(x \in U(a, \delta) \cap A \setminus \{a\})
\right\}
\end{equation*}
\end{defn}
\begin{defn}[Apatinė riba]
\begin{equation*}
\liminf _{x \to a} f(x) :=
\lim_{\delta \to 0}
\inf \left\{ f(x) : x
(x \in U(a, \delta) \cap A \setminus \{a\})
\right\}
\end{equation*}
\end{defn}
\begin{notation}
\begin{align*}
\lim_{x \to a^{+}} f(x) &\equiv f(a^{+}) \\
\lim_{x \to a^{-}} f(x) &\equiv f(a^{-}) \\
\end{align*}
\end{notation}
\begin{exmp}
Suskaičiuokite ribą:
\begin{equation*}
\limsup _{x \to 0} \frac{\sqrt{x^2} + 2x}{\sin x}
\end{equation*}
FIXME: Sutvarkyti modulio ženklus.
Pažymėkime ir pertvarkykime:
\begin{align*}
f(x)
&= \frac{\sqrt{x^2} + 2x}{\sin x} \\
&= \frac{|x| + 2x}{\sin x}, & \text{ kur } x \neq 0; \\
f(x)
&=
\begin{cases}
\frac{3x}{\sin x}, & x \geq 0 \\
\frac{x}{\sin x}, & x < 0
\end{cases}.
\end{align*}
Iš $\lim_{x \to 0} \frac{\sin x}{x} = 1$ įrodymo
(\ref{lim_sinx_x} pavyzdys) žinome, kad $\sin |x| \leq |x|$ ir
kad $\cos |x| \leq \frac{\sin |x|}{|x|}$. Atlikę
kelis pertvarkymus (verta pastebėti, kad visus veiksmus atliekame
0 aplinkoje)
\begin{align*}
\sin |x| &\leq |x| \\
\sqrt{1 - \cos ^{2} |x|} &\leq |x| \\
1 - \cos^{2} |x| &\leq |x|^{2} \\
1 - |x|^{2} &\leq \cos^{2} |x| \\
(1 - |x|)(1 + |x|) &\leq \cos^{2} |x| \\
(1 - |x|) &\leq \frac{\cos^{2} |x|}{1 + |x|} \\
&\leq \cos^{2} |x| \\
&\leq \cos |x|.
\end{align*}
gavome, jog:
\begin{equation*}
1 - |x| \leq \cos |x|.
\end{equation*}
Dabar galime įvertinti $|\sin x|$:
\begin{align*}
\cos |x| &\leq \frac{\sin |x|}{|x|} \\
1 - |x| &\leq \frac{\sin |x|}{|x|} \\
|x|(1 - |x|) &\leq |\sin x| \\
|x|(1 - |x|) &\leq |\sin x| \leq |x|.
\end{align*}
Taigi $\left| \frac{3x}{\sin x} \right|$ galime įvertinti:
\begin{equation*}
3 = \frac{3x}{x} \leq \frac{3x}{\sin x} \leq \frac{3x}{x(1 - |x|)}
= \frac{3}{1 - x} = 3 \frac{1}{1 - x},
\end{equation*}
o $\left| \frac{x}{\sin x} \right|$:
\begin{equation*}
1 = \frac{|x|}{|x|} \leq \left| \frac{x}{\sin x} \right| \leq
\frac{|x|}{|x|(1 - |x|)} = \frac{1}{1 - |x|}.
\end{equation*}
Dabar galime įvertinti
\begin{equation*}
h(\delta) = \sup \left\{ f(x) : x
(x \in U(a, \delta) \cap A \setminus \left\{ a \right\}) \right\}.
\end{equation*}
Gauname: (FIXME: neaiški vieta.)
\begin{equation*}
3 \leq h(\delta) \leq 3 \frac{1}{1 - \delta}.
\end{equation*}
Taigi
\begin{equation*}
\lim_{\delta \to 0} h(\delta) = 3.
\end{equation*}
\end{exmp}
\section{Monotoniškos funkcijos}
\begin{prop}
\label{lim_mon}
$f: A \to \RSET$, $a$ – ribinis ir didžiausias $A$ taškas ir $f$ yra
monotoniška. Tada $f$ turi ribą taške $a$. Ir jei $f$ yra ir aprėžta,
tai riba taške $a$ yra baigtinė.
\end{prop}
\begin{exmp}
Įrodyti, kad $f(x), f(x) = x^2$, taške $a, a = 1$, turi baigtinę ribą.
Apibrėžimo sritis $A = \left( \frac{1}{2}; 1 \right)$.
\begin{proof}
Pirma parodysime, kad $f(x)$ intervale $A$ didėja. Paimkime
$x_{1}$ ir $x_{2}$, tokius, kad $x_{1} < x_{2}$. Tada:
\begin{align*}
f(x_{2}) - f(x_{1})
&= x _{2} ^{2} - x _{1} ^{2} \\
&= \underbrace{(x_{2} - x_{1})}_{> 0}
\underbrace{(x_{2} + x_{1})}_{> 0}
\end{align*}
Gavome, kad $f(x_{2}) > f(x_{1})$, o tai reiškia, kad $f(x)$ intervale
$\left( \frac{1}{2} ; 1 \right)$ didėja. Taigi pagal \ref{lim_mon}
teiginį $\exists \lim_{x \to a} f(x)$.
Ar $f(x)$ yra aprėžta? Tai yra, ar
\begin{equation*}
\exists c (c \in \RSET) : x^{2} \leq c, \forall x (x \in A)?
\end{equation*}
Taip, $c = 1$. Taigi $\lim_{x \to 1} x^{2}$ yra baigtinė.
\end{proof}
\end{exmp}
\section{Funkcijos tolydumas}
\begin{defn}[Tolydi taške funkcija]
Funkcija $f$ vadiname tolydžia taške $a$, jei
\begin{equation*}
\forall U_{f(a)}, \exists U_{a} :
f(x) \in U_{f(a)}, \forall x (x \in U_{a} \cap A)
\end{equation*}
\end{defn}
$f(x)$ gali būti tolydi taške $a$ dviem atvejais:
\begin{enumerate}
\item jei $a$ – izoliuotas aibės $A$ taškas, ir
\item jei $a$ – ribinis aibės $A$ taškas bei
$\lim_{x \to a} f(x) = f(a)$.
\end{enumerate}
\begin{defn}[Tolydi aibėje funkcija]
Funkcija $f$ vadinama tolydžia aibėje $B$, jei ji yra tolydi visuose
aibės $B$ taškuose.
\end{defn}
\begin{note}
Toliau $f: A \to B$ ir $a \in A$.
\end{note}
\begin{defn}[Trūkio taškų tipai]
\hfill \\
\begin{description}
\item[1 rūšies trūkis] Jei
\begin{equation*}
\exists \lim _{x \to a^{-}} f(x)
\text{ ir }
\exists \lim _{x \to a^{+}} f(x)
\end{equation*}
ir jos abi yra baigtinės, tai
taškas a yra vadinamas 1 rūšies trūkiu.
\item[pataisomas trūkis] Jei
\begin{equation*}
\lim_{x \to a^{-}} f(x) = \lim_{x \to a^{+}} f(x)
\implies \exists \lim_{x \to a} f(x)
\end{equation*}
yra baigtinė, tai taškas $a$ vadinamas pataisomu trūkio tašku.
\item[2 rūšies trūkis] Jei
\begin{equation*}
\nexists \lim_{x \to a^{-}} f(x)
\text{ arba }
\nexists \lim_{x \to a^{+}} f(x),
\end{equation*}
arba bent viena iš jų yra begalinė, tai taškas $a$ yra vadinamas
2 rūšies trūkiu.
\end{description}
\end{defn}
\begin{exmp}
\begin{equation*}
f(x) = \frac{x}{x}, a = 0
\end{equation*}
Kadangi $\lim_{x \to 0} f(x) \neq f(0)$, nes $\nexists f(0)$, tai
taškas $x = 0$ yra trūkio.
Kadangi $\lim_{x \to 0} \frac{x}{x} = 1$, tai $x = 0$ yra 1 rūšies
trūkio taškas ir jis yra pataisomas.
\end{exmp}
\begin{exmp}
\begin{equation*}
f(x) = \sign(x), a = 0
\end{equation*}
Kadangi
\begin{align*}
\lim_{x \to 0^{+}} \sign(x) &= 1 \\
\lim_{x \to 0^{-}} \sign(x) &= -1,
\end{align*}
tai $x = 0$ yra 1 rūšies trūkio taškas.
\end{exmp}
\begin{exmp}
\begin{equation*}
f(x) = \frac{1}{|x|}, a = 0
\end{equation*}
Kadangi
\begin{align*}
\lim_{x \to 0^{+}} \frac{1}{|x|} &= +\infty \\
\lim_{x \to 0^{-}} \frac{1}{|x|} &= +\infty,
\end{align*}
tai $x = 0$ yra 2 rūšies trūkio taškas.
\end{exmp}
\begin{prop}
Jei $f$ ir $g$ yra tolydžios taške $a$, tai ir
$f + g$, $f - g$, $f \cdot g$ bei $\frac{f}{g}$ (jei $g(a) \neq 0$)
yra tolydžios taške $a$.
\begin{proof}
Žymėjimas:
\begin{equation*}
(f + g)(x) := f(x) + g(x)
\end{equation*}
Įrodysime, kad jei $f$ ir $g$ yra tolydžios taške $a$, tai ir
$(f + g)(x)$ yra tolydi taške $a$.
Tarkime, jog $f$ ir $g$ yra tolydžios taške $a$. Reikia įrodyti:
\begin{equation*}
\lim_{x \to a} (f + g)(x) = (f + g)(a)
\end{equation*}
Tikriname:
\begin{align*}
\lim _{x \to a} (f + g)(x)
&= \lim _{x \to a} (f(x) + g(x)) \\
&= \lim _{x \to a} f(x) + \lim _{x \to a} g(x) \\
&= f(a) + g(a) \\
&= (f + g)(a)
\end{align*}
\end{proof}
\end{prop}
\begin{prop}
$ (f \circ g)(x) := f(g(x))$ Jei $g$ yra tolydi taške $a$ ir
$f$ yra tolydi taške $g(a)$, tai $f \circ g$ yra tolydi taške $a$.
\end{prop}