SOLUTION: This question is really bothering me. Please help. Express f(x) = x2 + │x+3│ - 1 without the absolute values and hand-graph.
Hint: 	
Algebra ->
Rational-functions
-> SOLUTION: This question is really bothering me. Please help. Express f(x) = x2 + │x+3│ - 1 without the absolute values and hand-graph.
Hint: 	
Log On
Question 86978: This question is really bothering me. Please help. Express f(x) = x2 + │x+3│ - 1 without the absolute values and hand-graph.
Hint: │x│= x if x ≥ 0 or
= –x if x < 0 Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Express f(x) = x^2 + │x+3│ - 1 without the absolute values and hand-graph.
----------
Note:
|x+3| = x+3 if x+3>=0; that is x>=-3
|x+3| = -(x+3) if x+3 <0; that is x<-3
--------------------
So, for x<-3 your equation becomes:
f(x) = x^2 -x-3-1
f(x) = x^2-x-4
Graph this parabola to the left of x=-3.
-------------
And for x>=-3 you equation becomes:
f(x) = x^2+x+3-1
f(x) = x^2+x+2
Graph this parabola at and to the right of x=-3
==================
Cheers,
Stan H.
-----------------------