How do you graph #-sinx+2#?
1 Answer
Apr 19, 2015
You start from
graph{sin(x) [-10, 10, -5, 5]}
You have to apply a symmetry on the x axis and obtain the
graph{-sin(x) [-10, 10, -5, 5]} and finally you apply a translation adding 2, that means you have to replace the x axis with the line x=2 in the graph
graph{-sin(x) + 2 [-10, 10, -5, 5]}