Level 3 — ProductionFunctions

Functions

45 minutes50 marksprintable — key stays hidden on paper

Chapter: Functions Level: 3 — Production (from-scratch derivations, explain-out-loud reasoning) Time limit: 45 minutes Total marks: 50

Instructions: Show all working. Where a question asks you to explain, write full sentences justifying each step. Use ...... notation for all mathematics.


Question 1. [8 marks] Let f(x)=2x+3x1f(x) = \dfrac{2x+3}{x-1}.

(a) Derive the domain of ff from scratch, explaining the restriction. [2]

(b) Find the range of ff by solving y=f(x)y = f(x) for xx and stating which output value is impossible. Explain the reasoning. [4]

(c) State whether ff is one-to-one, justifying briefly with the horizontal line test idea. [2]


Question 2. [10 marks] Given f(x)=x24x+1f(x) = x^2 - 4x + 1.

(a) By completing the square from scratch, find the vertex and the range of ff. [4]

(b) The function gg is obtained by reflecting ff in the xx-axis, then shifting the result 3 units up. Write g(x)g(x) in terms of f(x)f(x), then as an explicit expression. Explain the order of transformations. [4]

(c) State the vertex of gg and its range. [2]


Question 3. [9 marks] Let f(x)=3x2f(x) = 3x - 2 and g(x)=x2+1g(x) = x^2 + 1.

(a) Derive (fg)(x)(f \circ g)(x) and (gf)(x)(g \circ f)(x) from the definition of composition. [4]

(b) Solve (fg)(x)=(gf)(x)(f \circ g)(x) = (g \circ f)(x). [3]

(c) Explain why composition of functions is generally not commutative, referring to your answer in (b). [2]


Question 4. [9 marks] Consider f(x)=x2+1f(x) = \sqrt{x-2} + 1 for x2x \geq 2.

(a) Explain, from scratch, why the domain is x2x \geq 2 and find the range. [3]

(b) Derive f1(x)f^{-1}(x) algebraically, showing the swap-and-solve method. State its domain. [4]

(c) Verify that f(f1(x))=xf(f^{-1}(x)) = x for one specific valid value of xx. [2]


Question 5. [8 marks] Classify each function below as even, odd, or neither, using the algebraic tests f(x)=f(x)f(-x) = f(x) and f(x)=f(x)f(-x) = -f(x). Show full working for each.

(a) f(x)=x43x2f(x) = x^4 - 3x^2 [2]

(b) g(x)=x3xg(x) = x^3 - x [2]

(c) h(x)=x2+xh(x) = x^2 + x [2]

(d) Explain graphically what even and odd symmetry each correspond to. [2]


Question 6. [6 marks] A piecewise function is defined as

f(x)={xx<0x20x24x>2f(x) = \begin{cases} -x & x < 0 \\ x^2 & 0 \le x \le 2 \\ 4 & x > 2 \end{cases}

(a) Evaluate f(3)f(-3), f(0)f(0), f(2)f(2), and f(5)f(5). [2]

(b) State the intervals on which ff is increasing and decreasing. [2]

(c) Explain whether this graph passes the vertical line test and what that tells us. [2]

Answer keyMark scheme & solutions

Question 1 [8]

(a) Denominator cannot be zero: x10x1x - 1 \neq 0 \Rightarrow x \neq 1. [1] Domain: {xR:x1}\{x \in \mathbb{R} : x \neq 1\}. The restriction arises because division by zero is undefined. [1]

(b) Set y=2x+3x1y = \dfrac{2x+3}{x-1}. Multiply: y(x1)=2x+3y(x-1) = 2x+3 [1] yxy=2x+3yx2x=y+3x(y2)=y+3yx - y = 2x + 3 \Rightarrow yx - 2x = y + 3 \Rightarrow x(y-2) = y+3 [1] x=y+3y2x = \dfrac{y+3}{y-2}. This requires y2y \neq 2. [1] So range ={yR:y2}= \{y \in \mathbb{R} : y \neq 2\}; y=2y=2 is impossible because it would require division by zero when solving for xx (it is the horizontal asymptote). [1]

(c) ff is one-to-one: each horizontal line y=ky=k (k2k\neq2) meets the curve exactly once, since solving gives a unique xx. Hence it passes the horizontal line test. [2]


Question 2 [10]

(a) f(x)=x24x+1=(x24x+4)4+1=(x2)23f(x) = x^2 - 4x + 1 = (x^2 - 4x + 4) - 4 + 1 = (x-2)^2 - 3. [2] Vertex: (2,3)(2, -3). [1] Since (x2)20(x-2)^2 \ge 0, minimum value is 3-3; range =[3,)= [-3, \infty). [1]

(b) Reflection in xx-axis: f(x)-f(x). Then shift up 3: g(x)=f(x)+3g(x) = -f(x) + 3. [2] Order matters: reflect first, then translate. [1] g(x)=(x24x+1)+3=x2+4x1+3=x2+4x+2g(x) = -(x^2 - 4x + 1) + 3 = -x^2 + 4x - 1 + 3 = -x^2 + 4x + 2. [1]

(c) Reflecting vertex (2,3)(2,-3) gives (2,3)(2,3); shift up 3 gives (2,6)(2, 6). Vertex (2,6)(2,6). [1] Opens downward, so range =(,6]= (-\infty, 6]. [1] (Check: g(x)=x2+4x+2=(x2)2+6g(x)=-x^2+4x+2=-(x-2)^2+6, vertex (2,6)(2,6). ✓)


Question 3 [9]

(a) (fg)(x)=f(g(x))=3(x2+1)2=3x2+32=3x2+1(f\circ g)(x) = f(g(x)) = 3(x^2+1) - 2 = 3x^2 + 3 - 2 = 3x^2 + 1. [2] (gf)(x)=g(f(x))=(3x2)2+1=9x212x+4+1=9x212x+5(g\circ f)(x) = g(f(x)) = (3x-2)^2 + 1 = 9x^2 - 12x + 4 + 1 = 9x^2 - 12x + 5. [2]

(b) 3x2+1=9x212x+53x^2 + 1 = 9x^2 - 12x + 5 [1] 0=6x212x+40=3x26x+20 = 6x^2 - 12x + 4 \Rightarrow 0 = 3x^2 - 6x + 2. [1] x=6±36246=6±236=1±33x = \dfrac{6 \pm \sqrt{36 - 24}}{6} = \dfrac{6 \pm 2\sqrt{3}}{6} = 1 \pm \dfrac{\sqrt{3}}{3}. [1]

(c) Since (fg)(x)(gf)(x)(f\circ g)(x) \neq (g\circ f)(x) for all xx (they are equal only at the two solutions above), composition is not commutative — the order of applying functions changes the result. [2]


Question 4 [9]

(a) Radicand must be 0\ge 0: x20x2x - 2 \ge 0 \Rightarrow x \ge 2. [1] At x=2x=2, f=1f=1; as xx\to\infty, ff\to\infty; x20\sqrt{x-2}\ge 0 so f1f\ge 1. [1] Range =[1,)= [1, \infty). [1]

(b) Let y=x2+1y = \sqrt{x-2} + 1. Swap: x=y2+1x = \sqrt{y-2}+1... using swap-and-solve on original: y1=x2y - 1 = \sqrt{x-2} [1] (y1)2=x2(y-1)^2 = x - 2 [1] x=(y1)2+2x = (y-1)^2 + 2, so f1(x)=(x1)2+2f^{-1}(x) = (x-1)^2 + 2. [1] Domain of f1f^{-1} = range of ff = [1,)[1, \infty). [1]

(c) Take x=3x = 3 (valid, 1\ge 1): f1(3)=(31)2+2=6f^{-1}(3) = (3-1)^2 + 2 = 6. Then f(6)=4+1=3f(6) = \sqrt{4}+1 = 3. ✓ [2]


Question 5 [8]

(a) f(x)=(x)43(x)2=x43x2=f(x)f(-x) = (-x)^4 - 3(-x)^2 = x^4 - 3x^2 = f(x)even. [2]

(b) g(x)=(x)3(x)=x3+x=(x3x)=g(x)g(-x) = (-x)^3 - (-x) = -x^3 + x = -(x^3 - x) = -g(x)odd. [2]

(c) h(x)=(x)2+(x)=x2xh(x)h(-x) = (-x)^2 + (-x) = x^2 - x \neq h(x) and h(x)\neq -h(x)neither. [2]

(d) Even functions are symmetric about the yy-axis (mirror reflection). Odd functions have 180°180° rotational symmetry about the origin. [2]


Question 6 [6]

(a) f(3)=(3)=3f(-3) = -(-3) = 3; f(0)=02=0f(0) = 0^2 = 0; f(2)=22=4f(2) = 2^2 = 4; f(5)=4f(5) = 4. [2] (½ each)

(b) Decreasing on (,0)(-\infty, 0) (since x-x falls); increasing on (0,2)(0, 2) (since x2x^2 rises); constant on (2,)(2,\infty). [2]

(c) Yes — every vertical line meets the graph at most once (each xx has one output, pieces don't overlap in xx). This confirms it is a genuine function. [2]


[
  {"claim":"Q2a vertex form: x^2-4x+1 = (x-2)^2-3","code":"x=symbols('x'); result = simplify((x-2)**2 - 3 - (x**2-4*x+1))==0"},
  {"claim":"Q2b g(x) = -x^2+4x+2 = -(x-2)^2+6","code":"x=symbols('x'); result = simplify(-(x-2)**2+6 - (-x**2+4*x+2))==0"},
  {"claim":"Q3b solutions of 3x^2+1=9x^2-12x+5 are 1 +/- sqrt(3)/3","code":"x=symbols('x'); sol=solve(Eq(3*x**2+1,9*x**2-12*x+5),x); result = set(sol)==set([1+sqrt(3)/3,1-sqrt(3)/3])"},
  {"claim":"Q4 inverse: f(f^{-1}(x))=x where f=sqrt(x-2)+1, finv=(x-1)^2+2","code":"x=symbols('x'); f=lambda t: sqrt(t-2)+1; finv=lambda t:(t-1)**2+2; result = simplify(f(finv(x)) - x)==0 if True else False"},
  {"claim":"Q4c f(6)=3","code":"result = sqrt(6-2)+1 == 3"}
]