Functions

Rules that assign exactly one output to each input.

Function vs. not a function
Function βœ“each input β†’ exactly one outputDomainRangeNot a Function βœ—one input β†’ two outputs← same input,two outputsDomainRange
Definition

A function is a rule that assigns exactly one output to each input. Think of it as a machine: you put a number in, you get a number out β€” always the same number for the same input.

We write f(x)f(x) (read "f of x") for the output when the input is xx.

  • Domain: the set of allowed inputs
  • Range: the set of actual outputs
Evaluating a function

Let f(x)=2x+3f(x) = 2x + 3.

f(4)=2(4)+3=11f(4) = 2(4) + 3 = 11

f(βˆ’1)=2(βˆ’1)+3=1f(-1) = 2(-1) + 3 = 1

Evaluate the function

Let g(x)=x2βˆ’1g(x) = x^2 - 1. Find g(3)g(3).

Related concepts