What Is Function
What Is Function
A function assigns exactly one element of one set to each element of other sets.
A function f: A ⇢ B such that for each a ∈ A, there exists a unique b ∈ B such that (a, b) ∈ R
then, a is called the pre-image of f and b is called the image of f.
Domain of a Function
If f is a function from set A to set B then, A is called the domain of function f.
The set of all inputs for a function is called its domain.
Codomain (Range) of a Function
If f is a function from set A to set B then, B is called the codomain of function f.
The set of all allowable outputs for a function is called its codomain.
Types of Function
A function in which one element of the domain is connected to one element of the codomain.
Many-One Function
A function which is both one-one and onto (both injective and surjective) is called one-one
correspondent(bijective) function.
o ⇒ a = b for all a, b ∈ A
A function that is both one-one and into is called one-one into function.
A function that is both many-one and onto is called many-one onto function.
Many-One Into Function
A function that is both many-one and into is called many-one into function.
Composite Functions
In Maths, the composition of a function is an operation where two functions say f and g generate
a new function say h in such a way that h(x) = g(f(x)). It means here function g is applied to the
function of x. So, basically, a function is applied to the result of another function.
The order of function is an important thing while dealing with the composition of functions since
(f ∘ g) (x) is not equal to (g ∘ f) (x).
The relation and function is an important concept of Class 11 and 12. See below the function
composition symbol and domain with example.
Symbol: It is also denoted as (g∘f)(x), where ∘ is a small circle symbol. We cannot replace ∘
with a dot (.), because it will show as the product of two functions, such as (g.f)(x).
f ∘ (g ∘ h) = (f ∘ g) ∘ h
Commutative Property: Two functions f and g are said to be commute with each other, if and
only if;
g∘f=f∘g
(f∘f)(x) = f(f(x))
Solution: Given,
f(x) = 2x+1
g(x) = -x2
To find: g(f(x))
g(f(x)) = g(2x+1) = -(2x+1)2
Now put x =2 to get;
g(f(2)) = -(2.2+1)2
= -(4+1)2
=-(5)2
=-25
Q.3: If there are three functions, such as f(x) = x, g(x) = 2x and h(x) = 3x. Then find the
composition of these functions such as [f ∘ (g ∘ h)] (x) for x = -1.
Solution: Given,
f(x) = x
g(x) = 2x
h(x) = 3x
To find: [f ∘ (g ∘ h)] (x)
[f ∘ (g ∘ h)] (x) = f ∘ (g(h(x)))
= f ∘ g(3x)
= f(2(3x))
= f(6x)
= 6x
If x = -1, then;
[f ∘ (g ∘ h)] (-1) = 6(-1) = -6