Worksheet: Ratio, proportion and rates of change (hard)
MathsUKwww.geekhero.co.uk
- 1.The cost of manufacturing a spherical container is proportional to the cube of its radius. A container of radius 3 cm costs £54 to manufacture. Construct the equation connecting cost C and radius r, then work out the cost of a container of radius 5 cm.
- 2.A curve has equation y = 2x² + 5. Work out an estimate for the gradient of the curve at x = 3, using a chord between the points where x = 2 and x = 4.y = 2x² + 5
- 3.The strength of a radio signal, in units, is inversely proportional to the square of the distance from the transmitter, in km. At a distance of 2 km the signal strength is 20 units. Construct the equation connecting signal strength S and distance d, then work out the distance at which the signal strength is 5 units.
- 4.A curve has equation y = x² + 2x. Work out the average rate of change of y with respect to x over the interval from x = 1 to x = 4.y = x² + 2x
- 5.y is directly proportional to √x. When x = 4, y = 8. Construct the equation connecting x and y, then work out the value of y when x = 9.
- 6.The depth of water in a tank, in cm, is recorded every 10 seconds: at t = 10, depth = 32; at t = 20, depth = 45; at t = 30, depth = 56. Use the most appropriate chord from these readings to estimate the instantaneous rate of change of depth at t = 20.
- 7.A process is modelled by the recurrence P_{n+1} = 0.6P_n + 40. As n increases, P_n approaches a long-run value L, which satisfies L = 0.6L + 40. Solve this equation to find L.
- 8.A cyclist's speed, in metres per second, is plotted against time, in seconds, since she sets off. Which statement correctly pairs the gradient of a tangent to this graph, and the area between the graph and the time-axis, with what each one represents?
- 9.A sequence is defined by the iterative rule x_{n+1} = 0.8x_n + 50, with x_0 = 200. Work out x_2, the value of the sequence after two iterations.
- 10.y is inversely proportional to x². When x = 2, y = 8. Construct the equation connecting x and y, then work out the value of y when x = 4.
- 11.The volume of fuel remaining in a storage tank, in thousands of litres, is plotted against time, in hours, since a leak was detected. A tangent to the graph at t = 2 hours has gradient −8.75 thousand litres per hour. A tangent at t = 8 hours has gradient −3.5 thousand litres per hour. Work out by what factor the instantaneous rate of change is greater in size at t = 2 hours than at t = 8 hours.
- 12.A trust fund contains £8000. Each year, 5% interest is added, and then £600 is paid out to a charity. Work out the amount remaining in the fund after 2 years.
- 13.A savings account starts with £500. Each year, 4% interest is added, and then £30 is withdrawn from the account. Which recurrence correctly models the balance, £S_n, after n years, with S_0 = 500?
- 14.A loan of £3000 has interest added at 2% each month, and then a fixed repayment of £200 is made. This is modelled by the recurrence B_{n+1} = 1.02B_n − 200, where B_n is the balance after n months and B_0 = 3000. Work out the balance after 2 months.
- 15.The cost, in pounds, of hiring a minibus is modelled against the number of passengers booked. A tangent to the cost graph at 20 passengers passes through the points (16, 184) and (24, 216). Work out the instantaneous rate at which the cost increases with each extra passenger, at 20 passengers.
Answer key
- (b) £250 — Since cost is proportional to the cube of the radius, C = kr³. Using r = 3, C = 54: 3³ = 27, so 54 = k × 27, giving k = 54 ÷ 27 = 2. The equation is C = 2r³. When r = 5: 5³ = 125, so C = 2 × 125 = 250. Treating the relationship as proportional to r² instead of r³ gives k = 54 ÷ 9 = 6 and then C = 6 × 25 = 150, which models area scaling, not volume scaling. Treating it as proportional to r itself gives k = 54 ÷ 3 = 18 and then C = 18 × 5 = 90. Finding k correctly from the cube but then multiplying it by the radius instead of by the cube of the radius gives 2 × 5 = 10, which applies the right constant to the wrong power of r. The cost of a container of radius 5 cm is £250.
- (d) 12 — First find the y-values at the two ends of the chord. At x = 2, y = 2 × 2² + 5 = 2 × 4 + 5 = 8 + 5 = 13. At x = 4, y = 2 × 4² + 5 = 2 × 16 + 5 = 32 + 5 = 37. The gradient of the chord is the change in y divided by the change in x: 37 − 13 = 24, then 24 ÷ (4 − 2) = 24 ÷ 2 = 12. Stopping after finding the change in y and not dividing by the change in x gives 24, which is not a gradient at all. Inverting the fraction, change in x divided by change in y, gives 2 ÷ 24 ≈ 0.08. Averaging the two y-values instead of finding the change between them gives (13 + 37) ÷ 2 = 50 ÷ 2 = 25. A gradient is always change in y over change in x — never the other way round, and never a single y-value.
- (c) 4 km — Since signal strength is inversely proportional to the square of the distance, S = k/d². Using d = 2, S = 20: 2² = 4, so 20 = k ÷ 4, giving k = 20 × 4 = 80. The equation is S = 80/d². When S = 5: d² = 80 ÷ 5 = 16, so d = 4 (taking the positive root, since distance cannot be negative). Stopping at d² = 16 without taking the square root leaves 16, the square of the distance, not the distance itself. Treating the relationship as inversely proportional to distance itself, rather than to its square, gives k = 20 × 2 = 40 and then d = 40 ÷ 5 = 8, a different relationship. Multiplying by S instead of dividing by it when isolating d² gives d² = 80 × 5 = 400 and d = 20, the wrong operation. The distance at which the signal strength is 5 units is 4 km.
- (a) 7 — The average rate of change of y with respect to x over an interval is the change in y divided by the change in x between its two endpoints — the gradient of the chord joining them, not a rate at a single point. At x = 1: 2 × 1 = 2, so y = 1 + 2 = 3. At x = 4: 2 × 4 = 8, so y = 16 + 8 = 24. The change in y is 24 − 3 = 21 and the change in x is 4 − 1 = 3, so the average rate of change is 21 ÷ 3 = 7. Reporting the change in y, 21, on its own is not a rate of change, because it has not been divided by the 3 units of x over which it happened. Reporting 3 is not a rate either — 3 is the width of the interval, and also the value of y at x = 1, and neither of those measures how fast y is changing. Subtracting in the wrong order gives −21 ÷ 3 = −7, the wrong sign. The average rate of change of y with respect to x over the interval is 7.
- (b) 12 — Since y is directly proportional to √x, y = k√x. Using x = 4, y = 8: √4 = 2, so 8 = k × 2, giving k = 8 ÷ 2 = 4. The equation is y = 4√x. When x = 9: √9 = 3, so y = 4 × 3 = 12. Treating the relationship as if y were proportional to x itself, rather than to √x, gives k = 8 ÷ 4 = 2 and then y = 2 × 9 = 18, which is a different relationship. Multiplying k by the new x-value instead of by its square root gives y = 4 × 9 = 36, skipping the square root altogether. Reporting √9 on its own, without multiplying by k, gives only 3, not the value of y. When x = 9, y = 12.
- (c) 1.2 cm/s — To estimate an instantaneous rate of change at a point from a table of readings, use the chord that spans the point symmetrically — equal steps either side — because the over-estimate on one side and the under-estimate on the other largely cancel. Here that is the chord from t = 10 to t = 30. The change in depth is 56 − 32 = 24 and the change in time is 30 − 10 = 20, so the estimate is 24 ÷ 20 = 1.2 cm/s. The one-sided chord from t = 20 to t = 30 gives (56 − 45) ÷ (30 − 20) = 11 ÷ 10 = 1.1 cm/s, which estimates the rate somewhere between t = 20 and t = 30 rather than at t = 20 itself. Dividing the 20-second change in depth by the 10-second gap between consecutive readings gives 24 ÷ 10 = 2.4, mixing the change from one interval with the time from another. Reporting the change in depth, 24, on its own is not a rate at all, because it has not been divided by a time. The best estimate of the instantaneous rate of change of depth at t = 20 is 1.2 cm/s.
- (d) 100 — Rearrange L = 0.6L + 40 by collecting the L terms on one side: L − 0.6L = 40, which gives 0.4L = 40, then L = 40 ÷ 0.4 = 100. Subtracting the other way round, 0.6L − L = 40, gives −0.4L = 40, then L = 40 ÷ (−0.4) = −100 — a sign error that flips the answer negative even though a long-run value here must be positive. Ignoring the 0.6L term completely and solving L = 40 directly gives 40, which throws away the recurrence's own multiplier. Dividing 40 by 0.6 instead of by the correct coefficient 0.4 gives 40 ÷ 0.6 ≈ 66.7, a slip that comes from dividing by the coefficient of L on the RIGHT of the original equation rather than by what is left once the L terms are collected on one side. Always collect the L terms first, then divide by whatever coefficient of L remains.
- (d) Gradient = acceleration; area = distance travelled. — Method: on a speed–time graph, the gradient of the graph at an instant is the rate of change of speed with time, which is acceleration; the area between the graph and the time-axis over an interval is the total distance covered in that interval, because it accumulates speed × time. Working: gradient = acceleration and area = distance travelled is the correct pairing. Swapping the two quantities completely, gradient = distance travelled and area = acceleration, is the reverse of what each actually measures. Keeping gradient = acceleration correct but then also claiming area = acceleration too is wrong because the area is a different physical quantity, distance, not a second way of finding the same rate. Claiming the gradient itself gives the speed confuses the RATE OF CHANGE of the plotted quantity with the plotted quantity itself — the gradient is how fast the speed is changing, not the speed. On any rate graph, the gradient of the graph is always the RATE at that instant, and the area under the graph is always the TOTAL AMOUNT accumulated — keep straight which of the two questions each one answers.
- (d) 218 — The rule x_{n+1} = 0.8x_n + 50 must be applied once for each step, using the result of the previous step every time — not the same starting value repeated. Starting from x_0 = 200: 0.8 × 200 = 160, so x_1 = 160 + 50 = 210. Then 0.8 × 210 = 168, so x_2 = 168 + 50 = 218. Stopping after one iteration leaves x_1 = 210, not x_2. Applying only the multiplier twice without adding 50 at each step uses 0.8² = 0.64, and 0.64 × 200 = 128, which drops the 50 completely. Adding 50 twice at the end instead of once per step, 128 + 100 = 228, still does not reproduce the actual recurrence, because the 50 added at the first step is itself multiplied by 0.8 at the second step. After two iterations, x_2 = 218.
- (a) 2 — Since y is inversely proportional to x², y = k/x². Using x = 2, y = 8: 2² = 4, so 8 = k ÷ 4, giving k = 8 × 4 = 32. The equation is y = 32/x². When x = 4: 4² = 16, so y = 32 ÷ 16 = 2. Treating the relationship as inversely proportional to x itself, rather than to x², gives k = 8 × 2 = 16 and then y = 16 ÷ 4 = 4, a different relationship. Using x instead of x² in the new calculation gives y = 32 ÷ 4 = 8, skipping the square. Multiplying by x² instead of dividing by it gives y = 32 × 16 = 512, the wrong operation for an inverse relationship. When x = 4, y = 2.
- (a) 2.5 — Method: the factor by which the SIZE of one rate is greater than the size of another is found by dividing the larger magnitude by the smaller magnitude, ignoring their signs, so here the two magnitudes to work with are 8.75 and 3.5. Working: 8.75 ÷ 3.5 = 2.5, so the size of the instantaneous rate of change at t = 2 hours was 2.5 times the size of the instantaneous rate of change at t = 8 hours. Subtracting the two magnitudes, 8.75 − 3.5 = 5.25, gives how many thousand litres per hour greater one rate is than the other, not how many times greater — that is a difference, not a factor. Dividing the magnitudes the wrong way round, 3.5 ÷ 8.75 = 0.4, gives the factor by which the rate at t = 8 hours is smaller than at t = 2 hours, the reciprocal of what was asked for. Adding the magnitudes, 8.75 + 3.5 = 12.25, combines the two rates instead of comparing them, and does not answer a 'by what factor' question at all. A question that asks 'by what factor' is always answered by a division, in the order the question states it — check which rate is on top before you divide.
- (c) £7590 — Apply interest, then subtract the payment, once for each year. Year 1: 8000 × 1.05 = 8400, then 8400 − 600 = 7800. Year 2: 7800 × 1.05 = 8190, then 8190 − 600 = 7590, so £7590 remains after 2 years. Forgetting the payments altogether and only compounding the interest gives 8000 × 1.05 = 8400, then 8400 × 1.05 = 8820 — this ignores that £600 leaves the fund every year. Subtracting the £600 BEFORE adding interest each year, instead of after, gives (8000 − 600) × 1.05 = 7770, then (7770 − 600) × 1.05 = 7528.50, which changes the order the two operations happen in and so changes the amount that earns interest each year. Subtracting the two payments as one lump sum of £1200 at the very end, from the no-withdrawal total 8820 − 1200 = 7620, ignores that the first £600 withdrawal also stops earning interest during the second year. Always apply interest, then the withdrawal, in that order, once for every single year.
- (a) S_{n+1} = 1.04S_n − 30 — Adding 4% interest multiplies the balance by 1 + 0.04 = 1.04. Withdrawing £30 afterwards subtracts a fixed 30, giving S_{n+1} = 1.04S_n − 30. Writing +30 instead of −30 mistakes a withdrawal for a deposit — the £30 leaves the account, so it must be subtracted. Writing 0.96 instead of 1.04 treats the 4% as a decrease rather than an increase, as if the interest were shrinking the balance instead of growing it. Writing 1.4 instead of 1.04 turns 4% into 40%, a common slip when converting a percentage to a multiplier — 4% as a decimal is 0.04, so the multiplier is 1.04, not 1.4. Always convert the percentage to a decimal first, then add 1 for growth or subtract from 1 for decay, before applying any fixed amount that is added or removed.
- (c) £2717.20 — The recurrence B_{n+1} = 1.02B_n − 200 must be applied once for each month, using the previous month's balance each time. Starting from B_0 = 3000: 3000 × 1.02 = 3060, so B_1 = 3060 − 200 = 2860. Then 2860 × 1.02 = 2917.2, so B_2 = 2917.2 − 200 = 2717.2. Stopping after one month leaves B_1 = £2860.00, not the balance after two months. Applying two months of interest together, 1.02² = 1.0404, and 3000 × 1.0404 = 3121.2, and then subtracting 400 in one go, 3121.2 − 400 = 2721.2, does not reproduce the recurrence, because the second month's interest should be earned on the balance after the first repayment, not on the original £3000. Subtracting £200 twice from B_1 without adding a second month of interest, 2860 − 200 = 2660, drops the interest for the second month altogether. The balance after 2 months is £2717.20.
- (d) £4 — The gradient of the tangent gives the instantaneous rate of change of cost with respect to the number of passengers, in pounds per passenger. The tangent passes through (16, 184) and (24, 216), so the change in cost is 216 − 184 = 32 and the change in passengers is 24 − 16 = 8. The gradient is 32 ÷ 8 = 4. Stopping after finding the change in cost, without dividing by the change in passengers, leaves 32, not a rate. Adding the two changes instead of dividing gives 32 + 8 = 40, which is not a rate either. Reading off only the change in passengers, 8, is not a rate at all — a rate needs the change in cost as well. The instantaneous rate is £4 per extra passenger.