Composition of Functions MCQ Quiz - Objective Question with Answer for Composition of Functions - Download Free PDF
Last updated on Jul 7, 2025
Latest Composition of Functions MCQ Objective Questions
Composition of Functions Question 1:
Let ℝ denote the set of all real numbers. Let 𝑓: ℝ → ℝ and g: ℝ → (0, 4) be functions defined by
Define the composite function 𝑓 ∘ g−1 by (𝑓 ∘ g−1) (𝑥) = (g−1 (𝑥)), where g−1 is the inverse of the function g.
Then the value of the derivative of the composite function 𝑓 ∘ g−1 at x = 2 is _______.
Answer (Detailed Solution Below) 0.25
Composition of Functions Question 1 Detailed Solution
Concept:
Composite Functions and Derivatives:
- Composite Function: A composite function is a function formed by applying one function to the results of another. For two functions
and , the composite function is defined as . - Derivative of a Composite Function: The derivative of a composite function is found using the chain rule. The chain rule states that if we have two functions
and , then the derivative of is: - Inverse Functions: If
and are inverses of each other, then and .
Calculation:
We are given the following functions:
The task is to find the derivative of the composite function
Step 1: Find the inverse of the function
We need to solve for
We can express
Rearranging this equation gives:
Taking the natural logarithm of both sides:
Thus, the inverse function is:
Step 2: Apply the chain rule to compute the derivative of the composite function
Now, we will compute the derivative of the composite function
The chain rule states that:
We already have
Next, we need to differentiate
The derivative of the logarithm is:
After calculating the derivative of the quotient, we get:
Step 3: Evaluate at
We now substitute
Substituting
Hence, the derivative at
Conclusion:
Hence, the value of the derivative of the composite function at
Composition of Functions Question 2:
For some a, b, c ∈ ℕ, let f(x) = ax – 3 and g(x) = xb + c, x ∈ ℝ. If (fog)-1 (x) =
Answer (Detailed Solution Below) 2039
Composition of Functions Question 2 Detailed Solution
Calculation:
Let fog(x) = h(x)
⇒
⇒ h(x) = fog(x) = 2x3 + 7
fog(x) = a(xb + c) – 3
⇒ a = 2, b = 3, c = 5
⇒ fog(ac) = fog(10) = 2007
g(f(x) = (2x – 3)3 + 5
⇒ gof(b) = gof(3) = 32
⇒ sum = 2039
Hence, the correct answer is 2039.
Composition of Functions Question 3:
Let ℕ denote the set of all natural numbers, and ℤ denote the set of all integers. Consider the functions ƒ : ℕ → ℤ and g : ℤ → ℕ defined by
f(n) =
and
g(n) =
Define (g ∘ ƒ)(n) = g(ƒ(n)) for all n ∈ ℕ, and (f ∘ g)(n) = ƒ(g(n)) for all n ∈ ℕ.
Then which of the following statements is (are) TRUE ?
Answer (Detailed Solution Below)
Composition of Functions Question 3 Detailed Solution
Concept:
Properties of Composition of Functions:
- Function Composition: For two functions f: A → B and g: B → C, the composite function g ∘ f is defined as (g ∘ f)(x) = g(f(x)).
- Injective (One-One): A function is one-one if every element of the codomain is mapped by at most one element of the domain.
- Surjective (Onto): A function is onto if every element of the codomain has a pre-image in the domain.
- Natural Numbers: The set of natural numbers N = {1, 2, 3, ...}
- Integers: The set of integers Z = {..., −3, −2, −1, 0, 1, 2, 3, ...}
Calculation:
Given,
Function f: N → Z
f(n) =
⇒ f(1) = 1, f(2) = −1, f(3) = 2, f(4) = −2, f(5) = 3, ...
⇒ The image of f contains all integers (both positive and negative)
⇒ f is onto.
Now checking if f is one-one:
f(2) = −1 and f(4) = −2, f(6) = −3, ... (even numbers give negative integers)
f(1) = 1, f(3) = 2, f(5) = 3, ... (odd numbers give positive integers)
But f(−1) and f(−3) do not exist in N ⇒ f is not one-one.
Now g: Z → N
g(n) =
⇒ g(0) = 3, g(1) = 5, g(2) = 7, ... (odd numbers ≥ 3)
g(−1) = 2, g(−2) = 4, g(−3) = 6, ... (even numbers ≥ 2)
⇒ g(Z) = {2, 3, 4, 5, 6, ...} (excluding 1)
⇒ g is not onto N
Now, gof (n) = g(f(n))
If n is odd, f(n) = (n+1)/2 ≥ 1
⇒ f(n) ∈ Z, f(n) ≥ 1
⇒ use g(n ≥ 0)
⇒ g(f(n)) = 3 + 2 × (n+1)/2 = 3 + (n+1) = n + 4
If n is even, f(n) = −n/2
⇒ f(n) < 0
⇒ use g(n < 0)
⇒ g(f(n)) = −2 × (−n/2) = n
⇒ gof(n) =
Let n1 = 2, n2 = 6
⇒ gof(2) = 2, gof(6) = 6
But gof(1) = 5, gof(3) = 7 ⇒ all values distinct
Still, g(f(n)) does not cover all of N
⇒ gof is not onto
Also, for gof to be one-one, g(f(n)) should be unique for all n
g(f(1)) = 5, g(f(2)) = 2, g(f(3)) = 7, g(f(4)) = 4
⇒ All values unique
⇒ gof is one-one
Now fog(n) = f(g(n))
If n ≥ 0
⇒ g(n) = 3 + 2n (odd number)
⇒ f(g(n)) = (g(n) + 1)/2
⇒ f(g(n)) = (3 + 2n + 1)/2 = (4 + 2n)/2 = 2 + n ∈ N
If n < 0
⇒ g(n) = −2n (even)
⇒ f(g(n)) = −g(n)/2 = n ∈ Z
⇒ f(g(n)) =
So, fog(n) maps Z to N and is one-one
fog is one-one, but image is not all of N
⇒ fog is not onto
∴ Correct options are 1 and 4.
Composition of Functions Question 4:
If g(x) = x2 + x – 1 and (gof)(x) = 4x2 – 10x + 5, then
Answer (Detailed Solution Below)
Composition of Functions Question 4 Detailed Solution
Explanation -
g(x) = x2 + x – 1
gof(x) = 4x2 – 10x + 5
g(f(x) = 4x2 – 10x + 5
f2(x) + f(x) – 1 = 4x2 – 10x + 5
Putting x = 5/4 and f(5/4) = t
t = -1/2 or f(5/4) = -1/2
Hence Option (2) is correct.
Composition of Functions Question 5:
For
Answer (Detailed Solution Below)
Composition of Functions Question 5 Detailed Solution
Explanation:
Substitute the value of
Top Composition of Functions MCQ Objective Questions
Let f, g : R → R be two functions defined as f(x) = |x| + x and g(x) = |x| - x ∀ x ∈ R. The (fog) (x) for x < 0 is
Answer (Detailed Solution Below)
Composition of Functions Question 6 Detailed Solution
Download Solution PDFConcept:
If f :A → B and g : C → D. Then (fog) (x) will exist if and only if the co-domain of g = domain of f i.e D = A and (gof) (x) will exist if and only if co-domain of f = domain of g i.e B = C.
In our case, the co-domain of g is R and the domain of f is also R so (fog) (x) is defined.
Composition of function:
(fog) (x) = f[g(x)]
Calculations:
Given: f, g : R → R be two functions defined as f(x) = |x| + x and g(x) = |x| - x ∀ x ∈ R
Given, x < 0
If(x) = |x| + x and g(x) = |x| - x
Now, (fog) (x) = f[g(x)]
= |g(x)| + g(x)
For x < 0, g(x) = - x + x = 0
⇒ (fog) (x) = f[g(x)] = |g(x)| + g(x)
= 0 + 0 = 0
Let f : R → R be defined by f(x) = sin x, and g : R → R be defined by g(x) = x2. Find (f o g)(x).
Answer (Detailed Solution Below)
Composition of Functions Question 7 Detailed Solution
Download Solution PDFConcept:
- For two functions f(x) and g(x), (f o g)(x) is defined as f[g(x)].
Calculation:
f(x) = sin x and g(x) = x2.
∴ (f o g)(x) = f[g(x)] = sin [g(x)] = sin (x2) = sin x2.
If f(x) = 4x + 3, then what is f o f o f(-1) equal to?
Answer (Detailed Solution Below)
Composition of Functions Question 8 Detailed Solution
Download Solution PDFConcept:
For any two functions f and g, f o g is defined as f[g(x)].
Calculation:
Given that,
f(x) = 4x + 3
Using the above concept
⇒ fof(x) = 4(4x + 3) + 3
⇒ fof(x) = 16x + 15
Again using the same concept
⇒ fofof(x) = 16(4x + 3) + 15
⇒ fofof(x) = 64x + 63
Put x = -1 in the above function
⇒ fofof(-1) = 64(-1) + 63 = -1
∴ f o f o f(-1) equal to -1.
If f(x) =
Answer (Detailed Solution Below)
Composition of Functions Question 9 Detailed Solution
Download Solution PDFConcept:
Composition of function: Let f, and g be any functions then, f ∘ g(x) = f[g(x)]
Calculation:
Here, f(x) =
f{f(x)} =
=
=
= x
Hence, option (3) is correct.
If f (x) = 16x4, g(x) = x1/4 then gof (x) is
Answer (Detailed Solution Below)
Composition of Functions Question 10 Detailed Solution
Download Solution PDFConcept:
Composition of function: Let f, and g be any functions then, f ∘ g(x) = f[g(x)]
Calculation:
Given f (x) = 16x4 and g (x) = x1/4
gof (x) = g[f(x)] =
⇒ gof (x) =
⇒ gof (x) = 2x .
The correct option is 4.
If f (x) = 8x3 , g(x) = x1/3 then gof (2) is ?
Answer (Detailed Solution Below)
Composition of Functions Question 11 Detailed Solution
Download Solution PDFConcept:
Composition of function: Let f, and g be any functions then, f ∘ g(x) = f[g(x)]
Calculation:
Given f (x) = 8x3 and g (x) = x1/3
gof (x) = g[f(x)] =
⇒ gof (x) =
⇒ gof (x) = 2x .
Now put x = 2
So, gof (2) = 4 .
The correct option is 2.
If f(x) = ex and g(x) = loge x then the value of fog(1) is
Answer (Detailed Solution Below)
Composition of Functions Question 12 Detailed Solution
Download Solution PDFConcept:
Composition of function: Let f, and g be any functions then, f ∘ g(x) = f[g(x)]
Calculations:
Given, f(x) = ex and g(x) = loge x
Now, f ∘ g(x) = f[g(x)]
= eg(x)
= eloge x
= x (∵ eloge x = x)
f ∘ g(x) = x
Put x = 1, we get
fog(1) = 1
Given f(x) =
Answer (Detailed Solution Below)
Composition of Functions Question 13 Detailed Solution
Download Solution PDFConcept:
Composition of function: fog(x) = f(g(x)), it means that the value of x for the function f(x) is g(x).
Example: Suppose f(x ) = x + 2 and g(x) = 2x. Then f(g(x)) = g(x) + 2 = 2x + 2
Calculation:
Given that, f(x) =
f[g(x)] =
Hence, option (4) is correct.
Mistake Points
For option C, the Numerator should be (4x + x2 + 4) but it is given as (2x + x2 + 4). Therefore, option 4 is correct answer.
Let f(x) = px + q and g(x) = mx + n. Then f (g(x)) = g (f(x)) is equivalent to
Answer (Detailed Solution Below)
Composition of Functions Question 14 Detailed Solution
Download Solution PDFCalculation:
Given: f(x) = px + q and g(x) = mx + n
f (g(x)) = g (f(x))
⇒ f (mx + n) = g (px + q)
⇒ p (mx + n) + q = m (px + q) + n
⇒ pmx + pn + q = pmx + mq + n
⇒ pn + q = mq + n
⇒ f (n) = g (q)
∴ Option 3 is correct answer.
If f(x) + 2f(
Answer (Detailed Solution Below)
Composition of Functions Question 15 Detailed Solution
Download Solution PDFCalculation:
Here, f(x) + 2f(
Replace x by
f(
Adding (1) and (2), we get
3f(x) + 3f(
Now, subtracting (1) from (2), we get
f(x) - f(
Multiplying by 3,
3f(x) - 3f(
Now, adding (3) and (4) we get
6f(x) = 4x -
f(x) =
Hence, option (4) is correct.