Here's my equation:
$y=x(x-4)^{3}$
I'm supposed to find the increasing and decreasing intervals, which I know how to do for other problems but this one is giving me issues.
My first question is: should I expand the equation before taking the derivative? Because so far I've tried taking the derivative as-is and I get stuck.
${y}'= {x}'[(x-4)^{3}]+x{[(x-4)^{3}]}'$
${y}'= (x-4)^{3}+3x[(x-4)^{2}]$
... and that's as far as I understand. However, a study website I'm using suggests this as the next step:
${y}'= (x-4)^{2}(4x-4)$
$0= (x-4)^{2}(4x-4)$
$x=4, x=1$
None of that makes sense to me. I don't see how they simplified it down, or how they pulled out $x=4, x=1$.
So I'm wondering if there's a better way, perhaps expanding the original equation before taking the derivative? I don't really know though and I'm mostly looking for some direction. I understand how to use the critical points to find the intervals, I just don't get how to find the critical points here.