Write $f(x) = (3x^3+|x|)/x$ as a piecewise function (rational function)

106 Views Asked by At

Write $f(x) = (3x^3+|x|)/x$ as a piecewise function

I'm really confused with this one can you guys please help me out

1

There are 1 best solutions below

4
On BEST ANSWER

$$f(x)=\frac{3x^3+x}{x}=3x^2+1$$ for $x>0$ and $$f(x)=\frac{3x^3-x}{x}=3x^2-1$$ for $x<0$