Goal: spot which formula the story is asking for, and evaluate a clean integral.
Recall Solution L1.1
What we do: the theorem says net change =∫14F′(x)dx. We are handed F′(x)=6x, so integrate it.
Why this and nothing else: we are asked for the change in F, and the theorem is exactly "integral of the rate = net change." We do not need to know F(1) or any +C.
∫146xdx=[3x2]14=3(16)−3(1)=48−3=45.Net change =45.
Recall Solution L1.2
What we do: velocity is the rate of change of position, so displacement =∫07v(t)dt.
Why:v=s′, and the theorem gives ∫07s′dt=s(7)−s(0) = net change in position = displacement.
∫074dt=[4t]07=28−0=28 m.Displacement =28 m. (Since v never turns negative, distance is the same 28 m.)
Goal: choose the right integral in a real story, handle sign changes for distance.
Recall Solution L2.1
What we do:r is the rate of change of volume V, so net change =∫06r(t)dt.
∫06(12−3t)dt=[12t−23t2]06=(72−54)−0=18.Net change =+18 L.(b) The inflow rate is positive for t<4 (water entering) and negative for t>4 (water leaving). The net result is still +18 L, i.e. the tank ends with 18 L more than it started, even though water drained out during the last two minutes.
Recall Solution L2.2
Where does v change sign? Set 2t−6=0⇒t=3. On [0,3), v<0 (moving backward); on (3,5], v>0 (forward).
(a) Displacement=∫05(2t−6)dt=[t2−6t]05=(25−30)−0=−5 m.
Net: the particle ends 5 m behind the start.
(b) Total distance — put the bars inside, split at t=3:
∫03∣v∣dt+∫35∣v∣dt=∫03(6−2t)dt+∫35(2t−6)dt.
First piece: [6t−t2]03=18−9=9.
Second piece: [t2−6t]35=(25−30)−(9−18)=(−5)−(−9)=4.
Total distance =9+4=13 m. (Bigger than ∣−5∣ — good sanity check.)
Goal: reverse-engineer, work with symbolic limits, reason about where sign changes lie.
Recall Solution L3.1
What we do: marginal cost isC′, so the extra cost is the net change ∫2050C′(x)dx.
∫2050(4x+30)dx=[2x2+30x]2050=(5000+1500)−(800+600)=6500−1400=5100.Extra cost = ₹5100.Why no baseline: the true cost function is C(x)=2x2+30x+C0 where C0 is the fixed start-up cost. The change C(50)−C(20) subtracts C0 away. A difference is blind to the constant.
Recall Solution L3.2
What we do: the theorem gives the change, then we add it to the known start.
P(2)−P(0)=∫02100e−0.5tdt.Integrate (∫ektdt=k1ekt, here k=−0.5):
=100⋅[−0.51e−0.5t]02=−200[e−0.5t]02=−200(e−1−1)=200(1−e−1).
Numerically e−1≈0.3679, so change ≈200(0.6321)=126.42.
P(2)=800+200(1−e−1)≈800+126.42=926.42≈926 animals.Why add 800 here (but not in L3.1): we were asked for an absolute amountP(2), not a change — so we take the net change and stack it on top of the known starting value.
Goal: combine the theorem with the geometric picture and multiple sign changes.
Recall Solution L4.1
Look at the figure below: sint makes three humps on [0,3π] — up on [0,π], down on [π,2π], up on [2π,3π]. Sign changes at t=π and t=2π.
(a) Displacement=∫03πsintdt=[−cost]03π=(−cos3π)−(−cos0)=−(−1)−(−1)=1+1=2 m.
(b) Total distance — bars inside, split at π and 2π. By symmetry each hump has area
∫0πsintdt=[−cost]0π=(1)−(−1)=2.
All three humps have the same size 2, so
distance=2+2+2=6 m.Displacement =2 m, distance =6 m. (Displacement 2= hump1 − hump2 + hump3 =2−2+2 — the middle hump cancels; distance counts all three.)
Recall Solution L4.2
What we do: the net rate of change of volume is inflow minus outflow: V′(t)=8−2t. The net change is ∫06V′(t)dt.
Why one integral: volume responds to the combined rate; adding two integrals ∫in−∫out gives the same thing, so we may merge them first.
∫06(8−2t)dt=[8t−t2]06=(48−36)−0=12.Net change =+12 L. (Inflow beats outflow overall, even though after t=4 the outflow 2t>8 drains the reservoir.)
Goal: run the full machine — symbolic parameter, sign analysis, and interpretation together.
Recall Solution L5.1
(a) Position via net change. For any t,
s(t)−s(0)=∫0t(3τ2−12)dτ=[τ3−12τ]0t=t3−12t.
Add the start: s(t)=5+t3−12t.
Why this works: the theorem hands us the change from 0 to t; stacking it on s(0)=5 recovers the actual position — no separate +C hunt needed.
(b) Sign of v:3t2−12=0⇒t2=4⇒t=2 (on [0,3]). On [0,2), v<0; on (2,3], v>0.
Displacement=s(3)−s(0)=(5+27−36)−5=−4−5=… wait — compute directly: ∫03(3t2−12)dt=[t3−12t]03=(27−36)−0=−9 m.
Displacement =−9 m (ends 9 m behind start; check: s(3)=5−9=−4, and −4−5=−9 ✓).
Total distance — split at t=2:
∫02∣3t2−12∣dt+∫23∣3t2−12∣dt=∫02(12−3t2)dt+∫23(3t2−12)dt.
First: [12t−t3]02=24−8=16.
Second: [t3−12t]23=(27−36)−(8−24)=(−9)−(−16)=7.
Total distance =16+7=23 m. (Sanity: 23>∣−9∣ ✓.)
Recall Solution L5.2
What we do: net change =∫04(a−t)dt; set it to 0 and solve for a.
∫04(a−t)dt=[at−2t2]04=4a−8.
Set 4a−8=0⇒a=2.
a=2.Interpretation: with a=2, the inflow starts strong (R(0)=2) and later goes negative (R(4)=−2), and over the full interval the gains and losses cancel exactly — net change zero, even though the tank was rising then falling the whole time.
Recall One-line self-test: which integral for which question?
Net change / displacement / cost increase / net volume ::: ∫abF′(x)dx (keep the signs).
Total distance / total amount moved ::: ∫ab∣F′(x)∣dx (split at zeros, add sizes).
Actual final value F(b) ::: F(a)+∫abF′(x)dx (stack the change on the known start).