rational function with absolute values

135 Views Asked by At

How can i write a rational function with absolute values as a piecewise function, for example $$f(x)= \frac{|x+1|}{|x+2|}$$

1

There are 1 best solutions below

1
On BEST ANSWER

Guide:

$$\frac{|x+1|}{|x+2|}=\left| \frac{x+1}{x+2}\right|$$

Hence, you just have to figure out when does $\frac{x+1}{x+2}\ge 0.$