Topic 1: Integration and applications of integration
Evaluate integrals using integration by parts and integrate trigonometric expressions using identities such as double-angle and Pythagorean identities and products of sines and cosines
A focused answer to the QCE Specialist Mathematics Unit 4 dot point on integration by parts and trigonometric integrals. Covers the parts formula and the LIATE choice, repeated parts, and reducing powers of sine and cosine with double-angle and Pythagorean identities, with a verified worked example and the wrong-choice trap.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
What this dot point is asking
QCAA wants you to integrate products using integration by parts and to integrate powers and products of trigonometric functions by first rewriting them with identities. These techniques extend the substitution and partial-fraction methods, and the assessable skill is choosing the right approach and carrying out the algebra cleanly.
The answer
Integration by parts
Integration by parts reverses the product rule. For functions and ,
You split the integrand into a part to differentiate () and a part to integrate (). A good choice makes the new integral simpler than the original.
Choosing with LIATE
The order Logarithmic, Inverse-trig, Algebraic, Trigonometric, Exponential (LIATE) is a reliable guide: pick to be whichever factor appears first in that list, since differentiating it tends to simplify. For , the algebraic comes before the trigonometric , so and .
Repeated parts
Sometimes you apply parts twice. For , the first application leaves , which needs parts again. Each pass lowers the power of the algebraic factor until it disappears.
Trigonometric integrals: even powers
To integrate even powers of sine or cosine, use the power-reduction forms of the double-angle identity:
These turn a squared trigonometric function into a linear one that integrates directly.
Trigonometric integrals: odd powers
For an odd power such as , peel off one factor and convert the rest with the Pythagorean identity , then substitute . The single peeled factor becomes the .
Products of sine and cosine
For and similar, the product-to-sum identities rewrite the product as a sum of single trigonometric terms, each integrating directly. The goal throughout is to reach an integrand that is a sum of standard forms.
Exam-style practice questions
Practice questions written in the style of QCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2022 QCAA7 marksThe function f(x) passes through the origin. The gradient function of f(x) is defined as g(x) = e^x * arcsin(e^x). Determine f(x).Show worked answer →
Since g(x) = f'(x), f(x) = integral of e^x * arcsin(e^x) dx.
Substitute to simplify [2 marks]: let w = e^x, so dw = e^x dx. Then f = integral of arcsin(w) dw.
Integrate by parts [2 marks]: take u = arcsin(w) (so du = 1/sqrt(1 - w^2) dw) and dv = dw (so v = w):
integral of arcsin(w) dw = w * arcsin(w) - integral of w / sqrt(1 - w^2) dw.
The remaining integral by substitution [1 mark]: integral of w / sqrt(1 - w^2) dw = -sqrt(1 - w^2).
So f = w * arcsin(w) + sqrt(1 - w^2) + c.
Return to x [1 mark]: f(x) = e^x * arcsin(e^x) + sqrt(1 - e^(2x)) + c.
Apply f(0) = 0 [1 mark]: e^0 * arcsin(1) + sqrt(1 - 1) + c = pi/2 + c = 0, so c = -pi/2.
Therefore f(x) = e^x * arcsin(e^x) + sqrt(1 - e^(2x)) - pi/2.