A Two-Band Electricity Tariff: The Rate Above the Band That Leaves No Jump
A power company charges $0.28 for each unit of electricity used, up to 200 units in a month. When more than 200 units are used the whole bill is C(x) = ax + 12 dollars, where x is the number of units used. (a) Find the value of a for which the bill is continuous at x = 200. (b) Using that value of a, find the bill for a month in which 350 units are used.
The bill is a function of the number of units, written in two pieces that meet at 200 units. Continuity at the join means the value the first piece reaches and the value the second piece starts from are the same number, and that one equation fixes the rate.
- Below the join the first rule applies, so C(x) = 0.28x for 0 ≤ x ≤ 200. The limit from the left is limx → 200− C(x) = 0.28 × 200 = 56, that is $56.
- Above the join the second rule applies, so the limit from the right is limx → 200+ C(x) = a × 200 + 12 = 200a + 12 dollars.
- Continuity at 200 units means the two one-sided limits agree with each other and with the value there, so 200a + 12 = 56.
- Subtract 12 from both sides to get 200a = 44, then divide both sides by 200. (a) a = 0.22, so the rate above the band is $0.22 for each unit.
- (b) A month of 350 units uses the second rule: C(350) = 0.22 × 350 + 12 = 77 + 12 = $89. Check: at 200 units the second rule gives 0.22 × 200 + 12 = $56, the same as the first rule, so the graph has no break.
answer(a) a = 0.22; (b) $89
techniqueContinuity at a Point
Common pitfalls
- Setting a × 200 = 56 and leaving the standing charge of $12 out of the equation. Continuity compares the whole bill on each side of the join, not only the part of it that varies with the units.
- Charging the second rate on the units above 200 only, as a stepped tariff does. The second rule here is written for the whole bill, so its x is the total number of units.
A Workshop Heater That Ramps Down: Continuity at Two Joins, and the Gradient on Each Side of One
A workshop heater is set by the outside temperature. When the outside temperature is x degrees Celsius the heater's power is P(x) = 12 kW for x ≤ 5, P(x) = 12 − 0.8(x − 5) kW for 5 < x < 20, and P(x) = 0 kW for x ≥ 20. (a) Show that P is continuous at x = 5 and at x = 20, and state the power at each join. (b) Find the gradient of the graph just below and just above x = 5, and say what that tells you about the graph there.
Continuity at a join asks three things of one point: the value there, the limit from the left and the limit from the right must all be the same number. The gradient is a separate question, and the two answers need not agree.
- At the first join the left rule gives the value and the limit from the left: P(5) = 12 and limx → 5− P(x) = 12, because that rule is the constant 12.
- The limit from the right uses the middle rule: limx → 5+ P(x) = 12 − 0.8(5 − 5) = 12. The value and both one-sided limits are 12, so P is continuous at x = 5.
- At the second join the middle rule gives limx → 20− P(x) = 12 − 0.8 × 15 = 12 − 12 = 0, and the last rule gives P(20) = 0 and limx → 20+ P(x) = 0. (a) So P is continuous at both joins, at 12 kW and at 0 kW.
- For part (b), the first rule is a constant, so the gradient just below x = 5 is 0. The middle rule is 12 − 0.8(x − 5), a straight line of gradient −0.8, so the gradient just above x = 5 is −0.8 kW for each degree.
- (b) The gradient changes from 0 to −0.8 at the join, so the graph turns a corner at x = 5. The power itself does not change there, so the heater is continuous at x = 5 and not smooth: continuity asks that the graph have no break, not that it have no corner.
answer(a) P is continuous at both joins: the power is 12 kW at x = 5 and 0 kW at x = 20; (b) the gradient is 0 just below x = 5 and −0.8 kW for each degree just above, so the graph has a corner there and is continuous but not smooth
techniqueContinuity at a Point
Common pitfalls
- Reading the corner at x = 5 as a break and calling P discontinuous there. A corner is a change of gradient; a discontinuity is a change of value, and the value does not change at this join.
- Using the middle rule at x = 20 on both sides, or the last rule at x = 5. Each one-sided limit must be taken with the rule that holds on that side of the join.
A Flow Meter That Shows an Error at Two Volts: The Value Stored to Repair It
A flow meter turns a sensor reading of x volts into a flow of Q(x) = x3 − 8x − 2 liters per minute. At a reading of exactly 2 volts the meter shows an error instead of a flow. (a) Find the value that should be stored for x = 2 so that Q is continuous there. (b) Find the flow at a reading of 2.5 volts.
A discontinuity is removable when the limit at the point is a number, even though the formula has no value there. Find that limit by canceling the factor that made the bottom zero, and store it as the missing value.
- Put x = 2 into the formula: the top is 23 − 8 = 0 and the bottom is 2 − 2 = 0. The form 00 is not a number, which is why the meter has nothing to show.
- Factorize the top as a difference of two cubes: x3 − 8 = (x − 2)(x2 + 2x + 4).
- On the way to 2 the reading is near 2 and never equal to 2, so x − 2 is not zero and cancels: Q(x) = x2 + 2x + 4 for every x ≠ 2.
- That polynomial is continuous everywhere, so limx → 2 Q(x) = 22 + 2 × 2 + 4 = 12. (a) Storing 12 liters per minute for x = 2 makes the reading continuous there, so the discontinuity is removable.
- (b) At 2.5 volts, Q(2.5) = 2.52 + 2 × 2.5 + 4 = 6.25 + 5 + 4 = 15.25 liters per minute. Check against the original formula: 2.53 − 82.5 − 2 = 7.6250.5 = 15.25.
answer(a) 12 liters per minute; (b) 15.25 liters per minute
techniqueTypes of Discontinuity · Continuity at a Point
Common pitfalls
- Reading 00 as 0, or as 1, and storing that. The form says only that the canceling has not been done yet; the number it hides here is 12.
- Writing Q(2) = 12 as though the original formula gave it. The original formula has no value at 2 at all; 12 is the value chosen for the point, and the repaired function is a new function that agrees with Q everywhere else.
A Lens at Its Focal Length: The Image Distance Near the Focal Point
A thin lens has a focal length of 20 cm. An object u cm from the lens gives an image v = 20uu − 20 cm from the lens, where a negative v means the image is on the same side of the lens as the object. (a) Classify the discontinuity of v at u = 20, and explain why no value given to v at u = 20 can make it continuous there. (b) Find the object distance that gives v = 100, an image 100 cm beyond the lens.
Look at the top and the bottom of the fraction separately as the object nears the focal point. A fixed positive top over a bottom that shrinks to zero grows past every number, and a limit that is not a number cannot be matched by any value.
- As u approaches 20 from above, the top tends to 20 × 20 = 400, a fixed positive number, and the bottom u − 20 tends to 0 through positive values.
- A fixed positive number divided by a smaller and smaller positive number grows without bound: at u = 20.1 the image is 4020.1 = 4020 cm, and at u = 20.001 it is 400.020.001 = 400020 cm.
- (a) So the image distance passes every length as u → 20+. From below, the bottom tends to 0 through negative values, so v falls without bound: at u = 19.9 it is 398−0.1 = −3980 cm. The discontinuity at u = 20 is an infinite discontinuity. Continuity at a point needs the limit there to be a number equal to the value; this limit is not a number at all, so no value given to v at u = 20 can repair it. An object sitting at the focal point makes no image.
- For part (b), set the image distance to 100: 20uu − 20 = 100. Multiply both sides by u − 20, which is not zero for u ≠ 20, to get 20u = 100u − 2000.
- (b) Take 20u from both sides: 80u = 2000, so u = 25 cm. Check: 20 × 2525 − 20 = 5005 = 100 cm, and v is positive, so the image is real and beyond the lens, as the question asks.
answer(a) an infinite discontinuity: the top tends to 400 while the bottom tends to 0, so v grows without bound on each side and no value at u = 20 can be its limit; (b) u = 25 cm
techniqueTypes of Discontinuity · Continuity at a Point
Common pitfalls
- Calling the break at u = 20 removable and writing some large value there. A removable discontinuity has a limit that is a number; here the one-sided limit is not a number, so no value works.
- Multiplying through by u − 20 without saying why it is not zero. The working holds only for u ≠ 20, which is exactly the point where the formula has no value.
A Goods Lift's Floor Indicator: The Reading Either Side of a Floor
The floors of a warehouse are 3.5 m apart. A goods lift's indicator shows the floor number F(h) when the lift floor is h meters above the ground: 0 for 0 ≤ h < 3.5, then 1 for 3.5 ≤ h < 7, then 2 for 7 ≤ h < 10.5, and so on. (a) Classify the discontinuity of F at h = 7, giving both one-sided limits, the size of the jump, and the side from which F is continuous there. (b) Find the height at which the indicator first shows 4.
A step record is constant on each band, so each one-sided limit is simply the constant on that side. Where the two constants differ the record has a jump, and the value at the join tells you which side it is continuous from.
- Just below 7 m the lift is still in the band from 3.5 m to 7 m, where the indicator reads 1, so limh → 7− F(h) = 1.
- At 7 m and just above it the lift is in the next band, where the indicator reads 2, so F(7) = 2 and limh → 7+ F(h) = 2.
- (a) Both one-sided limits are numbers but they differ, so this is a jump discontinuity, of size 2 − 1 = 1 floor. The value F(7) = 2 agrees with the limit from the right, so F is continuous from the right at 7 m and not from the left.
- For part (b), every band is 3.5 m tall and the ground band shows 0, so the band showing the floor number n begins at 3.5n meters.
- (b) The indicator first shows 4 at 3.5 × 4 = 14 m. Check: at 13.9 m the reading is still 3, and it stays at 4 until 17.5 m.
answer(a) a jump discontinuity: limh → 7− F(h) = 1 and limh → 7+ F(h) = 2, a jump of 1 floor, and F is continuous from the right at 7 m; (b) 14 m
techniqueTypes of Discontinuity · Continuity at a Point
Common pitfalls
- Saying that F has no value at 7 m. It has the value 2; what it has no value for is the limit, because the two one-sided limits disagree.
- Counting the bands from 1 and answering 3.5 × 3 = 10.5 m. The ground band already shows 0, so the band showing 4 is the fifth band and begins at 3.5 × 4.
An Oven Program in Three Parts: One Join That Holds and One That Breaks
An oven program sets the temperature T(m) degrees Celsius m minutes after it starts: T(m) = 20 + 8m for 0 ≤ m ≤ 10, T(m) = 60 + 4m for 10 < m ≤ 25, and T(m) = 200 − m for m > 25. (a) Show that the program is continuous at m = 10. (b) Show that it is not continuous at m = 25, find the size of the jump, and find the constant that must replace 200 to remove it.
A rule in three pieces has two joins, and each one has to be tested on its own. At each join take the limit from the left with the rule on the left and the limit from the right with the rule on the right, then compare them.
- At the first join the left rule gives the value and the limit from the left: T(10) = 20 + 8 × 10 = 100, so limm → 10− T(m) = 100.
- The middle rule gives limm → 10+ T(m) = 60 + 4 × 10 = 100. (a) The value and both one-sided limits are 100, so the program is continuous at m = 10.
- At the second join the middle rule gives limm → 25− T(m) = 60 + 4 × 25 = 160, and the last rule gives limm → 25+ T(m) = 200 − 25 = 175.
- (b) The two one-sided limits are different numbers, so the program is not continuous at m = 25: it jumps by 175 − 160 = 15 degrees Celsius.
- Write the last rule as c − m and ask for no jump at m = 25: c − 25 = 160, so c = 185. Replacing 200 by 185 removes the jump. Check: 185 − 25 = 160, which is the temperature the middle rule reaches.
answer(a) continuous at m = 10, where both pieces give 100 degrees Celsius; (b) not continuous at m = 25: the limit from the left is 160 and the limit from the right is 175, a jump of 15 degrees Celsius, and replacing 200 by 185 removes it
techniqueContinuity at a Point · Types of Discontinuity
Common pitfalls
- Testing the first join, finding it sound, and declaring the whole program continuous. A rule in pieces has to be tested at every join, and here one join holds while the other does not.
- Taking the jump as 200 − 160 = 40. The jump is the difference of the two one-sided limits at m = 25, and the limit from the right is 200 − 25 = 175, not 200.
A Bread Oven Cooling Down: The Minute It Passes a Hundred Degrees
A bread oven is switched off and cools. Its temperature m minutes later is T(m) = 20 + 200e−m/25 degrees Celsius, for 0 ≤ m ≤ 60. (a) Use the intermediate value theorem to show that the oven is at exactly 100 degrees Celsius at some time in the hour, and explain why there is exactly one such time. (b) Find that time, in minutes to one decimal place.
The theorem has two conditions: the function must be continuous on a closed interval, and the target must lie between the values at the two ends. Meeting both gives at least one crossing; a strictly decreasing graph gives exactly one.
- T is built from an exponential and two constants, so it is continuous on the whole closed interval from m = 0 to m = 60. That is the first condition.
- Work out the two end values: T(0) = 20 + 200 = 220 and T(60) = 20 + 200e−2.4 = 38.14 to two decimal places.
- (a) 100 lies between 38.14 and 220, so the intermediate value theorem gives a time m in the interval with T(m) = 100. The term 200e−m/25 falls as m rises, so T is strictly decreasing and passes 100 once and no more.
- For part (b), solve 20 + 200e−m/25 = 100. Take 20 from both sides to get 200e−m/25 = 80, then divide both sides by 200 to get e−m/25 = 0.4.
- Take logarithms of both sides: −m25 = ln 0.4, so m = 25 ln 2.5. (b) m = 22.9 minutes to one decimal place. Check: T(22.9) = 100.02 degrees Celsius, which is 100 to the nearest degree.
answer(a) T is continuous on the interval, T(0) = 220 and T(60) = 38.14, and 100 lies between them, so the theorem gives a time with T(m) = 100; T is strictly decreasing, so there is exactly one such time; (b) m = 25 ln 2.5 = 22.9 minutes
techniqueThe Intermediate Value Theorem · Continuity at a Point
Common pitfalls
- Using the theorem on an interval where the target does not lie between the end values. The theorem promises a crossing only when the target is between T(a) and T(b); outside that range it says nothing either way.
- Claiming from the theorem alone that the time is unique. The theorem gives at least one crossing; uniqueness here comes from the extra fact that T is strictly decreasing.
Two Runners in a Road Race: The Instant They Ran at the Same Speed
During a 30 minute road race one runner's speed m minutes after the start is u(m) = 16 − 0.2m km/h, and another runner's is w(m) = 10 + 0.005m2 km/h. (a) Use the intermediate value theorem on the difference d(m) = u(m) − w(m) to show that at some instant during the race the two ran at exactly the same speed. (b) Find that instant and the speed.
Neither speed on its own has to take a value the question names, so work with their difference. Two speeds are equal exactly when the difference is zero, and the theorem finds a zero for a continuous function that changes sign.
- Form the difference: d(m) = (16 − 0.2m) − (10 + 0.005m2) = 6 − 0.2m − 0.005m2. Both speeds are polynomials, so d is continuous on the closed interval from m = 0 to m = 30.
- Work out the end values: d(0) = 6, so the first runner is the faster at the start, and d(30) = 6 − 6 − 4.5 = −4.5, so the second runner is the faster at the finish.
- (a) d is continuous and 0 lies between −4.5 and 6, so the intermediate value theorem gives an instant m in the race with d(m) = 0, which is an instant at which the two speeds are equal.
- For part (b), solve 6 − 0.2m − 0.005m2 = 0. Multiply both sides by −200 to get m2 + 40m − 1200 = 0, which factorizes as (m + 60)(m − 20) = 0.
- (b) The root m = −60 is an hour before the start and is rejected, so the instant is m = 20 minutes. Check the two speeds there: u(20) = 16 − 4 = 12 km/h and w(20) = 10 + 0.005 × 400 = 12 km/h, so both runners were at 12 km/h.
answer(a) d is continuous with d(0) = 6 and d(30) = −4.5, so the theorem gives an m in the race with d(m) = 0; (b) at m = 20 minutes, both runners at 12 km/h
techniqueThe Intermediate Value Theorem
Common pitfalls
- Applying the theorem to one speed at a time. Neither speed has to take a particular value; it is the difference between them that must cross zero.
- Keeping m = −60 as a second answer. The difference is zero there, but the race runs from m = 0 to m = 30, and a time before the start is not an instant during the race.
A Current Account That Skips Eight Hundred Dollars: A Theorem Whose Condition Fails
An account holds $420 from the first of the month. On the tenth a payment of $600 is credited and the balance is $1020 for the rest of the month. The balance is below $800 on the ninth and above $800 on the eleventh, and yet the account is never at exactly $800. (a) Explain this, naming the condition of the intermediate value theorem that fails. (b) Find the payment that would have left the balance at exactly $800 on the tenth.
The theorem is a promise about continuous functions only. A bank balance changes in one instant, so it is a step function, and a step function can pass from below a value to above it without ever taking that value.
- Write the balance as a function of the day: B(d) = 420 for d < 10, and B(d) = 1020 for d ≥ 10. Those are the only two values it takes all month.
- At the payment, limd → 10− B(d) = 420 and limd → 10+ B(d) = 1020, so B has a jump discontinuity at d = 10 of size 1020 − 420 = 600.
- (a) The intermediate value theorem asks for a function continuous on the closed interval. B is not continuous at d = 10, so the theorem does not apply and its conclusion fails: the balance takes no value strictly between $420 and $1020, and $800 is one of those values.
- For part (b), the balance on the tenth is the old balance plus the payment, so a payment of p dollars leaves 420 + p dollars.
- (b) Set 420 + p = 800, so p = $380. Check: 420 + 380 = 800. The account reaches $800 by landing on it, never by crossing it.
answer(a) the balance is not continuous: it jumps from $420 to $1020 on the tenth, a jump of $600, and the theorem needs a continuous function, so every value between them is skipped; (b) $380
techniqueThe Intermediate Value Theorem · Types of Discontinuity
Common pitfalls
- Treating the theorem as a fact about any quantity that goes from below a value to above it. Without continuity there is no crossing to find, and a step record is the everyday example of that.
- Reading the failure as the theorem being wrong. The theorem is stated for continuous functions, and here one of its conditions is simply not met, so it says nothing about this account.
A Ring Road Round an Island: Two Opposite Points at the Same Temperature
A ring road runs round a circular island. The temperature at the point x degrees round the road from the north point is T(x) = 20 + 5cos x° + 3sin 2x° degrees Celsius. Let g(x) = T(x) − T(x + 180). (a) Use the intermediate value theorem on g to show that some pair of points directly opposite each other on the road are at the same temperature. (b) Find such a pair and the temperature at both.
Two opposite points are at the same temperature exactly when the difference g is zero there. Half a turn on, g reverses its sign, so whatever value it takes at the north point it takes with the opposite sign after 180 degrees, and a continuous function that changes sign has a zero.
- The temperature varies continuously round the road, so g is continuous as well, being the difference of two continuous functions.
- Work out g at the ends of a half turn: T(0) = 20 + 5 + 0 = 25 and T(180) = 20 − 5 + 0 = 15, so g(0) = 25 − 15 = 10 and g(180) = T(180) − T(360) = 15 − 25 = −10.
- (a) g is continuous and 0 lies between −10 and 10, so the intermediate value theorem gives an x between 0 and 180 with g(x) = 0, which is a point at the same temperature as the point directly opposite it.
- For part (b), simplify g. Half a turn on, cos(x + 180)° = −cos x° and sin(2x + 360)° = sin 2x°, so the two sine terms cancel and g(x) = 5cos x° + 5cos x° = 10cos x°.
- (b) 10cos x° = 0 with x between 0 and 180 gives x = 90. The pair is the points 90 degrees and 270 degrees round the road, and T(90) = 20 + 0 + 3sin 180° = 20 degrees Celsius. Check the other one: T(270) = 20 + 0 + 3sin 540° = 20 as well.
answer(a) g is continuous with g(0) = 10 and g(180) = −10, so the theorem gives an x with g(x) = 0; (b) the points 90 degrees and 270 degrees round the road, both at 20 degrees Celsius
techniqueThe Intermediate Value Theorem · Continuity at a Point
Common pitfalls
- Applying the theorem to T itself. T does take every temperature between its lowest and its highest, but that says nothing about two points being opposite each other; the difference g is what carries that.
- Assuming the pair must be the north and the south points. g(0) = 10 is not zero, so those two are 10 degrees Celsius apart, and the pair the theorem finds lies elsewhere on the road.