What's the result of: $$\frac{1}{|{x}|}-\frac{x^2}{|x|^3}$$ Is it $$\frac{1}{|{x}|}-\frac{x^2}{|x|x^2}=\frac{1}{|{x}|}-\frac{1}{|x|}=0$$ or $$\frac{1}{|{x}|}-\frac{x^2}{|x|^2x}=\frac{1}{|{x}|}-\frac{1}{x}\frac{x^2}{|x|^2}=\frac{1}{|{x}|}-\frac{1}{x}=\left\{\begin{matrix}\frac{2}{x},x<0\\ 0,x>0 \end{matrix}\right.$$
2026-03-26 01:34:42.1774488882
On
What is $\frac{1}{|{x}|}-\frac{x^2}{|x|^3}$?
764 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Yes the first one is correct, indeed we have $|x|^3=|x||x^2|=|x|x^2$ then
$$\frac{1}{|{x}|}-\frac{x^2}{|x|^3}=\frac{1}{|{x}|}-\frac{x^2}{|x|x^2}=\frac{1}{|{x}|}-\frac{1}{|{x}|}=0$$
For the same reason the second one is wrong.
As said in the comments, you have $|x|^2=x^2$ which is why the first proof is correct.
The error in the second proof is in the very beginning, namely $\frac{1}{|{x}|}-\frac{x^2}{|x|^2x}$ which is different than what you started with. It is wrong that $|x|^3=|x|^2x$. Take $x=-1$ for example.