2 Algebra and functions — coverage pack

11 specification leaves · notes, questions, answers and worked methods

2.1 · Understand and use the laws of indices for all rational exponents.

  • For a non-zero base, aman=am+na^m a^n=a^{m+n}, am/an=amna^m/a^n=a^{m-n} and (am)n=amn(a^m)^n=a^{mn}.
  • Interpret rational powers through roots: ap/q=apq=(aq)pa^{p/q}=\sqrt[q]{a^p}=(\sqrt[q]{a})^p whenever the real-valued expression is defined.
  • For example, 163/4=(164)3=23=816^{3/4}=(\sqrt[4]{16})^3=2^3=8.
  • A negative exponent means reciprocal, not a negative value: ar=1/ara^{-r}=1/a^r; also avoid applying index laws across addition.

Tier 1 · Easy

  1. 1. Evaluate 813/481^{3/4} without using a calculator.[2 marks]

    Answer

    • 2727

    Method: 813/4=(814)3=33=2781^{3/4}=(\sqrt[4]{81})^3=3^3=27.

Tier 2 · Standard

  1. 1. Given x>0x>0, simplify x5/2x1/2\dfrac{x^{5/2}}{x^{-1/2}} to a single power of xx.[2 marks]

    Answer

    • x3x^3

    Method: For division with a common base, subtract the exponents: x5/2/x1/2=x5/2(1/2)=x6/2=x3x^{5/2}/x^{-1/2}=x^{5/2-(-1/2)}=x^{6/2}=x^3.

Tier 3 · Hard

  1. 1. Solve 82x1=4x+28^{2x-1}=4^{x+2}, giving the exact value of xx.[4 marks]

    Answer

    • x=74x=\dfrac{7}{4}

    Method: Write both sides with base 22: 82x1=23(2x1)8^{2x-1}=2^{3(2x-1)} and 4x+2=22(x+2)4^{x+2}=2^{2(x+2)}. Equal positive bases have equal exponents, so 6x3=2x+46x-3=2x+4. Hence 4x=74x=7 and x=7/4x=7/4.

2.2 · Use and manipulate surds, including rationalising the denominator.

  • A surd is an exact irrational root; simplify it by extracting the largest square factor, as in 50=52\sqrt{50}=5\sqrt2.
  • Combine only like surds, and rationalise a binomial denominator by multiplying numerator and denominator by its conjugate.
  • For example, 1/(3+2)=(32)/(92)=(32)/71/(3+\sqrt2)=(3-\sqrt2)/(9-2)=(3-\sqrt2)/7.
  • Do not split roots across addition: a+b\sqrt{a+b} is not generally a+b\sqrt a+\sqrt b; after squaring an equation, check every candidate in the original.

Tier 1 · Easy

  1. 1. Write 72\sqrt{72} in the form a2a\sqrt2, where aa is an integer.[2 marks]

    Answer

    • 626\sqrt2

    Method: Use the square factor 3636: 72=36×2=62\sqrt{72}=\sqrt{36\times2}=6\sqrt2.

Tier 2 · Standard

  1. 1. Rationalise and simplify 52+3\dfrac{5}{2+\sqrt3}.[3 marks]

    Answer

    • 105310-5\sqrt3

    Method: Multiply by the conjugate: 52+3×2323=5(23)43=1053\dfrac{5}{2+\sqrt3}\times\dfrac{2-\sqrt3}{2-\sqrt3}=\dfrac{5(2-\sqrt3)}{4-3}=10-5\sqrt3.

Tier 3 · Hard

  1. 1. Solve x+6x3=1\sqrt{x+6}-\sqrt{x-3}=1.[5 marks]

    Answer

    • x=19x=19

    Method: The domain requires x3x\geq3. Rearrange to x+6=1+x3\sqrt{x+6}=1+\sqrt{x-3} and square: x+6=x2+2x3x+6=x-2+2\sqrt{x-3}. Thus 8=2x38=2\sqrt{x-3}, so x3=4\sqrt{x-3}=4 and x=19x=19. Substitution gives 54=15-4=1, so the solution is valid.

2.3 · Work with quadratic functions and their graphs; the discriminant, including conditions for real and repeated roots; completing the square; solution of quadratic equations, including solving quadratic equations in a function of the unknown.

  • For ax2+bx+cax^2+bx+c, the discriminant b24acb^2-4ac is positive for two distinct real roots, zero for a repeated root and negative for no real roots.
  • Complete the square to expose the turning point and range, or use factorisation and the quadratic formula to solve equations.
  • For example, x26x+11=(x3)2+2x^2-6x+11=(x-3)^2+2, so its minimum point is (3,2)(3,2) and it has no real roots.
  • When the quadratic is in a function of the unknown, substitute a new variable, solve the quadratic in that variable, then solve every resulting equation and reject invalid roots.

Tier 1 · Easy

  1. 1. Write x28x+5x^2-8x+5 in completed-square form.[2 marks]

    Answer

    • (x4)211(x-4)^2-11

    Method: Half the coefficient of xx is 4-4. Since (x4)2=x28x+16(x-4)^2=x^2-8x+16, subtract 1111 to restore the constant 55: x28x+5=(x4)211x^2-8x+5=(x-4)^2-11.

Tier 2 · Standard

  1. 1. Find the two values of kk for which 2x2+(k1)x+8=02x^2+(k-1)x+8=0 has a repeated root.[3 marks]

    Answer

    • k=9k=9 or k=7k=-7

    Method: A repeated root requires discriminant zero: (k1)24(2)(8)=0(k-1)^2-4(2)(8)=0. Hence (k1)2=64(k-1)^2=64, so k1=±8k-1=\pm8 and therefore k=9k=9 or k=7k=-7.

Tier 3 · Hard

  1. 1. Solve (x25x)25(x25x)14=0(x^2-5x)^2-5(x^2-5x)-14=0, giving exact answers.[6 marks]

    Answer

    • x=5±532x=\dfrac{5\pm\sqrt{53}}{2}
    • x=5±172x=\dfrac{5\pm\sqrt{17}}{2}

    Method: Let u=x25xu=x^2-5x. Then u25u14=0u^2-5u-14=0, so (u7)(u+2)=0(u-7)(u+2)=0. If u=7u=7, then x25x7=0x^2-5x-7=0, giving x=(5±53)/2x=(5\pm\sqrt{53})/2. If u=2u=-2, then x25x+2=0x^2-5x+2=0, giving x=(5±17)/2x=(5\pm\sqrt{17})/2. All four values satisfy the original equation.

2.4 · Solve simultaneous equations in two variables by elimination and by substitution, including one linear and one quadratic equation.

  • A simultaneous solution is an ordered pair satisfying every equation; graphically, solutions are intersection points.
  • Use elimination when coefficients align conveniently, or substitute an expression from the linear equation into the nonlinear equation.
  • For example, substituting y=5xy=5-x into xy=6xy=6 gives x(5x)=6x(5-x)=6, whose roots generate the two intersection pairs.
  • After finding one coordinate, substitute each possible value back separately; losing the second quadratic root or mismatching coordinates are common errors.

Tier 1 · Easy

  1. 1. Solve x+y=9x+y=9 and xy=1x-y=1 simultaneously.[2 marks]

    Answer

    • x=5x=5, y=4y=4

    Method: Add the equations to eliminate yy: 2x=102x=10, so x=5x=5. Substitution into x+y=9x+y=9 gives y=4y=4.

Tier 2 · Standard

  1. 1. Find every solution of y=x+1y=x+1 and x2+y2=25x^2+y^2=25.[4 marks]

    Answer

    • (x,y)=(3,4)(x,y)=(3,4) or (4,3)(-4,-3)

    Method: Substitute y=x+1y=x+1: x2+(x+1)2=25x^2+(x+1)^2=25, so 2x2+2x24=02x^2+2x-24=0. Dividing by 22 gives (x+4)(x3)=0(x+4)(x-3)=0, hence x=3x=3 or x=4x=-4. Using y=x+1y=x+1 gives the pairs (3,4)(3,4) and (4,3)(-4,-3).

Tier 3 · Hard

  1. 1. Solve the system x+2y=7x+2y=7 and x2+y2=13x^2+y^2=13.[5 marks]

    Answer

    • (x,y)=(3,2)(x,y)=(3,2) or (15,185)\left(-\dfrac15,\dfrac{18}{5}\right)

    Method: From the line, x=72yx=7-2y. Substitution gives (72y)2+y2=13(7-2y)^2+y^2=13, so 5y228y+36=05y^2-28y+36=0. The discriminant is 6464, hence y=(28±8)/10y=(28\pm8)/10, giving y=2y=2 or y=18/5y=18/5. Then x=72yx=7-2y gives x=3x=3 or x=1/5x=-1/5 respectively.

2.5 · Solve linear and quadratic inequalities in one variable and interpret them graphically, including with brackets and fractions; express solutions using 'and'/'or' or set notation; represent linear and quadratic inequalities graphically.

  • An inequality solution is a set of values; endpoints are included for \leq or \geq and excluded for << or >>.
  • For a quadratic or rational inequality, locate every zero and undefined value, then use a sign diagram or graph on the resulting intervals.
  • For example, (x2)(x+3)<0(x-2)(x+3)<0 between its roots, so 3<x<2-3<x<2.
  • Multiplying by an expression of unknown sign can reverse the inequality unpredictably; bring a fractional inequality to one side and analyse signs instead.

Tier 1 · Easy

  1. 1. Solve 52x<115-2x<11.[2 marks]

    Answer

    • x>3x>-3

    Method: Subtract 55 to obtain 2x<6-2x<6. Dividing by the negative number 2-2 reverses the inequality, giving x>3x>-3.

Tier 2 · Standard

  1. 1. Solve (x4)(x+1)0(x-4)(x+1)\leq0.[3 marks]

    Answer

    • 1x4-1\leq x\leq4

    Method: The boundary values are x=1x=-1 and x=4x=4. The upward-opening quadratic is non-positive between these roots, and equality includes both endpoints. Therefore 1x4-1\leq x\leq4.

Tier 3 · Hard

  1. 1. Solve x+2x3>2\dfrac{x+2}{x-3}>2 and give the result in set notation.[4 marks]

    Answer

    • {xR:3<x<8}\{x\in\mathbb R:3<x<8\}

    Method: Move everything to one side: x+2x32=8xx3>0\dfrac{x+2}{x-3}-2=\dfrac{8-x}{x-3}>0. The critical values are 33, where the expression is undefined, and 88, where it is zero. A sign check shows the fraction is positive only for 3<x<83<x<8. Both endpoints are excluded, so the set is {xR:3<x<8}\{x\in\mathbb R:3<x<8\}.

2.6 · Manipulate polynomials algebraically, including expanding brackets, collecting like terms, factorisation and simple algebraic division; use the factor theorem; simplify rational expressions by factorising, cancelling and algebraic division.

  • Polynomial manipulation uses expansion, collection and factorisation while preserving equality; choose the form that exposes the required structure.
  • The factor theorem states that xax-a is a factor of f(x)f(x) exactly when f(a)=0f(a)=0; after finding a factor, divide to obtain the remaining polynomial.
  • For example, f(2)=0f(2)=0 for f(x)=x33x24x+12f(x)=x^3-3x^2-4x+12, and division by x2x-2 gives x2x6x^2-x-6.
  • Cancel factors, not separate terms, in rational expressions, and retain exclusions from the original denominator even when a factor cancels.

Tier 1 · Easy

  1. 1. Factorise x29x+20x^2-9x+20 completely.[2 marks]

    Answer

    • (x4)(x5)(x-4)(x-5)

    Method: Find two numbers with product 2020 and sum 9-9: they are 4-4 and 5-5. Therefore x29x+20=(x4)(x5)x^2-9x+20=(x-4)(x-5).

Tier 2 · Standard

  1. 1. Use the factor theorem to factorise x34x2+x+6x^3-4x^2+x+6 fully.[4 marks]

    Answer

    • (x2)(x3)(x+1)(x-2)(x-3)(x+1)

    Method: Let f(x)=x34x2+x+6f(x)=x^3-4x^2+x+6. Since f(2)=816+2+6=0f(2)=8-16+2+6=0, x2x-2 is a factor. Division gives x22x3x^2-2x-3, which factorises as (x3)(x+1)(x-3)(x+1). Hence f(x)=(x2)(x3)(x+1)f(x)=(x-2)(x-3)(x+1).

Tier 3 · Hard

  1. 1. Simplify x34x2+x+6x24x+4\dfrac{x^3-4x^2+x+6}{x^2-4x+4} as far as possible, then use algebraic division. State any excluded value.[5 marks]

    Answer

    • x3x2x-\dfrac{3}{x-2}
    • x2x\ne2

    Method: Factor the numerator as (x2)(x3)(x+1)(x-2)(x-3)(x+1) and the denominator as (x2)2(x-2)^2. Cancelling one factor gives (x22x3)/(x2)(x^2-2x-3)/(x-2), while the original expression still requires x2x\ne2. Division gives x22x3=x(x2)3x^2-2x-3=x(x-2)-3, so the simplified form is x3/(x2)x-3/(x-2).

2.7 · Understand and use graphs of functions; sketch curves including polynomials, the modulus of a linear function, y = a/x and y = a/x² with asymptotes; use graph intersections to solve equations; understand proportional relationships.

  • A useful sketch records intercepts, turning points, end behaviour, symmetry and asymptotes rather than relying on a table of isolated points.
  • For y=a/xy=a/x the coordinate axes are asymptotes and the relation is inverse proportionality; y=a/x2y=a/x^2 is inverse-square, symmetric about the yy-axis and has the same sign as aa.
  • An equation f(x)=g(x)f(x)=g(x) is solved graphically at the xx-coordinates where the two graphs intersect; modulus reflects negative outputs above the xx-axis.
  • Do not draw a reciprocal curve crossing an asymptote, and distinguish direct proportionality y=kxy=kx from a relation that merely has positive correlation.

Tier 1 · Easy

  1. 1. For the curve y=6xy=-\dfrac{6}{x}, state both asymptotes and the two quadrants containing its branches.[2 marks]

    Answer

    • Asymptotes x=0x=0 and y=0y=0; branches in quadrants II and IV.

    Method: The reciprocal form has the coordinate axes as asymptotes. Since 6/x-6/x is negative for x>0x>0 and positive for x<0x<0, its branches lie in quadrants IV and II respectively.

Tier 2 · Standard

  1. 1. Find the intersection values of xx for the graphs y=2x3y=|2x-3| and y=x+4y=x+4.[4 marks]

    Answer

    • x=7x=7 or x=13x=-\dfrac13

    Method: For x3/2x\geq3/2, solve 2x3=x+42x-3=x+4, giving x=7x=7. For x<3/2x<3/2, solve (2x3)=x+4-(2x-3)=x+4, so 2x+3=x+4-2x+3=x+4 and x=1/3x=-1/3. Each value lies in its required branch, so both are intersections.

Tier 3 · Hard

  1. 1. The curves y=4xy=\dfrac4x and y=x+3y=x+3 meet twice. Determine the exact coordinates of both intersections.[4 marks]

    Answer

    • (1,4)(1,4) and (4,1)(-4,-1)

    Method: At an intersection, 4/x=x+34/x=x+3. Since x0x\ne0, multiply by xx to get x2+3x4=0x^2+3x-4=0. Factorising gives (x1)(x+4)=0(x-1)(x+4)=0, so x=1x=1 or x=4x=-4. Substitution into y=x+3y=x+3 gives y=4y=4 or y=1y=-1.

2.8 · Understand and use composite functions; inverse functions and their graphs.

  • The composite fg(x)fg(x) means f(g(x))f(g(x)): apply the right-hand function first and keep its whole output inside the outer function.
  • To find an inverse, write y=f(x)y=f(x), rearrange for xx, then exchange the variable labels; a restricted domain may be needed to make ff one-to-one.
  • A function and its inverse have graphs reflected in y=xy=x, with domain and range interchanged.
  • In general fggffg\ne gf; for inverse quadratics, use the stated domain to choose the correct square-root branch.

Tier 1 · Easy

  1. 1. Let f(x)=3x1f(x)=3x-1 and g(x)=x2+2g(x)=x^2+2. Calculate fg(2)fg(2).[2 marks]

    Answer

    • 1717

    Method: Apply gg first: g(2)=22+2=6g(2)=2^2+2=6. Then f(6)=3(6)1=17f(6)=3(6)-1=17.

Tier 2 · Standard

  1. 1. For f(x)=3x+2x1f(x)=\dfrac{3x+2}{x-1}, find f1(x)f^{-1}(x) and state its domain.[4 marks]

    Answer

    • f1(x)=x+2x3f^{-1}(x)=\dfrac{x+2}{x-3}
    • Domain: x3x\ne3

    Method: Let y=(3x+2)/(x1)y=(3x+2)/(x-1). Then yxy=3x+2yx-y=3x+2, so x(y3)=y+2x(y-3)=y+2 and x=(y+2)/(y3)x=(y+2)/(y-3). Exchanging the labels gives f1(x)=(x+2)/(x3)f^{-1}(x)=(x+2)/(x-3). The inverse denominator requires x3x\ne3.

Tier 3 · Hard

  1. 1. The function f(x)=(x3)2+1f(x)=(x-3)^2+1 has domain x3x\geq3. Find f1(x)f^{-1}(x), state its domain, and solve f1(2x+1)=x+3f^{-1}(2x+1)=x+3.[6 marks]

    Answer

    • f1(x)=3+x1f^{-1}(x)=3+\sqrt{x-1} with domain x1x\geq1
    • x=0x=0 or x=2x=2

    Method: From y=(x3)2+1y=(x-3)^2+1 and x3x\geq3, take the positive root: x=3+y1x=3+\sqrt{y-1}. Thus f1(x)=3+x1f^{-1}(x)=3+\sqrt{x-1}, whose domain is x1x\geq1. The equation becomes 3+2x=x+33+\sqrt{2x}=x+3, so 2x=x\sqrt{2x}=x with x0x\geq0. Squaring gives x2=2xx^2=2x, hence x=0x=0 or x=2x=2; both satisfy the unsquared equation.

2.9 · Understand the effect of simple transformations on the graph of y = f(x), including sketching associated graphs: y = af(x), y = f(x) + a, y = f(x + a), y = f(ax) and combinations of these transformations.

  • Transformations outside ff act on output coordinates: y=af(x)y=af(x) scales vertically by factor a|a| and reflects in the xx-axis when a<0a<0.
  • Transformations inside ff act oppositely on inputs: f(x+a)f(x+a) moves left by aa, while f(ax)f(ax) scales horizontally by factor 1/a1/|a| and may reflect in the yy-axis.
  • For example, a point (u,v)(u,v) on y=f(x)y=f(x) maps to (u/2,v+3)(u/2,v+3) on y=f(2x)+3y=f(2x)+3.
  • Apply combined transformations to coordinates or rewrite the complete formula; describing f(x+a)f(x+a) as a shift right is the standard sign error.

Tier 1 · Easy

  1. 1. Describe fully the transformation from y=f(x)y=f(x) to y=f(x4)+2y=f(x-4)+2.[2 marks]

    Answer

    • Translation by vector (42)\begin{pmatrix}4\\2\end{pmatrix}.

    Method: Replacing xx by x4x-4 moves the graph 44 units right, and adding 22 moves it 22 units up. Together this is translation by (42)\begin{pmatrix}4\\2\end{pmatrix}.

Tier 2 · Standard

  1. 1. The point (6,1)(6,-1) lies on y=f(x)y=f(x). Find the corresponding point on y=2f(3x)+1y=-2f(3x)+1.[3 marks]

    Answer

    • (2,3)(2,3)

    Method: For the transformed input to equal 66, set 3x=63x=6, giving x=2x=2. The transformed output is 2(1)+1=3-2(-1)+1=3, so the corresponding point is (2,3)(2,3).

Tier 3 · Hard

  1. 1. Let f(x)=x24x+1f(x)=x^2-4x+1. For g(x)=f(2x+2)+4g(x)=-f(2x+2)+4, find the turning point and both xx-intercepts, then state whether it is a maximum or minimum.[5 marks]

    Answer

    • Turning point (0,7)(0,7), a maximum
    • xx-intercepts (72,0)\left(-\dfrac{\sqrt7}{2},0\right) and (72,0)\left(\dfrac{\sqrt7}{2},0\right)

    Method: First write f(u)=(u2)23f(u)=(u-2)^2-3. With u=2x+2u=2x+2, f(2x+2)=(2x)23=4x23f(2x+2)=(2x)^2-3=4x^2-3, so g(x)=(4x23)+4=74x2g(x)=-(4x^2-3)+4=7-4x^2. Its turning point is (0,7)(0,7) and the negative x2x^2 coefficient makes it a maximum. Setting 74x2=07-4x^2=0 gives x=±7/2x=\pm\sqrt7/2.

2.10 · Decompose rational functions into partial fractions (denominators not more complicated than squared linear terms and with no more than 3 terms, numerators constant or linear).

  • Factor the denominator first and assign one partial-fraction term to each linear factor.
  • A repeated factor needs a term for every power: (xa)2(x-a)^2 requires A/(xa)+B/(xa)2A/(x-a)+B/(x-a)^2.
  • After multiplying through by the common denominator, substitute convenient roots or compare coefficients to determine the constants.
  • If the numerator degree is at least the denominator degree, divide first; omitting a repeated-factor term produces an identity that cannot hold.

Tier 1 · Easy

  1. 1. Express 7(x+1)(x+2)\dfrac7{(x+1)(x+2)} as partial fractions.[3 marks]

    Answer

    • 7x+17x+2\dfrac7{x+1}-\dfrac7{x+2}

    Method: Write 7/((x+1)(x+2))=A/(x+1)+B/(x+2)7/((x+1)(x+2))=A/(x+1)+B/(x+2). Then 7=A(x+2)+B(x+1)7=A(x+2)+B(x+1). Setting x=1x=-1 gives A=7A=7, while x=2x=-2 gives B=7B=-7.

Tier 2 · Standard

  1. 1. Decompose 5x+1(x1)(x+2)\dfrac{5x+1}{(x-1)(x+2)} into partial fractions.[4 marks]

    Answer

    • 2x1+3x+2\dfrac2{x-1}+\dfrac3{x+2}

    Method: Let (5x+1)/((x1)(x+2))=A/(x1)+B/(x+2)(5x+1)/((x-1)(x+2))=A/(x-1)+B/(x+2). Hence 5x+1=A(x+2)+B(x1)5x+1=A(x+2)+B(x-1). Substituting x=1x=1 gives 6=3A6=3A, so A=2A=2. Substituting x=2x=-2 gives 9=3B-9=-3B, so B=3B=3.

Tier 3 · Hard

  1. 1. Express 5x+1(x1)2(x+2)\dfrac{5x+1}{(x-1)^2(x+2)} as three partial-fraction terms.[5 marks]

    Answer

    • 1x1+2(x1)21x+2\dfrac1{x-1}+\dfrac2{(x-1)^2}-\dfrac1{x+2}

    Method: Set the expression equal to A/(x1)+B/(x1)2+C/(x+2)A/(x-1)+B/(x-1)^2+C/(x+2). Multiplying through gives 5x+1=A(x1)(x+2)+B(x+2)+C(x1)25x+1=A(x-1)(x+2)+B(x+2)+C(x-1)^2. With x=1x=1, 6=3B6=3B, so B=2B=2; with x=2x=-2, 9=9C-9=9C, so C=1C=-1. Comparing the x2x^2 coefficients gives A+C=0A+C=0, hence A=1A=1.

2.11 · Use of functions in modelling, including consideration of limitations and refinements of the models.

  • A function model links clearly defined variables over a stated domain; parameters should have units or contextual meaning where possible.
  • Use the given data to determine parameters, then calculate with the model and interpret the result in context with appropriate rounding.
  • For example, in P(t)=P0rtP(t)=P_0r^t, P0P_0 is the value at t=0t=0 and rr is the multiplier per time interval.
  • A model is an approximation: check whether extrapolation, a fixed growth rate, ignored constraints or measurement variation makes a prediction unreliable, and suggest a refinement tied to that weakness.

Tier 1 · Easy

  1. 1. A colony is modelled by P(t)=120(1.08)tP(t)=120(1.08)^t, where tt is measured in days. Estimate the number of organisms after 33 days.[2 marks]

    Answer

    • 151151 organisms

    Method: Substitute t=3t=3: P(3)=120(1.08)3=151.16544P(3)=120(1.08)^3=151.16544. Since the output counts organisms, round to the nearest whole number to obtain 151151.

Tier 2 · Standard

  1. 1. A cooling model is T(t)=18+62e0.15tT(t)=18+62e^{-0.15t}, where TT is in degrees Celsius and tt is in minutes. Find the first whole minute for which the model gives T<30T<30, and state one limitation.[5 marks]

    Answer

    • 1111 minutes
    • For example, the model assumes a constant surrounding temperature of 1818 degrees Celsius.

    Method: Solve 18+62e0.15t<3018+62e^{-0.15t}<30. This gives e0.15t<6/31e^{-0.15t}<6/31, so t>ln(6/31)/0.15=10.95t>-\ln(6/31)/0.15=10.95\ldots. The first whole minute is therefore 1111. One limitation is that the fixed ambient temperature may not remain exactly 1818 degrees Celsius.

Tier 3 · Hard

  1. 1. The cross-section of a greenhouse roof is modelled by h(x)=kx(30x)h(x)=kx(30-x) for 0x300\leq x\leq30, with distances in metres. The point (5,10)(5,10) lies on the model. Find kk, the maximum modelled height, and the horizontal width over which h(x)12h(x)\geq12. Give one limitation of the model.[7 marks]

    Answer

    • k=0.08k=0.08
    • Maximum height 1818 m
    • Width 10310\sqrt3 m
    • For example, a real roof cross-section may not be exactly parabolic.

    Method: Using (5,10)(5,10) gives 10=k(5)(25)10=k(5)(25), so k=0.08k=0.08. The quadratic is symmetric about x=15x=15, where h(15)=0.08(15)(15)=18h(15)=0.08(15)(15)=18. For h(x)12h(x)\geq12, solve 0.08x(30x)120.08x(30-x)\geq12, equivalent to x230x+1500x^2-30x+150\leq0. The roots are 15±5315\pm5\sqrt3, so the allowed interval has width (15+53)(1553)=103(15+5\sqrt3)-(15-5\sqrt3)=10\sqrt3 metres. The exact-parabola assumption is a limitation because manufactured or loaded roofs may have a different profile.