Given a function $f(x)$ I can determine whether its concave up or concave down by using the second derivative as it says e. g. here. $$f''(x) > 0 \qquad \text{concave up}$$ $$f''(x) < 0 \qquad \text{concave down}$$
For instance $$f(x) = x^2 \qquad f'(x) = 2x \qquad f''(x) = 2$$
- Does that mean that since $f''> 0$ is true for all x, the function $f(x)$ is always concave up?
- And how can I determine the quantity of concavity?
I thought somehow that $f''$ gives me the quantity but $f''$ is constant and to me it seems that the concavity of $f$ changes, so I guess this is wrong. I mean $f(x)$ has a stronger concavity around $x = 0$, hasn't it?
