I have an exercise where I have to tell on which intervals a function is concave or convex. I usually do it using second derivative, but I would like to know if there is a simpler way of doing so, because this gets a little messy for me when considering $ \sqrt[3]{\vert x\vert } $.
2026-04-03 13:13:25.1775222005
Is finding the second derivative of $\sqrt[3]{\vert x\vert}$ the best method to determine if it is convex?
172 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
HINT:
Draw the graph of $y=|x|^\frac{1}{3}$ for $x>0$ i.e. $y=x^\frac{1}{3}$ and reflect the graph about the y-axis to get the graph of $y=|x|^\frac{1}{3}$ for $x<0$.
Only you have to check the differentiablity of $f(x)$ at $x=0$.
Does it help?