vault backup: 2026-04-19 23:08:40

This commit is contained in:
Jan Meyer
2026-04-19 23:08:40 +02:00
parent c1b7ba4561
commit 3421d8160d
2 changed files with 5 additions and 1 deletions

View File

@@ -22,4 +22,8 @@ b)
$ integral ln(x^2)/x^2 d x = -(2 ln(x) + 2)/x + C $
c)
$ integral 1/2 (sin(2x) + 1) d x = 1/4 (-cos(2x) + 2x) + C $
$ integral 1/2 (sin(2x) + 1) d x = 1/4 (-cos(2x) + 2x) + C $
== Problem 2 _Integrale und Stammfuntionen_
a)
$ integral (2x^2 - 3x + 4) / x d x = x^2 - 3x + 4 ln abs(x) $