I'm unsure of how to start this problem. Any help would be greatly appreciated.
2026-04-04 08:31:14.1775291474
On
Express $y=|-x^2+1|$ as a piecewise function.
2.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
The absolute value of any function $y = |f(x)|$ can be defined piecewise without the use of the absolute value sign:
$$y = \left|f(x)\right| = \begin{cases} f(x) & f(x) \geq 0 \\ \\ -f(x)& f(x) < 0\\ \end{cases}$$
In your case, $y = |f(x)|$ where $f(x) = -x^2 + 1$.
So you need to determine how to express, in terms of $x$, the values satisfying $f(x) \geq 0$ and $-f(x)\lt 0$.
As for real $z,$$$ |z|=\begin{cases} z &\mbox{if } z\ge0 \\ -z & \mbox{ otherwise } \end{cases}$$
$$|-x^2+1|=\begin{cases} -x^2+1 &\mbox{if } -x^2+1\ge0 \iff -1\le x\le 1 \\ -(-x^2+1)=x^2-1 & \mbox{ otherwise } \end{cases}$$