AMC // 10
LEARN>GEOMETRY>TRIGONOMETRY BASICS
// CONCEPT // GEOMETRY

TRIGONOMETRY BASICS

SOH-CAH-TOA in right triangles, exact trig values at 30/45/60, the area formula (1/2)ab sin C, and the Law of Sines and Law of Cosines for general triangles.

Overview

Trigonometry connects angles to side ratios. At the AMC 10 level you need exactly three ideas: the right-triangle definitions (SOH-CAH-TOA), the exact values at 30°30°, 45°45°, and 60°60°, and the two big theorems — Law of Sines and Law of Cosines — that let you work with any triangle, not just right triangles.

Right-triangle trig is where everything starts. The three main ratios — sine, cosine, and tangent — describe how the sides of a right triangle scale relative to a chosen acute angle. Once you know two pieces of information (one side and one angle, or two sides), you can recover all six measurements of the triangle.

The AMC loves problems that mix the area formula 12absinC\tfrac{1}{2}ab\sin C with the Law of Cosines or Law of Sines. A single triangle may look hard to solve directly but becomes tractable as soon as you realize that the same quantity (area, or the missing side) can be expressed in two different ways. That "express the same thing two ways" strategy is the single most powerful move in AMC trig.

Key facts

  • SOH-CAH-TOA (right triangle, angle θ\theta, hypotenuse hh, opposite side oo, adjacent side aa): sinθ=oh,cosθ=ah,tanθ=oa\sin\theta = \frac{o}{h}, \qquad \cos\theta = \frac{a}{h}, \qquad \tan\theta = \frac{o}{a} Use when the triangle has a right angle and you know one side plus one acute angle.

  • Exact values table:

    | Angle | sin\sin | cos\cos | tan\tan | |-------|--------|--------|--------| | 30°30° | 12\dfrac{1}{2} | 32\dfrac{\sqrt{3}}{2} | 13=33\dfrac{1}{\sqrt{3}} = \dfrac{\sqrt{3}}{3} | | 45°45° | 22\dfrac{\sqrt{2}}{2} | 22\dfrac{\sqrt{2}}{2} | 11 | | 60°60° | 32\dfrac{\sqrt{3}}{2} | 12\dfrac{1}{2} | 3\sqrt{3} |

    These come up in virtually every AMC trig problem. Memorize them.

  • Pythagorean identity: sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1. Useful when you know sin\sin and need cos\cos, or vice versa.

  • Area with two sides and included angle: For triangle ABCABC with sides a=BCa = BC, b=CAb = CA and included angle CC: Area=12absinC\text{Area} = \frac{1}{2}ab\sin C Use when two sides and the angle between them are given, or when you're hunting for an angle and the area is known.

  • Law of Sines: In any triangle ABCABC: asinA=bsinB=csinC\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C} where aa is the side opposite A\angle A, etc. Use when you know two angles (and hence the third) plus one side — AAS or ASA configurations.

  • Law of Cosines: In any triangle ABCABC: c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab\cos C Use for SAS (find the missing side) or SSS (find an unknown angle). Reduces to the Pythagorean theorem when C=90°C = 90°.

  • Angle sum reminder: A+B+C=180°A + B + C = 180°, so knowing two angles gives the third for free before applying Law of Sines.

Worked example 1

In right triangle PQRPQR with the right angle at RR, legs PR=5PR = 5 and QR=12QR = 12. Find sin(QPR)\sin(\angle QPR).

Step 1 — find the hypotenuse. PQ=PR2+QR2=25+144=169=13PQ = \sqrt{PR^2 + QR^2} = \sqrt{25 + 144} = \sqrt{169} = 13.

Step 2 — identify opposite and hypotenuse. For QPR\angle QPR (the angle at PP), the opposite side is QR=12QR = 12 and the hypotenuse is PQ=13PQ = 13.

Step 3 — apply SOH. sin(QPR)=1213\sin(\angle QPR) = \dfrac{12}{13}.

Why does this work? SOH-CAH-TOA is valid for any acute angle in any right triangle. The key is always to identify the opposite and adjacent sides relative to the chosen angle.

Worked example 2

Triangle ABCABC has AB=7AB = 7, AC=8AC = 8, and A=60°\angle A = 60°. Find the length of BCBC.

Step 1 — recognize SAS. We know two sides and the included angle, so Law of Cosines applies.

Step 2 — set up. Label c=BCc = BC (opposite A\angle A), b=AC=8b = AC = 8, a=AB=7a = AB = 7. Wait — in standard notation aa is the side opposite AA, which is BCBC. So: BC2=AB2+AC22ABACcos(A)BC^2 = AB^2 + AC^2 - 2 \cdot AB \cdot AC \cdot \cos(\angle A) =49+642(7)(8)cos60°=11311212=11356=57= 49 + 64 - 2(7)(8)\cos 60° = 113 - 112 \cdot \frac{1}{2} = 113 - 56 = 57

Step 3 — conclude. BC=57BC = \sqrt{57}.

Sanity check: 5757 is between 49=7249 = 7^2 and 64=8264 = 8^2, so BCBC is between 7 and 8, which is reasonable for a triangle with those two sides and a 60°60° angle between them.

Common traps

  • Swapping opposite and adjacent. SOH uses the side opposite the angle over the hypotenuse. The side next to the angle (but not the hypotenuse) is adjacent, used in CAH. Label sides carefully before writing a ratio.
  • Using exact values from the wrong angle. sin30°=12\sin 30° = \frac{1}{2} but sin60°=32\sin 60° = \frac{\sqrt{3}}{2}. They are partners, not the same. When in doubt, redraw a 30-60-90 triangle and re-derive.
  • Forgetting the 2ab2ab coefficient in Law of Cosines. The full formula is c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab\cos C. Dropping the 22 is among the most common algebraic slips on AMC tests.
  • Applying Law of Sines to the wrong pair. Each fraction is (side)/(sine of opposite angle). Using an adjacent angle in the denominator gives a wrong answer with no obvious warning sign.
  • Neglecting the area formula's angle. In 12absinC\tfrac{1}{2}ab\sin C, the angle CC must be between sides aa and bb (the included angle). Using the wrong angle — even with the right two sides — gives a different area.