You’re building a wheelchair ramp. The code says the angle can’t exceed 4.8°. You know how high the step is. How long does the ramp need to be?
You’re standing 30 metres from a building, looking up at the roof. You want to know how tall the building is, but you can’t climb it. You can measure the angle you’re looking up at. Is that enough?
Your phone screen is 15.6 cm tall and 7.2 cm wide. What’s the diagonal? Easy — Pythagoras. But what’s the angle in the corner? That’s where trig comes in.
Each of these situations has a right triangle in it somewhere. You know some sides and angles, and you want to find others. Trigonometry gives you three ratios that connect them.
18.1 What the notation is saying
Start with a right triangle. One angle is exactly 90°. Pick one of the other angles and call it \(\theta\) (the Greek letter theta — just a name for “the angle you’re working with”).
Now name the three sides relative to \(\theta\):
The hypotenuse is the longest side, always opposite the right angle.
The opposite side is the one directly across the triangle from \(\theta\) — the side \(\theta\) “faces”.
The adjacent side is the one next to \(\theta\) that isn’t the hypotenuse — the side \(\theta\) “leans against”.
Read it: “the tangent of theta equals opposite over adjacent.”
The memory aid is SOH-CAH-TOA: Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent. It’s a mnemonic, not mathematics — use it until you don’t need it any more.
You know two sides. You want the angle between them. Use the inverse trig function.
\(\sin^{-1}\) reads as “inverse sine” or “arcsine”. It asks: what angle has this sine value? If \(\sin(\theta) = 0.5\), then \(\theta = \sin^{-1}(0.5) = 30°\). The \(^{-1}\) notation means “undo the sine” — it does not mean “one over sine.”
Similarly, \(\cos^{-1}\) and \(\tan^{-1}\) undo the cosine and tangent respectively. All three inverse functions work the same way: give them a ratio, get back an angle.
Example. Your phone screen is 15.6 cm tall and 7.2 cm wide. What angle does the diagonal make with the long side?
The two known sides are 15.6 cm (adjacent to the angle at the bottom-left corner) and 7.2 cm (opposite). The ratio connecting opposite and adjacent is tangent:
The ratios are fixed by the angle alone — not by how big the triangle is. Any right triangle with a 30° angle has the same ratio of opposite to hypotenuse: exactly 0.5. Scale the triangle up by ten times and both sides get ten times longer, but the ratio stays the same.
This is why the ratios are useful. They depend only on the angle, so you can look up \(\sin(30°) = 0.5\) once and use it for any triangle containing a 30° angle, whatever its size.
18.3 Worked examples
Example 1 — Finding the height of a building (geography/surveying)
A surveyor stands 40 m from the base of a radio mast. She measures the angle of elevation to the top as 62°. How tall is the mast?
The 40 m is the side adjacent to the 62° angle. The mast height is the opposite side. The ratio connecting adjacent and opposite is tangent:
The mast is approximately 75 m tall. Check: \(\tan^{-1}(75.2/40)
= \tan^{-1}(1.880) \approx 62°\). Yes.
Example 2 — Rope from a fence post (geometry/practical)
A rope is tied from the top of a fence post to a peg in the ground. The post is vertical and the rope makes an angle of 35° with the post. The rope has a tension of 80 N — the force acting along the rope. What is the component of that tension pulling horizontally away from the post?
The 80 N tension acts along the rope — that’s the hypotenuse of a right triangle. The angle at the top of the post is 35°. The horizontal pull is the side opposite that angle:
The peg must hold against about 46 N of horizontal pull.
Example 3 — Finding the ramp angle for a target slope (science/engineering)
A physiotherapy exercise ramp needs a slope of 1 in 8 — for every 8 cm of horizontal run, it rises 1 cm. What angle does this correspond to?
The slope ratio gives you opposite over adjacent: \(\frac{1}{8} = 0.125\). That’s the tangent of the angle:
\[\tan(\theta) = \frac{1}{8} = 0.125\]
\[\theta = \tan^{-1}(0.125) \approx 7.1°\]
The ramp makes an angle of about 7° with the floor.
Example 4 — Rotating a point in 2D (computing/game development)
A game object is at position \((5, 0)\) — five units to the right of the origin, on the horizontal axis. The game rotates everything 40° anticlockwise. Where does the object end up?
The object starts at distance 5 from the origin (its “hypotenuse” from the rotation centre). After a 40° rotation, the new \(x\)-coordinate is the adjacent side of the 40° angle, and the new \(y\)-coordinate is the opposite side:
The three ratios in this chapter are functions — you put in an angle and get out a number. Volume 3, Chapter 4 (Functions and relations) gives that idea its full treatment: a function is a rule that maps one value to another, and sine, cosine, and tangent are the first examples most people meet of functions that are not straight lines. Once you see trig through the function lens you can ask new questions: what does the graph look like? Where is it increasing? Does it repeat?
It repeats — and that turns out to matter enormously. Differential calculus (Volume 5) uses sine and cosine as its central worked examples because they are the simplest functions whose rate of change is also a trig function. The derivative of \(\sin\) is \(\cos\); the derivative of \(\cos\) is \(-\sin\). That self-referential property is why trig is indispensable in physics and engineering, and it’s the first real glimpse of how calculus and trigonometry are connected at a deep level.
Where this shows up
A structural engineer resolves a cable force into horizontal and vertical components before checking whether a joint will hold.
A physicist writes the equation of a pendulum’s motion using sine — the angle oscillates like a sine wave over time.
A navigator uses bearing angles and the sine rule to triangulate a ship’s position from two known landmarks.
A game developer rotates sprites, aims projectiles, and swings camera views using \(\sin\) and \(\cos\) applied to coordinates.
A sound engineer represents audio waveforms as sums of sine waves — the starting point of Fourier analysis.
18.5 Exercises
These are puzzles. Each one has a clean answer. The work is in identifying which sides and which ratio to use before you reach for the calculator.
1. A ski slope is 800 m long and the vertical drop is 240 m. What angle does the slope make with the horizontal? Give your answer to one decimal place.
makeStepperHTML(1, [ { op:"Identify opposite, adjacent, hypotenuse",eq:"\\text{hypotenuse} = 800\\text{ m},\\quad \\text{opposite} = 240\\text{ m}",note:"The slope surface is the hypotenuse; the vertical drop is opposite the angle at the base." }, { op:"Choose the ratio",eq:"\\sin(\\theta) = \\frac{\\text{opposite}}{\\text{hypotenuse}} = \\frac{240}{800}",note:null }, { op:"Simplify the fraction",eq:"\\sin(\\theta) = 0.3",note:null }, { op:"Apply inverse sine",eq:"\\theta = \\sin^{-1}(0.3)",note:"Inverse sine asks: what angle has a sine of 0.3?" }, { op:"Calculate",eq:"\\theta \\approx 17.5°",note:null }, { op:"Check",eq:"\\sin(17.5°) \\approx 0.3007 \\approx 0.3 \\checkmark",note:null }])
2. A ladder 6 m long leans against a wall. It makes an angle of 72° with the ground. How high up the wall does the top of the ladder reach? Give your answer to two decimal places.
Code
makeStepperHTML(2, [ { op:"Identify opposite, adjacent, hypotenuse",eq:"\\text{hypotenuse} = 6\\text{ m},\\quad \\theta = 72°,\\quad \\text{opposite} = \\text{wall height}",note:"The ladder is the hypotenuse; the wall height is the side opposite the 72° angle at the base." }, { op:"Choose the ratio",eq:"\\sin(72°) = \\frac{\\text{wall height}}{6}",note:null }, { op:"Rearrange",eq:"\\text{wall height} = 6 \\times \\sin(72°)",note:null }, { op:"Calculate",eq:"\\text{wall height} = 6 \\times 0.9511 \\approx 5.71\\text{ m}",note:null }, { op:"Check",eq:"\\sin^{-1}\\!\\left(\\frac{5.71}{6}\\right) = \\sin^{-1}(0.9517) \\approx 72.1° \\approx 72° \\checkmark",note:null }])
3. A phone screen has a diagonal of 16.5 cm and the screen is 8.0 cm wide. What angle does the diagonal make with the bottom edge of the screen?
Code
makeStepperHTML(3, [ { op:"Identify opposite, adjacent, hypotenuse",eq:"\\text{hypotenuse} = 16.5\\text{ cm},\\quad \\text{adjacent} = 8.0\\text{ cm (width, beside the angle)}",note:"The angle is at the bottom corner; the width is adjacent, the diagonal is the hypotenuse." }, { op:"Choose the ratio",eq:"\\cos(\\theta) = \\frac{\\text{adjacent}}{\\text{hypotenuse}} = \\frac{8.0}{16.5}",note:null }, { op:"Compute the ratio",eq:"\\cos(\\theta) \\approx 0.4848",note:null }, { op:"Apply inverse cosine",eq:"\\theta = \\cos^{-1}(0.4848) \\approx 61.0°",note:null }, { op:"Check",eq:"\\cos(61°) \\approx 0.4848,\\quad 16.5 \\times 0.4848 \\approx 8.0\\text{ cm} \\checkmark",note:null }])
4. A solar panel is mounted on a roof. To maximise energy collection in Alberta, the panel should face the sun at an angle of elevation of 53°. The vertical rise from the base of the panel to its top edge is 1.2 m. How long is the panel surface?
Code
makeStepperHTML(4, [ { op:"Identify opposite, adjacent, hypotenuse",eq:"\\theta = 53°,\\quad \\text{opposite} = 1.2\\text{ m (vertical rise)},\\quad \\text{hypotenuse} = \\text{panel length}",note:"The vertical rise is opposite the angle; the panel surface is the hypotenuse." }, { op:"Choose the ratio",eq:"\\sin(53°) = \\frac{1.2}{\\text{panel length}}",note:null }, { op:"Rearrange",eq:"\\text{panel length} = \\frac{1.2}{\\sin(53°)}",note:null }, { op:"Calculate",eq:"\\text{panel length} = \\frac{1.2}{0.7986} \\approx 1.50\\text{ m}",note:null }, { op:"Check",eq:"\\sin(53°) \\times 1.50 \\approx 0.7986 \\times 1.50 \\approx 1.20\\text{ m} \\checkmark",note:null }])
5. A zip line descends from a platform 18 m high. The cable makes an angle of 35° with the horizontal. How long is the cable, and how far from the base of the platform does it end?
Code
makeStepperHTML(5, [ { op:"Identify opposite, adjacent, hypotenuse",eq:"\\text{opposite} = 18\\text{ m (height)},\\quad \\theta = 35°,\\quad \\text{hypotenuse} = \\text{cable length}",note:"The height of the platform is the side opposite the 35° angle at the far end of the cable." }, { op:"Find the cable length using sine",eq:"\\sin(35°) = \\frac{18}{\\text{cable}}",note:null }, { op:"Rearrange",eq:"\\text{cable} = \\frac{18}{\\sin(35°)} = \\frac{18}{0.5736} \\approx 31.4\\text{ m}",note:null }, { op:"Find the horizontal distance using cosine",eq:"\\cos(35°) = \\frac{\\text{horizontal}}{\\text{cable}} \\implies \\text{horizontal} = 31.4 \\times \\cos(35°)",note:null }, { op:"Calculate horizontal distance",eq:"\\text{horizontal} = 31.4 \\times 0.8192 \\approx 25.7\\text{ m}",note:null }, { op:"Check using Pythagoras",eq:"\\sqrt{18^2 + 25.7^2} = \\sqrt{324 + 660.5} = \\sqrt{984.5} \\approx 31.4\\text{ m} \\checkmark",note:null }])
6. A ladder 5 m long leans against a wall. Its base is 1.8 m from the wall. (a) What angle does the ladder make with the ground? (b) How high up the wall does it reach?
Code
makeStepperHTML(6, [ { op:"Identify the sides",eq:"\\text{hypotenuse} = 5\\text{ m},\\quad \\text{adjacent} = 1.8\\text{ m (base distance)}",note:"The ladder is the hypotenuse; the base distance from the wall is adjacent to the angle at the ground." }, { op:"Find the angle using inverse cosine",eq:"\\cos(\\theta) = \\frac{1.8}{5} = 0.36",note:null }, { op:"Apply inverse cosine",eq:"\\theta = \\cos^{-1}(0.36) \\approx 68.9°",note:null }, { op:"Find the height using sine",eq:"\\sin(68.9°) = \\frac{\\text{height}}{5}",note:null }, { op:"Calculate height",eq:"\\text{height} = 5 \\times \\sin(68.9°) \\approx 5 \\times 0.9331 \\approx 4.67\\text{ m}",note:null }, { op:"Check using Pythagoras",eq:"\\sqrt{1.8^2 + 4.67^2} = \\sqrt{3.24 + 21.81} = \\sqrt{25.05} \\approx 5.0\\text{ m} \\checkmark",note:null }])