Once again, consider the given absolute value function.
f(x)=a|bx-1|+c
The vertex of an absolute value function is the point at which its graph changes direction. Therefore, another way to find the vertex of the graph is by considering the cases of when the function will change directions.
- Case I: If a is a negative number, then all possible y-values will be less than c. In this case, the maximum point will be the point where the inside the is 0 and y=c.
- Case II: If a is a positive number, then all possible y-values will be greater than c. In this case, the minimum point will be the point where the expression inside the absolute value is 0 and y=c.
Note that in both cases, we can find the x-value of the vertex by setting the expression inside the absolute value, bx-1, equal to 0.
Now that we know the x-value of the vertex, we can find its y-value by substituting x= 1b into our function.
f(x)=a|bx-1|+c
f( 1/b)=a|b( 1/b)-1|+c
f(1/b)=a|1-1|+c
f(1/b)=a|0|+c
f(1/b)=a* 0+c
f(1/b)=0+c
f(1/b)=c
We found that f( 1b) is equal to c. This is the y-value of the vertex. Therefore, the vertex of the graph of the given function is ( 1b,c).