Why does adding a constant to the x value in a graph move it to the left?

  • Context: High School 
  • Thread starter Thread starter Joza
  • Start date Start date
  • Tags Tags
    Graphs
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 7K views
Joza
Messages
139
Reaction score
0
In graphing functions, I don't get how adding a constant c to the x value in say y=f(x) moves the graph to the left. Surely, if you add a constant to x, its value increase and so the graph should move to the right?
 
Physics news on Phys.org
The graph moves to the left if you add a positive constant.
To see why this is so I personally like to think
of the following example:Lets take the function f(x) = x^2.

Where is the function zero?
It is zero at x=0.

Now let's take the modified function g(x) = f(x+c) = (x+c)^2
(with c being positive).
Where is this function zero?
The function is zero at x=-c.

Therefore, the zero of the function has moved to the left.
This is not only the case for the zero of the function.
You can take any arbitrary value, for example f(b)=b^2:
The function f(x) has the value b^2 at x=b.
The modified function g(x) has the value b^2 at x=b-c.Also, draw some functions and the corresponding modified functions.
For example:
f(x)=x^2 and g(x)=(x+1)^2.
 
Last edited:
Lets say we have a new function f(x+c) that wants to attain the same value of f(x) for a predefined value. The new function has to work c units less to attain that value. Or, for a negative constant, it has to work c units harder, so it takes c units longer along to x-axis to reach the same values.