find the Range of $f(x) = |x-6|+x^2-1$
$$ f(x) = |x-6|+x^2-1 =\left\{ \begin{array}{c} x^2+x-7,& x>0 .....(b) \\ 5,& x=0 .....(a) \\ x^2-x+5,& x<0 ......(c) \end{array} \right. $$
from eq (b) i got $$f(x)= \left(x+\frac12\right)^2-\frac{29}4 \ge-\frac{29}4$$
and from eq (c) i got $$f(x)= \left(x-\frac12\right)^2+\frac{19}4 \ge\frac{19}4$$
and eq(b) tells me that it also passes through 5 and so generalize all this and found its range is $\left[-\frac{29}4 , \infty\right)$
but the graph says its range is $(5, \infty)$