Question
Mathematics Question on Quadratic Equations
Let f(x) and g(x) be two real polynomials of degree 2 and 1 respectively. If f(g(x)) = 8x2 – 2x and g(f(x)) = 4x2 + 6x + 1, then the value of f(2) + g(2) is ____________ .
Answer
The correct answer is 18
f(g(x)) = 8x2 – 2x
g(f(x)) = 4x2 + 6x + 1
let f(x) = cx2 + dx + e
g(x) = ax + b
f(g(x)) = c(ax + b)2 + d(ax + b) + e ≡ 8x2 – 2x
g(f(x)) = a(cx2 + dx + e) + b ≡ 4x2 + 6x + 1
Therefore ac = 4 ad = 6 ae + b = 1
a2c = 8 2abc + ad = –2 cb2 + bd + e = 0
By solving, we get
a = 2 , b = –1, c = 2 , d = 3, e = 1
∴ f(x) = 2x2 + 3x +1
g(x) = 2x – 1
f(2) + g(2) = 2(2)2 + 3(2) + 1 + 2(2) – 1
= 18