SOLUTION: Determine whether the graph of y = | x | + 3 is symmetric with respect to the origin, the x-axis, or the y-axis.

Algebra ->  Rational-functions -> SOLUTION: Determine whether the graph of y = | x | + 3 is symmetric with respect to the origin, the x-axis, or the y-axis.       Log On


   



Question 466479: Determine whether the graph of y = | x | + 3 is symmetric with respect to the origin, the x-axis, or the y-axis.
Answer by ccs2011(207) About Me  (Show Source):
You can put this solution on YOUR website!
Graph of y+=+abs%28x%29+%2B+3
graph%28200%2C200%2C-4%2C4%2C-1%2C7%2Cabs%28x%29+%2B+3%29
To test for symmetry, imagine folding the graph along an axis
If the graph folds on top of each other it is symmetric
Thus it is symmetric about the y-axis
Another way to check is to use points:
If its symmetric about the y-axis then:
For all points (a,b) if point (a,b) is on graph then point(-a,b) will also be on graph
Let (a,b) be (2,5) --> y = |2| +3 = 5
Then evaluate (-2,5) --> y = |-2| +3 = 2+3 = 5
It works
If its symmetric about the x-axis then:
For all points (a,b)if point (a,b) is on graph then point(a,-b) will also be on graph
Let (a,b) be (2,5) --> y = |2| +3 = 5
Then evaluate (2,-5) --> y = |2| +3 = 5
It Does Not work
If its symmetric about the origin then:
For all points (a,b)if point (a,b) is on graph then point(-a,-b) will also be on graph
Let (a,b) be (2,5) --> y = |2| +3 = 5
Then evaluate (-2,-5) --> y = |-2| +3 = 2+3 = 5
It Does Not work
Therefore the function is only symmetric about y-axis