Mobile Notice
It seems that you are on your mobile phone, which means that the screen's width is narrow for some equations. For the best viewing experience, you can view this website in landscape mode.

Function Notation

Author | Engr. Nico O. Aspra, M.Eng., RMP, LPT

Function notation is just another way of writing a function that is represented in equation form. Instead of writing the dependent variable y, this notation uses f(x), and is denoted as y=f(x), which is read as “y is a function of x.”

y=f(x)

For instance, y=3x25 can be written as f(x)=3x25. To evaluate the function at a specific value, for example when x=2, we replace all instances of x with 2:

f(x)=3x25f(2)=3(2)25=3(4)5f(2)=7

A significant advantage of utilizing this notation is that we can quickly identify the input and the output of the function by just looking at the final equation. The input is the value inside the parenthesis, and the output is the value on the other side of the equation.


Example 1:
Let f(x)=3x2+2x+5, find
a. f(0), b. f(5), c. f(4x), d. f(y), e. f(xy)

Solution:

For (a):
Replace x with 0

f(x)=3x2+2x+5f(0)=3(0)2+2(0)+5=0+0+5=5

For (b):
Replace x with 5 f(x)=3x2+2x+5f(5)=3(5)2+2(5)+5=3(25)+(10)+5=7510+5=70

For (c):
Replace x with 4x f(x)=3x2+2x+5f(4x)=3(4x)2+2(4x)+5=48x2+8x+5

For (d):
Replace x with y f(x)=3x2+2x+5f(y)=3(y)2+2(y)+5=3y2+2y+5

For (e):
Replace x with xy f(x)=3x2+2x+5f(xy)=3(xy)2+2(xy)+5=3(x22xy+y2)+2x2y+5=3x26xy+3y2+2x2y+5


However, other letters or symbols can also be used before the variable to name the same function. Notations like f(x), g(x), F(x), ϕ(x), etc. are just different representations of “function of x,’’ since all of these notations have the same independent variable x. For instance y=3x2+2x7 can be written as any of the following:

f(x)=3x2+2x7v(x)=3x2+2x7g(x)=3x2+2x7R(x)=3x2+2x7h(x)=3x2+2x7θ(x)=3x2+2x7

Nonetheless, it is not confined to the variable x; it can be applied to any dependent variable.

Using distinct symbols is advantageous when dealing with two or more distinct functions that share common dependent and independent variables since it can act as the function’s name.


Example 2: Let g(x)=x23 and h(x)=72x, find a. g(3), b. g(2x), c. h(5), d. h(3xy)

Solution:

For (a):
Since g(3) is required, we can quickly identify what function is the question relating to, g(x)=x23g(3)=(3)23=6

For (b):
Replace x with 2x g(x)=x23g(2x)=(2x)23=4x23

For (c):
Replace x with 5 h(x)=72xh(5)=72(5)=17

For (d):
Replace x with 3xy h(x)=72xh(3xy)=72(3xy)=76x+2y


Example 3:
Let h(y)=74y3y2, find h(4)

Solution:

Replace y with 4 h(y)=74y3y2=74(4)3(4)2=7+163(16)=25


Example 4: If v(t)=3t+7 and v(t)=19, find t

Solution:

In this example, the output of the function is given, and the input t is required,

v(t)=3t+7

Since v(t)=19, we can substitute v(t) with 19,

19=3t+712=3tt=4