Analyzing the Setup
We are given the function g(x)=3x2+2x−3 and the composite expression 4g(f(x))=3x2−32x+72. Our objective is to determine the value of f(g(2)).
The function g(x) is a quadratic polynomial of degree 2. Since the composite function 4g(f(x)) is also a quadratic polynomial, the inner function f(x) must be a linear function.
We define the linear function as f(x)=ax+b. This assumption is the foundation of our solution.
The Detective Work
The problem provides the condition f(0)=−3. Substituting x=0 into our linear form f(x)=ax+b, we obtain:
This immediately reveals that b=−3. Consequently, our function simplifies to f(x)=ax−3.
The Algebraic Battle
We now substitute f(x) into g(x) to find the expression for g(f(x)):
g(f(x))=3(ax−3)2+2(ax−3)−3
Expanding the square term (ax−3)2=a2x2−6ax+9, we substitute this back into the expression:
g(f(x))=3(a2x2−6ax+9)+2ax−6−3
g(f(x))=3a2x2−18ax+27+2ax−9
Multiplying the entire expression by 4 to match the given equation, we get:
Coefficient Matching
We compare our derived expression 12a2x2−64ax+72 with the given 3x2−32x+72. Equating the coefficients of x2 yields:
Next, we equate the coefficients of x to determine the correct sign:
The negative root is discarded. Thus, our function is defined as f(x)=21x−3.
Final Calculation
To find f(g(2)), we first evaluate the inner function g(2):
g(2)=3(2)2+2(2)−3=12+4−3=13
Finally, we substitute this result into f(x):
f(13)=21(13)−3=213−26=27
The final answer is 27.