What is a Function Definition:

An expression showing:
The relationship between
an input and an output.

3 parts of a function:

1) Function Name
2) Input
3) Output

Example function:

ƒ(x) = 2x
We read this as f of x equals 2 times x

3 parts of a function

1) Function name is ƒ(x) = 2x
2) Input is ƒ(x) = 2x
3) Output is ƒ(x) = 2x

How does the function work:

ƒ(x) = 2x
function ƒ takes an input of x
It outputs 2 times the input x

Inputs and outputs for the function:

ƒ(0) = 2(0) = 0
ƒ(1) = 2(1) = 2
ƒ(2) = 2(2) = 4

Inputs and outputs as ordered pairs:

For our function ƒ(x) = 2x, we have:

Input
(x)
Output
ƒ(x)
Ordered Pair
(x, ƒ(x))
-1-2(-1, -2)
-2-4(-2, -4)
00(0, 0)
12(1, 2)
24(2, 4)

y-intercept of a function:

Function when x (input) equals 0.
When the function crosses the y-axis.

Using our example ƒ(x) = 2x
ƒ(0) = 2(0)
ƒ(0) = 0

x-intercept of a function:

Function when ƒ(x) (output) equals 0.
When the function crosses the x-axis.

Using our example ƒ(x) = 2x,
2x = 0

Divide each side by 2
2x
2
=
  
0
2

Cancelling the 2's on the left side

2x
2
=
  
0
2

x = 0

Domain and Range of a function:

Domain = Set of all inputs
Range = Set of all outputs

Domain and Range of a ƒ(x) = 2x:

Domain = Set of all reals ℝ (-∞, ∞)
Range = Set of all reals ℝ (-∞, ∞)

Alternative way to write a function:

y = 2x
The variable y represents the output

Function Calculator:

Visit our function calculator