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 f(x)=loge(x2+2x+4), and g(x)=41+e2x.

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 f and g, the composite function fg is defined as (fg)(x)=f(g(x)).
  • 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 f(x) and g(x), then the derivative of f(g(x)) is:
    • ddx[f(g(x))]=f(g(x))g(x)
  • Inverse Functions: If f and g are inverses of each other, then f(g(x))=x and g(f(x))=x.

 

Calculation:

We are given the following functions:

  • f(x)=log(x2+2x+4)
  • g(x)=41+e2x

 

The task is to find the derivative of the composite function fg1(x) at x=2, where g1 is the inverse of the function g(x).

Step 1: Find the inverse of the function g(x)

We need to solve for g1(x). Start with the equation for g(x):

g(x)=41+e2x

We can express g1(x) by swapping x and y and solving for y:

x=41+e2y

Rearranging this equation gives:

1+e2y=4x

e2y=4x1

e2y=4xx

Taking the natural logarithm of both sides:

2y=ln(4xx)

y=12ln(4xx)

Thus, the inverse function is:

g1(x)=12ln(4xx)

Step 2: Apply the chain rule to compute the derivative of the composite function

Now, we will compute the derivative of the composite function f(g1(x)).

The chain rule states that:

ddx[f(g1(x))]=f(g1(x))ddx[g1(x)]

We already have f(x)=log(x2+2x+4). The derivative of f(x) is:

f(x)=ddxlog(x2+2x+4)=2x+2x2+2x+4

Next, we need to differentiate g1(x):

ddx[g1(x)]=12ddxln(4xx)

The derivative of the logarithm is:

ddxln(4xx)=1(4x)/xddx(4xx)

After calculating the derivative of the quotient, we get:

ddx[g1(x)]=1x

Step 3: Evaluate at x=2

We now substitute x=2 into the formula for the derivative of the composite function:

f(g1(x))=2x+2x2+2x+4

Substituting x=2 gives:

f(g1(2))=2(2)+2(2)2+2(2)+4=612=12

ddx[g1(x)]=1x=12

Hence, the derivative at x=2 is:

12×12=14

Conclusion:

Hence, the value of the derivative of the composite function at x=2 is 0.25.

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) = (x72)1/3, then (fog) (ac) + (gof) (b) is equal to ____.

Answer (Detailed Solution Below) 2039

Composition of Functions Question 2 Detailed Solution

Calculation: 

Let fog(x) = h(x)

⇒ h1(x)=(x72)13

⇒ 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) = {(n+1)/2 if n is odd ,(4n)/2 if n is even, 

and 

g(n) = {3+2n if n0,2n if n<0.

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 ? 

  1. g ∘ ƒ is NOT one-one and g ƒ is NOT onto
  2. g ∘ ƒ is NOT one-one but f g is onto
  3. g is one-one and g is onto
  4. ƒ is NOT one-one but ƒ is onto

Answer (Detailed Solution Below)

Option :

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) = {(n+1)/2 if n is odd ,(4n)/2 if n is even,    

⇒ 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) = {3+2n if n0,2n if n<0.   

⇒ 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) = {n+4 if n is odd,n if n is even.

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)) = {n+2 if n0,n if n<0.

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 f(54) is equal to

  1. 32
  2. 12
  3. 12
  4. 32
  5. 13

Answer (Detailed Solution Below)

Option 2 : 12

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

t2+t+14=0

t = -1/2 or f(5/4) = -1/2

Hence Option (2) is correct.

Composition of Functions Question 5:

For xR,x0,x1, let f0(x)=11x and fn+1(x)=f0(fn(x)),n=0,1,2,. Then the value of f100(3)+f1(23)+f2(32) is equal to:

  1. 13
  2. 43
  3. 83
  4. 53
  5. 34

Answer (Detailed Solution Below)

Option 4 : 53

Composition of Functions Question 5 Detailed Solution

Explanation:

f1=f0(f0(x))

f1=11f0(x)  

f2=f0(f1(x))=11f1(x)

Substitute the value of f1 to get the following expression:

f2=f0(x)1f0(x)  

f3=f0(x) (3)

f4(x) will be the same as f1(x)

f100(x) will be the same as f1(x)

f100(3)+f1(23)+f2(32)=2312+32=53

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

  1. 0
  2. 4x
  3. -4x
  4. 2x

Answer (Detailed Solution Below)

Option 1 : 0

Composition of Functions Question 6 Detailed Solution

Download Solution PDF

Concept:

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).

  1. x2 sin x
  2. sin2 x
  3. sin x2
  4. 2x sin x

Answer (Detailed Solution Below)

Option 3 : sin x2

Composition of Functions Question 7 Detailed Solution

Download Solution PDF

Concept:

  • 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?

  1. -1
  2. 0
  3. 1
  4. 2

Answer (Detailed Solution Below)

Option 1 : -1

Composition of Functions Question 8 Detailed Solution

Download Solution PDF

Concept:

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) = x+1x1, x ≠ 1, then f{f(x)} = ? 

  1. -1/x
  2. 1x2
  3. 2/x

Answer (Detailed Solution Below)

Option 3 : x 

Composition of Functions Question 9 Detailed Solution

Download Solution PDF

Concept: 

Composition of function: Let f, and g be any functions then, f ∘ g(x) = f[g(x)]

Calculation:

Here, f(x) = x+1x1

f{f(x)} = f(x)+1f(x)1

x+1x1+1x+1x11

2x2

= x

Hence, option (3) is correct.

If f (x) = 16x4, g(x) = x1/4 then gof (x) is 

  1. 16x
  2. 2x4
  3. 4x2
  4. 2x

Answer (Detailed Solution Below)

Option 4 : 2x

Composition of Functions Question 10 Detailed Solution

Download Solution PDF

Concept: 

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)] = [16x4]14 

⇒ gof (x) = [(2x)4]14 

gof (x) = 2x

The correct option is 4. 

If f (x) = 8x, g(x) = x1/3 then gof (2) is ?

  1. 16
  2. 4
  3. 8
  4. 2

Answer (Detailed Solution Below)

Option 2 : 4

Composition of Functions Question 11 Detailed Solution

Download Solution PDF

Concept: 

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)] = [8x3]13 

⇒ gof (x) = [(2x)3]13 

 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

  1. 0
  2. 1
  3. -1
  4. None of these

Answer (Detailed Solution Below)

Option 2 : 1

Composition of Functions Question 12 Detailed Solution

Download Solution PDF

Concept: 

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) = logx+4x+1 and g(x) = 2x+x2, then what is f[g(x)] equal to?

  1. 2logx+4x+1
  2. 2logx+4x+2
  3. 2logx+2x+1
  4. None of the above

Answer (Detailed Solution Below)

Option 4 : None of the above

Composition of Functions Question 13 Detailed Solution

Download Solution PDF

Concept:

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

logan=nloga

 

Calculation:

Given that, f(x) = logx+4x+1 and g(x) = 2x+x2

f[g(x)] = logg(x)+4g(x)+1

=log(2x+x2+42x+x2+1)

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

  1. f(p) = g(m)
  2. f(q) = g(n)
  3. f(n) = g(q)
  4. f(m) = g(p)

Answer (Detailed Solution Below)

Option 3 : f(n) = g(q)

Composition of Functions Question 14 Detailed Solution

Download Solution PDF

Calculation:

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(1x) = 1x, then f(x) = 

  1. 12(x+1x)
  2. (x1x)
  3. 12(x1x)
  4. 13(2x1x)

Answer (Detailed Solution Below)

Option 4 : 13(2x1x)

Composition of Functions Question 15 Detailed Solution

Download Solution PDF

Calculation:

Here, f(x) + 2f(1x) = 1x                ....(1)

Replace x by 1x, we get 

f(1x) + 2f(x) = x                          ....(2)

Adding (1) and (2), we get  

 3f(x) + 3f(1x)) = x + 1x               ....(3)

Now, subtracting (1) from (2), we get

f(x) - f(1x) = x - 1x

Multiplying by 3,

3f(x) - 3f(1x) = 3x - 3x                  ....(4)

Now, adding (3) and (4) we get 

6f(x) = 4x - 2x

f(x) = 13(2x1x)

Hence, option (4) is correct.

Get Free Access Now
Hot Links: teen patti joy master teen patti teen patti octro 3 patti rummy