Graphing functions is a visual way of understanding the relationship between the independent variable (usually \(x\)) and the dependent variable (usually \(y\)). For functions, every input corresponds to exactly one output, making it easy to draw their graphs on a cartesian coordinate plane.
Starting with \(f(x)=e^{-x}\), this is an exponential decay function:
- It decreases as \(x\) increases, getting continually closer to the x-axis.
- The curve starts above the x-axis and never crosses it, instead approaching it asymptotically.
- In the case of exponential decay, the function moves from a y-intercept of 1 and decreases towards zero but never quite reaches it.
For \(g(x) = e^{-x} + 6\):
- The same behavior occurs, except it is shifted upwards by six units across all points due to the vertical shift.
- The new y-intercept becomes 7, maintaining the same exponentially decaying shape relative to the x-axis but higher in absolute position due to the modified equation.
Graphing each function helps us see how transformations like vertical shifts alter only the position, not the fundamental behavior or shape of the function.