Fix differenzen Qutient
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 36s

This commit is contained in:
alexander
2026-02-14 17:45:12 +01:00
parent 300e74cd0d
commit 5e83a41b54

View File

@@ -462,10 +462,9 @@
#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_0) = lim_(x->x_0^plus.minus) (f(x_0 + h) - f(x_0))/h$
- 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*