I want to find whether the function $h(x)=x^3-x$ is injective or not. If $\forall x_1, x_2 \in \mathbb R, f(x_1) = f(x_2) \Rightarrow x_1 = x_2$, then how do I solve this $x_1^3 - x_1 = x_2^3 - x_2$?
2026-04-23 20:05:39.1776974739
How would I solve this equation? $x_1^3 - x_1 = x_2^3 - x_2$
43 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
$$x_1^3 - x_1 = x_2^3 - x_2 $$
$$(x_1-x_2)(x_1^2+x_1x_2+x_2^2-1)=0$$
$$ x_1=x_2 $$ or $$x_1^2+x_1x_2+x_2^2-1=0$$
As you notice, $x_1=1$ and $x_2=-1$ satisfy the $$x_1^2+x_1x_2+x_2^2-1=0$$