Started with stetigkeit
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 17s

This commit is contained in:
alexander
2025-12-15 09:34:41 +01:00
parent 2ba04d0ea8
commit c7cf9d130e

View File

@@ -21,12 +21,12 @@
#let subHeading(it: content, fill: color) = { #let subHeading(body, fill: color) = {
box( box(
align( align(
top+center, top+center,
text( text(
it, body,
size: 10pt, size: 10pt,
weight: "regular", weight: "regular",
style: "italic", style: "italic",
@@ -54,7 +54,7 @@
#columns(4, gutter: 2mm)[ #columns(4, gutter: 2mm)[
#bgBlock(fill: colorAllgemein)[ #bgBlock(fill: colorAllgemein)[
#subHeading(fill: colorAllgemein, it: [Allgemeins]) #subHeading(fill: colorAllgemein)[Allgemeins]
#grid( #grid(
columns: (auto, auto), columns: (auto, auto),
row-gutter: 2mm, row-gutter: 2mm,
@@ -70,7 +70,7 @@
#MathAlignLeft($ sum_(k=1)^(n) k = (n(n+1))/2 $) #MathAlignLeft($ sum_(k=1)^(n) k = (n(n+1))/2 $)
], ],
[Bernoulli-Ungleichung ], [ [Bernoulli-Ungleichung ], [
$(1 + a)^n >= 1 + n a$ $(1 + a)^n x in RR >= 1 + n a$
], ],
[Binomialkoeffizient], [ [Binomialkoeffizient], [
$binom(n, k) = (n!)/(k!(n-k)!)$ $binom(n, k) = (n!)/(k!(n-k)!)$
@@ -79,11 +79,16 @@
#MathAlignLeft($ (a + b)^n = sum^(n)_(k=0) binom(n,k) a^(n-k) b^k $) #MathAlignLeft($ (a + b)^n = sum^(n)_(k=0) binom(n,k) a^(n-k) b^k $)
], ],
[Fakultäten], [$ 0! = 1! = 1 $], [Fakultäten], [$ 0! = 1! = 1 $],
[Gausklammer], [
$floor(x) = text("floor")(x)$ \
$ceil(x) = text("ceil")(x)$
]
) )
] ]
#bgBlock(fill: colorFolgen)[ #bgBlock(fill: colorFolgen)[
#subHeading(fill: colorFolgen, it: [Folgen]) #subHeading(fill: colorFolgen)[Folgen]
$ lim_(x -> infinity) a_n $ $ lim_(x -> infinity) a_n $
*Beschränkt:* $exists k in RR$ sodass $abs(a_n) <= k$ *Beschränkt:* $exists k in RR$ sodass $abs(a_n) <= k$
@@ -140,7 +145,7 @@
] ]
#bgBlock(fill: colorFolgen)[ #bgBlock(fill: colorFolgen)[
#subHeading(fill: colorFolgen, it: [Konvergent Folge Regeln]) #subHeading(fill: colorFolgen)[Konvergent Folge Regeln]
#grid( #grid(
columns: (auto, auto), columns: (auto, auto),
align: bottom, align: bottom,
@@ -158,7 +163,7 @@
] ]
#bgBlock(fill: colorFolgen)[ #bgBlock(fill: colorFolgen)[
#subHeading(fill: colorFolgen, it: [Bekannte Folgen]) #subHeading(fill: colorFolgen)[Bekannte Folgen]
#grid( #grid(
columns: (auto, auto, auto), columns: (auto, auto, auto),
column-gutter: 4mm, column-gutter: 4mm,
@@ -174,7 +179,7 @@
] ]
#bgBlock(fill: colorFolgen)[ #bgBlock(fill: colorFolgen)[
#subHeading(fill: colorFolgen, it: [Teilfolgen]) #subHeading(fill: colorFolgen)[Teilfolgen]
$ a_k subset a_n space (text("z.B") k= 2n + 1) $ $ a_k subset a_n space (text("z.B") k= 2n + 1) $
- Index muss streng monoton steigen! - Index muss streng monoton steigen!
- Beschränkte $a_n => text("min eine konvergente") a_k$ - Beschränkte $a_n => text("min eine konvergente") a_k$
@@ -183,24 +188,67 @@
] ]
#bgBlock(fill: colorReihen)[ #bgBlock(fill: colorReihen)[
#subHeading(fill: colorReihen, it: [Reihen]) #subHeading(fill: colorReihen)[Reihen]
] ]
#bgBlock(fill: colorReihen)[ #bgBlock(fill: colorReihen)[
#subHeading(fill: colorReihen, it: [Potenzreihen]) #subHeading(fill: colorReihen)[Potenzreihen]
] ]
#colbreak() #colbreak()
#bgBlock(fill: colorAbleitung)[ #bgBlock(fill: colorAbleitung)[
#subHeading(fill: colorAbleitung, it: [Funktionen]) #subHeading(fill: colorAbleitung)[Funktionen]
- $f(x)$ ist an der Stelle $x_0 in DD$ diffbar wenn \
#MathAlignLeft($ f'(x_0) = lim_(x->x_0 plus.minus) (f(x_0 + h - f(x_0))/h) $)
- $f(x)$ diffbar $=>$ $f(x)$ stetig
] ]
#bgBlock(fill: colorAbleitung)[ #bgBlock(fill: colorAbleitung)[
#subHeading(fill: colorAbleitung, it: [Ableitung]) #subHeading(fill: colorAbleitung)[Stetigkeit]
*Allgemein*
$f(x)$ ist stetig wenn: \
$ limits(lim)_(x->x_0-) f(x) = limits(lim)_(x->x_0+) f(x) = f(x_0) $ \
$x in DD$ Beachten! Definitionslücken $!=$ unstätig \
Definition gilt auch für $I subset RR$
*Regeln*
$f(x),g(x)$ seinen stetig dann sind auch Stetig:
#grid(columns: (auto, auto, auto, auto, auto),
column-gutter: 4mm,
row-gutter: 2mm,
$f(x) + g(x)$, $f circle.small g$, $alpha dot f(x)$,
$f(x)/g(x)$, $f(x) dot g(x)$
)
*Bekannte Funktion*
#table(
columns: (1fr, 1fr),
table.header(
[*Stetig*], [*Nicht Stetig*]
),
stroke: (x, y) => (x: 0mm, y: 0.2mm),
[
- Polynome, gebrochen Rationale Fn
- $floor(x),ceil(x)$ für $x in RR without ZZ$
- Betrags Funktion
- $sin, cos, tan$
],
[
- Stufenfunktion
- Fall Unterscheidungen
- $floor(x),ceil(x)$ für $x in RR$
]
)
]
#bgBlock(fill: colorAbleitung)[
#subHeading(fill: colorAbleitung)[Ableitung]
*Differenzierbarkeit*
- $f(x)$ ist an der Stelle $x_0 in DD$ diffbar wenn \
#MathAlignLeft($ f'(x_0) = lim_(x->x_0 plus.minus) (f(x_0 + h - f(x_0))/h) $)
- $f(x)$ diffbar $=>$ $f(x)$ stetig
#grid( #grid(
row-gutter: 3mm, row-gutter: 3mm,
columns: (1fr, 1fr), columns: (1fr, 1fr),