AI Generated Quiz

Secondary 3 Elementary Mathematics Graphs Coordinate Geometry Quiz

Free Sec 3 E Maths Graphs Geometry quiz, Kimi2.6 AI version, with questions, answers, and O Level-style practice for Singapore students.

These static practice materials are generated from the site's syllabus and paper-generation workflow, with source and model context shown so students and parents can evaluate the material before use.

Secondary 3 Elementary Mathematics AI Generated Generated by Kimi K2.6 Free Updated 2026-08-27

Questions

Free quiz and exam paper access

Enter your details to view this paper

Your access is remembered on this device.

Answers

Secondary 3 Elementary Mathematics Quiz - Answers

Graphs Coordinate Geometry

Total Marks: 50


Section A: Coordinate Geometry Foundations


1. Find the distance between A(3,2)A(3, -2) and B(7,4)B(7, 4). [2 marks]

Method: Use the distance formula: d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}

Step-by-step:

  • d=(73)2+(4(2))2d = \sqrt{(7-3)^2 + (4-(-2))^2} [1 mark for correct substitution]
  • d=42+62=16+36=52d = \sqrt{4^2 + 6^2} = \sqrt{16 + 36} = \sqrt{52} [1 mark]
  • =4×13=213= \sqrt{4 \times 13} = 2\sqrt{13} units

Answer: 2132\sqrt{13} units (or 52\sqrt{52} units)

Teaching note: The distance formula comes from Pythagoras' theorem. The horizontal distance is Δx\Delta x and vertical distance is Δy\Delta y, so the direct distance is the hypotenuse. Always simplify surds by extracting square factors.


2. Find the midpoint of P(5,8)P(-5, 8) and Q(3,4)Q(3, -4). [2 marks]

Method: Use the midpoint formula: (x1+x22,y1+y22)\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)

Step-by-step:

  • Midpoint =(5+32,8+(4)2)= \left(\frac{-5+3}{2}, \frac{8+(-4)}{2}\right) [1 mark]
  • =(22,42)= \left(\frac{-2}{2}, \frac{4}{2}\right) [0.5 mark]
  • =(1,2)= (-1, 2) [0.5 mark]

Answer: (1,2)(-1, 2)

Teaching note: The midpoint is simply the average of the xx-coordinates and the average of the yy-coordinates. This represents the "centre point" of the line segment.


3. The gradient of C(2,k)C(2, k) to D(6,10)D(6, 10) is 22. Find kk. [2 marks]

Method: Use gradient formula: m=y2y1x2x1m = \frac{y_2-y_1}{x_2-x_1}

Step-by-step:

  • 2=10k62=10k42 = \frac{10-k}{6-2} = \frac{10-k}{4} [1 mark for setup]
  • 8=10k8 = 10 - k [0.5 mark]
  • k=108=2k = 10 - 8 = 2 [0.5 mark]

Answer: k=2k = 2

Teaching note: Gradient measures "rise over run" — how much yy changes for each unit change in xx. A gradient of 2 means yy increases by 2 when xx increases by 1.


4. Find the gradient of 3x4y+12=03x - 4y + 12 = 0. [2 marks]

Method: Rearrange to y=mx+cy = mx + c form.

Step-by-step:

  • 3x4y+12=03x - 4y + 12 = 0
  • 4y=3x+124y = 3x + 12 [0.5 mark]
  • y=34x+3y = \frac{3}{4}x + 3 [1 mark for correct rearrangement]
  • Gradient m=34m = \frac{3}{4} [0.5 mark]

Answer: 34\frac{3}{4} (or 0.750.75)

Teaching note: The coefficient of xx in y=mx+cy = mx + c is always the gradient. When rearranging, be careful with signs — dividing by negative requires flipping all signs.

Common mistake: Forgetting to change signs when moving terms across the equals sign, or dividing only part of the equation by the coefficient of yy.


5. Equation of line through (5,1)(5, -1) with gradient 23-\frac{2}{3}. [2 marks]

Method: Use point-gradient form yy1=m(xx1)y - y_1 = m(x - x_1), then rearrange.

Step-by-step:

  • y(1)=23(x5)y - (-1) = -\frac{2}{3}(x - 5) [1 mark for correct substitution]
  • y+1=23x+103y + 1 = -\frac{2}{3}x + \frac{10}{3}
  • y=23x+1031=23x+10333y = -\frac{2}{3}x + \frac{10}{3} - 1 = -\frac{2}{3}x + \frac{10}{3} - \frac{3}{3} [0.5 mark]
  • y=23x+73y = -\frac{2}{3}x + \frac{7}{3} [0.5 mark]

Answer: y=23x+73y = -\frac{2}{3}x + \frac{7}{3} (or y=23x+213y = -\frac{2}{3}x + 2\frac{1}{3})

Teaching note: The point-gradient form is most efficient when you know one point and the gradient. The yy-intercept cc can be found by substitution: 1=23(5)+c-1 = -\frac{2}{3}(5) + c gives c=73c = \frac{7}{3}.


6. Equation through (2,4)(-2, 4) and (4,2)(4, -2). [2 marks]

Method: Find gradient first, then use point-gradient form.

Step-by-step:

  • Gradient m=244(2)=66=1m = \frac{-2-4}{4-(-2)} = \frac{-6}{6} = -1 [0.5 mark]
  • Using point (4,2)(4, -2): y(2)=1(x4)y - (-2) = -1(x - 4) [0.5 mark]
  • y+2=x+4y + 2 = -x + 4
  • y=x+2y = -x + 2 [0.5 mark for equation]
  • x+y2=0x + y - 2 = 0 [0.5 mark for required form]

Answer: x+y2=0x + y - 2 = 0 (or equivalent integer form)

Teaching note: Always check by substituting both original points into your final equation. Both should satisfy it. For ax+by+c=0ax + by + c = 0 with integer coefficients, eliminate fractions and ensure a>0a > 0 conventionally.


7. State whether L1:y=2x+5L_1: y = 2x + 5 and L2:y=2x3L_2: y = 2x - 3 are parallel, perpendicular, or neither. [2 marks]

Answer: Parallel [1 mark]

Reason: Both lines have the same gradient m=2m = 2 [1 mark]

Teaching note: Parallel lines have equal gradients (m1=m2m_1 = m_2). Perpendicular lines have m1×m2=1m_1 \times m_2 = -1 (negative reciprocals). Here 2×2=412 \times 2 = 4 \neq -1, so not perpendicular. The different yy-intercepts (535 \neq -3) confirm they are distinct parallel lines, not the same line.


8. Equation of line perpendicular to y=12x+3y = \frac{1}{2}x + 3 through (4,1)(4, -1). [2 marks]

Method: Negative reciprocal gradient, then use point-gradient form.

Step-by-step:

  • Gradient of given line: 12\frac{1}{2}
  • Perpendicular gradient: 2-2 (negative reciprocal: 112=2-\frac{1}{\frac{1}{2}} = -2) [0.5 mark]
  • y(1)=2(x4)y - (-1) = -2(x - 4) [0.5 mark]
  • y+1=2x+8y + 1 = -2x + 8
  • y=2x+7y = -2x + 7 [1 mark]

Answer: y=2x+7y = -2x + 7

Teaching note: The negative reciprocal rule: if m1×m2=1m_1 \times m_2 = -1, the lines are perpendicular. For m1=12m_1 = \frac{1}{2}, we need m2=2m_2 = -2 since 12×(2)=1\frac{1}{2} \times (-2) = -1. A quick check: flip the fraction and change the sign.


Section B: Applications and Problem Solving


9. Rectangle ABCDABCD with A(1,2)A(1, 2), B(5,2)B(5, 2), C(5,5)C(5, 5).

(a) Find coordinates of DD. [1 mark]

Method: In a rectangle, opposite sides are equal and parallel. ABAB is horizontal, BCBC is vertical.

Step-by-step:

  • ABAB goes from x=1x=1 to x=5x=5 at y=2y=2; length 4, direction right
  • BCBC goes from y=2y=2 to y=5y=5 at x=5x=5; length 3, direction up
  • To close the rectangle from AA to DD: go up 3 units: D=(1,5)D = (1, 5) [1 mark]

Answer (a): D(1,5)D(1, 5)

(b) Area of rectangle ABCDABCD. [1 mark]

Method: Area = length ×\times width

Step-by-step:

  • Length AB=51=4AB = 5 - 1 = 4
  • Width BC=52=3BC = 5 - 2 = 3
  • Area =4×3=12= 4 \times 3 = 12 square units [1 mark]

Answer (b): 12 square units

(c) Length of diagonal ACAC. [2 marks]

Method: Distance formula.

Step-by-step:

  • AC=(51)2+(52)2AC = \sqrt{(5-1)^2 + (5-2)^2} [1 mark]
  • =16+9=25=5= \sqrt{16 + 9} = \sqrt{25} = 5 [1 mark]

Answer (c): 5 units

Teaching note: Note this is a 3-4-5 right triangle, a Pythagorean triple. The diagonal of a rectangle can always be found using Pythagoras on its side lengths.


10. Quadrilateral P(3,1)P(-3, 1), Q(2,5)Q(2, 5), R(6,2)R(6, 2), S(1,2)S(1, -2).

(a) Show PQPQ is parallel to SRSR. [2 marks]

Method: Show gradients are equal.

Step-by-step:

  • Gradient of PQ=512(3)=45PQ = \frac{5-1}{2-(-3)} = \frac{4}{5} [1 mark]
  • Gradient of SR=2216=45=45SR = \frac{-2-2}{1-6} = \frac{-4}{-5} = \frac{4}{5} [1 mark]

Since gradients are equal, PQSRPQ \parallel SR.

(b) Show PQ=SRPQ = SR. [2 marks]

Method: Calculate lengths using distance formula.

Step-by-step:

  • PQ=(2(3))2+(51)2=25+16=41PQ = \sqrt{(2-(-3))^2 + (5-1)^2} = \sqrt{25 + 16} = \sqrt{41} [1 mark]
  • SR=(61)2+(2(2))2=25+16=41SR = \sqrt{(6-1)^2 + (2-(-2))^2} = \sqrt{25 + 16} = \sqrt{41} [1 mark]

Therefore PQ=SRPQ = SR.

(c) Type of quadrilateral. [1 mark]

Answer: Parallelogram [0.5 mark]

Reason: One pair of opposite sides is both equal and parallel [0.5 mark]

Teaching note: A quadrilateral with one pair of opposite sides equal and parallel is a parallelogram. To prove it's specifically a rhombus, rectangle, or square requires additional conditions (all sides equal, right angles, etc.).


11. Line LL: 2x+5y=102x + 5y = 10.

(a) Find intercepts. [2 marks]

Step-by-step:

  • xx-intercept: set y=0y = 0: 2x=102x = 10, so x=5x = 5. Point: (5,0)(5, 0) [1 mark]
  • yy-intercept: set x=0x = 0: 5y=105y = 10, so y=2y = 2. Point: (0,2)(0, 2) [1 mark]

Answer (a): xx-intercept: (5,0)(5, 0); yy-intercept: (0,2)(0, 2)

(b) Sketch on axes. [2 marks]

Marking: [2 marks for correctly drawn line through (5,0)(5, 0) and (0,2)(0, 2) with both intercepts labelled]

Teaching note: The intercept form xa+yb=1\frac{x}{a} + \frac{y}{b} = 1 is useful for quick sketching. Here: x5+y2=1\frac{x}{5} + \frac{y}{2} = 1. Always label intercepts clearly on sketches.


12. Circle with centre C(1,2)C(1, 2), point A(4,3)A(4, -3) on circle.

(a) Find radius. [2 marks]

Method: Radius = distance from centre to point on circle.

Step-by-step:

  • r=(41)2+(32)2r = \sqrt{(4-1)^2 + (-3-2)^2} [1 mark]
  • =9+25=34= \sqrt{9 + 25} = \sqrt{34} [1 mark]

Answer (a): 34\sqrt{34} units

(b) Equation of circle. [1 mark]

Method: (xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2 where (a,b)(a,b) is centre.

Step-by-step:

  • (x1)2+(y2)2=(34)2=34(x-1)^2 + (y-2)^2 = (\sqrt{34})^2 = 34 [1 mark]

Answer (b): (x1)2+(y2)2=34(x-1)^2 + (y-2)^2 = 34

Teaching note: The standard form of a circle equation directly encodes the centre (with sign change) and the square of the radius. Remember: it's r2r^2 on the right side, not rr.


13. Quadrilateral ABCDABCD with A(0,3)A(0, 3), B(4,1)B(4, 1), C(2,3)C(2, -3), D(2,1)D(-2, -1).

(a) Gradient of ABAB. [1 mark]

  • mAB=1340=24=12m_{AB} = \frac{1-3}{4-0} = \frac{-2}{4} = -\frac{1}{2}

Answer (a): 12-\frac{1}{2}

(b) Gradient of CDCD. [1 mark]

  • mCD=1(3)22=24=12m_{CD} = \frac{-1-(-3)}{-2-2} = \frac{2}{-4} = -\frac{1}{2}

Answer (b): 12-\frac{1}{2}

(c) Explain why ABCDABCD is a parallelogram. [2 marks]

Answer:

  • Gradient of ABAB = gradient of CD=12CD = -\frac{1}{2}, so ABCDAB \parallel CD [1 mark]
  • Need to also show ADBCAD \parallel BC:
    • mAD=1320=42=2m_{AD} = \frac{-1-3}{-2-0} = \frac{-4}{-2} = 2
    • mBC=3124=42=2m_{BC} = \frac{-3-1}{2-4} = \frac{-4}{-2} = 2 [0.5 mark]
  • Both pairs of opposite sides parallel, so ABCDABCD is a parallelogram [0.5 mark]

(d) Show ABCDABCD is not a rhombus. [2 marks]

Method: Show adjacent sides are not equal, or show diagonals are not perpendicular.

Step-by-step:

  • AB=(40)2+(13)2=16+4=20=25AB = \sqrt{(4-0)^2 + (1-3)^2} = \sqrt{16 + 4} = \sqrt{20} = 2\sqrt{5} [0.5 mark]
  • BC=(24)2+(31)2=4+16=20=25BC = \sqrt{(2-4)^2 + (-3-1)^2} = \sqrt{4 + 16} = \sqrt{20} = 2\sqrt{5} [0.5 mark]
  • Actually equal... Check ACAC and BDBD (diagonals):
    • AC=(20)2+(33)2=4+36=40AC = \sqrt{(2-0)^2 + (-3-3)^2} = \sqrt{4 + 36} = \sqrt{40}
    • BD=(24)2+(11)2=36+4=40BD = \sqrt{(-2-4)^2 + (-1-1)^2} = \sqrt{36 + 4} = \sqrt{40} [0.5 mark]
  • Or check: mAB×mBC=12×2=1m_{AB} \times m_{BC} = -\frac{1}{2} \times 2 = -1, so adjacent sides are perpendicular!
  • This means ABCDABCD is actually a rectangle. Check: is it a square?
    • AB=BCAB = BC? No wait, AB=20AB = \sqrt{20}, need to recheck ADAD:
    • AD=(20)2+(13)2=4+16=20AD = \sqrt{(-2-0)^2 + (-1-3)^2} = \sqrt{4 + 16} = \sqrt{20}
    • All sides equal! It's a rhombus. And with perpendicular adjacent sides, it's a square.

Correction for answer key: Let me recalculate properly.

Actually: AB=16+4=20AB = \sqrt{16+4} = \sqrt{20}, BC=4+16=20BC = \sqrt{4+16} = \sqrt{20}, CD=4+4=8CD = \sqrt{4+4} = \sqrt{8}? No...

CD=(22)2+(1(3))2=16+4=20CD = \sqrt{(-2-2)^2 + (-1-(-3))^2} = \sqrt{16 + 4} = \sqrt{20}

DA=(0(2))2+(3(1))2=4+16=20DA = \sqrt{(0-(-2))^2 + (3-(-1))^2} = \sqrt{4 + 16} = \sqrt{20}

All four sides equal = rhombus. And adjacent sides perpendicular = square.

Revised marking for (d): Since this is a square (special rhombus), let's use a different approach - check diagonals not perpendicular for general rhombus, or...

Actually, let me verify: mAC=3320=3m_{AC} = \frac{-3-3}{2-0} = -3, mBD=1124=26=13m_{BD} = \frac{-1-1}{-2-4} = \frac{-2}{-6} = \frac{1}{3}

mAC×mBD=3×13=1m_{AC} \times m_{BD} = -3 \times \frac{1}{3} = -1, so diagonals are perpendicular.

This IS a rhombus (actually a square). The question as designed needs adjustment in future versions.

Modified answer for (d) to match intended difficulty:

To show not a rhombus, we need different coordinates. Given the question as stated, students should find:

Alternative approach for (d): Since all sides equal 20\sqrt{20}, it IS a rhombus. The question contains an error. A correct version would use D(1,2)D(-1, -2) giving CDABCD \neq AB.

** grading note:** Award full marks to any student who correctly shows all sides equal and identifies it as a rhombus/square, or who correctly identifies it's not a rhombus if they made an arithmetic error that leads to unequal sides.

For this answer key, assume the question intended non-rhombus:

Expected student method for (d):

  • Find AD=(20)2+(13)2=4+16=20AD = \sqrt{(-2-0)^2 + (-1-3)^2} = \sqrt{4+16} = \sqrt{20} [0.5 mark]
  • Since AB=ADAB = AD and all sides appear equal, this would be a rhombus [1 mark for identifying error or correct conclusion]
  • To not be a rhombus, need ABBCAB \neq BC: but here AB=BC=20AB = BC = \sqrt{20}

Resolution: Accept "ABCD is a rhombus (in fact a square)" as correct observation. The question as written produces a square.


14. L1L_1 through (0,4)(0, 4) and (3,0)(3, 0); L2L_2 perpendicular to L1L_1 through (6,5)(6, 5).

(a) Equation of L1L_1 in ax+by+c=0ax + by + c = 0. [2 marks]

Step-by-step:

  • Gradient of L1=0430=43L_1 = \frac{0-4}{3-0} = -\frac{4}{3} [0.5 mark]
  • Using (0,4)(0, 4): y=43x+4y = -\frac{4}{3}x + 4 [0.5 mark]
  • Multiply by 3: 3y=4x+123y = -4x + 12 [0.5 mark]
  • 4x+3y12=04x + 3y - 12 = 0 [0.5 mark]

Answer (a): 4x+3y12=04x + 3y - 12 = 0

(b) Equation of L2L_2 in y=mx+cy = mx + c. [2 marks]

Step-by-step:

  • Perpendicular gradient: m2=34m_2 = \frac{3}{4} (negative reciprocal of 43-\frac{4}{3}) [0.5 mark]
  • y5=34(x6)y - 5 = \frac{3}{4}(x - 6) [0.5 mark]
  • y=34x184+5=34x92+102y = \frac{3}{4}x - \frac{18}{4} + 5 = \frac{3}{4}x - \frac{9}{2} + \frac{10}{2} [0.5 mark]
  • y=34x+12y = \frac{3}{4}x + \frac{1}{2} [0.5 mark]

Answer (b): y=34x+12y = \frac{3}{4}x + \frac{1}{2}

(c) Intersection of L1L_1 and L2L_2. [2 marks]

Method: Solve simultaneously.

Step-by-step:

  • From L2L_2: substitute into L1L_1 (rearranged as y=43x+4y = -\frac{4}{3}x + 4): [0.5 mark for method]
  • 34x+12=43x+4\frac{3}{4}x + \frac{1}{2} = -\frac{4}{3}x + 4
  • Multiply by 12: 9x+6=16x+489x + 6 = -16x + 48 [0.5 mark]
  • 25x=4225x = 42
  • x=4225=1.68x = \frac{42}{25} = 1.68 [0.5 mark]
  • y=34×4225+12=126100+50100=176100=1.76y = \frac{3}{4} \times \frac{42}{25} + \frac{1}{2} = \frac{126}{100} + \frac{50}{100} = \frac{176}{100} = 1.76 or use exact: y=34×4225+12=6350+2550=8850=4425y = \frac{3}{4} \times \frac{42}{25} + \frac{1}{2} = \frac{63}{50} + \frac{25}{50} = \frac{88}{50} = \frac{44}{25}

Check in L1L_1: y=43×4225+4=16875+30075=13275=4425y = -\frac{4}{3} \times \frac{42}{25} + 4 = -\frac{168}{75} + \frac{300}{75} = \frac{132}{75} = \frac{44}{25}

Answer (c): (4225,4425)\left(\frac{42}{25}, \frac{44}{25}\right) or (1.68,1.76)(1.68, 1.76)


15. Triangle A(1,2)A(-1, 2), B(5,8)B(5, 8), C(7,0)C(7, 0).

(a) Equation of median from AA to midpoint of BCBC. [3 marks]

Method: Find midpoint of BCBC, then find equation through AA and this midpoint.

Step-by-step:

  • Midpoint of BC=(5+72,8+02)=(6,4)BC = \left(\frac{5+7}{2}, \frac{8+0}{2}\right) = (6, 4) [1 mark]
  • Gradient of median =426(1)=27= \frac{4-2}{6-(-1)} = \frac{2}{7} [1 mark]
  • Equation: y2=27(x(1))y - 2 = \frac{2}{7}(x - (-1))
  • y2=27(x+1)y - 2 = \frac{2}{7}(x + 1)
  • y=27x+27+2=27x+167y = \frac{2}{7}x + \frac{2}{7} + 2 = \frac{2}{7}x + \frac{16}{7} [1 mark]

Answer (a): y=27x+167y = \frac{2}{7}x + \frac{16}{7} (or 7y=2x+167y = 2x + 16)

(b) Coordinates of centroid. [2 marks]

Method: The centroid is at (x1+x2+x33,y1+y2+y33)\left(\frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3}\right), or find intersection of two medians.

Step-by-step:

  • Using formula: (1+5+73,2+8+03)=(113,103)\left(\frac{-1+5+7}{3}, \frac{2+8+0}{3}\right) = \left(\frac{11}{3}, \frac{10}{3}\right) [2 marks]

Or verify with another median:

  • Midpoint of AC=(3,1)AC = (3, 1), gradient from B=1835=72=72B = \frac{1-8}{3-5} = \frac{-7}{-2} = \frac{7}{2}
  • Equation: y8=72(x5)y - 8 = \frac{7}{2}(x - 5)
  • Intersection with y=27x+167y = \frac{2}{7}x + \frac{16}{7}: solve to get same point.

Answer (b): (113,103)\left(\frac{11}{3}, \frac{10}{3}\right) or (323,313)(3\frac{2}{3}, 3\frac{1}{3})

Teaching note: The centroid divides each median in ratio 2:12:1 from the vertex. It's the "centre of mass" of the triangle. The formula averages all three vertices.


Section C: Graphs of Functions


16. Graph of y=(x2)23y = (x-2)^2 - 3.

(a) Coordinates of vertex VV. [1 mark]

Answer (a): (2,3)(2, -3)

Teaching note: For y=(xp)2+qy = (x-p)^2 + q, the vertex is at (p,q)(p, q). The value p=2p = 2 gives the axis of symmetry, and q=3q = -3 is the minimum value (since the coefficient of the squared term is positive).

(b) xx-intercepts. [2 marks]

Method: Set y=0y = 0 and solve.

Step-by-step:

  • (x2)23=0(x-2)^2 - 3 = 0 [0.5 mark]
  • (x2)2=3(x-2)^2 = 3 [0.5 mark]
  • x2=±3x - 2 = \pm\sqrt{3} [0.5 mark]
  • x=2±3x = 2 \pm \sqrt{3} [0.5 mark]

Points: (2+3,0)(2 + \sqrt{3}, 0) and (23,0)(2 - \sqrt{3}, 0)

Approximately: (3.73,0)(3.73, 0) and (0.27,0)(0.27, 0)

Answer (b): (2+3,0)(2 + \sqrt{3}, 0) and (23,0)(2 - \sqrt{3}, 0)

(c) Equation of line of symmetry. [1 mark]

Answer (c): x=2x = 2

Teaching note: The line of symmetry for a parabola in vertex form always passes through the xx-coordinate of the vertex. It's a vertical line x=px = p.


17. Graph of y=2xy = \frac{2}{x} for x>0x > 0.

(a) Gradient of chord PQPQ where P(1,2)P(1, 2) and Q(2,1)Q(2, 1). [2 marks]

Step-by-step:

  • Gradient =1221=11=1= \frac{1-2}{2-1} = \frac{-1}{1} = -1 [2 marks]

Answer (a): 1-1

(b) Estimate gradient of tangent at RR where x=1.5x = 1.5, using chord from x=1.4x = 1.4 to x=1.6x = 1.6. [2 marks]

Step-by-step:

  • At x=1.4x = 1.4: y=21.4=2014=1071.429y = \frac{2}{1.4} = \frac{20}{14} = \frac{10}{7} \approx 1.429 [0.5 mark]
  • At x=1.6x = 1.6: y=21.6=2016=1.25y = \frac{2}{1.6} = \frac{20}{16} = 1.25 [0.5 mark]
  • Gradient of chord =1.251071.61.4=541070.2=3540280.2=5/281/5=25280.893= \frac{1.25 - \frac{10}{7}}{1.6 - 1.4} = \frac{\frac{5}{4} - \frac{10}{7}}{0.2} = \frac{\frac{35-40}{28}}{0.2} = \frac{-5/28}{1/5} = -\frac{25}{28} \approx -0.893 [1 mark]

Or numerically: 1.251.42860.2=0.17860.20.89\frac{1.25 - 1.4286}{0.2} = \frac{-0.1786}{0.2} \approx -0.89

Answer (b): Approximately 0.89-0.89 (accept 2528-\frac{25}{28} or approximately 0.9-0.9)

Teaching note: This is the fundamental idea behind differentiation from first principles — the gradient of a chord approaches the gradient of the tangent as the points get closer together. For y=2xy = \frac{2}{x}, the exact derivative is 2x2-\frac{2}{x^2}, giving 22.25=890.889-\frac{2}{2.25} = -\frac{8}{9} \approx -0.889 at x=1.5x = 1.5.


18. Sketch y=2xy = 2^x and y=2xy = 2^{-x} for 3x3-3 \leq x \leq 3.

(a) Label each curve. [2 marks]

Marking: [1 mark for correct exponential growth curve y=2xy = 2^x passing through (0,1)(0,1), increasing; 1 mark for correct exponential decay curve y=2xy = 2^{-x} passing through (0,1)(0,1), decreasing]

Key points for y=2xy = 2^x:

  • (3,18)(-3, \frac{1}{8}), (2,14)(-2, \frac{1}{4}), (1,12)(-1, \frac{1}{2}), (0,1)(0, 1), (1,2)(1, 2), (2,4)(2, 4), (3,8)(3, 8)

Key points for y=2x=(12)xy = 2^{-x} = (\frac{1}{2})^x:

  • (3,8)(-3, 8), (2,4)(-2, 4), (1,2)(-1, 2), (0,1)(0, 1), (1,12)(1, \frac{1}{2}), (2,14)(2, \frac{1}{4}), (3,18)(3, \frac{1}{8})

(b) Coordinates of intersection. [1 mark]

Answer (b): (0,1)(0, 1)

Teaching note: Both curves pass through (0,1)(0, 1) since 20=12^0 = 1 and 20=12^{-0} = 1. The curves are reflections of each other in the yy-axis. Exponential functions y=axy = a^x always pass through (0,1)(0, 1) for a>0a > 0.


19. Graph of y=x33x+1y = x^3 - 3x + 1.

(a) Estimate solutions to x33x+1=0x^3 - 3x + 1 = 0. [3 marks]

Method: Read xx-intercepts from graph.

Expected values from graph description:

  • Left intercept: approximately x1.9x \approx -1.9 or 1.8-1.8 [1 mark]
  • Middle intercept: approximately x0.3x \approx 0.3 or 0.40.4 [1 mark]
  • Right intercept: approximately x1.5x \approx 1.5 or 1.61.6 [1 mark]

More precise values: x1.88x \approx -1.88, 0.350.35, 1.531.53

Acceptable range:

  • First root: 2.0-2.0 to 1.8-1.8
  • Second root: 0.20.2 to 0.50.5
  • Third root: 1.41.4 to 1.71.7

Answer (a): x1.9x \approx -1.9, x0.3x \approx 0.3, x1.5x \approx 1.5 (acceptable ranges apply)

(b) Estimate solutions to x34x+1=0x^3 - 4x + 1 = 0 by drawing suitable line. [2 marks]

Method: Rewrite as x33x+1=xx^3 - 3x + 1 = x, so draw line y=xy = x and find intersections.

Step-by-step:

  • x34x+1=0x^3 - 4x + 1 = 0
  • x33x+1=xx^3 - 3x + 1 = x [1 mark for identifying line y=xy = x]
  • Draw line y=xy = x on graph
  • Intersections give solutions: approximately x1.9x \approx -1.9, x0.25x \approx 0.25, x1.7x \approx 1.7 [1 mark for three reasonable estimates]

Teaching note: This technique of rewriting equations to use existing graphs is powerful. To solve f(x)=g(x)f(x) = g(x), you can either graph y=f(x)y = f(x) and y=g(x)y = g(x) and find intersections, or rewrite as f(x)g(x)=0f(x) - g(x) = 0 and find roots.


20. Quadratic y=(xp)2+qy = -(x-p)^2 + q, maximum value 5, passes through (1,1)(1, 1).

(a) Find pp and qq. [3 marks]

Step-by-step:

  • Maximum value is q=5q = 5 (since the negative square term is always 0\leq 0) [1 mark]
  • So y=(xp)2+5y = -(x-p)^2 + 5 [0.5 mark]
  • Passes through (1,1)(1, 1): 1=(1p)2+51 = -(1-p)^2 + 5 [0.5 mark]
  • (1p)2=4(1-p)^2 = 4 [0.5 mark]
  • 1p=±21-p = \pm 2
  • p=12p = 1 \mp 2, so p=3p = 3 or p=1p = -1
  • Since pp is positive, p=3p = 3 [0.5 mark]

Answer (a): p=3p = 3, q=5q = 5

(b) Find xx-intercepts. [2 marks]

Step-by-step:

  • y=(x3)2+5y = -(x-3)^2 + 5 [0.5 mark]
  • Set y=0y = 0: (x3)2=5(x-3)^2 = 5 [0.5 mark]
  • x3=±5x - 3 = \pm\sqrt{5} [0.5 mark]
  • x=3±5x = 3 \pm \sqrt{5} [0.5 mark]

Answer (b): x=3+5x = 3 + \sqrt{5} and x=35x = 3 - \sqrt{5} (or approximately 5.245.24 and 0.760.76)

Teaching note: The negative sign before the squared term means the parabola opens downward, giving a maximum at the vertex. Always check that your value of pp satisfies all given conditions — if the question hadn't specified p>0p > 0, both p=3p = 3 and p=1p = -1 would be mathematically valid, giving different but related parabolas.


END OF ANSWER KEY