🏔️ Trigonometry Peaks · Trigonometry
Inverse Trigonometric Functions
Go from a ratio back to an angle, carefully: exact values of arcsin, arccos and arctan, the restricted ranges that make them functions, compositions such as sin(arccos x), calculator values, and the angle a situation asks for.
In short
- Sine, cosine and tangent each repeat, so each is cut down to one piece before it is reversed; the piece that survives becomes the range of the inverse.
- arcsin returns angles from -pi/2 to pi/2, arccos from 0 to pi, and arctan strictly between -pi/2 and pi/2 — so arccos is the only one that ever returns an obtuse angle, and the only one that never returns a negative one.
- The number gives the size of the angle and the range gives its position: find the reference angle from the size, then let the range decide the quadrant and the sign.
- A composition of two different functions is a right triangle: name the inner angle, draw the triangle its ratio describes, use Pythagoras for the third side, and take the sign from the quadrant the range put you in.
Running the machine backwards
Astronomer Vera keeps a brass sighting ring at the Unit Circle Observatory. Turn the ring to an angle and a pointer reads off the height of the star: that is sine, angle in, ratio out. The question this skill answers is the other one. The height is known. What was the angle?
That question has too many answers. sin(30°) = 1/2, and so does sin(150°), and so does sin(390°), and so does every one of the infinitely many angles that land on the same height. Draw the wave y = sin(x) and lay a ruler across it at height 1/2: the ruler crosses the curve over and over, for ever. That is the horizontal line test, and sine does not pass it.
A function is only allowed one output per input, so the reverse of sine cannot be a function until the wave is cut down to a piece that no horizontal ruler crosses twice. Mathematics makes that cut once, and everybody uses the same one:
- sine is kept on -pi/2 <= x <= pi/2, where it climbs steadily from -1 up to 1;
- cosine is kept on 0 <= x <= pi, where it falls steadily from 1 down to -1;
- tangent is kept on -pi/2 < x < pi/2, where it climbs from far below zero to far above it.
Each of those pieces hits every possible value exactly once, so each can be reversed. Reflect the piece in the line y = x and you have the graph of the inverse. That is all arcsin, arccos and arctan are: three restricted pieces, turned round.
You will also see them written sin-1, cos-1 and tan-1. That little -1 is not a power. sin-1(x) means "the angle whose sine is x"; it does not mean 1/sin(x), which is something else entirely. This lesson writes arcsin, arccos and arctan throughout, because that spelling cannot be misread.
The three ranges — and why every answer is decided by them
The restricted piece becomes the range of the inverse: the only angles it is allowed to give back. Learn these three lines and most of the skill is done.
arcsin(x) input -1 <= x <= 1 output -pi/2 <= y <= pi/2 (-90° to 90°)
arccos(x) input -1 <= x <= 1 output 0 <= y <= pi (0° to 180°)
arctan(x) input any real number output -pi/2 < y < pi/2 (strictly between)
Three things in that table are worth saying out loud.
The inputs of arcsin and arccos stop at 1. A sine and a cosine are heights and widths on a circle of radius 1, so they never get bigger than 1. That is why arcsin(2) has no value at all — no angle anywhere has sine 2. A tangent has no such limit, which is why arctan will accept any number you give it.
arccos never returns a negative angle. Its whole range sits in the upper half of the circle: quadrant 1 for a positive input, quadrant 2 for a negative one. So arccos(-1/2) is 2pi/3, an obtuse angle, and never -pi/3.
arcsin and arctan never return an obtuse angle. Their ranges are quadrant 1 for a positive input and quadrant 4 — that is, a negative angle — for a negative one. So arcsin(-1/2) is -pi/6. It is not 7pi/6, and it is not 11pi/6, even though both of those angles do have sine -1/2. They are simply not in the range, and the range is what makes arcsin a function at all.
The ends of the arctan range are open, because at pi/2 and -pi/2 the cosine underneath the tangent is 0 and the tangent has no value there. arctan can get as close to pi/2 as you like by feeding it a huge number, but it never arrives.
Exact values, and the two units
To evaluate one of these exactly, read it as a question and answer it with the unit circle.
Step 1. Say what is being asked. arccos(-sqrt(3)/2) asks: which angle has cosine -sqrt(3)/2?
Step 2. Find the reference angle from the size of the number, ignoring its sign. cos(30°) = sqrt(3)/2, so the reference angle here is 30°, or pi/6.
Step 3. Let the range place it. The input is negative and this is arccos, so the answer sits in quadrant 2: 180° - 30° = 150°, which is 5pi/6.
Notice the division of labour, because it is the whole method: the number gives the size, the range gives the position. Nothing else is involved.
The nine values worth knowing by heart are the ones the unit circle already gave you, read backwards:
arcsin: 0 -> 0, 1/2 -> pi/6, sqrt(2)/2 -> pi/4, sqrt(3)/2 -> pi/3, 1 -> pi/2
arccos: 1 -> 0, sqrt(3)/2 -> pi/6, sqrt(2)/2 -> pi/4, 1/2 -> pi/3, 0 -> pi/2
arctan: 0 -> 0, sqrt(3)/3 -> pi/6, 1 -> pi/4, sqrt(3) -> pi/3
A negative input reflects the arcsin and arctan answers straight down into negative angles, and reflects the arccos answers across into obtuse ones.
Answers come in two units and the question always says which. In degrees an exact answer is a whole number: 150. In radians it is an exact expression built from pi: pi/6, -pi/4, 5pi/6, 2pi/3. A decimal such as 2.618 is not an exact answer to a question that asked for one, however many places you carry it to.
Two compositions: the trap, and the triangle
Putting a function next to its inverse is where most of the interesting work sits, and there are exactly two cases.
Inverse first, function second — nothing to do. sin(arcsin(0.3)) = 0.3, and cos(arccos(-3/5)) = -3/5. The inner function hands over an angle, the outer one reads its ratio straight back, and you are where you started. This works for every input the inverse accepts.
Function first, inverse second — check the range. arcsin(sin(t)) equals t only when t is already inside the range of arcsin. Otherwise the answer is the one angle in the range that shares the same sine. For example:
arcsin(sin(2pi/3)) = arcsin(sqrt(3)/2) = pi/3 not 2pi/3
arccos(cos(5pi/4)) = arccos(-sqrt(2)/2) = 3pi/4 not 5pi/4
arctan(tan(3pi/4)) = arctan(-1) = -pi/4 not 3pi/4
Work inside out and the trap disappears: evaluate the inner ratio first, then ask the inverse for its own angle.
A composition of two different functions is a triangle. To evaluate sin(arccos(3/5)), name the inside: let t = arccos(3/5), so cos t = 3/5. Draw a right triangle with adjacent 3 and hypotenuse 5; Pythagoras gives the opposite side 4. Then sin t = 4/5, and that is the answer.
The sign is the only part that needs care, and the range decides it once again. In cos(arctan(-4/3)) the angle t is in quadrant 4, because arctan of a negative number returns a negative angle — and cosine is positive in quadrant 4, so cos t = 3/5, positive. In sin(arccos(-8/17)) the angle is in quadrant 2, because arccos of a negative number returns an obtuse angle — and sine is positive in quadrant 2, so sin t = 15/17, positive.
The same triangle handles a letter as easily as a number. For sin(arctan(x)) with x positive, tan t = x/1, so the legs are x and 1 and the hypotenuse is sqrt(x^2 + 1), giving
sin(arctan(x)) = x / sqrt(x^2 + 1)
Calculators, units and the angles a situation asks for
On a calculator these live above the sin, cos and tan keys, behind shift or 2nd. Two habits stop nearly every wrong answer.
Set the mode first. arcsin(0.3) is 17.5 in degree mode and 0.305 in radian mode, and the calculator will not warn you which one you asked for. Decide from the question, set the mode, then press the keys.
Check the answer against the range. arccos of a negative number must come out obtuse; arcsin of a negative number must come out negative. Anything else means a wrong key or a wrong mode.
Most real questions are angle questions in disguise. A ladder 6 m long reaching 5 m up a wall makes an angle t with the ground where sin t = 5/6, so t = arcsin(0.8333) = 56.4°. A tower 12 m tall casting a 20 m shadow gives an angle of elevation where tan t = 12/20, so t = arctan(0.6) = 31.0°. A road with a grade of 8% climbs 8 m for every 100 m measured horizontally, so its angle is arctan(0.08) = 4.6°. Rise and run are two legs, so they are always a tangent; a slanted length is a hypotenuse, so it is a sine or a cosine.
One last thing the inverse cannot do for you. Asked to solve sin t = 0.6 on 0° <= t < 360°, the calculator returns one angle, 36.9°, because that is all its range allows. The circle has a second one at 180° - 36.9° = 143.1°. For a cosine equation the second solution is 360° minus the first instead, since cosine mirrors across the horizontal axis rather than the vertical one. The inverse finds the reference angle; the unit circle finds the rest.
Worked examples
Example 1
Find the exact value of arccos(-1/2), in radians.
- Read it as a question: which angle has cosine -1/2?
- Size first, ignoring the sign: cos(pi/3) = 1/2, so the reference angle is pi/3.
- Now the range. arccos returns angles from 0 to pi, and the input is negative, so the answer is obtuse — quadrant 2.
- In quadrant 2 the angle with reference pi/3 is pi - pi/3 = 2pi/3.
- arccos(-1/2) = 2pi/3. (Not -pi/3: arccos never returns a negative angle.)
Example 2
Evaluate arcsin(sin(5pi/6)).
- Check the range before cancelling. The range of arcsin is -pi/2 to pi/2, and 5pi/6 is bigger than pi/2, so the two do not simply undo each other.
- Work from the inside out instead: sin(5pi/6) = 1/2.
- Now ask arcsin its own question: which angle in -pi/2 <= y <= pi/2 has sine 1/2?
- That is pi/6.
- arcsin(sin(5pi/6)) = pi/6. The two angles share a sine, but only one of them is in the range.
Example 3
Find the exact value of sin(arccos(-8/17)).
- Name the inside: let t = arccos(-8/17), so cos t = -8/17.
- The range of arccos puts t between 0 and pi, and the cosine is negative, so t is in quadrant 2.
- Build the triangle from the size of the ratio: adjacent 8, hypotenuse 17, so by Pythagoras the opposite side is sqrt(17^2 - 82) = sqrt(225) = 15.
- Sine is positive in quadrant 2, so sin t is positive.
- sin(arccos(-8/17)) = 15/17.
Example 4
Solve cos t = -0.35 for 0° <= t < 360°, to 1 decimal place.
- Put the calculator in degree mode and take the inverse: arccos(-0.35) = 110.5°.
- That is one solution, and it is the only one the range of arccos can give.
- Cosine is a horizontal position, so the second solution is the mirror image across the horizontal axis: 360° - 110.5° = 249.5°.
- Check the signs: both 110.5° and 249.5° lie in quadrants 2 and 3, where the cosine is negative. That matches the equation.
- t = 110.5° or t = 249.5°.
Practice problems, with solutions
Three problems of increasing difficulty, each with the full working. In the game these are generated fresh every time; these three are fixed so this page always shows the same ones.
Problem 1
Difficulty 1 of 5Find the exact value of arccos(1/2). Give the angle in degrees, as a whole number.
Answer: 60 degrees
- arccos(1/2) asks for the angle t with cos t = 1/2.
- The reference angle is 60°, and the range of arccos (from 0° to 180°) puts the answer at 60°.
- arccos(1/2) = 60°
Problem 2
Difficulty 3 of 5Evaluate arccos(cos(7*pi/6)). Give the angle in radians as an exact expression, such as pi/6 or -pi/4.
Answer: 5*pi/6
- 7*pi/6 is not inside from 0 to pi, so the two operations do not simply cancel.
- cos(7*pi/6) = -sqrt(3)/2
- arccos(-sqrt(3)/2) = 5*pi/6, because that is the only angle in the range with that cosine.
Problem 3
Difficulty 4 of 5Write cos(arctan(x)) without any trigonometric functions in it. Take x to be positive.
- 1 / sqrt(1 - x2)
- 1 / sqrt(x^2 + 1)
- x / sqrt(x^2 + 1)
- sqrt(x^2 + 1)
Answer: B. 1 / sqrt(x^2 + 1)
- Let t = arctan(x).
- tan t = x/1, so the legs are x and 1 and the hypotenuse is sqrt(x^2 + 1). Cosine is adjacent over hypotenuse.
- cos(arctan(x)) = 1 / sqrt(x^2 + 1)
Common mistakes
- Answering arcsin(-1/2) with 11pi/6 or 7pi/6: both angles do have sine -1/2, but arcsin must return an angle between -pi/2 and pi/2, so the answer is -pi/6.
- Reading sin-1(x) as 1/sin(x): the -1 marks an inverse function, not a reciprocal power.
- Assuming arccos(cos t) = t for every t — it is only true when t already lies between 0 and pi, so arccos(cos(5pi/4)) is 3pi/4, not 5pi/4.
- Leaving the calculator in the wrong mode, so a question asking for degrees is answered with radians (or the other way round) and the number looks nothing like the angle in the picture.
- Giving only the calculator answer when an equation is asked for on a whole turn: the inverse returns one angle, and the second solution has to come from the unit circle.
What you should be able to do
- Evaluate arcsin, arccos and arctan exactly for the special ratios, in radians and degrees.
- State the domain and range of each inverse trigonometric function and explain why arcsin(sin t) is not always t.
- Evaluate a composition such as sin(arccos(3/5)) or tan(arcsin x) exactly.
- Use an inverse trigonometric function to find the angle in an applied problem or an equation.
Where this fits in the curriculum
Common Core
- HSF-TF.B.6
High school — Understand that restricting a trigonometric function to a domain on which it is always increasing or always decreasing allows its inverse to be constructed.
HSF-TF.B.6 is a (+) standard — beyond the college- and career-ready threshold, i.e. precalculus rather than Algebra II.
- HSF-TF.B.7
High school — Use inverse functions to solve trigonometric equations that arise in modelling contexts; evaluate the solutions using technology, and interpret them in terms of the context.
HSF-TF.B.7 is a (+) standard — beyond the college- and career-ready threshold, i.e. precalculus rather than Algebra II.
SAT
- Additional Topics in Math
Finding an angle from a trigonometric ratio.