How do you graph #f(x) = |3x - 2|#?
1 Answer
Basically, you draw the graph
graph{|3x-2| [-10, 10, -5, 5]}
Explanation:
When graphing absolute value graphs, it's important you either graph by hand or visualise the function without the absolute values.
In this case, the function without the absolute value is
graph{3x-2 [-10, 10, -5, 5]}
A property of absolute values is that they make negative values into positive values.
This is what happens in a function with an absolute value, where every negative x-value (i.e. everything below the y-axis) is reflected upwards (i.e. reflected horizontally over the y-axis).
So the graph of
graph{|3x-2| [-10, 10, -5, 5]}
Another way you could graph this is by finding the x- and y-intercepts, and remembering that absolute value graphs make a V-shape:
x-intercept (when y=0):
y-intercept (when x=0):
Overall, graphing simpler types of absolute value equations is best done by first graphing the original equation, and then reflecting the negative values up.