Skip to main content
QLDSpecialist MathematicsSyllabus dot point

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.

Generated by Claude Opus 4.76 min answer

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 uu and vv,

udvdxdx=uvvdudxdx.\int u \, \frac{dv}{dx}\, dx = uv - \int v\, \frac{du}{dx}\, dx.

You split the integrand into a part to differentiate (uu) and a part to integrate (dvdv). A good choice makes the new integral simpler than the original.

Choosing uu with LIATE

The order Logarithmic, Inverse-trig, Algebraic, Trigonometric, Exponential (LIATE) is a reliable guide: pick uu to be whichever factor appears first in that list, since differentiating it tends to simplify. For xcosxdx\int x\cos x\, dx, the algebraic xx comes before the trigonometric cosx\cos x, so u=xu = x and dv=cosxdxdv = \cos x\, dx.

Repeated parts

Sometimes you apply parts twice. For x2exdx\int x^2 e^x\, dx, the first application leaves 2xexdx\int 2x e^x\, dx, 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:

cos2x=1+cos2x2,sin2x=1cos2x2.\cos^2 x = \frac{1 + \cos 2x}{2}, \qquad \sin^2 x = \frac{1 - \cos 2x}{2}.

These turn a squared trigonometric function into a linear one that integrates directly.

Trigonometric integrals: odd powers

For an odd power such as sin3xdx\int \sin^3 x\, dx, peel off one factor and convert the rest with the Pythagorean identity sin2x=1cos2x\sin^2 x = 1 - \cos^2 x, then substitute u=cosxu = \cos x. The single peeled factor becomes the dudu.

Products of sine and cosine

For sinmxcosnxdx\int \sin mx \cos nx\, dx 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.