How do you graph #q(x)=-4abs(x-2)-1# using transformations?
1 Answer
See below.
Explanation:
Let's say that the parent function is
graph{abs x [-10, 10, -5, 5]}
To obtain the function
#4 * f(x) = 4 * abs x = 4 abs x#
As a reminder, here are some rules for horizontal and vertical stretches and shrinks for
- A vertical stretch by a factor of
#a# is denoted#a * f(x)# - A vertical shrink by a factor of
#1/a# is denoted#1/a * f(x)# - A horizontal stretch by a factor of
#a# is denoted#f(1/a * x)# - A horizontal shrink by a factor of
#1/a# is denoted#f(a * x)#
Let's call this
graph{4 abs x [-10, 10, -5, 5]}
We can now reflect
#-g(x) = - 4 abs x #
Let's call this
graph{-4 abs x [-10, 10, -5, 5]}
We can now horizontally and vertically translate (or shift)
A vertical shift
#a# units up is denoted#h(x) + a# A vertical shift
#a# units down is denoted#h(x) - a# A horizontal shift
#a# units right is denoted#h(x-a)# A horizontal shift
#a# units left is denoted#h(x+a)#
In this case, we are shifting
#h(x-2) -1 = -4 abs (x-2) - 1#
graph{-4 abs x -1 [-10, 10, -5, 5]}
graph{-4 abs (x -2) - 1 [-10, 10, -5, 5]}
This is the final function