For shifting a parabola to the right, do we write a "$+$" sign or "$-$" sign in the equation? Is this the same way for shifting a function, as well?
Here is the equation of parabola just for the reference:
$y=(x-0)^2+c $
(Where $c$ is a variable; Y-intercept.)
(Correct me if I'm wrong.)
Another question, is there a "$-$" sign already there in an ideal parabola equation?
P.S. Apologies for the simplicity of the question.
Let $f_0(x)$ be the function in hand with roots $\{r_i\}_{i=1}^{i=n}$ and let the roots of the shifted function $f_1(x)$ be $\{r_i'\}_{i=1}^{n}$. Clearly when we shift a function its roots must change in correspondence with the roots of the original function.
Notice that Parabolas are functions described by Quadratic Equations, so these rules apply to them as well. You may also consider another approach by figuring out the vertex from the function.
Take the example of $f(x)=(x+5)^2$. Zeroes are $\{-5, -5\}$. Let's say you want to shift it by $5$ to the right. Then the function becomes $g(x)=f(x-5)=\left((x-5)+5\right)^2=x^2$ which is your required function.