
Tim T. answered 05/07/19
Math: K-12th grade to Advanced Calc, Ring Theory, Cryptography
Greetings! Lets solve this shall we ?
First, lets find g[f(x)] such that we plug f(x) = x - 3 into g(x) = x2-4x+1 to become
g[f(x)] = (x-3)2 - 4(x-3) + 1
= (x2-6x+9) - 4x + 12 + 1
= x2 - 10x + 9 + 13
g[f(x)] = x2 - 10x + 22
In order to find the minimum value, we must find the vertex of g[f(x)] such that (-b/2a, f(-b/2a)) where a = 1 and b = -10 in this case. Then,
(10/2, f(10/2)) = (5, f(5))
and f(5) = (5)2 - 10(5) + 22 = 25 - 50 + 22 = -25 + 22 = -3.
So the vertex is (5, -3)
Thus, the minimum value is the y-value of -3.
I hope this helped!