4. Special Types of Functions
4.1 Function of 2 Sets
A function defined from Set A to a Set B is one wherein
every element in A is related to
exactly one element in B. Note that more than one element from set A could be related to the same element in Set B.
Example 2
If A ={a, b, c} and B = {p, q, r}, which of the following can be said to be a function of Set A to Set B?
S1 = {(a, p), (a, q), (b, q), (c, r)}
S2 = {(a, p), (b, p), (c, r)}
S3 = {(a, p), (b, p), (c, p)}
S4 = {(a, p), (b, q), (c, s)}
(1) S1 only (2) S2 only (3) S2 and S1 only (4) S1 and S4 only
Solution
S1 is not a function as a is related to 2 values, i.e., p and q.
S4 is not a function as s is not in the Set B.
S2 and S3 are functions as each element in Set A is related to exactly one element in Set B.
Answer:(3) S2 and S3 only
4.2 Even and Odd Functions
An Even Function is one where f(x)=f(−x) .
When graphically represented, even functions are symmetrical with respect to the y-axis.
Examples: f(x)=∣x∣ and g(x)=x2+4
Note:All algebraic functions where all the powers of x are even will necessarily satisfy f(x)=f(−x) and , therfore, are even functions.
|
 |
An Odd Function is one where f(x)=−f(−x).
When graphically represented, odd functions are symmetrical with respect to the origin.
Examples: f(x)=x3−3x and g(x)=x5+x7
Note:All algebraic functions where all the powers of x are odd will necessarily satisfy f(x)=−f(−x) and, therefore, are odd functions.
|
 |
4.3 Test for Function (Vertical line)
Any vertical line will pass through the
x-axis at a certain x-value. The points where the vertical line intersects the graph of the expression (or relation) indicate the number of f(x) values (outputs) for that (x)-value (input). A function will have only one f(x) value (output) for any given x-value (input). If any vertical line drawn intersects the graph of a relation at more than 1 point, then such a relation
is not a function.
4.4 Finding the inputs (Horizontal line)
To find the number of x-values that satisfy
f(x)=k, where k is a constant, draw a horizontal line passing through f(x)=k. The number of points at which the horizontal line intersects with the graph of the function provide the number of solutions. The vertical lines drawn from these intersection points to the x-axis provide the x-values that satisfy f(x)=k.
Example 4
How many x-values satisfy f(f(x)) =4?

Solution
In Figure (i), we note that the horizontal line drawn at (x)=4 intersects the graph of the function at 3 points, where the x-values are approximately −7,1 and 4.5 (identified by drawing vertical lines.
∴ f(−7)=f(1)=f(4.5)=4
As f(f(x))=4, we need to find the number of x-values that satisfy f(x)=−7,f(x)=1 and f(x)=4.5.
In Figure (ii), we once again draw horizontal lines and count the intersection points with the function. f(x)=1 and f(x)=4.5 intersect at 3 points each, while f(x)=−7 intersects at none of the points.
∴ Total intersection points =3+3=6
 Figure (i) |
 Figure (ii) |
Answer:
6
4.5 Inverse of Functions
To find the inverse of a function, please adhere to the following
1) Replace
f(x) with y.
2) Express x in terms of y.
3) In thee equation, replace x with f−1(x) and y with x.
Example 5
If f(x)=73x+5, then f−1(5) = ?
Solution
Let y=73x+5⟹7y=3x+5
⇒ x=37y−5
⇒ f−1(x)=37x−5
f−1(5)=3(7×5)−5=10
Answer: 10