Lecture On Functions
Lecture On Functions
Many relationships in life involve two variables in such a way that the value of one
variable depends on the value of the other. An example of this is the tax of one
person depends on his income. Another example is the distance travelled by a car
in a given time depends on its speed.
One particular thing that can be observed with these relationships is that to every
value of independent variable there corresponds one and only one value of the
dependent variable. This type of correspondence is called function (f).
X Y
x1 y1
x2 y2
x3 y3
. .
. .
. .
xn yn
y=x
f(x) = x
1. Roster Method
T = { (1,2), (2,3), (3,4) (4,5) (5,6) }
2. Tabular Method
x 1 2 3 4 5
y 2 3 4 5 6
3. Venn Diagram
X Y
Evaluate each of the following functions at f(-2); f(-1); f(0); f(1); f(2)
1. f(x) = 2x + 4
f(-2) = 2(-2) + 4 = -4 + 4=0
f(-1) = 2(-1) + 4= -2 + 4= 2
f(0)= 2(0) + 4= 4
f(1) = 2(1) +4 = 6
f(2) = 2(2) + 4 = 8
x -2 -1 0 1 2
f(x) = 2x + 4 0 2 4 6 8
2. f(x) = 3x2 – 4x + 2
3. f(x) = x2 - 1
4. f(x) = 3x - 1
5. f(x) = x2 – 2x + 1
Combination of Functions
Find: