Algebra · real student question

Write the function |x| times x as a piecewise function.

Question

Express

xx|x|\cdot x

as a piecewise function.

Step-by-step solution

  1. Start from the definition of the absolute value. The notation Mod(x)\operatorname{Mod}(x) used on some calculators means x|x|, which is itself defined by cases:

    x={x,x0x,x<0|x|=\begin{cases}x,&x\ge0\\-x,&x<0\end{cases}

    The split point is x=0x=0, the only place where the inside changes sign. There is no single algebraic formula without cases — that is why a piecewise answer is the right form.

  2. Multiply each case by xx. On the non-negative branch x=x|x|=x, so the product is xxx\cdot x; on the negative branch x=x|x|=-x, so the product is xx-x\cdot x:

    xx={x2,x0x2,x<0|x|\cdot x=\begin{cases}x^{2},&x\ge0\\-x^{2},&x<0\end{cases}

  3. Check continuity at the join. From the right the value approaches 02=00^{2}=0; from the left it approaches 02=0-0^{2}=0. Both agree with the value at x=0x=0, so the function is continuous — the two parabola halves meet smoothly at the origin.

  4. Verify with sample values. At x=3x=3: 33=9=32|3|\cdot3=9=3^{2} ✓. At x=3x=-3: 3(3)=3(3)=9=(3)2|-3|\cdot(-3)=3\cdot(-3)=-9=-(-3)^{2} ✓. Direct evaluation matched the piecewise form at 4141 exact rational points ✓. Note the result is not x2x^{2} everywhere: for negative xx it is negative.

  5. Identify the function's character. Replacing xx by x-x gives x(x)=xx|-x|(-x)=-|x|x, so the function is odd — symmetric about the origin. It is also strictly increasing on all of R\mathbb{R} (unlike x2x^{2}), which makes it invertible, with inverse ysign(y)yy\mapsto\operatorname{sign}(y)\sqrt{|y|}. It is often written compactly as xxx|x| or sign(x)x2\operatorname{sign}(x)\,x^{2}.

Answer

xx={x2,x0x2,x<0|x|\cdot x=\begin{cases}x^{2},&x\ge0\\-x^{2},&x<0\end{cases}

Need to solve a different problem like this? Open the solver →