Additional Mathematics Classroom · Chapter 13 · SEC 2027 · Shared integration floor with G3 extension
Integration: rebuilding the function from its change
Differentiation moves from a quantity to its local rate of change. Integration reverses the direction: given the rate, recover the family of quantities that could have produced it.
That reversal immediately explains one of the most important symbols in calculus: + C. Differentiation destroys constants. The derivative of x², x²+4 and x²−100 is the same function 2x. If all we know is the derivative, we cannot know which vertical position the original curve had. Integration therefore recovers a family until another condition selects one member.
The old Additional Mathematics textbook’s Chapter 14 builds this idea carefully: integration as reverse differentiation, constant-multiple and sum/difference rules, powers, linear factors, trigonometric forms, 1/x-type logarithmic forms, exponentials and mixed examples. SEC 2027 retains that mathematical architecture but gives us a cleaner level split. The rational-power reverse-differentiation core is shared. The broader trigonometric, exponential and logarithmic integration library belongs to G3 K341.
← Chapter 12: G3 Trigonometric, Exponential and Logarithmic Differentiation · ← Shared Chapter 11: Further Applications of Differentiation
The 2027 SEC crosswalk
G2 K232 requires integration as reverse differentiation, integration of xn for rational n excluding n = −1, integration of (ax+b)n for rational n excluding n = −1, together with constant multiples, sums and differences. The syllabus then continues into definite integrals and area, which this classroom series will treat in the next chapter.
G3 K341 contains the same reverse-differentiation architecture but widens the integration family. It includes xn for rational n, sin x, cos x, sec²x and ex, plus corresponding linear-argument forms such as (ax+b)n, sin(ax+b), cos(ax+b) and eax+b. This naturally brings the logarithmic antiderivative of 1/x and 1/(ax+b) into the G3 route when n = −1.
Official references: SEAB 2027 G2 Additional Mathematics K232 · SEAB 2027 G3 Additional Mathematics K341.
Integration is easiest to remember when every rule is treated as a derivative running backward.
What this chapter is really teaching
Students often learn integration as “add one to the power and divide”. That shortcut works for one important family and fails as a complete model of the topic. Integration has four deeper ideas.
- Inverse structure: integration asks which function differentiates to the expression we have.
- Lost information: indefinite integration returns a family because differentiation erased constants.
- Reverse Chain Rule recognition: a linear inside factor changes the coefficient required in the antiderivative.
- Verification: differentiating the proposed antiderivative should return the original integrand.
This verification loop is unusually powerful. A differentiation answer can be difficult to check from first principles. An indefinite integration answer can be checked almost immediately: differentiate it. If the original integrand does not return, the antiderivative is wrong.
Chapter map
- Integration as reverse differentiation
- Antiderivatives and families of curves
- Why +C is necessary
- Power integration for rational powers
- Constant-multiple and sum/difference rules
- Simplifying before integrating
- Functions involving a linear factor
- Finding a particular function from an initial condition
- G3: 1/x and logarithmic antiderivatives
- G3: sine, cosine and sec² integration
- G3: trigonometric linear arguments
- G3: exponential integration
- Reverse Chain Rule reasoning
- Mixed algebraic preparation
- Verification by differentiation
- Common integration errors
- G2/G3 route separation
- Original guided practice
- Worked answers and mastery checkpoint
1 · Integration as reverse differentiation
Suppose
d/dx(x³) = 3x².
Read the statement backward:
an antiderivative of 3x² is x³.
We write
∫3x² dx = x³ + C.
The elongated ∫ symbol asks for accumulation/antidifferentiation. In an indefinite integral, dx identifies the variable with respect to which we are integrating.
Derivative language and integral language
If F′(x) = f(x), then
∫f(x) dx = F(x) + C.
F is called an antiderivative or primitive of f. Because F(x)+C has the same derivative for every constant C, the indefinite integral represents an entire family.
Worked reverse reading
- d/dx(5x⁴) = 20x³ → ∫20x³ dx = 5x⁴ + C.
- d/dx(−3/x²) = 6/x³ → ∫6x−3 dx = −3x−2 + C.
- d/dx(4√x) = 2/√x → ∫2x−1/2 dx = 4x1/2 + C.
The cleanest memory is not “integration has a strange separate rule”. It is “what would differentiate to this?”
2 · Why the constant of integration cannot be optional
Differentiate each of these:
- F₁(x)=x²;
- F₂(x)=x²+7;
- F₃(x)=x²−100.
All three derivatives are 2x.
If we are given only f(x)=2x and asked to integrate, we cannot know which constant the original function carried. Therefore
∫2x dx = x² + C.
C is not a decorative symbol added because the teacher expects it. It records information destroyed by differentiation.
Geometric meaning
All functions x²+C have the same shape and same gradient at corresponding x-values. They are vertical translations of one another. The derivative sees slope but not vertical position. Integration restores the family of possible vertical positions.
When C disappears
In a definite integral, the same constant appears at both limits and cancels. That is why +C belongs to indefinite integration but is not carried through the final evaluation of a definite integral. We will make that distinction explicit in the next chapter.
3 · Power integration: reverse the Power Rule
For rational n with n ≠ −1:
∫xn dx = xn+1/(n+1) + C.
Why add one and divide? Differentiate the proposed result:
d/dx[xn+1/(n+1)] = [(n+1)/(n+1)]xn = xn.
The integration rule is the differentiation Power Rule reversed exactly.
Worked route A · positive power
∫6x⁵ dx
= 6[x⁶/6] + C
= x⁶ + C.
Worked route B · negative power
∫4x−3 dx
= 4[x−2/(−2)] + C
= −2x−2 + C
= −2/x² + C.
Worked route C · fractional power
∫3x1/2 dx
= 3[x3/2/(3/2)] + C
= 2x3/2 + C.
Worked route D · reciprocal square root
∫5/√x dx = ∫5x−1/2 dx.
= 5[x1/2/(1/2)] + C
= 10√x + C.
Why n = −1 breaks the formula
If n = −1, then n+1 = 0 and the denominator in the power-antiderivative formula would be zero. That is not a small technical inconvenience. It signals a different antiderivative family: logarithms. G2 explicitly excludes this case. G3 includes the broader integration system in which the logarithmic antiderivative appears.
4 · Constant multiples, sums and differences
Integration distributes across constant multiples, sums and differences:
∫[af(x)+bg(x)]dx = a∫f(x)dx + b∫g(x)dx.
Be careful with the word constant. A scalar coefficient can be taken outside the integral. A standalone constant term must itself be integrated.
Worked polynomial
Integrate
12x³ − 6x + 5.
∫(12x³ − 6x + 5)dx
= 3x⁴ − 3x² + 5x + C.
Answer: 3x⁴ − 3x² + 5x + C.
Notice the constant 5 became 5x. It did not “stay 5” and it did not disappear. Constants disappear under differentiation; they become linear terms under integration.
A common constant error
∫k dx = kx + C, where k is constant. Do not confuse this with the rule that a constant multiplier may be moved outside the integral.
5 · Simplify before integrating
Just as differentiation becomes easier after a useful algebraic rewrite, integration often rewards preparation.
Example A · split a quotient
Integrate
(3x²+2x)/x.
For x ≠ 0, simplify:
3x + 2.
Then
∫(3x+2)dx = (3/2)x²+2x+C.
Example B · expand a simple product
Integrate x(x²+4).
Expand:
x³+4x.
Antiderivative:
x⁴/4+2x²+C.
Integration does not have a Product Rule inverse
Differentiation has Product Rule. There is no school-level rule saying “integrate each factor and multiply”. If an integrand is a product, first ask whether it can be expanded, simplified or recognised as a listed reverse-Chain form. More advanced integration techniques exist beyond the present SEC core, but they should not be invented from differentiation rules.
6 · Integrating a function involving a linear factor
Both G2 and G3 require integration of
(ax+b)n
for the relevant rational n. For n ≠ −1:
∫(ax+b)ndx = (ax+b)n+1/[a(n+1)] + C.
The factor 1/a is the reverse of the Chain Rule. Differentiating (ax+b)n+1 produces an extra factor a, so integration must compensate by dividing by a.
Worked route A
Integrate (3x+2)⁴.
Increase power to 5 and divide by 3×5:
∫(3x+2)⁴dx = (3x+2)⁵/15 + C.
Check:
d/dx[(3x+2)⁵/15] = (5/15)(3x+2)⁴·3 = (3x+2)⁴.
Worked route B · negative power
Integrate (2x−5)−3.
New power = −2.
Divide by 2(−2)=−4:
∫(2x−5)−3dx = −(1/4)(2x−5)−2 + C.
Worked route C · fractional power
Integrate √(4x+1) = (4x+1)1/2.
New power = 3/2.
Coefficient = 1/[4(3/2)] = 1/6.
∫√(4x+1)dx = (4x+1)3/2/6 + C.
Reverse Chain Rule language
Differentiation:
outside derivative × inside derivative.
Integration of a linear inner factor:
reverse the outside derivative and compensate for the inside derivative.
7 · Coefficients can already contain the inner derivative
Sometimes the integrand includes a coefficient that matches the derivative of the inner function. Then the reverse Chain Rule becomes especially visible.
Example A
Integrate 6(3x+1)⁴.
Since derivative of 3x+1 is 3, the coefficient 6 is twice the inner derivative. Direct rule:
∫6(3x+1)⁴dx = 6·(3x+1)⁵/15 + C
= (2/5)(3x+1)⁵ + C.
Example B
Integrate 10x(5x²+2)³.
This is a useful structural extension of reverse-Chain thinking. The inner derivative of 5x²+2 is 10x, which is already present. Therefore
∫10x(5x²+2)³dx = (5x²+2)⁴/4 + C.
This exact substitution-style pattern may appear as a recognition exercise when it reduces immediately to known antiderivatives. Do not turn it into a catalogue of advanced substitution techniques beyond the current syllabus; keep the reasoning anchored to reverse differentiation.
8 · Finding one particular function from a condition
An indefinite integral gives F(x)+C. A condition such as “the curve passes through (2,5)” determines C and selects one member of the family.
Worked route A
Given
dy/dx = 6x² − 4x + 3
and y = 5 when x = 1, find y in terms of x.
Integrate:
y = 2x³ − 2x² + 3x + C.
Use x=1,y=5:
5 = 2 − 2 + 3 + C
5 = 3 + C
C = 2.
Therefore
y = 2x³ − 2x² + 3x + 2.
Worked route B · gradient information and point
A curve has gradient function
dy/dx = 4x − 6
and passes through (3,10). Find its equation.
Integrate:
y = 2x² − 6x + C.
At (3,10):
10 = 18 − 18 + C.
C = 10.
y = 2x² − 6x + 10.
The condition is not optional decoration
Without the point condition, there are infinitely many vertically translated curves with the same gradient function. The condition restores the missing information.
9 · G3 extension: the logarithmic antiderivative
The power integration formula fails at n=−1 because division by n+1 would require division by zero. G3 has the function that fills this gap:
d/dx[ln|x|] = 1/x
on intervals that do not cross zero. Hence
∫(1/x)dx = ln|x| + C.
When a school question is restricted to x>0, this may be written ln x + C. The absolute-value form records the wider real antiderivative on positive or negative intervals separately.
Linear denominator
Since
d/dx[ln|ax+b|] = a/(ax+b),
we have
∫1/(ax+b) dx = (1/a)ln|ax+b| + C.
Worked route A
∫1/(3x+2) dx
= (1/3)ln|3x+2| + C.
Worked route B · numerator matches derivative
∫6x/(3x²+5) dx.
The derivative of 3x²+5 is 6x, so
∫6x/(3x²+5)dx = ln(3x²+5)+C.
The inside expression is always positive, so absolute-value notation is unnecessary here.
G2 boundary
G2 K232 explicitly excludes n=−1 from its rational-power integration requirements. Do not allow an older textbook’s broader chapter to silently turn logarithmic antiderivatives into G2 core content.
10 · G3 extension: integrating sine, cosine and sec²
Reverse the derivative facts from Chapter 12:
- d(sin x)/dx = cos x → ∫cos x dx = sin x + C;
- d(cos x)/dx = −sin x → ∫sin x dx = −cos x + C;
- d(tan x)/dx = sec²x → ∫sec²x dx = tan x + C.
These standard trigonometric antiderivatives use radian measure, matching the derivative formulas from which they are reversed.
Worked route A
∫(4cos x − 3sin x)dx
= 4sin x + 3cos x + C.
Answer: 4sin x + 3cos x + C.
The sign on the sine antiderivative is easy to lose. Differentiate the answer: derivative of +3cos x is −3sin x, which returns the integrand.
Worked route B
∫5sec²x dx = 5tan x + C.
11 · G3 extension: trigonometric functions with a linear argument
Reverse Chain Rule again.
- ∫cos(ax+b)dx = (1/a)sin(ax+b)+C;
- ∫sin(ax+b)dx = −(1/a)cos(ax+b)+C;
- ∫sec²(ax+b)dx = (1/a)tan(ax+b)+C.
The 1/a compensates for the factor a created when the inner linear expression is differentiated.
Worked route A
∫cos(4x−1)dx
= (1/4)sin(4x−1)+C.
Worked route B
∫sin(3−2x)dx.
Here a=−2:
−1/a = −1/(−2)=1/2.
Therefore
∫sin(3−2x)dx = (1/2)cos(3−2x)+C.
Check: derivative of (1/2)cos(3−2x) = (1/2)[−sin(3−2x)](−2)=sin(3−2x).
Worked route C
∫6sec²(3x+5)dx
= 6·(1/3)tan(3x+5)+C
= 2tan(3x+5)+C.
12 · G3 extension: exponential integration
Since d(ex)/dx=ex:
∫exdx = ex+C.
For a linear exponent:
∫eax+bdx = (1/a)eax+b+C.
Worked route A
∫e5x−2dx
= (1/5)e5x−2+C.
Worked route B
∫7e−2xdx
= 7(−1/2)e−2x+C
= −(7/2)e−2x+C.
The self-reproducing function still needs inner compensation
ex integrates to itself. e3x does not integrate to e3x unchanged because differentiating e3x creates a factor 3. The antiderivative must contain 1/3.
13 · Reverse Chain Rule is the unifying idea
The linear-factor power, trig and exponential rules look like separate formulae until their derivative origin is compared.
| Integrand | Antiderivative idea |
|---|---|
| (ax+b)n | Reverse power, divide by a |
| cos(ax+b) | Reverse sine derivative, divide by a |
| sin(ax+b) | Reverse cosine derivative with minus sign, divide by a |
| sec²(ax+b) | Reverse tangent derivative, divide by a |
| eax+b | Keep exponential form, divide by a |
| 1/(ax+b) | Reverse log derivative, divide by a |
One principle controls all six rows: differentiating the antiderivative would create an inner factor a, so integration compensates by dividing by a.
Do not memorise six unrelated 1/a rules. Recognise one reversed Chain Rule.
14 · Mixed examples: simplify until the integrand belongs to the library
The old textbook’s later integration examples are valuable because they show that difficult-looking integrands often become routine after algebraic or trigonometric simplification. The modern boundary is simple: use identities and algebra when they reduce the expression to integration forms actually in the syllabus.
Shared example · algebraic expansion
Integrate (x+1)(x²−x+3).
Expand:
x³+2x+3.
Therefore
∫(x³+2x+3)dx = x⁴/4+x²+3x+C.
G3 example · trigonometric identity first
Integrate sin²x+cos²x.
Use the identity:
sin²x+cos²x=1.
Hence
∫1 dx = x+C.
G3 example · sec² identity
Integrate 1+tan²x.
Since 1+tan²x=sec²x:
∫(1+tan²x)dx = tan x+C.
The integrand did not initially look like one of the memorised rows. The identity transformed it into a listed derivative pair.
G3 supporting example · logarithmic pattern
Integrate
(2x+3)/(x²+3x+7).
The denominator derivative is 2x+3, exactly the numerator. Therefore
∫(2x+3)/(x²+3x+7) dx = ln(x²+3x+7)+C
because x²+3x+7 is always positive. This is reverse-Chain recognition, not a new integration technique.
15 · What is not the current integration core
It is useful to know the boundary so revision time stays focused.
- Formal integration by parts is not listed in the 2027 SEC Additional Mathematics core.
- General substitution methods beyond direct reverse-Chain recognition are not stated as a separate required technique.
- Advanced partial-fraction integration should not be allowed to dominate unless the expression reduces transparently to listed antiderivative forms.
- Area between two curves is explicitly excluded from the stated area requirement; the next chapter will respect that boundary.
An older textbook may contain useful examples beyond a current boundary. Keep them as support or enrichment only when they strengthen the listed mathematics without crowding out the actual examination route.
16 · Verification by differentiation
Every indefinite integration answer comes with a built-in unit test:
Differentiate the answer. Do you recover the integrand?
Check A
Proposed answer:
∫(4x+1)³dx = (4x+1)⁴/16+C.
Differentiate:
(4/16)(4x+1)³·4 = (4x+1)³.
Correct.
Check B
Proposed answer:
∫cos(5x)dx = sin(5x)+C.
Differentiate:
5cos(5x).
We get five times the required integrand. The antiderivative is too large by factor 5. Correct answer:
(1/5)sin(5x)+C.
Check C
Proposed answer:
∫sin x dx = cos x+C.
Differentiate cos x: −sin x. Wrong sign. Correct answer is −cos x+C.
This verification habit should become automatic. It catches coefficient, sign and power errors before they survive to the final answer.
17 · The integration error map
- Derivative-direction error: reducing the power instead of increasing it.
- Division error: adding one to n but forgetting to divide by n+1.
- n=−1 error: trying to use the power formula and dividing by zero.
- Constant-of-integration omission: giving one antiderivative when a family was requested.
- Constant-term error: ∫5dx written as 5 instead of 5x.
- Linear-inner-factor error: forgetting the 1/a compensation in (ax+b)n.
- Trig-sign error: ∫sin x dx written as +cos x.
- Exponential-factor error: ∫e3xdx written as e3x.
- Log-domain error: logarithmic antiderivative used without respecting zero/argument restrictions.
- Initial-condition error: integrating correctly but never using the point to determine C.
- Product fantasy: integrating a product by multiplying two antiderivatives.
- Expansion avoidance: leaving a simple polynomial product in a form that hides the easy integration route.
- Level-boundary error: teaching logarithmic/trig/exp antiderivatives as G2 core despite the K232 specification.
First weak-link diagnostic
- Integrate x⁵.
- Integrate x−3/2.
- Integrate (3x+1)⁴.
- Recover y from dy/dx plus one point.
- G3: integrate sin x, cos x, sec²x, ex, 1/x.
- G3: integrate cos(4x), e−2x, 1/(3x+1).
Repair the first failure. If +C is the only problem, do not reteach powers. If the 1/a factor is missing repeatedly, return to reverse Chain Rule.
18 · G2 and G3: one inverse idea, two integration libraries
The conceptual idea is shared: integration reverses differentiation. The difference is the library of functions whose antiderivatives students are required to know.
- G2 K232: xn and (ax+b)n for rational n excluding −1, with constants, sums and differences.
- G3 K341: the wider rational-power family together with logarithmic n=−1 behaviour, sin, cos, sec² and ex, including the stated linear-argument forms.
This is exactly why the old textbook remains useful but cannot be followed blindly. Its broader Chapter 14 can teach the whole mathematical landscape, while the current SEC codes decide which lane each learner must master.
19 · Original guided practice
The following questions are original to this classroom guide. Questions marked G3 use the broader K341 integration library.
A · Shared power integration
- Integrate 8x⁷.
- Integrate 6x²−4x+3.
- Integrate 5x−3.
- Integrate 4x1/2.
- Integrate 3/√x.
- Integrate 2x5/3−7x−1/2.
- Integrate (3x²+6x)/x after simplifying.
- Integrate x(x²−5x+2) after expanding.
B · Shared linear-factor powers
- Integrate (2x+1)⁵.
- Integrate (5x−3)−2.
- Integrate √(6x+1).
- Integrate 4(2x+5)³.
- Integrate 3/(4x+1)².
- Integrate (7−3x)1/2.
C · Particular functions
- Given dy/dx=4x³−6x+2 and y=5 when x=1, find y.
- A curve has gradient dy/dx=6x²+4 and passes through (0,−3). Find its equation.
- Given f′(x)=3(x+2)² and f(0)=10, find f(x).
- A particle has velocity v=6t²−4t+3 and displacement s=2 when t=0. Find s in terms of t. Treat this as reverse differentiation; full kinematics interpretation comes later.
D · G3 logarithmic integration
- G3: Integrate 1/x.
- G3: Integrate 1/(5x+2).
- G3: Integrate 8/(4x−3).
- G3: Integrate 2x/(x²+5).
- G3: Integrate (6x+1)/(3x²+x+7).
- G3: Explain why the ordinary power formula cannot be used when n=−1.
E · G3 trigonometric integration
- G3: Integrate 5cos x.
- G3: Integrate 4sin x.
- G3: Integrate 3sec²x.
- G3: Integrate cos(6x).
- G3: Integrate sin(4x−1).
- G3: Integrate sec²(3x+2).
- G3: Integrate 2cos x−5sin x+4sec²x.
- G3: Integrate sin²x+cos²x after simplifying.
- G3: Integrate 1+tan²x after simplifying.
F · G3 exponential integration
- G3: Integrate 7ex.
- G3: Integrate e3x.
- G3: Integrate 5e−2x.
- G3: Integrate 4e1−5x.
- G3: Given dy/dx=3e2x and y=1 when x=0, find y.
G · Mixed reasoning
- A student integrates x⁴ as 4x³+C. Diagnose the direction error.
- A student integrates 5 as 5+C. Diagnose the constant-term error.
- A student integrates (3x+1)⁴ as (3x+1)⁵/5+C. Diagnose the missing factor.
- G3: A student integrates sin x as cos x+C. Diagnose the sign error.
- G3: A student integrates e4x as e4x+C. Diagnose the missing factor.
- Why is differentiating an indefinite-integral answer such a strong check?
- Explain why there is no direct inverse Product Rule for elementary integration.
- Explain the role of an initial condition after indefinite integration.
- State the integration-library difference between G2 K232 and G3 K341.
20 · Worked answers and reasoning checkpoints
- x⁸+C.
- 2x³−2x²+3x+C.
- 5x−3 integrates to 5x−2/(−2): −(5/2)x−2+C.
- 4x1/2 → 4x3/2/(3/2): (8/3)x3/2+C.
- 3x−1/2 → 6√x+C.
- 2·x8/3/(8/3) − 7·x1/2/(1/2) = (3/4)x8/3−14√x+C.
- Simplify to 3x+6. Integral (3/2)x²+6x+C.
- Expand x³−5x²+2x. Integral x⁴/4−(5/3)x³+x²+C.
- (2x+1)⁶/12+C.
- New exponent −1; denominator 5(−1)=−5: −1/[5(5x−3)]+C.
- (6x+1)3/2/9+C.
- 4·(2x+5)⁴/[2·4] = (2x+5)⁴/2+C.
- 3(4x+1)−2 integrates to 3(4x+1)−1/[4(−1)] = −3/[4(4x+1)]+C.
- a=−3, n=1/2: coefficient 1/[−3(3/2)]=−2/9. −(2/9)(7−3x)3/2+C.
- Integrate: y=x⁴−3x²+2x+C. At x=1,y=5: 5=1−3+2+C=C, so y=x⁴−3x²+2x+5.
- y=2x³+4x+C. At x=0,y=−3 gives C=−3. y=2x³+4x−3.
- ∫3(x+2)²dx=(x+2)³+C. f(0)=8+C=10 → C=2. f(x)=(x+2)³+2.
- s=2t³−2t²+3t+C. s(0)=2 gives C=2. s=2t³−2t²+3t+2.
- ln|x|+C.
- (1/5)ln|5x+2|+C.
- 8·(1/4)ln|4x−3| = 2ln|4x−3|+C.
- Inner derivative 2x matches numerator: ln(x²+5)+C.
- Denominator derivative =6x+1: ln(3x²+x+7)+C.
- Because the reverse-power formula divides by n+1. At n=−1 that denominator is zero; the antiderivative is logarithmic instead.
- 5sin x+C.
- −4cos x+C.
- 3tan x+C.
- (1/6)sin6x+C.
- ∫sin(4x−1)dx = −(1/4)cos(4x−1)+C.
- (1/3)tan(3x+2)+C.
- 2sin x+5cos x+4tan x+C.
- Identity reduces integrand to 1: x+C.
- 1+tan²x=sec²x: tan x+C.
- 7ex+C.
- (1/3)e3x+C.
- −(5/2)e−2x+C.
- a=−5: −(4/5)e1−5x+C.
- y=(3/2)e2x+C. At x=0: 1=3/2+C → C=−1/2. y=(3/2)e2x−1/2.
- That is differentiation, not integration. Integration reverses the power rule: increase exponent to 5 and divide by 5, giving x⁵/5+C.
- A constant term integrates to a linear term: ∫5dx=5x+C.
- Differentiating (3x+1)⁵/5 creates an extra factor 3, giving 3(3x+1)⁴. Divide by 3 as well: correct (3x+1)⁵/15+C.
- d(cos x)/dx=−sin x, so ∫sin x dx must be −cos x+C.
- Differentiating e4x gives 4e4x. Correct antiderivative is (1/4)e4x+C.
- Because integration and differentiation are inverse operations. Differentiating the answer should reproduce the original integrand exactly, exposing wrong powers, signs and coefficients.
- Product Rule describes how a product differentiates, but reversing a sum u′v+uv′ does not allow an arbitrary product uv to be integrated factor-by-factor. Integration requires recognition/simplification or more advanced techniques not created by simply reversing Product Rule.
- The initial condition determines C and selects one particular function from the family of antiderivatives.
- G2 integrates rational powers and linear-factor powers excluding n=−1. G3 has the wider library including logarithmic n=−1 behaviour, sine, cosine, sec² and exponential functions with the stated linear-argument forms.
21 · A two-week integration architecture
- Day 1: reverse Power Rule and +C.
- Day 2: negative/fractional powers and algebraic rewriting.
- Day 4: (ax+b)n and reverse Chain Rule.
- Day 6: particular functions from initial conditions.
- Day 8: G3 logarithmic antiderivatives; G2 continues mixed rational-power retrieval.
- Day 10: G3 trig and exponential antiderivatives with linear arguments.
- Day 12: mixed simplification and verification by differentiation.
- Day 14: unlabelled integration set preparing for definite integrals and area.
Six-minute retrieval test
- State ∫xndx for n≠−1.
- Explain +C.
- Integrate (3x+1)⁴.
- Recover a function from dy/dx plus one point.
- G3: state ∫1/x, ∫sin x, ∫cos x, ∫sec²x, ∫ex.
- Explain the 1/a factor for a linear inner function.
22 · For teachers: always close the loop with differentiation
Integration lessons can become fragile because students are asked to trust an unfamiliar reverse rule. Make verification part of the standard solution, especially while a new family is being learned.
After integrating (4x+1)³, differentiate the answer aloud. After integrating sin x, check the sign by differentiating −cos x. After integrating e5x, show why the factor 1/5 is exactly what cancels the inner derivative.
The goal is not to double the length of every exam solution. It is to build an internal error-detection mechanism until the inverse pairs become automatic.
Teach n=−1 as a boundary, not an exception to memorise
Let students try the power rule symbolically. They will reach division by zero. That failure creates a meaningful reason for the logarithmic antiderivative and also makes the G2/G3 syllabus boundary easy to understand.
Do not rush to area too early
Indefinite integration should stabilise first. Area questions add a new conceptual layer: limits, signed accumulation and region geometry. The old textbook was right to separate Integration from Applications of Integration; this series keeps that separation.
23 · For parents: what real progress sounds like
A student relying on a slogan may say, “Integration means add one and divide.” A student gaining structural control begins to say:
- “I can check this by differentiating my answer.”
- “I need +C because the derivative lost the vertical constant.”
- “The inside is 3x+1, so I need to compensate for the factor 3.”
- “n=−1 is not a normal power-rule case; in G3 it becomes a logarithm.”
- “This product expands into ordinary powers, so I should simplify first.”
- “The point condition is what tells me which value of C belongs to this curve.”
- “This trig integral is G3 extension content, not part of my G2 core.”
That language shows integration has become reverse reasoning rather than a memorised motion of the exponent.
24 · What carries forward
The old textbook’s next chapter is Applications of Integration: definite integrals and area under a curve. SEC 2027 keeps that progression. Both G2 and G3 require definite integrals, evaluation and area of a region bounded by a curve and line(s), with area between two curves excluded. G3 additionally requires areas of regions below the x-axis.
The next classroom chapter will therefore move from “which family of functions differentiates to this?” to a second meaning of integration: how much signed accumulation occurs between two boundaries? That is where limits, F(b)−F(a), area, axis crossings and geometric interpretation become central.
Chapter 13 mastery checkpoint
- I understand integration as reverse differentiation.
- I know why an indefinite integral represents a family of functions.
- I always include +C where an indefinite integral requires it.
- I can integrate rational powers in my syllabus lane.
- I distinguish a scalar multiplier from a standalone constant term.
- I simplify algebraic expressions before integrating when that makes the antiderivative obvious.
- I can integrate (ax+b)n using reverse Chain Rule and the 1/a factor.
- I can determine C from a point or initial condition.
- G3: I can integrate 1/x and 1/(ax+b) using logarithms.
- G3: I can integrate sin, cos and sec² functions and their linear-argument forms.
- G3: I can integrate ex and eax+b.
- I can reduce suitable mixed expressions to listed antiderivative forms using algebra or identities.
- I do not invent an inverse Product Rule.
- I verify indefinite integrals by differentiating the result.
- I know the integration-library boundary between G2 K232 and G3 K341.
- I am ready to add the next layer: definite integrals and geometric area.
Integration is mastered when the learner can recognise a derivative running backward, restore the information differentiation lost, and prove the result by differentiating it forward again.
Official syllabus references
- Singapore Examinations and Assessment Board · 2027 SEC G2 Additional Mathematics K232
- Singapore Examinations and Assessment Board · 2027 SEC G3 Additional Mathematics K341
Curriculum and assessment requirements can change. The official SEAB syllabuses remain the controlling sources for current subject codes, examinable content and examination structure.