(a) Given that f(x)=2x+3 and g(x)=x2−1, find: (i) f(g(2)) (ii) gf(x) (the composite function g of f) (iii) f−1(x)
(b) The function h(x)=x−1x+2 for x=1. Find h−1(x).
(c) State the domain and range of f(x)=2x−6.
(d) Two functions are defined as p(x)=3x−1 and q(x)=2x+1. Show that p(q(x))=x and hence explain the relationship between p and q.
Solution:
(a)
(i) g(2)=22−1=3. Then f(3)=2(3)+3=9. So f(g(2))=9.
(ii) gf(x)=g(f(x))=g(2x+3)=(2x+3)2−1=4x2+12x+9−1=4x2+12x+8
(iii) Let y=2x+3. Then x=2y−3, so f−1(x)=2x−3.
(b) Let y=x−1x+2. Then:
y(x−1)=x+2xy−y=x+2xy−x=y+2x(y−1)=y+2x=y−1y+2
So h−1(x)=x−1x+2, which equals h(x) itself (this function is self-inverse).
(c) The expression under the square root must be non-negative: 2x−6≥0, so x≥3.
Domain: x≥3, or [3,∞).
Since 2x−6 is always non-negative, the range is y≥0, or [0,∞).
(d) q(x)=2x+1. Then:
p(q(x))=3(2x+1)−1=23x+3−1=23x+2
This does not equal x. Let me verify: p(q(x))=3(2x+1)−1=23x+3−1=23x+2.
This is not equal to x for all x. However, let us check q(p(x)):
q(p(x))=23x−1+1=23x−1+2=23x+1
This is also not x. Let me re-examine the question. For p and q to be inverses, we need p(q(x))=x. The given functions do not satisfy this, so the question may contain an error. If q(x) were instead 3x+1, then p(q(x))=3(3x+1)−1=x+1−1=x, confirming p and q are inverse functions.
Assuming the intended functions are p(x)=3x−1 and q(x)=3x+1: p(q(x))=x confirms that p and q are inverse functions of each other, meaning q=p−1.
(a) The revenue R (in pounds) from selling x items is given by R(x)=−2x2+80x, and the cost is given by C(x)=15x+200. Find the number of items that maximises profit and calculate the maximum profit.
(b) A ball is thrown upwards and its height h metres after t seconds is given by h(t)=−5t2+20t+1. Find the maximum height reached and the time at which the ball hits the ground.
(c) Given f(x)=2x+1 and g(x)=x1 for x=0, solve the equation fg(x)=g(x)+3.
(d) The function y=x2+px+q has a turning point at (2,−3). Find the values of p and q.
(a) The function f(x)=x2−6x+5 is defined on the domain x≥3. Find f−1(x) and state its domain.
(b) Solve the inequality x2−5x+6>0.
(c) The graph of y=f(x) passes through the points (0,2), (2,6), and (4,2). Sketch a possible graph and determine whether f could be a quadratic function. Explain your reasoning.
(d) A function is defined by f(x)=ax3+bx2+cx+d. Given that f(0)=4, f(1)=2, f(2)=6, and f(3)=28, find the values of a, b, c, and d.
Solution:
(a) Completing the square: f(x)=x2−6x+5=(x−3)2−4.
Since the domain is x≥3, f(x)≥−4 (range). Let y=(x−3)2−4:
y+4=(x−3)2x−3=y+4 (taking positive root since x≥3) x=3+y+4
f−1(x)=3+x+4.
Domain of f−1: x≥−4 (which is the range of f).
(b) x2−5x+6>0. Factorising: (x−2)(x−3)>0.
The quadratic is positive when x<2 or x>3. So the solution is x∈(−∞,2)∪(3,∞).
(c) If f is quadratic, its graph is a parabola. A parabola is symmetric about its axis of symmetry. The points (0,2) and (4,2) are symmetric about x=2, which is consistent. The turning point would be at x=2 with y=6 (maximum, since the parabola opens downward). The quadratic f(x)=−a(x−2)2+6: using (0,2): 2=−4a+6, so a=1. Thus f(x)=−(x−2)2+6=−x2+4x+2. Yes, this could be a quadratic function.
(d) From f(0)=4: d=4.
From f(1)=2: a+b+c+4=2, so a+b+c=−2 … (1) From f(2)=6: 8a+4b+2c+4=6, so 8a+4b+2c=2, i.e., 4a+2b+c=1 … (2) From f(3)=28: 27a+9b+3c+4=28, so 27a+9b+3c=24, i.e., 9a+3b+c=8 … (3)
Subtract (1) from (2): 3a+b=3 … (4) Subtract (2) from (3): 5a+b=7 … (5) Subtract (4) from (5): 2a=4, so a=2.
The key principles covered in this topic are linked in the sub-pages above. Focus on understanding the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of each approach.
Forgetting to consider the domain when finding inverse functions, especially for restricted quadratics and square root functions.
Applying transformations in the wrong order: horizontal transformations must be applied before vertical transformations.
Sign errors when completing the square or when solving quadratic inequalities (forgetting to reverse the inequality when multiplying by a negative value).
Confusing composite function notation: fg(x) means f(g(x)), applying g first, then f.