I'm studying Electrical & Computer Engineering and I'm amidst my preparation for an exam in applied-mathematics for physicists. I can't quite put the finger on how to plot "by hand" some complicated graphs and was wondering if anyone could share some of their knowledge on how to begin dealing with such functions.
Here are some examples:
$$ f(x)=\arctan(e^x)\\ g(x)=\tanh(\frac1x)\\ h(x)=\ln(\cos(x))\\ k(x)=\ln(e^x-1)\\ $$
Any help would be much appreciated.
For example, let's try $f(x) = \ln(\cos(x))$ for $-\pi/2 < x < \pi/2$ (as you mentioned, the full graph consists of translates of this on every interval $(2n-1/2) \pi < x < (2n+1/2) \pi$).
Symmetry: $f(-x) = f(x)$. So it suffices to plot for $0 \le x < \pi/2$ and reflect across the $y$ axis.
$f(0) = \ln(1) = 0$.
$\lim_{x \to \pi/2} f(x) = \lim_{t \to 0+} \ln(t) = -\infty$.
$f'(x) = -\tan(x)$ This is decreasing on $(0, \pi/2)$, $0$ at $x=0$ and tending to $-\infty$ as $x \to \pi/2-$. Thus $f$ is decreasing and concave on $(0, \pi/2)$.