How do you graph #y = | x^3 - 1 |#?
1 Answer
Mar 29, 2017
graph{|x^3-1| [-5, 5, -5, 5]}
Explanation:
Firstly, understand a general cubic graph,
graph{y=x^3 [-5, 5, -5, 5]}
Secondly, know that
graph{y=x^3-1 [-5, 5, -5, 5]}
Thirdly, by inserting the modulus function, any value that is negative will be positive, so
graph{|x^3-1| [-5, 5, -5, 5]}