Small Group Tutorials

Here to help students catch up, keep up, and move ahead. Book a consultation here.

Additional Mathematics Synthesis Guide 11: Definite Integrals, Area, Accumulation and Motion

BUKIT TIMAH TUTOR · ADDITIONAL MATHEMATICS SYNTHESIS GUIDE 11

The same integral can describe an area contribution, a change in a quantity or a displacement. Its meaning depends on what is being accumulated.

A negative answer is not automatically an error. It may be the correct signed change. A positive answer is not automatically the requested area. It may be the absolute value of a net result that has already cancelled two large contributions. Integration becomes reliable only when the student knows what the signs, limits and units represent.

This extended guide joins definite integration to graph interpretation and one-dimensional motion. Its particular job is to distinguish quantities that are easy to confuse: signed integral and geometric area; net change and final amount; velocity and speed; displacement and total distance. For an introduction to antiderivatives, use the existing Integration guide. Here, we concentrate on the decisions surrounding the calculation.

Learning route: Name the accumulated quantity · Handle area and signs · Build an accumulation model · Track motion and distance · Attempt the practice · Check independent interpretation.

Scope: the 2026 O-Level Additional Mathematics syllabus includes regions bounded by a curve and line(s), but excludes regions between two curves. The core area examples here use a curve and straight boundaries. Tank models and the singularity discussion are explanatory extensions; check the learner’s examination-year syllabus for assessed scope.

1. Decide what the integral measures before calculating

If f(x) is a graph height, integrating f with respect to x gives signed accumulation of vertical strips. If v(t) is velocity, integrating with respect to time gives displacement. If q(t) is a net flow rate, integrating gives the change in the amount stored. The algebra may look similar, but the meanings and units are different.

The expression ∫abf(x) dx contains three decisions. The integrand identifies what is being accumulated. The differential dx identifies the variable over which accumulation occurs. The limits a and b identify the interval and its direction. Changing any of these can change the question being answered.

For motion with velocity measured in metres per second, multiplying by a small time interval gives a small signed displacement in metres. Adding such contributions produces total displacement. To obtain total distance, the magnitude of each motion contribution must be accumulated instead. Cancellation is allowed in one quantity and not in the other.

The OpenStax treatment of the net change theorem explains this general rate-to-change connection. The worked examples below keep the interpretation visible rather than treating the integral as a symbol to evaluate first and label afterwards.

2. From antiderivative to definite integral

If F′(x) = f(x) and the usual continuity conditions hold on the interval, then abf(x) dx = F(b) − F(a). The subtraction order is upper limit minus lower limit. It is not “larger function value minus smaller function value”.

An indefinite integral represents a family F(x) + C. In a definite integral, the same constant appears at both endpoints and cancels: [F(b) + C] − [F(a) + C] = F(b) − F(a). This explains why a numerical definite-integral answer does not carry an arbitrary +C.

Reversing the limits reverses the sign: ∫baf(x) dx = −∫abf(x) dx. Integrating from a point to itself gives zero. These properties are useful checks because they follow from the interpretation of directed accumulation.

When substituting a negative lower limit, enclose the entire lower-limit value in brackets. Most errors at this stage are ordinary algebra errors: a negative term is subtracted incorrectly or only part of the lower-limit expression is removed.

3. Worked example: a negative lower limit

Evaluate −12(3x² − 2x + 1) dx.

An antiderivative is F(x) = x³ − x² + x. At the upper limit, F(2) = 8 − 4 + 2 = 6. At the lower limit, F(−1) = −1 − 1 − 1 = −3. Therefore the integral is 6 − (−3) = 9.

There are two independent checks. Differentiating F returns the original integrand. Also, 3x² − 2x + 1 = 3(x − 1/3)² + 2/3 is positive throughout the interval, so the integral should be positive. Neither check replaces the calculation, but each catches a different kind of mistake.

The second check uses a previous A-Math representation: completing the square. Integration has not replaced algebra; it relies on algebra both to calculate and to verify.

4. Reverse the chain rule carefully

For a non-zero constant a and n ≠ −1, ∫(ax + b)n dx = (ax + b)n+1/[a(n + 1)] + C on an interval where the expression is defined. The extra factor 1/a compensates for the derivative of the inner function.

For example, an antiderivative of (3x + 2)⁴ is (3x + 2)⁵/15. Differentiating gives (5/15)(3x + 2)⁴ × 3 = (3x + 2)⁴. Omitting the divisor 3 would make the derivative three times too large.

Likewise, ∫e2x−1 dx = e2x−1/2 + C, and ∫cos(3x) dx = sin(3x)/3 + C when the angle variable is in radians. These are simple affine-inner-function cases. They do not justify dividing by “the inside derivative” for an arbitrary complicated integrand without checking the result.

For every proposed antiderivative, differentiation is an immediate verification route. It tests the sign, the exponent and the inner-function factor at the same time.

5. Signed accumulation is not geometric area

Assume a < b. Where f(x) is positive, its contribution to ∫f(x) dx is positive. Where f(x) is negative, its contribution is negative. The definite integral combines those signed contributions. Geometric area adds the magnitudes of the regions instead.

For total area between y = f(x) and the x-axis, find the zeros inside the interval, inspect the sign on each resulting piece, and add non-negative area contributions. Symbolically, the total is ∫|f(x)| dx, but a piecewise calculation is often the clearest school-level method.

|∫f(x) dx| is not generally equal to ∫|f(x)| dx. Taking the absolute value after positive and negative contributions have cancelled cannot recover the lost total. This is the same distinction that later separates distance from the magnitude of displacement.

A graph sketch is useful here for sign and region structure, not for guessing the final area. Mark roots and interval endpoints, then let the integral supply the exact value.

6. Worked example: three regions, one misleading shortcut

For y = x² − 4 on −3 ≤ x ≤ 3, find the signed integral and the total area between the graph and the x-axis.

The roots are −2 and 2. The graph is positive on [−3, −2] and [2, 3], and negative on [−2, 2]. An antiderivative is F(x) = x³/3 − 4x.

The signed integral over the whole interval is F(3) − F(−3) = −3 − 3 = −6. That is a valid signed result, not a negative geometric area.

The left positive contribution is F(−2) − F(−3) = 16/3 − 3 = 7/3. By symmetry the right positive contribution is also 7/3. The central signed contribution is F(2) − F(−2) = −32/3, so its geometric area is 32/3.

Therefore total area is 7/3 + 32/3 + 7/3 = 46/3 square units. Taking the absolute value of the whole signed integral would give only 6, which is not the requested area.

What did the shortcut destroy? The two small positive regions had already cancelled part of the larger negative contribution. An absolute value at the end changes the sign of the net result; it does not undo that cancellation.

7. A curve–line region depends on vertical separation

If a straight line lies above a curve throughout an interval, the area between them is the integral of line height minus curve height. It is the difference in heights that must be non-negative. The two graphs do not both need to lie above the x-axis.

Find the intersections first unless the problem supplies other vertical boundaries. Then identify which graph is upper. A trial point inside the interval can establish the sign of the difference when the intersection analysis shows no further crossing.

The more general upper-minus-lower principle is developed in OpenStax, Areas between Curves. That reference goes beyond the specific curve-and-lines boundary stated for 2026 syllabus 4049; the example here remains within a curve–line configuration.

8. Worked example: find the boundaries before integrating

Find the finite area enclosed by y = x² and y = 2x + 3.

At an intersection, x² = 2x + 3, giving (x − 3)(x + 1) = 0. Thus the boundaries are x = −1 and x = 3. Between these roots, 2x + 3 − x² is positive; at x = 0 it equals 3.

The area is −13(2x + 3 − x²) dx. An antiderivative is x² + 3x − x³/3. Its values at 3 and −1 are 9 and −5/3 respectively, giving area 32/3 square units.

Integrating x² alone would measure a region bounded by the parabola and the x-axis, not the line in the question. Correct integration of the wrong integrand is still an incorrect solution. The vertical-strip interpretation makes the required subtraction visible.

9. A root does not always require a sign change

Roots are places to inspect, not automatic instructions to reverse signs. A function such as (x − 1)² reaches zero at x = 1 but remains non-negative on both sides. The same issue occurs when a tangent meets a curve without changing the order of the two graphs.

For y = 4 − x², the tangent at x = 1 is y = 5 − 2x. On 0 ≤ x ≤ 2, the vertical difference is (5 − 2x) − (4 − x²) = (x − 1)². The line stays above or on the curve throughout the interval.

The bounded area using the vertical lines x = 0 and x = 2 is 02(x − 1)² dx = 2/3 square units. There is no need to insert a minus sign after x = 1. The repeated root expresses contact, not a reversal of which graph is upper.

This example connects differentiation, the tangent equation, factorisation and definite area. It also shows why inspecting a factored integrand can be more reliable than deciding signs from a rough sketch alone.

10. Unknown limits turn accumulation into an equation

Suppose 0a(2x + 1) dx = 12, with a > 0. The antiderivative gives a² + a = 12, so (a − 3)(a + 4) = 0. The algebraic candidates are 3 and −4, but the stated positive limit selects a = 3.

The domain decision must remain visible. The rejected candidate is not an arithmetic mistake; it fails the original condition a > 0. In another problem, a reversed interval might be meaningful, so the sign restriction must come from the actual statement rather than habit.

When the accumulated quantity is non-negative and the upper limit moves to the right, the integral increases. This can help predict whether a positive target should have a unique solution on the relevant interval. The argument depends on the sign of the integrand, not merely on the presence of an integral sign.

11. Exact exponential and trigonometric accumulation

Evaluate 0ln 22e2x dx. An antiderivative is e2x. At x = ln 2, e2ln2 = 4, so the result is 4 − 1 = 3. The logarithmic limit is useful exact information, not something that must be turned into a decimal immediately.

Next, evaluate 0π/42cos(2x) dx, with x in radians. An antiderivative is sin(2x). The result is sin(π/2) − sin0 = 1.

Both examples reward recognising an inverse relationship. The exponential cancels the logarithmic form of the limit. The trigonometric endpoint is a special angle after the inner multiplication. Keeping exact notation makes the connection easier to see and avoids rounding before cancellation.

12. Net change is not the final amount

If Q(t) is an amount and Q′(t) = q(t), then Q(b) = Q(a) + ∫abq(t) dt. The integral supplies the change. The initial amount supplies the starting position from which that change occurs.

Without Q(a), the rate information determines a family of possible amount functions differing by a constant. Two tanks can have the same net flow rate but different stored volumes. Two particles can have the same velocity but different positions. Differentiation has removed the constant, and integration cannot recover it without a condition.

There is also a distinction between an inflow rate and a net flow rate. A negative net rate means the amount is decreasing. It does not mean a pipe literally has a negative physical inflow unless a signed direction convention has been defined. Name the components before combining them.

13. Worked model: a tank with changing outflow

Explanatory model. A tank initially contains 60 litres. Water flows in at 12 litres per minute and flows out at 3t litres per minute for 0 ≤ t ≤ 6. Assume the tank has sufficient capacity and the rates remain valid throughout this interval. Find the final amount and the greatest amount during the interval.

The net rate is q(t) = 12 − 3t. Therefore Q(t) = 60 + 12t − (3/2)t². At t = 6, the net change is 72 − 54 = 18 litres, so the final amount is 78 litres, not 18 litres.

The net rate is zero at t = 4. It is positive before 4 and negative afterwards, so the stored amount is greatest at t = 4. There, Q(4) = 60 + 48 − 24 = 84 litres.

The total inflow is 72 litres and the total outflow is 54 litres. Their difference is the net change 18. The amount rises by 24 litres and then falls by 6 litres, so the sum of the absolute net changes is 30 litres. That 30 is not the total inflow, total outflow or their combined 126 litres.

This distinction is easy to miss. Integrating the magnitude of a net rate measures total variation in the stored amount. It does not reconstruct two separate flows that may occur simultaneously. The physical question determines which rate should be integrated.

The model also passes its own basic validity checks: the amount stays between 60 and 84 litres on the stated interval, so it never becomes negative. A capacity below 84 litres would invalidate the no-overflow assumption and require a different model after the capacity is reached.

14. Motion requires a direction convention

For one-dimensional motion, choose a positive direction and let s(t) be the signed position or displacement coordinate relative to an origin. Then v(t) = s′(t) and a(t) = v′(t). A negative velocity means movement in the negative direction; speed is |v(t)|.

Over a < b, displacement is s(b) − s(a) = ∫abv(t) dt. Total distance is ab|v(t)| dt. When velocity changes sign, split the interval and add the magnitudes of the signed movements.

Acceleration does not by itself tell us whether speed is increasing. Away from a rest instant, velocity and acceleration with the same sign increase speed; opposite signs decrease speed. A negative acceleration can therefore increase speed when velocity is already negative.

These statements connect derivative signs to physical meaning. A sign chart is more than a calculation aid: it records which direction the particle moves and when that direction changes.

15. Connected motion investigation: two reversals

A particle has v(t) = t² − 5t + 4 metres per second for 0 ≤ t ≤ 6 seconds. Its initial position coordinate is s(0) = 2 m. Find its rest times, final position, displacement, total distance, average velocity and average speed.

Begin with direction. Factor v(t) = (t − 1)(t − 4). The particle is at rest at t = 1 and t = 4. Velocity is positive on (0, 1), negative on (1, 4) and positive on (4, 6). Both rest times are direction reversals.

An antiderivative is G(t) = t³/3 − (5/2)t² + 4t. Since G(0) = 0, the position function is s(t) = 2 + G(t). Relevant values are G(1) = 11/6, G(4) = −8/3 and G(6) = 6.

Displacement and position. The signed displacement is G(6) − G(0) = 6 m. The final position coordinate is s(6) = 2 + 6 = 8 m. These differ because the particle did not start at the chosen origin.

Total distance. The first signed movement is 11/6 m. The middle movement is −8/3 − 11/6 = −9/2 m. The final movement is 6 − (−8/3) = 26/3 m. Adding magnitudes gives 11/6 + 9/2 + 26/3 = 15 m.

Averages. Average velocity is displacement divided by elapsed time: 6/6 = 1 m/s. Average speed is distance divided by elapsed time: 15/6 = 2.5 m/s. Neither is obtained by simply averaging the starting and ending velocities for this non-linear velocity function.

Check the interpretation. Distance 15 m is at least the magnitude of displacement 6 m. The particle reverses direction twice, so cancellation in displacement is expected. Changing the initial position from 2 m to another value would change every position coordinate by a constant but would not alter the displacement, distance or either average.

16. Rest does not automatically mean reversal

For v(t) = (t − 2)², the particle is at rest at t = 2 but its velocity is non-negative on both sides. It pauses instantaneously without changing direction. A zero of velocity is a candidate to inspect, not automatic evidence of reversal.

This is the motion version of the repeated-root area example. A squared factor touches zero without changing sign. For total distance, splitting at such a point is allowed but is not needed to reverse the sign of the contribution.

Likewise, an instant with zero acceleration does not necessarily mean zero velocity. In the earlier motion model, a(t) = 2t − 5 is zero at t = 2.5, while v(2.5) = −2.25 m/s. The particle is still moving; its velocity is momentarily stationary as a function of time.

17. Reconstruct motion one condition at a time

Suppose a(t) = 6t − 8, with v(0) = 3 and s(0) = 5. Integrating once gives v(t) = 3t² − 8t + C₁. The velocity condition gives C₁ = 3.

Integrating again gives s(t) = t³ − 4t² + 3t + C₂. The position condition gives C₂ = 5. Thus the two reconstructed functions are v(t) = 3t² − 8t + 3 and s(t) = t³ − 4t² + 3t + 5.

The constants are different because they belong to different families of antiderivatives and have different meanings. Reusing one C as though it must have the same value at both stages is incorrect.

Check both directions. Differentiating s gives v; differentiating v gives a. Substituting t = 0 recovers both initial conditions. At t = 1, the position is again 5, but velocity is −2. Returning to the same position does not mean being at rest there.

18. Rate graphs and amount graphs are different pictures

If a graph shows q(t), the net rate, then positive graph height means the amount Q is increasing. A point where q = 0 is a stationary candidate for Q, not a statement that Q itself is zero. The accumulated area under q gives changes in Q between times.

A horizontal positive rate graph corresponds to an amount that increases linearly, not an amount that remains constant. A declining rate can still produce an increasing amount as long as the rate remains positive. This distinction is especially important when words such as “slowing”, “decreasing” and “less” appear without naming the quantity.

Ask the learner to complete the sentence: “This graph is a graph of ___ against ___.” Then ask what its height, gradient and area mean. The answers differ depending on whether the graph represents position, velocity, acceleration or a non-motion rate.

19. A boundary check: do not integrate through an undefined point blindly

Optional mathematical boundary. The expression 1/x² is positive where defined, but it is undefined at x = 0. Substituting −1 and 1 into the antiderivative −1/x and reporting −2 for an integral across zero is invalid. The interval passes through a singularity where the ordinary continuous-interval evaluation rule does not apply.

Indeed, the contributions over [−1, −ε] and [ε, 1] sum to 2/ε − 2, which grows without bound as positive ε approaches zero. There is no finite total area across that singularity. The purpose of this extension is to show why domain checks matter, not to add an improper-integration chapter to a school syllabus.

A result that contradicts a simple sign or size check is a signal to inspect the assumptions. It is not an invitation to change the answer’s sign without finding the invalid step.

20. Practice: name the quantity and explain the signs

Task 1. Evaluate ∫−11(6x² + 2) dx. Give a sign check before evaluating.

Task 2. Find both the signed integral of x² − 1 on [−2, 2] and the total geometric area between that graph and the x-axis.

Task 3. Find the finite area enclosed by y = 4 − x² and y = x + 2. State the intersection limits and which graph is upper.

Task 4. Given ∫0a3x² dx = 27 and a > 0, find a.

Task 5. A particle has v(t) = 2t − 6 for 0 ≤ t ≤ 5, with s(0) = 4. Find displacement, final position and total distance. Use metres and seconds.

Task 6. A stored amount starts at 20 litres and has net rate 8 − 2t litres per minute for 0 ≤ t ≤ 5. Find the final amount and the maximum amount, assuming no capacity restriction is reached.

Task 7. Evaluate ∫0ln3ex dx exactly.

Task 8. Evaluate ∫01(2x + 1)³ dx and verify the antiderivative by differentiation.

Task 9. A particle has acceleration a(t) = 6t, initial velocity −3 m/s and initial position 2 m. Find its displacement and total distance during 0 ≤ t ≤ 2.

21. Explained solutions

Task 1. The integrand is at least 2, so its integral over an interval of length 2 is positive and at least 4. The antiderivative is 2x³ + 2x. Evaluating gives 4 − (−4) = 8, consistent with that check.

Task 2. The primitive F(x) = x³/3 − x gives signed integral F(2) − F(−2) = 4/3. Split at −1 and 1. Each outer positive region has area 4/3, and the central negative region has geometric area 4/3. The total area is therefore 4 square units. The positive net integral is still not the geometric total.

Task 3. Intersections satisfy 4 − x² = x + 2, so x² + x − 2 = 0 and x = −2 or 1. The parabola is upper between these values. Integrate 2 − x − x² from −2 to 1 to obtain 9/2 square units. Integrating in the opposite order would produce the negative of the area.

Task 4. The integral is a³. Thus a³ = 27 and a = 3. Substitution into the original definite integral confirms both the value and the positive-limit condition.

Task 5. A primitive is t² − 6t. The displacement is 25 − 30 = −5 m, and the final position is 4 − 5 = −1 m. Velocity changes from negative to positive at t = 3. The particle travels 9 m in the negative direction and then 4 m in the positive direction, giving 13 m total distance.

Task 6. Q(t) = 20 + 8t − t². The final amount is Q(5) = 35 litres. The net rate changes from positive to negative at t = 4, giving the maximum Q(4) = 36 litres. Zero rate at that instant does not mean an empty store.

Task 7. An antiderivative is ex. Therefore the exact result is eln3 − e⁰ = 2. No decimal approximation to ln3 is required.

Task 8. An antiderivative is (2x + 1)⁴/8. Its derivative is (4/8)(2x + 1)³ × 2 = (2x + 1)³. The integral is (81 − 1)/8 = 10.

Task 9. Integrating acceleration and applying the initial conditions gives v(t) = 3t² − 3 and s(t) = t³ − 3t + 2. The particle reverses at t = 1. Its positions at t = 0, 1 and 2 are 2, 0 and 4 m. Therefore displacement is 2 m, while distance is |0 − 2| + |4 − 0| = 6 m.

22. Diagnose the interpretation before assigning more integrals

A student who obtains the correct signed integral but reports it as geometric area needs a different repair from a student who cannot find an antiderivative. The first needs sign and quantity interpretation. The second may need work on powers, algebra or reverse-chain recognition.

Use one function and ask several different questions: the signed integral, the total area, the change in an amount with that rate, and the final amount from a specified start. Then reinterpret the variable as time and the function as velocity. The computations partly overlap, but the learner has to decide what should cancel and what should not.

A correction should identify the earliest wrong decision. “Integrated the curve rather than the vertical gap” explains a region error. “Used displacement for distance” identifies inappropriate cancellation. “Forgot the starting amount” locates a missing condition. “Changed sign after a repeated zero without checking” identifies a sign-analysis error.

For a return task, change the starting position, reverse the direction convention or replace a crossing zero by a repeated zero. Ask which answers should change and which should remain invariant before the student recalculates. This tests the meaning of the model rather than only the ability to repeat the antiderivative.

23. Continue through the connected A-Math route

The complete solution is not merely F(b) − F(a). It is the correct accumulated quantity over the correct interval, with signs interpreted correctly and the result returned to its original units and meaning.

Continue within this batch: Guide 9: Plane Geometry, Coordinate Geometry, Trigonometry and Proof · Guide 10: Tangents, Normals, Stationary Points and Optimisation · Guide 12: Mixed-Topic Recognition, Method Selection, Verification and Transfer.

Return to the learning map: Additional Mathematics Directory · BTT Mathematics Hub. For the introductory displacement–velocity–acceleration relationship, use the Kinematics topic guide.

Sources and boundaries: the linked SEAB document supplies the explicit 2026 scope boundary. The linked OpenStax sections explain net change and the general area-between-graphs principle. Numerical examples, model comparisons, practice tasks and solutions are original. The broader references support understanding and are not a statement that their entire university-level content is required for a school examination.