Skip to main content
ExamExplained
QLD · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
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.

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. The identities are sinAcosB=12[sin(A+B)+sin(AB)]\sin A\cos B = \tfrac{1}{2}[\sin(A + B) + \sin(A - B)], cosAcosB=12[cos(AB)+cos(A+B)]\cos A\cos B = \tfrac{1}{2}[\cos(A - B) + \cos(A + B)] and sinAsinB=12[cos(AB)cos(A+B)]\sin A\sin B = \tfrac{1}{2}[\cos(A - B) - \cos(A + B)]. Each turns a product into a sum of cosines or sines whose antiderivatives are immediate.

The cycling case of repeated parts

A special situation arises with integrands like exsinxdx\int e^x \sin x\,dx, where applying parts twice returns a multiple of the original integral. Setting I=exsinxdxI = \int e^x\sin x\,dx, two passes give I=exsinxexcosxII = e^x\sin x - e^x\cos x - I, and solving algebraically yields I=12ex(sinxcosx)+CI = \tfrac{1}{2}e^x(\sin x - \cos x) + C. Recognising the cycle and solving for II rather than integrating endlessly is the key insight, and QCAA expects the algebraic rearrangement to be shown explicitly.

Definite integrals by parts

For a definite integral the formula carries the limits on every term: abudv=[uv]ababvdu\displaystyle\int_a^b u\,dv = \big[uv\big]_a^b - \int_a^b v\,du. Evaluate the boundary term [uv]ab[uv]_a^b at both limits and keep the limits on the remaining integral. A frequent error is to apply the limits only at the end; instead the uvuv product is evaluated at the limits as soon as it appears, which keeps the bookkeeping clean and avoids losing a boundary contribution.

Choosing between techniques

When an integrand is a product, ask first whether a simple substitution works (one factor is a constant multiple of the derivative of the other); if so, substitution is faster than parts. Reserve integration by parts for genuine products of unrelated functions, such as a polynomial times an exponential or a logarithm standing alone (with dv=dxdv = dx). For powers and products of trigonometric functions, reach for identities before either substitution or parts, because reducing the power first usually leaves a standard form.

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.

QCAA 20227 marksPaper 2 (complex unfamiliar). The function ff passes through the origin and has gradient f(x)=exarcsin(ex)f'(x) = e^x \arcsin(e^x). Determine f(x)f(x).
Show worked answer →

f(x)=exarcsin(ex)dxf(x) = \displaystyle\int e^x \arcsin(e^x)\,dx. Let w=exw = e^x, so dw=exdxdw = e^x\,dx, giving arcsin(w)dw\displaystyle\int \arcsin(w)\,dw.

Integrate by parts with u=arcsinwu = \arcsin w (du=dw1w2du = \dfrac{dw}{\sqrt{1 - w^2}}) and dv=dwdv = dw (v=wv = w): arcsinwdw=warcsinww1w2dw=warcsinw+1w2.\displaystyle\int \arcsin w\,dw = w\arcsin w - \int \dfrac{w}{\sqrt{1 - w^2}}\,dw = w\arcsin w + \sqrt{1 - w^2}.

Return to xx: f(x)=exarcsin(ex)+1e2x+cf(x) = e^x \arcsin(e^x) + \sqrt{1 - e^{2x}} + c. Apply f(0)=0f(0) = 0: arcsin1+0+c=π2+c=0\arcsin 1 + 0 + c = \tfrac{\pi}{2} + c = 0, so c=π2c = -\tfrac{\pi}{2}. Thus f(x)=exarcsin(ex)+1e2xπ2.f(x) = e^x\arcsin(e^x) + \sqrt{1 - e^{2x}} - \tfrac{\pi}{2}.

Markers reward the substitution, the parts step, the secondary substitution for the remaining integral, and applying the initial condition.

QCAA 20234 marksPaper 1 (technique). Determine xe2xdx\displaystyle\int x e^{2x}\,dx.
Show worked answer →

By LIATE choose u=xu = x (du=dxdu = dx) and dv=e2xdxdv = e^{2x}\,dx (v=12e2xv = \tfrac{1}{2}e^{2x}).

xe2xdx=12xe2x12e2xdx=12xe2x14e2x+C=14e2x(2x1)+C.\displaystyle\int x e^{2x}\,dx = \tfrac{1}{2}xe^{2x} - \int \tfrac{1}{2}e^{2x}\,dx = \tfrac{1}{2}xe^{2x} - \tfrac{1}{4}e^{2x} + C = \tfrac{1}{4}e^{2x}(2x - 1) + C.

Markers reward the correct LIATE choice, the parts formula, and the simplified factored antiderivative.

ExamExplained