Let $f(x) = x^2 – 6x + 3$ and $g(x) = k – f(1 – x)$ for some constant $k$. It is known that $y = g(x)$ touches x-axis at only one point $B = (b, 0)$.
(i) Find the values of $b$ and $k$. (ii) Solve $2f(x) + g(x) – 2 = 0$.
My attempt:-
$g(x) = k – f(1 – x) =$ … after expansion… $= –x ^2 – 4x + 2 + k$
“$y = g(x)$ touches x-axis at only one point $B = (b, 0)$” implies $b = \dfrac{-(-4)}{2(-1)} = -2$.
That statement also implies $g(x) = –x ^2 – 4x + 2 + k = 0$ has equal roots. Then, $k = … = –6$.
My questions are:-
1) Can I get the same result without expanding the $(1 – x)^2$ term?
2) It seems the equation in (ii) is not well related to (i), so what is the quickest way to do (ii)?