Concept: This problem involves function composition and determining the unknown function
f(x) by matching the coefficients of the given composite function
g(f(x)) with the known structure of
g(x).
Formula: Function composition:
g(f(x)) means substituting
f(x) into the variable
x of the function
g(x).
Solution:Step 1: Calculate g(2).Given
g(x)=3x2+2x−3.
g(2)=3(2)2+2(2)−3g(2)=3(4)+4−3g(2)=12+1=13We need to find
f(g(2))=f(13).
Step 2: Determine the function f(x).We are given
4g(f(x))=3x2−32x+72.
g(f(x))=41(3x2−32x+72)g(f(x))=43x2−8x+18Since
g(x) is a quadratic function, and
g(f(x)) is a quadratic function, we assume
f(x) is a linear function:
f(x)=ax+b.
Using the initial condition
f(0)=−3:
f(0)=a(0)+b=−3⇒b=−3Thus,
f(x)=ax−3.
Now substitute
f(x) into
g(x):
g(f(x))=3(ax−3)2+2(ax−3)−3g(f(x))=3(a2x2−6ax+9)+2ax−6−3g(f(x))=3a2x2−18ax+27+2ax−9g(f(x))=(3a2)x2+(−18a+2a)x+(18)g(f(x))=(3a2)x2+(−16a)x+18Step 3: Find the coefficient a by comparing coefficients.We equate the derived expression for
g(f(x)) with the given expression:
(3a2)x2+(−16a)x+18=43x2−8x+18Comparing the coefficients of
x2:
3a2=43⇒a2=41⇒a=±21Comparing the coefficients of
x:
−16a=−8⇒a=−16−8=21The value
a=21 satisfies both conditions.
Therefore, the function
f(x) is:
f(x)=21x−3Step 4: Calculate f(13).f(13)=21(13)−3f(13)=213−26f(13)=27The value of
f(g(2)) is
27.
***
Answer: A.
27