Functions f and g are defined by
\(f(x) = 2x^2 + 8x + 1\) for \(x \in \mathbb{R}\),
\(g(x) = 2x - k\) for \(x \in \mathbb{R}\),
where \(k\) is a constant.
(ii) In the case where \(k = -9\), find the set of values of \(x\) for which \(f(x) < g(x)\).
(iii) In the case where \(k = -1\), find \(g^{-1}f(x)\) and solve the equation \(g^{-1}f(x) = 0\).
(iv) Express \(f(x)\) in the form \(2(x + a)^2 + b\), where \(a\) and \(b\) are constants, and hence state the least value of \(f(x)\).
Solution
(ii) Substitute \(k = -9\) into \(g(x)\):
\(g(x) = 2x + 9\)
Set \(f(x) < g(x)\):
\(2x^2 + 8x + 1 < 2x + 9\)
Rearrange to form a quadratic inequality:
\(2x^2 + 6x - 8 < 0\)
Factorize:
\((x + 4)(x - 1) < 0\)
Solution: \(-4 < x < 1\)
(iii) Find \(g^{-1}(x)\):
\(y = 2x + 1 \Rightarrow x = \frac{y - 1}{2}\)
So, \(g^{-1}(x) = \frac{x - 1}{2}\)
Substitute \(f(x)\) into \(g^{-1}(x)\):
\(g^{-1}f(x) = \frac{2x^2 + 8x + 1 - 1}{2} = \frac{2x^2 + 8x}{2} = x^2 + 4x\)
Solve \(g^{-1}f(x) = 0\):
\(x^2 + 4x = 0\)
\(x(x + 4) = 0\)
Solutions: \(x = 0, -4\)
(iv) Complete the square for \(f(x)\):
\(f(x) = 2(x^2 + 4x) + 1\)
\(= 2((x + 2)^2 - 4) + 1\)
\(= 2(x + 2)^2 - 8 + 1\)
\(= 2(x + 2)^2 - 7\)
Least value of \(f(x)\) is \(-7\) when \(x = -2\)
Log in to record attempts.