PUMPA - SMART LEARNING

எங்கள் ஆசிரியர்களுடன் 1-ஆன்-1 ஆலோசனை நேரத்தைப் பெறுங்கள். டாப்பர் ஆவதற்கு நாங்கள் பயிற்சி அளிப்போம்

Book Free Demo
Let us understand the composition of two functions from the following real-life situation.
Illustration:
Suppose that you are about to buy a set of fruits in a grocery store.
 
in supermarket.jpg
 
The charge for the fruit is based on the weight of each fruit.
 
This is where the composition of functions takes place.
 
You load each fruit into the weighing machine. The system is programmed in such a way that it displays the price of each fruit you buy based on its weight.
 
Let \(A\) be the set of all fruits.
 
Let \(B \subset \mathbb{R}\) be the set of all weights or quantities of the fruits you bought, and \(C \subset \mathbb{R}\) be the set of all prices for each fruit.
 
This process of buying fruits at a grocery is represented by the following arrow diagram:
 
Grocery.png
 
The above process gives rise to two functions say \(f: A \rightarrow B\) and \(g: B \rightarrow C\) given by \(b = f(a)\) which is the weight or quantity of each fruit \(a\) and \(c = g(b)\) which is the price per fruits for the required quantity \(b\), where \(a \in A\), \(b \in B\) and \(c \in C\).
 
The whole process can be mathematically written as follows:
 
\(c = g(b) = g\left(f(a)\right)\)
 
Therefore, by combining the above two functions, each fruit is eventually rated at a particular price.
 
Based on this illustration, we will define the composition of two functions as follows.
Definition:
Let \(f: A \rightarrow B\) and \(g: B \rightarrow C\) be two functions. Then the composition of \(f\) anf \(g\) denoted by \(g \circ f\) is defined as the function \(g \circ f(x) = g\left(f(x)\right)\) for all \(x \in A\).
 
compositiion.png