We have changed our privacy policy. In addition, we use cookies on our website for various purposes. By continuing on our website, you consent to our use of cookies. You can learn about our practices by reading our privacy policy.

Functions Are Your Friend

Functions are machines. Plug the independent variable into the machine and it spits out the dependent variable.

Sample Problem

If y = f(x) = x + 1, then as x gets larger (moves right), y gets larger also (moves up). As x gets smaller (moves left), y gets smaller also (moves down).

Here's something to play with: see what happens to y as we make x larger or smaller.

Sample Problem

If y = f(x) = 1 – x, then as x gets larger (moves right), y gets smaller (moves down). As x gets smaller (moves right), y gets larger (moves up).

Sample Problem

Say y = f(x) = x2. We start x at -5. As x moves right, y gets smaller until x reaches 0. If, starting at 0, we keep moving x to the right, y starts getting bigger again.

With this function, in order to say whether y is increasing or decreasing as we play with x, we need to know two things: whether x is to the left or the right of zero, and whether x is being moved to the right or left.