How do you write equations in function notation?

1 Answer

Most students will be introduced to function notation after studying linear functions for a little while.

For example, #y = 2x + 3# is my favorite linear function. We like to be able to spot the slope easily, #m = 2#, and the y-intercept as well, #b = 3#. Graphing is also made simple with this information.

my screenshot

This equation is also written as #f(x) = 2x + 3#, which means, this function depends on #x#, and is defined by doubling #x# and adding 3 to the result. Too many words!

However, this notation allows someone to say "find f(1)" which means to evaluate the function when #x = 1#.

(it takes fewer words that way!) So, #f(1) = 2(1) + 3 = 5#.

The ordered pair #(1,5)# is a point on your graph.

Try some more:

#f(0) = 2(0) + 3 = 3#
#f(-2) = 2(-2) + 3 = -4 + 3 = -1#
etc.

What if someone said "find #x# when #f(x) = 9#".
That means, solve #9 = 2x + 3#. (replace #f(x)# with 9)

#9 - 3 = 2x + 3 - 3#
#6 = 2x#
#6/2=2x/2#
so #3 = x#!

#(3, 9)# would be the ordered pair on the graph.

As an additional note, I tell students that sometimes you may see different letters than #f(x)#. "F" stands for function, literally. Other letters could be used like g(x), h(x), etc. for typical algebra problems.

In a science setting, you could encounter something like h(t) which might mean "height with respect to time". Or, height is a function of time.

Perhaps you have seen P(T) which could mean Pressure depends on Temperature. How about d(t), or distance with respect to time? (how far you go depends on how long you have been traveling....)

Soon, you will learn the ABCs of functions!