find all points of intrest for the function:
$f(x)=(x-2)^{\frac{1}{3}}$
Here we can clearly see that when $x=2$ $f(x)=0$ so I know that there atleast should exist a critical point.
Since the function is when taking it's derivative
I get
$f'(x)=\frac{1}{3(x-2)^{\frac{2}{3}}}$
I know that this is an odd function therefor it will be symmetric about the origin and will alwaays be increasing. However accoriding to the formula there are no max or min values.
Which confuses me since singular points are found where the derivative is undefined i.e at $x=2$ so why is't the function either a max/min at $x=2$?
Many thanks to whomever might help me with this!


First, you said
This is not a criteria for a critical point. A critical point occurs when $f'(x) = 0$
Second, you said
$f'(x)$ not not an odd function. You can tell just from the fact that it's only defined on $(2,\infty)$. The definition of an odd function is $f(-x) = -f(x)$. $x=0$ isn't anywhere in the domain, so $f(-x)$ doesn't even make any sense.
The reason we're considering $x=2$ is because it's on the boundary of the function's domain, which is $[2,\infty)$. Because $f'(x) > 0, \forall x > 2$ , $f(x)$ is increasing on the interval $(2,\infty)$. This makes $x=2$ a minimum of the function.
Singular points in the derivative have nothing to do with the function's max/min.
Addendum:
If we're being generous and interpret the function as $f(x) = \sqrt[3]{x-2}$, which is defined for $x < 2$, this still wouldn't make $f(x)$ an odd function. You can say that it's anti-symmetric about the point $x=2$ since $\sqrt[3]{2-x} = -\sqrt[3]{x-2}$.