fixed integrierbar bedinung
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 41s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 41s
This commit is contained in:
@@ -163,26 +163,17 @@
|
|||||||
- Beweiße: durch Induktion
|
- Beweiße: durch Induktion
|
||||||
- Beweiße: Hat min. ein konvergent Teilefolge
|
- Beweiße: Hat min. ein konvergent Teilefolge
|
||||||
- (Beweiße: Ungleichung $abs(a_n) <= k$)
|
- (Beweiße: Ungleichung $abs(a_n) <= k$)
|
||||||
|
|
||||||
*Monoton fallend/steigended*
|
*Monoton fallend/steigended $a_(n+1) lt.eq.gt a_(n)$*
|
||||||
- Beweise: Induktion
|
- Beweise: Induktion
|
||||||
#grid(columns: (1fr, 1fr),
|
|
||||||
inset: 0.2mm,
|
|
||||||
align(top+center, [*Fallend*]), align(top+center, [*Steigend*]),
|
|
||||||
[$ a_(n+1) <= a_(n), quad a_(n+1) >= a_(n) $],
|
|
||||||
[$ a_(n+1)/a_(n) < 1, quad a_(n+1)/a_(n) > 1 $],
|
|
||||||
)
|
|
||||||
|
|
||||||
*Konvergentz Allgemein*
|
*Konvergentz Allgemein*
|
||||||
$lim_(n -> infinity) a_n = a$
|
$lim_(n -> infinity) a_n = a$
|
||||||
|
|
||||||
$forall epsilon > 0 space exists n_epsilon in NN$ sodass \
|
$forall epsilon > 0 space exists n_epsilon in NN$ sodass \
|
||||||
- Konvergent $-> a$: $a_n in [a - epsilon, a + epsilon] $
|
- Konvergent $-> a$: $a_n in [a - epsilon, a + epsilon] $
|
||||||
- Divergent $-> infinity$: $a_n in [epsilon, infinity) $
|
- unbeschränkt $=>$ Divergent
|
||||||
- Divergent $-> infinity$: $a_n in (-infinity, epsilon) $
|
|
||||||
|
|
||||||
$space forall n > n_epsilon$
|
|
||||||
|
|
||||||
*Konvergentz Häufungspunkte*
|
*Konvergentz Häufungspunkte*
|
||||||
- $a_n -> a <=>$ Alle Teilfolgen $-> a$
|
- $a_n -> a <=>$ Alle Teilfolgen $-> a$
|
||||||
|
|
||||||
@@ -579,7 +570,7 @@
|
|||||||
#bgBlock(fill: colorIntegral, [
|
#bgBlock(fill: colorIntegral, [
|
||||||
#subHeading(fill: colorIntegral, [Integral])
|
#subHeading(fill: colorIntegral, [Integral])
|
||||||
|
|
||||||
Wenn $f(x)$ stetig und monoton $=>$ integrierbar
|
Wenn $f(x)$ stetig oder monoton $=>$ integrierbar
|
||||||
|
|
||||||
Summen: $integral f(x) + g(x) d x = integral f(x) d x + integral g(x)$
|
Summen: $integral f(x) + g(x) d x = integral f(x) d x + integral g(x)$
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user