3.1: Function Definition
( \newcommand{\kernel}{\mathrm{null}\,}\)
A function is a rule that assigns to each element in the set of input values (the domain), one and only one element in the set of output values (the range).
Determine if each of the following equations are functions:
- y=x2+1
- y2=x+1
Solution
- To see the result of this equation, let x = 3.
y=x2+1y=32+1y=9+1y=10
Any value entered for x yields exactly one value for y.
There is only one solution for y, y=10.
y=x2+1 is a function!
- To see the result of this equation, once again let x=3.
y2=x+1y2=3+1=4y=√4y=2 or y=−2
Any value entered for x will not yield exactly one value for y. There are two solutions for y, y=2 and y=−2.
y2=x+1 is NOT a function!