Polynomial functions follow the pattern f(x)=anxn+an−1xn−1+an−2xn−2+...+a2x2+a1x+a0 where an are real numbers, n is a whole number and an≠0
Examples of polynomial functions include:
f(x)=7x3+5x2+10x+2
g(x)=9x5−8x2+x−15
A function has one y-value for every x value.
The points {(3, 1), (2, 4), (-5, 0)} form a function with a domain of {x|-5, 2, 3} and a range of {y|0, 1, 4}. There exists one y value for each x value.
The points {(2, 5), (3, 7), (2, 2)} do not form a function since for the x value of 2, there are two y values. The domain and range can still be mapped as {x|2, 3} and {y|2, 5, 7} respectively. When a set of points is not a function, it can still be a relation (maps input values to output values, usually x→y)
Any relation that satisfies the vertical line test is called a function.
Power functions are a special case of polynomial functions containing only one term. They come in the format of y=axn where n is a whole number.
If the degree of a power function is even, then the function is even. If the degree of the power function is odd, then the function is odd.
y=x2 is an example of an even function
y=x3 is an example of an odd function