Indefinite and definite integration, the power rule for integration, integrating sin and cos, finding areas under curves, volumes of revolution about the x-axis, and kinematics using integration.
Integration is the reverse of differentiation. Given a rate of change, integration recovers the original quantity. It also computes area under curves and volume of revolution. Integration accounts for five Paper 01 items and contributes substantially to Paper 02 calculus questions.
Integration as the Reverse of Differentiation
If dxd[F(x)]=f(x), then F(x) is an antiderivative of f(x).
Since the derivative of any constant is zero, adding any constant to F(x) still gives f(x) on differentiation. This is why indefinite integrals include +C:
∫f(x)dx=F(x)+C
Example
Since dxd(x3)=3x2, it follows that ∫3x2dx=x3+C.
The Power Rule for Integration
∫xndx=n+1xn+1+C(n=−1)
Integration increases the power by 1 and divides by the new power. This is the reverse of the differentiation power rule.
Linear rules:
∫cf(x)dx=c∫f(x)dx∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx
Integrate polynomial functions term by term.
Example
Find ∫(6x2−4x+5)dx.
=36x3−24x2+5x+C=2x3−2x2+5x+C
Example
Find ∫(x−3+x)dx.
=−2x−2+3/2x3/2+C=−2x21+32x3/2+C
Integrating (ax+b)n
For a linear inner function:
∫(ax+b)ndx=a(n+1)(ax+b)n+1+C(n=−1)
The a in the denominator comes from dividing by the inner derivative.
Example
∫(3x−1)4dx=3⋅5(3x−1)5+C=15(3x−1)5+C
Integrating Trigonometric Functions
Since dxd(sinax)=acosax, reversing gives:
∫cosaxdx=asinax+C
∫sinaxdx=−acosax+C
The sign change for sin (derivative of cos is −sin) must be remembered.
Example
∫sin4xdx=−4cos4x+C
∫3cos2xdx=23sin2x+C
Remember
There is no product or quotient rule for integration at CSEC level. When the integrand is a product or a quotient, expand or simplify it into separate terms first, then integrate term by term.
Finding a Curve from Its Gradient
Given dxdy=f(x) and a point on the curve, integrate to find y, then use the point to determine C.
Example
A curve has gradient dxdy=3x2−4x+1 and passes through (2,5). Find y.
y=∫(3x2−4x+1)dx=x3−2x2+x+C
Substitute (2,5): 5=8−8+2+C⇒C=3.
y=x3−2x2+x+3
Finding a Curve from the Second Derivative
When given dx2d2y, integrate twice. Each integration introduces a new constant, so two separate conditions are needed to determine both.
Example
Given dx2d2y=12x, and that dxdy=4 when x=1, find y given that y=7 when x=1.
First integration:
dxdy=∫12xdx=6x2+A
Using dxdy=4 when x=1: 4=6+A⇒A=−2, so dxdy=6x2−2.
Second integration:
y=∫(6x2−2)dx=2x3−2x+B
Using y=7 when x=1: 7=2−2+B⇒B=7.
y=2x3−2x+7
Definite Integrals
A definite integral has limits and produces a numerical value:
∫abf(x)dx=[F(x)]ab=F(b)−F(a)
No +C is needed in definite integrals (it cancels when subtracting).
Example
Evaluate ∫14(2x−3)dx.
[x2−3x]14=(16−12)−(1−3)=4−(−2)=6
Area Under a Curve
The definite integral ∫abf(x)dx gives the signed area between the curve y=f(x), the x-axis, and the vertical lines x=a and x=b.
When the curve lies above the x-axis, the integral is positive and equals the geometric area.
When the curve lies below the x-axis, the integral is negative. To find the actual geometric area, take the absolute value.
The syllabus restricts area questions to regions in the first quadrant, so the curve will be above the x-axis in the required region.
Example
Find the area bounded by y=x2+1, the x-axis, x=0, and x=3.
∫03(x2+1)dx=[3x3+x]03=(9+3)−0=12
Area =12 square units.
Area Between Two Curves
When one curve f(x) lies above another g(x) on [a,b]:
∫ab[f(x)−g(x)]dx
Find the limits of integration by solving f(x)=g(x).
Example
Find the area enclosed by y=4−x2 and y=x+2.
Find intersections: 4−x2=x+2⇒x2+x−2=0⇒(x+2)(x−1)=0, so x=−2 and x=1.
∫−21[(4−x2)−(x+2)]dx=∫−21(2−x−x2)dx
=[2x−2x2−3x3]−21=(2−21−31)−(−4−2+38)=29
Area =29 sq units.
Volume of Revolution About the x-axis
When the region between y=f(x), the x-axis, and the lines x=a, x=b is rotated 360° about the x-axis, the volume of the solid formed is:
V=π∫ab[f(x)]2dx
The syllabus restricts this to polynomials of degree at most 2, with the region in the first quadrant.
Example
The region bounded by y=x+1, the x-axis, x=0, and x=2 is rotated about the x-axis. Find the volume.
V=π∫02(x+1)2dx=π∫02(x2+2x+1)dx
=π[3x3+x2+x]02=π(38+4+2)=326π
Volume =326π cubic units.
Exam Tip
The volume formula uses [f(x)]2, not [f(x)]. Square the function before integrating. Also, the factor of π sits outside the integral.
Kinematics and Integration
Integration connects acceleration, velocity, and displacement:
v=∫adt+C1s=∫vdt+C2
Use given initial conditions (values at t=0 or another specified time) to find the constants.
Example
A particle starts from rest at the origin. Its acceleration is a=6t−4.
Find velocity: v=∫(6t−4)dt=3t2−4t+C. At t=0, v=0, so C=0. Thus v=3t2−4t.
Find displacement: s=∫(3t2−4t)dt=t3−2t2+K. At t=0, s=0, so K=0. Thus s=t3−2t2.
Remember
"Starts from rest" means v=0 at t=0. "Starts from the origin" or "starts at a fixed point" means s=0 at t=0. These initial conditions determine the constants of integration.