Level 4 — ApplicationFunctions

Functions

50 marksprintable — key stays hidden on paper

Time: 60 minutes
Total Marks: 50
Instructions: Answer all questions. No hints are provided. Show full working. Use exact values unless otherwise stated.


Question 1 — (10 marks)

A function is defined by

f(x)=2x3x+1.f(x) = \frac{2x - 3}{x + 1}.

(a) State the largest possible domain of ff. (2)

(b) Find the range of ff, justifying your answer. (3)

(c) Show that ff has an inverse, and find f1(x)f^{-1}(x), stating its domain. (4)

(d) Solve f(x)=f1(x)f(x) = f^{-1}(x). (1)


Question 2 — (11 marks)

Let g(x)=x+4g(x) = \sqrt{x + 4} and h(x)=x25h(x) = x^2 - 5.

(a) Find (gh)(x)(g \circ h)(x) and state its domain. (4)

(b) Find (hg)(x)(h \circ g)(x) and state its domain. (3)

(c) A student claims (gh)(x)=(hg)(x)(g \circ h)(x) = (h \circ g)(x) for all valid xx. Give a counterexample or prove the claim. (2)

(d) Determine all xx for which (hg)(x)=0(h \circ g)(x) = 0. (2)


Question 3 — (10 marks)

The graph of y=f(x)y = f(x) passes through the points (2,5)(-2, 5), (0,1)(0, 1) and (3,2)(3, -2).

(a) A new function is defined by p(x)=f(x1)+3p(x) = -f(x - 1) + 3. State the images of the three given points under pp. (4)

(b) Describe, in the correct order, the sequence of transformations that maps the graph of ff onto the graph of pp. (3)

(c) The function q(x)=f(2x)q(x) = f(2x) is applied instead. Explain what happens to the point (2,5)(-2, 5) and describe the effect on the graph in words. (3)


Question 4 — (10 marks)

Consider the piecewise function

F(x)={x2x<02x0x2x2x>2F(x) = \begin{cases} x^2 & x < 0 \\ 2 - x & 0 \le x \le 2 \\ x - 2 & x > 2 \end{cases}

(a) Evaluate F(3)F(-3), F(0)F(0), F(2)F(2) and F(5)F(5). (4)

(b) State whether FF is a function using the vertical line test reasoning, and comment on continuity at x=0x = 0. (3)

(c) On which interval(s) is FF increasing? Decreasing? Justify intuitively. (3)


Question 5 — (9 marks)

(a) Determine algebraically whether each function is even, odd, or neither: (6)

(i) u(x)=x34xu(x) = x^3 - 4x

(ii) v(x)=x2x4+1v(x) = \dfrac{x^2}{x^4 + 1}

(iii) w(x)=x2+xw(x) = x^2 + x

(b) A function ss is known to be odd and satisfies s(3)=7s(3) = 7. State s(3)s(-3) and s(0)s(0) (if determinable), justifying each. (3)


Answer keyMark scheme & solutions

Question 1

(a) Denominator zero at x=1x = -1. Domain: xR,x1x \in \mathbb{R}, x \neq -1. (1 exclusion, 1 statement)

(b) Solve y=2x3x+1y = \frac{2x-3}{x+1} for xx: y(x+1)=2x3yx+y=2x3x(y2)=3yx=3yy2y(x+1) = 2x - 3 \Rightarrow yx + y = 2x - 3 \Rightarrow x(y-2) = -3 - y \Rightarrow x = \frac{-3-y}{y-2}. This fails when y=2y = 2. So range is yR,y2y \in \mathbb{R}, y \neq 2 (the horizontal asymptote value). (algebra 2, statement 1)

(c) ff is a rational Möbius-type function; it is one-to-one on its domain (passes horizontal line test since inverting gives a unique xx for each yy). From (b): f1(x)=3xx2=(x+3)x2,x2.f^{-1}(x) = \frac{-3 - x}{x - 2} = \frac{-(x+3)}{x-2}, \quad x \neq 2. Domain of f1f^{-1} = range of ff = x2x \neq 2. (one-to-one 1, inverse 2, domain 1)

(d) Setting f(x)=f1(x)f(x) = f^{-1}(x); fixed points of ff satisfy f(x)=xf(x) = x: 2x3x+1=x2x3=x2+xx2x+3=0\frac{2x-3}{x+1} = x \Rightarrow 2x - 3 = x^2 + x \Rightarrow x^2 - x + 3 = 0, discriminant 112<01 - 12 < 0 — no real fixed points. Solve f(x)=f1(x)f(x)=f^{-1}(x) directly: 2x3x+1=(x+3)x2\frac{2x-3}{x+1} = \frac{-(x+3)}{x-2}. Cross-multiply: (2x3)(x2)=(x+3)(x+1)(2x-3)(x-2) = -(x+3)(x+1). LHS =2x27x+6= 2x^2 -7x +6; RHS =(x2+4x+3)=x24x3= -(x^2+4x+3) = -x^2 -4x -3. 2x27x+6=x24x33x23x+9=0x2x+3=02x^2 -7x +6 = -x^2 -4x -3 \Rightarrow 3x^2 -3x +9 = 0 \Rightarrow x^2 - x + 3 = 0, no real solutions. No real solutions. (1)


Question 2

(a) (gh)(x)=g(h(x))=(x25)+4=x21(g\circ h)(x) = g(h(x)) = \sqrt{(x^2-5)+4} = \sqrt{x^2 - 1}. (2) Domain: need x210x1x^2 - 1 \ge 0 \Rightarrow x \le -1 or x1x \ge 1, i.e. x1|x| \ge 1. (2)

(b) (hg)(x)=h(g(x))=(x+4)25=(x+4)5=x1(h\circ g)(x) = h(g(x)) = (\sqrt{x+4})^2 - 5 = (x+4) - 5 = x - 1. (2) Domain restricted by gg: need x+40x4x + 4 \ge 0 \Rightarrow x \ge -4. So domain x4x \ge -4. (1)

(c) They are not equal. Counterexample x=2x = 2: (gh)(2)=41=3(g\circ h)(2) = \sqrt{4-1} = \sqrt3, (hg)(2)=21=1(h\circ g)(2) = 2 - 1 = 1. Since 31\sqrt3 \neq 1, claim false. (2)

(d) (hg)(x)=x1=0x=1(h\circ g)(x) = x - 1 = 0 \Rightarrow x = 1. Check domain x4x \ge -4: valid. So x=1x = 1. (2)


Question 3

(a) p(x)=f(x1)+3p(x) = -f(x-1) + 3: replace xx+1x \to x+1 (shift right 1), reflect in x-axis, shift up 3. Point (a,b)(a+1,b+3)(a, b) \mapsto (a+1, -b+3).

  • (2,5)(1,2)(-2,5) \mapsto (-1, -2)
  • (0,1)(1,2)(0,1) \mapsto (1, 2)
  • (3,2)(4,5)(3,-2) \mapsto (4, 5) (1 each + 1 method = 4)

(b) Order: (1) horizontal shift right by 1 unit; (2) reflection in the x-axis; (3) vertical shift up by 3 units. (3, 1 each)

(c) q(x)=f(2x)q(x) = f(2x) is a horizontal compression by factor 12\tfrac12. Point (2,5)(-2,5): we need 2x=2x=12x = -2 \Rightarrow x = -1, so the point that had x=2x=-2 moves to x=1x=-1, giving (1,5)(-1, 5). Graph is squeezed horizontally toward the y-axis. (compression 1, point 1, description 1)


Question 4

(a)

  • F(3)=(3)2=9F(-3) = (-3)^2 = 9 (uses x<0x<0 branch)
  • F(0)=20=2F(0) = 2 - 0 = 2 (uses 0x20\le x\le2 branch)
  • F(2)=22=0F(2) = 2 - 2 = 0 (uses 0x20\le x\le2 branch)
  • F(5)=52=3F(5) = 5 - 2 = 3 (uses x>2x>2 branch) (1 each)

(b) Each xx maps to exactly one output (branches cover disjoint intervals), so any vertical line meets the graph once → it is a function. (2) Continuity at x=0x=0: left limit x20\to x^2 \to 0; value F(0)=2F(0) = 2. Since 020 \neq 2, there is a jump — FF is discontinuous at x=0x = 0. (1)

(c)

  • For x<0x<0: x2x^2 is decreasing (as xx increases toward 0, values fall from large to 0) → decreasing on (,0)(-\infty, 0).
  • For 0x20\le x\le 2: 2x2-x has negative slope → decreasing on [0,2][0,2].
  • For x>2x>2: x2x-2 has positive slope → increasing on (2,)(2,\infty). Increasing: (2,)(2,\infty). Decreasing: (,0)(-\infty,0) and [0,2][0,2]. (3)

Question 5

(a) (i) u(x)=x3+4x=(x34x)=u(x)u(-x) = -x^3 + 4x = -(x^3 - 4x) = -u(x)odd. (2) (ii) v(x)=x2x4+1=v(x)v(-x) = \frac{x^2}{x^4+1} = v(x)even. (2) (iii) w(x)=x2xw(-x) = x^2 - x; not equal to w(x)=x2+xw(x) = x^2+x nor to w(x)-w(x)neither. (2)

(b) Odd: s(x)=s(x)s(-x) = -s(x). So s(3)=s(3)=7s(-3) = -s(3) = -7. (1.5) At x=0x=0: s(0)=s(0)2s(0)=0s(0)=0s(0) = -s(0) \Rightarrow 2s(0)=0 \Rightarrow s(0) = 0 (0 is in domain of odd function by symmetry assumption). (1.5)


[
  {"claim":"f inverse of Q1 gives f(f_inv(x))=x", "code":"x=symbols('x'); f=lambda t:(2*t-3)/(t+1); finv=lambda t:(-(t+3))/(t-2); result = simplify(f(finv(x))-x)==0"},
  {"claim":"Q1(d) f(x)=f_inv(x) reduces to x^2-x+3=0 with no real roots", "code":"x=symbols('x'); expr=Eq((2*x-3)*(x-2), -(x+3)*(x+1)); sols=solve(expr,x); result = all(not s.is_real for s in sols)"},
  {"claim":"Q2 g(h(x))=sqrt(x^2-1)", "code":"x=symbols('x'); result = simplify(sqrt((x**2-5)+4) - sqrt(x**2-1))==0"},
  {"claim":"Q2 h(g(x))=x-1", "code":"x=symbols('x'); result = simplify((sqrt(x+4))**2 -5 - (x-1))==0"},
  {"claim":"Q5(i) u is odd", "code":"x=symbols('x'); u=x**3-4*x; result = simplify(u.subs(x,-x)+u)==0"},
  {"claim":"Q5(ii) v is even", "code":"x=symbols('x'); v=x**2/(x**4+1); result = simplify(v.subs(x,-x)-v)==0"}
]