Given that f(x) = 5x^2-3x+7 and f(g(x)) = (5x^4)/9 + (17x^2)/3 + 21, find all possible values for the sum of the coefficients in the quadratic function g(x).

1 answer

well, the brute force method goes like this:
f(g(x)) = 5g^2-3g+7
If g(x) = ax^2+bx+c, that means
f(g(x)) = 5(ax^2+bx+c)^2 + 3(ax^2+bx+c) + 7
= (5a^2)x^4 + (10ab)x^3 + (10ac+3a+5b^2)x^2 + (10bc+3b)x + (5c^2+3c+7)
For that to be the same as the given f(g(x)) the coefficients must match, so

5a^2 = 5/9
10ab=0
10ac+3a+5b^2 = 17/3
10bc+3b = 0
5c^2+3c+7 = 21
Clearly, a = ±1/3 and b=0
And it is easy to see that
(a,b,c) = (1/3, 0, -2) or (-1/3, 0, 7/5)

I'll have to ponder on whether there is a more direct method.
Similar Questions
  1. Given the function: f(x) = x^2 + 1 / x^2 - 9a)find y and x intercepts b) find the first derivative c) find any critical values
    1. answers icon 1 answer
  2. Given the function: f(x) = x^2 + 1 / x^2 - 9a)find y and x intercepts b) find the first derivative c) find any critical values
    1. answers icon 0 answers
  3. Let equation of an hyperbola be y^2-4x^2+4y+24x-41=0a. Find the standard form b. Find the center c. Find the vertices d. Find
    1. answers icon 0 answers
  4. For the following graph:a. Find the domain of f. b. Find the range of f. c. Find the x-intercepts. d. Find the y-intercept. e.
    1. answers icon 1 answer
more similar questions