How do trigonometric and rationalising substitutions transform integrals containing square roots or awkward rational functions into standard forms?
Evaluate integrals using trigonometric substitution and the t = tan(x/2) substitution, including completing the square to reach standard inverse-trigonometric and logarithmic forms
A focused answer to the HSC Maths Extension 2 dot point on substitution integration. Trigonometric substitutions for square roots, completing the square to standard forms, and the t = tan(x/2) substitution for rational trigonometric integrals, with verified worked examples.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
NESA wants you to evaluate integrals that are not immediately standard by choosing a substitution that simplifies the integrand. Trigonometric substitutions clear square roots of the form and similar; completing the square reduces quadratics under roots or in denominators to standard inverse-trigonometric or logarithmic forms; and the substitution converts a rational function of and into a rational function of .
Trigonometric substitution for square roots
An integrand containing becomes a clean trigonometric expression under the substitution
Then , so (taking in so cosine is non-negative). The square root vanishes, and the integral becomes a trigonometric one. After integrating, convert back to using a right-triangle or the inverse relation .
The related forms and are handled in the same spirit, but the syllabus emphasises the case with .
Completing the square to reach standard forms
Two standard integrals from the reference sheet are
When the quadratic in the denominator is not in this shape, complete the square first. For instance , so
The same technique with a substitution makes the standard form explicit.
The t = tan(x/2) substitution
For an integral that is a rational function of and , the Weierstrass substitution converts everything to a rational function of . The identities are
After substituting, the integrand becomes algebraic and is typically finished with partial fractions or a standard form. Convert back using .
Exam-style practice questions
Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2024 HSC3 marksEvaluate integral from 0 to pi/2 of 1/(sin q + 1) dq.Show worked answer →
Use the substitution t = tan(q/2), so sin q = 2t/(1 + t^2) and dq = 2 dt/(1 + t^2). When q = 0, t = 0; when q = pi/2, t = tan(pi/4) = 1.
Denominator: sin q + 1 = 2t/(1 + t^2) + 1 = (2t + 1 + t^2)/(1 + t^2) = (t + 1)^2/(1 + t^2).
So the integrand times dq becomes
[ (1 + t^2)/(t + 1)^2 ] . [ 2/(1 + t^2) ] dt = 2/(t + 1)^2 dt.
Therefore the integral = integral from 0 to 1 of 2 (t + 1)^(-2) dt = [ -2/(t + 1) ] from 0 to 1 = -2/2 - (-2/1) = -1 + 2 = 1.
Mark notes: 1 mark for the t = tan(q/2) substitution and new limits, 1 mark for simplifying to 2/(t + 1)^2, 1 mark for evaluating the definite integral to 1.
2023 HSC3 marksFind integral of (1 - x)/sqrt(5 - 4x - x^2) dx.Show worked answer →
Split the numerator so part of it matches the derivative of the expression under the root. Note d/dx (5 - 4x - x^2) = -4 - 2x, and -4 - 2x = 2(-2 - x). Write
1 - x = (-2 - x) + 3.
So integral of (1 - x)/sqrt(5 - 4x - x^2) dx = integral of (-2 - x)/sqrt(5 - 4x - x^2) dx + integral of 3/sqrt(5 - 4x - x^2) dx.
First integral: since d/dx sqrt(5 - 4x - x^2) = (-2 - x)/sqrt(5 - 4x - x^2), this is exactly sqrt(5 - 4x - x^2).
Second integral: complete the square, 5 - 4x - x^2 = 9 - (x + 2)^2. Then integral of 3/sqrt(9 - (x + 2)^2) dx = 3 arcsin((x + 2)/3).
Combining: integral = sqrt(5 - 4x - x^2) + 3 arcsin((x + 2)/3) + C.
Mark notes: 1 mark for splitting 1 - x to expose the derivative -2 - x, 1 mark for the square-root term, 1 mark for completing the square and the 3 arcsin((x + 2)/3) term.
2022 HSC3 marksUsing the substitution t = tan(x/2), find integral of 1/(1 + cos x - sin x) dx.Show worked answer →
With t = tan(x/2): cos x = (1 - t^2)/(1 + t^2), sin x = 2t/(1 + t^2), and dx = 2 dt/(1 + t^2).
Rewrite the denominator over the common denominator 1 + t^2:
1 + cos x - sin x = (1 + t^2)/(1 + t^2) + (1 - t^2)/(1 + t^2) - 2t/(1 + t^2)
= (1 + t^2 + 1 - t^2 - 2t)/(1 + t^2) = (2 - 2t)/(1 + t^2) = 2(1 - t)/(1 + t^2).
So the integral becomes
integral of [ 2/(1 + t^2) ] / [ 2(1 - t)/(1 + t^2) ] dt = integral of 1/(1 - t) dt = -ln|1 - t| + C.
Substituting back t = tan(x/2):
integral = -ln|1 - tan(x/2)| + C.
Mark notes: 1 mark for the standard t = tan(x/2) substitutions, 1 mark for simplifying the denominator to 2(1 - t)/(1 + t^2), 1 mark for integrating to -ln|1 - tan(x/2)| + C.