I have some silly problem. I want to know how to move the curve in $x,y$ coordinates which I have some curve.
For example, $f(x) = x^2$ and this is originally start at $(0,0)$. But I want to this curve is start at $(3,2)$. Then How do I make modify the equation?
If you mean that you want to shift the minimum to $(3,2)$, then your function will be $(x-3)^{2}+2$. First, you move the curves 3 units to the right, and 2 upwards.