Hey guys! What's wrong with my logic here?
\[y= \frac{2x-4}{x^2}\\ \frac{\partial y}{\partial x}=\ \frac{-2}{x^2} + \frac{8}{x^3}\\ if\ \frac{\partial y}{\partial x}=0\ then \frac{-2}{x^2} + \frac{8}{x^3}=0\\ \therefore \frac{2}{x^2} = \frac{8}{x^3}\\ \therefore 2x^3 = 8x^2\\ \therefore 2x^3-8x^2=0\\ \therefore 2x^2(x-4)=0\\ \therefore 2x^2=0\ or\ x-4=0\\ \therefore x=0\ or\ x=4\]
My CAS calculator and book say x=4 only, and not zero. Why? Where's my mistake? I know you can cancel x out early, but I saw on one of the exam reports that you shouldn't do that, because you'd be cancelling out potential solutions. x always equaled zero in questions similar to this, why not now? In line 4 I multiplied both sides by x2 and x3 to obtain line 5, apparently my CAS says this is not allowed, as the solutions to line 4 and line 5 are different, why isn't it allowed?