This commit is contained in:
Christoph J. Scherr 2024-09-04 17:10:08 +02:00
parent dae2b4f527
commit 151f8ebb19
2 changed files with 20 additions and 0 deletions

Binary file not shown.

View File

@ -91,3 +91,23 @@ $
root(n, abs(1/(n^n))) &= 1/n -> 0 < 1 \ root(n, abs(1/(n^n))) &= 1/n -> 0 < 1 \
&=> a_n #text(" diverges") checkmark &=> a_n #text(" diverges") checkmark
$ $
#pagebreak()
=== Exercise 3 @Exercise[1, 3]
#block(
fill: luma(230),
inset: 8pt,
radius: 4pt,
[
Determine the maximal domain of the following functions as a subset of $RR$
and calculate their derivatives.
#set enum(numbering: "(a)")
+ $ f(x) = ln((e^x) / (1+e^x)) $
+ $ f(x) = ((x+1)/(x-1))^2 $
])
#set enum(numbering: "(a)")
+ $
$