Functions Flashcards
1
Q
Function
A
Takes an input, applies a given rule or operations, then gives an output
2
Q
Domain
A
Set of all inputs
3
Q
Range
A
Set of all outputs
4
Q
One-one function
A
Every input has a unique output and every output has a unique input
5
Q
Many-one function
A
More than one input gives the same output
6
Q
Inverse function
A
A function that does the opposite of another
7
Q
Composite function
A
A function that is applied to the result of another function
8
Q
Find the inverse of f(x) = (3x-1)/2x+5
A
x=(3y-1)/2y+5
2yx+5x=3y-1
y(2x-3)=-1-5x
y=-(5x+1)/2x-3=f|(x)
9
Q
What does an inverse function look like on a graph?
A
Reflected in the line y=x
10
Q
When can an inverse function exist?
A
Only if the function is one-one