I have the equaition $f(x)=x^2(1-x)^4$.
It's derivative is $f'(x)=(1-x)^3(2x-6x^2)$ (as I calculated), and it's second derivative is $f''(x)=(1-x)^2(24x^2-14x+2)$ (again, as I calculated).
When finding where $f'(x)=0$, you get 3 $x$ values: $x_1=0, x_2=1, x_3=\frac{1}{3}$.
When putting them into the second derivative, you get: $$ f''(0)=2 \\ f''(1) = 0 \\ f''(\frac{1}{3})=0 $$ From this, I thought the only extreme point of $f(x)$ was at $x=0$. However, the points at $x = 1 \ and \ x=\frac{1}{3}$ are also extreme points.
Why is that? How can I find thoes points? Thanks for your help.