Question
Question: How do you find \(\left[ {fog} \right]\left( x \right)\) and \(\left[ {gof} \right]\left( x \right)\...
How do you find [fog](x) and [gof](x) given f(x)=2x−3 and g(x)=x2−2x?
Solution
Remember [fog](x) is nothing but the composite function in other words it is the product of f and g. [fog](x) can be written as f(g(x)). First substitute the value of g and then substitute the value in f.
Complete step-by-step answer:
The objective of the problem is to find the [fog](x) and [gof](x).
Given functions are , f(x)=2x−3 , g(x)=x2−2x
Before finding the [fog](x) and [gof](x) let us know about the functions and composite functions.
About functions : Let A and B be two non empty sets. A function f from A to B , denoted by f:A→B is a rule that assigns each member of A an unique member of B. here A is called the domain off while B is called the co domain of f . the set of all those members of B that are assigned by the rule f to some member of A is called the range of f.
Composite function : Suppose f is a mapping from A into B , and g is mapping from B into C. Let a∈A , then f(a)∈B. Therefore, f(a) is an element in the domain of g. we can find the g image of f(a) which is written as g(f(a)). So g(f(a)) is defined. We therefore have a rule to assign each a∈A, uniquely g(f(a)) in C. thus we have a new function from A into C. this new function is called the composite function of f and g is defined by gof . The composite function is also called the product of f and g.
Now we find [fog](x)
We can write [fog](x) as f(g(x)).
Substitute the value g(x)=x2−2x , we get
f(g(x))=f(x2−2x)
Now substitute x2−2x in the place of x in f(x)=2x−3, we get
f(g(x))=f(x2−2x) =2(x2−2x)−3
On simplifying above equation we get
⇒2x2−4x−3
Therefore , [fog](x)=2x2−4x−3
Similarly we now find [gof](x)
We can write [gof](x) as g(f(x)).
Substitute the value f(x)=2x−3 , we get
g(f(x))=g(2x−3)
Now substitute 2x−3 in the place of x ing(x)=x2−2x, we get
g(f(x))=g(2x−3) =[2x−3]2−2[2x−3]
On simplifying above equation we get
⇒[2x−3]2−2[2x−3] ⇒(2x)2−2(2x)(3)+(3)2−2(2x)+2(3) ⇒4x2−12x+9−4x+6 ⇒4x2−16x+15
Therefore , [gof](x)=4x2−16x+15.
Note: In the product function gof the co domain of f is the domain of g. The domain of gof is the domain of f. The co domain of gof and g is the same set.