You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The inverse trigonometric functions arcsin, arccos and arctan "undo" the standard trig functions. Since sin, cos and tan are not one-to-one, we must restrict their domains to define proper inverses. This topic is tested at A-Level (9MA0).
sin(x) = 0.5 has infinitely many solutions: x = pi/6, 5pi/6, pi/6 + 2pi, ...
To define a unique inverse, we restrict each trig function to a domain where it is one-to-one (passes the horizontal line test).
| Property | Value |
|---|---|
| Domain | -1 <= x <= 1 |
| Range (principal values) | -pi/2 <= y <= pi/2 |
| arcsin(0) | 0 |
| arcsin(1/2) | pi/6 |
| arcsin(1) | pi/2 |
| arcsin(-1) | -pi/2 |
| Property | Value |
|---|---|
| Domain | -1 <= x <= 1 |
| Range (principal values) | 0 <= y <= pi |
| arccos(1) | 0 |
| arccos(1/2) | pi/3 |
| arccos(0) | pi/2 |
| arccos(-1) | pi |
| Property | Value |
|---|---|
| Domain | All real numbers |
| Range (principal values) | -pi/2 < y < pi/2 |
| arctan(0) | 0 |
| arctan(1) | pi/4 |
| arctan(-1) | -pi/4 |
| As x tends to +infinity | y tends to pi/2 |
| As x tends to -infinity | y tends to -pi/2 |
Similar for cos/arccos and tan/arctan, within their principal ranges.
Find the exact value of arcsin(sqrt(3)/2).
We need the angle theta in [-pi/2, pi/2] such that sin(theta) = sqrt(3)/2.
theta = pi/3
Find arccos(-sqrt(2)/2).
We need theta in [0, pi] such that cos(theta) = -sqrt(2)/2.
cos(3pi/4) = -sqrt(2)/2, so arccos(-sqrt(2)/2) = 3pi/4
Find arctan(-sqrt(3)).
We need theta in (-pi/2, pi/2) such that tan(theta) = -sqrt(3).
tan(-pi/3) = -sqrt(3), so arctan(-sqrt(3)) = -pi/3
Each inverse trig graph is obtained by reflecting the restricted trig function in the line y = x.
arcsin(x) + arccos(x) = pi/2 for all x in [-1, 1]
If arcsin(x) = pi/5, find arccos(x).
arccos(x) = pi/2 - pi/5 = 5pi/10 - 2pi/10 = 3pi/10
Solve 2sin(x) - 1 = 0 for -pi <= x <= pi.
sin(x) = 1/2
Principal value: x = arcsin(1/2) = pi/6
Second solution in [-pi, pi]: x = pi - pi/6 = 5pi/6
Solutions: x = pi/6 and x = 5pi/6
Solve tan(2x) = 3 for 0 <= x <= pi.
2x = arctan(3) + n x pi for integer n
arctan(3) ≈ 1.2490
So 2x = 1.2490, 1.2490 + pi, 1.2490 + 2pi, ...
2x = 1.2490 or 4.3906
x = 0.6245 or 2.1953
Check: both are in [0, pi].
Solutions: x ≈ 0.625 and x ≈ 2.195 (to 3 d.p.)
| Tip | Detail |
|---|---|
| Principal values | Always state answers within the correct principal range |
| Notation | sin^(-1) and arcsin mean the same thing; use whichever the question uses |
| Exact values | Know arcsin, arccos, arctan for standard angles (0, 1/2, sqrt(2)/2, sqrt(3)/2, 1) |
| Graphs | Be able to sketch all three inverse functions with correct domains and ranges |
| Identity | arcsin(x) + arccos(x) = pi/2 is very useful for simplifying |
Edexcel 9MA0 Pure Mathematics specification, section 5 (Trigonometry — inverse functions) covers the definitions of arcsin, arccos and arctan; their relationships to sin, cos and tan; understanding of their graphs; their domains and ranges (refer to the official specification document for exact wording). This sub-strand sits inside Paper 2 — Pure Mathematics but is examined synoptically across both Paper 1 and Paper 2. The principal-value conventions are non-negotiable: arcsin: domain [−1,1], range [−π/2,π/2]; arccos: domain [−1,1], range [0,π]; arctan: domain R, range (−π/2,π/2). The Edexcel formula booklet gives compound-angle formulae but does not list these domains and ranges — they must be memorised.
Synoptic reach is significant: differentiation of inverse trig functions (dxdarcsinx=1−x21, dxdarctanx=1+x21) sits in section 9 — Differentiation (Year 2 Pure); integration giving inverse trig (e.g. ∫1+x21dx=arctanx+C, ∫1−x21dx=arcsinx+C) sits in section 8 — Integration; the underlying notion of one-to-one restriction so that an inverse exists is section 2 — Functions (composite and inverse functions); and the use of inverse trig to obtain principal solutions of trig equations sits in section 5 — Trigonometric equations. A single 9MA0 question can legitimately draw on three or four of these strands.
Question (8 marks): Solve, for x∈R, the equation
arctan(2x)+arctan(x)=4π
giving x in exact form.
Solution with mark scheme:
Step 1 — apply tan to both sides.
tan(arctan(2x)+arctan(x))=tan4π=1
M1 (AO1.1a) — recognising that \arctan\ on its own is hard to manipulate but tan(arctanu)=u, so applying \tan\ to both sides converts the equation to algebraic form. Common slip: writing arctan(2x)+arctan(x)=arctan(3x) — this is wrong; arctan is not additive.
Step 2 — apply the addition formula tan(A+B)=1−tanAtanBtanA+tanB.
Let A=arctan(2x) so tanA=2x, and B=arctan(x) so tanB=x. Then
tan(A+B)=1−(2x)(x)2x+x=1−2x23x
M1 (AO1.1b) — correct application of the compound-angle formula with the right substitutions.
A1 (AO1.1b) — correct simplified expression 1−2x23x.
Step 3 — set the expression equal to 1 and form the algebraic equation.
1−2x23x=1 3x=1−2x2 2x2+3x−1=0
M1 (AO1.1b) — clearing the fraction (valid because 1−2x2=0 at the solution; this needs checking later).
A1 (AO2.1) — correct quadratic in standard form.
Step 4 — solve the quadratic using the formula.
x=4−3±9+8=4−3±17
M1 (AO1.1b) — correct use of the quadratic formula with discriminant 9+8=17.
Step 5 — reject extraneous solutions.
The two candidate values are x1=4−3+17≈0.281 and x2=4−3−17≈−1.781.
Check the principal-value constraint. The left-hand side arctan(2x)+arctan(x) has range (−π,π), but applying \tan\ folds the answer back modulo π. We need the original sum to equal exactly π/4, not π/4+π=5π/4.
For x1≈0.281: arctan(0.562)+arctan(0.281)≈0.512+0.274≈0.786≈π/4. Valid.
For x2≈−1.781: arctan(−3.562)+arctan(−1.781)≈−1.297+−1.058≈−2.355≈−3π/4, not π/4. Reject.
A1 (AO2.4) — final answer x=4−3+17, with explicit rejection of the other root justified by checking the principal-value range.
Total: 8 marks (M4 A4). The synoptic difficulty is the AO2.4 mark for the rejection — a candidate who writes both roots without checking will lose this mark even if both are mathematically generated by valid algebra.
Question (6 marks):
(a) Show that arcsinx+arccosx=2π for all x∈[−1,1]. (3)
(b) Hence, or otherwise, solve 2arcsinx=arccosx for x∈[−1,1], giving x exactly. (3)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 3, AO2 = 2, AO3 = 1. Edexcel uses inverse-trig identities of this kind as small AO3 problem-solving moments — the "Hence" command tells the candidate that part (a) is the lever that unlocks part (b).
Connects to:
Section 5 — Compound-angle (addition) formulae: the identity tan(A+B)=1−tanAtanBtanA+tanB is the engine that converts equations like arctan(2x)+arctan(x)=π/4 into algebraic ones. Without confident addition-formula manipulation, no inverse-trig equation involving sums or differences of arctans can be tackled.
Section 8 — Integration giving arctan/arcsin: ∫1+x21dx=arctanx+C and ∫1−x21dx=arcsinx+C are standard results in the Edexcel formula booklet. Recognising integrands as derivatives of inverse trig functions is a Year 2 Pure skill.
Section 9 — Differentiation of inverse trig: dxdarcsinx=1−x21, dxdarctanx=1+x21, and dxdarccosx=−1−x21. Derivable by implicit differentiation of siny=x (Year 2).
Section 2 — Functions (one-to-one restriction): sin, cos and tan are not one-to-one on their full domains, so they have no inverse on those domains. To define arcsin, arccos, arctan we restrict the domain of the original function to a maximal interval on which it is monotonic. This is the prototype example of "restrict to invert" — a recurring theme across A-Level functions.
Section 5 — Trigonometric equations: when solving sinx=k for general x, the principal value arcsink gives one solution; the others come from the symmetries sin(π−θ)=sinθ and sin(θ+2π)=sinθ. Inverse functions and general solutions are inseparable.
Inverse-trig questions on 9MA0 split AO marks roughly as follows:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 50–60% | Stating principal-value ranges, applying compound-angle formulae, manipulating algebraic forms |
| AO2 (reasoning / interpretation) | 25–35% | Justifying rejection of extraneous roots, using range constraints to validate solutions, deriving identities like arcsinx+arccosx=π/2 |
| AO3 (problem-solving) | 5–15% | Selecting an appropriate strategy (apply tan to both sides? use the addition formula? use a co-function identity?) when the question doesn't dictate the method |
Examiner-rewarded phrasing: "by definition, arcsin gives the value in [−π/2,π/2]"; "applying tan to both sides, valid because tan is defined at every value in the principal range (−π/2,π/2)"; "since arctan(2x)+arctan(x) must lie in (−π,π), we reject the candidate root that places the sum outside π/4 modulo π"; "by the co-function identity, arccosx=π/2−arcsinx for x∈[−1,1]".
Phrases that lose marks: writing "arcsin(2)=…" without flagging that 2∈/[−1,1] (the answer is undefined); accepting both roots of a quadratic without checking each against the original principal-value constraint; quoting \arcsin\ and \sin^{-1}\ inconsistently within one solution; giving "arcsinx=30" when the formula booklet works in radians and the question is in radians.
A specific Edexcel pattern to watch: when a question writes "sin−1x" rather than "arcsinx", the meaning is identical, but candidates sometimes confuse sin−1x with sinx1=cscx. Read the symbol in context — an exponent of −1 on a function name almost always means the inverse function, not the reciprocal.
Question: Find the exact value of arcsin(23), giving your answer in radians.
Grade C response (~210 words):
We want the angle whose sine is 23. From the standard exact-value table, sin(π/3)=23, so arcsin(3/2)=π/3.
The answer is π/3 radians.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.