Something idk
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 17s

This commit is contained in:
alexander
2025-12-15 20:19:09 +01:00
parent c7cf9d130e
commit 701b3ec932

View File

@@ -248,6 +248,11 @@
- $f(x)$ ist an der Stelle $x_0 in DD$ diffbar wenn \ - $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) $) #MathAlignLeft($ f'(x_0) = lim_(x->x_0 plus.minus) (f(x_0 + h - f(x_0))/h) $)
- $f(x)$ diffbar $=>$ $f(x)$ stetig - $f(x)$ diffbar $=>$ $f(x)$ stetig
- Tangente an $x_0$: $f(x_0) + f'(x_0)(x - x_0)$
- Beste #underline([linear]) Annäherung
- Tangente $t(x)$ von $f(x)$ an der Stelle $x_0$: $ lim_(x->0) (f(x) - f(x_0))/(x-x_0) -f'(x_0) =0 $
*Ableitung Regeln*
#grid( #grid(
row-gutter: 3mm, row-gutter: 3mm,
@@ -267,7 +272,9 @@
[$f(x) = c : f'(x) = 0$], [$f(x) = c : f'(x) = 0$],
[$c dot f(x) : c dot f'(x)$], [$c dot f(x) : c dot f'(x)$],
[$(x^(-n)) n in NN : n x^(n-1)$], [$(x^(-n)) n in NN : n x^(n-1)$],
[$e^(x) : e^(x)$],
) )
- Kettenregel: $f(g(x)) : f'(g(x)) dot g'(x)$
] ]
#colbreak() #colbreak()