Stewart Precalculus — Chapter 7

Analytic Trigonometry

Every identity, formula, and strategy you need for Chapter 7 — from fundamental reciprocal identities to inverse trig functions and solving equations on any interval.

Fundamental IdentitiesVerify IdentitiesSum & DifferenceDouble AngleHalf AngleInverse TrigSolve Equations

1. Fundamental Trig Identities

These eight identities are the foundation of every identity proof in Chapter 7. Memorize them cold — everything else is built from these.

Reciprocal Identities

FunctionReciprocalMemory Tip
sin θcsc θ = 1 / sin θco-secant flips sine
cos θsec θ = 1 / cos θsecant flips cosine
tan θcot θ = 1 / tan θcotangent flips tangent

Quotient Identities

tan θ = sin θ / cos θ

Valid whenever cos θ ≠ 0

cot θ = cos θ / sin θ

Valid whenever sin θ ≠ 0

Pythagorean Identities

All three come from the unit circle equation x² + y² = 1. Learn to derive forms 2 and 3 from form 1 by dividing through by cos²θ or sin²θ.

sin²θ + cos²θ = 1

Unit circle x² + y² = 1

sin²θ = 1 − cos²θ

cos²θ = 1 − sin²θ

1 + tan²θ = sec²θ

Divide row 1 by cos²θ

tan²θ = sec²θ − 1

sec²θ − tan²θ = 1

1 + cot²θ = csc²θ

Divide row 1 by sin²θ

cot²θ = csc²θ − 1

csc²θ − cot²θ = 1

Exam Trick

On any test that asks for a Pythagorean identity, if you can only remember sin²θ + cos²θ = 1, you can always reconstruct the other two in 10 seconds by dividing. Never try to memorize 1 + tan²θ = sec²θ as a separate fact — derive it on the spot.

2. How to Verify Trig Identities

Verification is different from algebra: you must show the two sides are equal without treating the equation as something you can solve. Work ONE side only.

Strategies that work

  • Convert everything to sin and cos
  • Factor out common factors
  • Multiply numerator and denominator by a conjugate
  • Use a Pythagorean identity to replace 1 ± sin² or 1 ± cos²
  • Split a fraction: (a + b)/c = a/c + b/c
  • Combine fractions over a common denominator

Common mistakes to avoid

  • Do NOT add or subtract the same term to both sides
  • Do NOT multiply both sides by the same expression
  • Do NOT assume what you are trying to prove
  • Do NOT cancel across an addition sign (sin / (sin + cos) ≠ 1/cos)
  • Do NOT skip steps — show every substitution

Worked Example 1

Verify: (sin θ / (1 − cos θ)) = (1 + cos θ) / sin θ

Work the left side (LHS).

LHS = sin θ / (1 − cos θ)

// Multiply by conjugate (1 + cos θ)/(1 + cos θ)

= sin θ (1 + cos θ) / [(1 − cos θ)(1 + cos θ)]

// Denominator is difference of squares: 1 − cos²θ

= sin θ (1 + cos θ) / (1 − cos²θ)

// Pythagorean: 1 − cos²θ = sin²θ

= sin θ (1 + cos θ) / sin²θ

// Cancel one sin θ

= (1 + cos θ) / sin θ = RHS ✓

Worked Example 2 — Converting to sin/cos

Verify: tan²θ − sin²θ = tan²θ · sin²θ

LHS = tan²θ − sin²θ

// Replace tan²θ = sin²θ/cos²θ

= sin²θ/cos²θ − sin²θ

// Factor out sin²θ

= sin²θ (1/cos²θ − 1)

// 1/cos²θ − 1 = (1 − cos²θ)/cos²θ = sin²θ/cos²θ

= sin²θ · (sin²θ/cos²θ)

= sin²θ · tan²θ = RHS ✓

3. Simplifying Trig Expressions

Simplification means rewriting an expression in a cleaner or specified form. Unlike verification, there is no RHS to match — you stop when the expression is as simple as the problem intends (often a single trig function or a constant).

Example A: Simplify to a single trig function

sin θ · cot θ · sec θ

// Replace cot = cos/sin, sec = 1/cos

= sin θ · (cos θ / sin θ) · (1 / cos θ)

// Cancel sin θ and cos θ

= 1

Example B: Simplify using Pythagorean identity

cos²θ (1 + tan²θ)

// 1 + tan²θ = sec²θ

= cos²θ · sec²θ

// sec²θ = 1/cos²θ

= cos²θ / cos²θ = 1

Example C: Simplify by factoring

(sin x + cos x)² − 1

// Expand: sin²x + 2 sin x cos x + cos²x − 1

= (sin²x + cos²x) + 2 sin x cos x − 1

// sin²x + cos²x = 1

= 1 + 2 sin x cos x − 1

= 2 sin x cos x = sin(2x)

4. Sum and Difference Formulas

These formulas let you find exact values for angles like 15°, 75°, and 105° by splitting them into angles whose trig values you already know (30°, 45°, 60°, 90°).

Sine

sin(A + B) = sin A cos B + cos A sin B

sin(A − B) = sin A cos B − cos A sin B

Signs STAY the same as the ± outside

Cosine

cos(A + B) = cos A cos B − sin A sin B

cos(A − B) = cos A cos B + sin A sin B

Signs FLIP — cosine is contrary

Tangent

tan(A + B) = (tan A + tan B) / (1 − tan A tan B)

tan(A − B) = (tan A − tan B) / (1 + tan A tan B)

Denominator sign also flips

Worked Example — Exact value of sin(75°)

sin(75°) = sin(45° + 30°)

= sin 45° cos 30° + cos 45° sin 30°

= (√2/2)(√3/2) + (√2/2)(1/2)

= √6/4 + √2/4

= (√6 + √2) / 4

5. Double Angle Formulas

Double angle formulas follow from the sum formulas by setting A = B. The cosine double angle formula has three useful forms — know all three and when each is most convenient.

sin(2A)

2 sin A cos A

Only one form — no choices needed

cos(2A) — three forms

cos²A − sin²A

2 cos²A − 1

1 − 2 sin²A

tan(2A)

2 tan A / (1 − tan²A)

Undefined when tan A = ±1

Power-Reducing Forms

The second and third forms of cos(2A) rearrange to give power-reducing identities, which appear heavily in calculus integration:

sin²A = (1 − cos 2A) / 2

cos²A = (1 + cos 2A) / 2

Worked Example — Find sin(2θ) given sin θ = 3/5, θ in Q2

// In Q2, cos θ < 0. Use sin²θ + cos²θ = 1

cos²θ = 1 − (3/5)² = 1 − 9/25 = 16/25

cos θ = −4/5 (negative in Q2)

// Apply double angle formula

sin(2θ) = 2 sin θ cos θ = 2(3/5)(−4/5) = −24/25

6. Half Angle Formulas

Half angle formulas let you find exact values for angles like 22.5°, 112.5°, and π/8. The ± sign is determined by the quadrant of A/2, not the quadrant of A.

sin(A/2)

= ±√[(1 − cos A) / 2]

+ if A/2 is in Q1 or Q2 (sin positive)

cos(A/2)

= ±√[(1 + cos A) / 2]

+ if A/2 is in Q1 or Q4 (cos positive)

tan(A/2)

= ±√[(1 − cos A) / (1 + cos A)]

= sin A / (1 + cos A)

= (1 − cos A) / sin A

Last two forms have no ± ambiguity

Worked Example — Exact value of sin(22.5°)

// 22.5° = 45°/2, so A = 45°

sin(22.5°) = ±√[(1 − cos 45°) / 2]

// 22.5° is in Q1, so sin is positive. cos 45° = √2/2

= √[(1 − √2/2) / 2]

= √[(2 − √2) / 4]

= √(2 − √2) / 2

7. Product-to-Sum and Sum-to-Product Formulas

These formulas are less commonly memorized but appear on Chapter 7 tests and become critical in calculus integration. Know where they come from (adding and subtracting the sum/difference formulas) so you can reconstruct them if needed.

Product-to-Sum

sin A cos B = (1/2)[sin(A + B) + sin(A − B)]

cos A sin B = (1/2)[sin(A + B) − sin(A − B)]

cos A cos B = (1/2)[cos(A + B) + cos(A − B)]

sin A sin B = (1/2)[cos(A − B) − cos(A + B)]

Memory: these come from ADDING or SUBTRACTING the sum and difference formulas.

Sum-to-Product

sin A + sin B = 2 sin[(A+B)/2] cos[(A−B)/2]

sin A − sin B = 2 cos[(A+B)/2] sin[(A−B)/2]

cos A + cos B = 2 cos[(A+B)/2] cos[(A−B)/2]

cos A − cos B = −2 sin[(A+B)/2] sin[(A−B)/2]

Use sum-to-product to factor a trig equation that looks like sin x + sin(3x) = 0.

8. Inverse Trigonometric Functions

Inverse trig functions answer the question: which angle has this trig value? Because trig functions are not one-to-one on their natural domains, we restrict the domain to get a unique output — called the principal value.

FunctionNotationDomainRange (Principal Values)
Inverse Sinearcsin x or sin⁻¹ x[−1, 1][−π/2, π/2]
Inverse Cosinearccos x or cos⁻¹ x[−1, 1][0, π]
Inverse Tangentarctan x or tan⁻¹ x(−∞, ∞)(−π/2, π/2)
Inverse Cosecantarccsc x(−∞,−1] ∪ [1, ∞)[−π/2, 0) ∪ (0, π/2]
Inverse Secantarcsec x(−∞,−1] ∪ [1, ∞)[0, π/2) ∪ (π/2, π]
Inverse Cotangentarccot x(−∞, ∞)(0, π)

Cancellation — when it works

sin(arcsin x) = x, for x in [−1, 1]

arcsin(sin x) = x, ONLY for x in [−π/2, π/2]

cos(arccos x) = x, for x in [−1, 1]

arccos(cos x) = x, ONLY for x in [0, π]

tan(arctan x) = x, for all x

arctan(tan x) = x, ONLY for x in (−π/2, π/2)

The classic exam trap

arcsin(sin(5π/6)) is NOT 5π/6.

Because 5π/6 is not in [−π/2, π/2], the cancellation law does not apply. Instead: sin(5π/6) = 1/2, then arcsin(1/2) = π/6.

Answer: π/6

Worked Example — Evaluating a composition: cos(arctan(3/4))

// Let θ = arctan(3/4), so tan θ = 3/4 with θ in (−π/2, π/2)

// Draw a right triangle: opposite = 3, adjacent = 4

hypotenuse = √(3² + 4²) = √25 = 5

cos θ = adjacent/hypotenuse = 4/5

Therefore cos(arctan(3/4)) = 4/5

9. Solving Trigonometric Equations

A trig equation is true for specific values of the variable. You need two things: all solutions on [0, 2π) for restricted-domain problems, and the general solution (with period multiples) for open-domain problems.

5-Step Process for Solving Any Trig Equation

  1. Isolate the trig function on one side (treat it like a variable).
  2. Identify which quadrants give the sign you need.
  3. Find the reference angle using the appropriate inverse function.
  4. Write all solutions in [0, 2π) using the quadrant information.
  5. Add 2πk (or πk for tan) to write the general solution if required.

Which quadrants are positive?

Q1

All positive

Q2

sin positive

Q3

tan positive

Q4

cos positive

Mnemonic: All Students Take Calculus (Q1 Q2 Q3 Q4)

How many solutions on [0, 2π)?

sin x = c: 2 solutions if |c| < 1, one in Q1/Q2 for c > 0, one in Q3/Q4 for c < 0

cos x = c: 2 solutions if |c| < 1, one in Q1/Q4 for c > 0, one in Q2/Q3 for c < 0

tan x = c: exactly 1 solution per period (π), always 2 on [0, 2π)

Example A — Solutions on [0, 2π): 2 sin x − √3 = 0

2 sin x = √3

sin x = √3/2

// sin is positive, so Q1 and Q2. Reference angle: arcsin(√3/2) = π/3

x = π/3 (Q1) or x = π − π/3 = 2π/3 (Q2)

Solution set: x = π/3, 2π/3

Example B — Quadratic: 2 sin²x − sin x − 1 = 0 on [0, 2π)

// Let u = sin x

2u² − u − 1 = 0

(2u + 1)(u − 1) = 0

u = −1/2 or u = 1

// sin x = −1/2: Q3 and Q4

x = π + π/6 = 7π/6 or x = 2π − π/6 = 11π/6

// sin x = 1

x = π/2

Solution set: x = π/2, 7π/6, 11π/6

Example C — Using an identity: cos(2x) = sin x on [0, 2π)

// Use cos(2x) = 1 − 2sin²x to get everything in sin

1 − 2 sin²x = sin x

2 sin²x + sin x − 1 = 0

(2 sin x − 1)(sin x + 1) = 0

sin x = 1/2 → x = π/6, 5π/6

sin x = −1 → x = 3π/2

Solution set: x = π/6, 5π/6, 3π/2

Example D — General solution: tan x = −1

// Reference angle: arctan(1) = π/4. tan is negative in Q2 and Q4.

Solutions in [0, π): x = 3π/4 (Q2)

// Tan has period π, so general solution:

x = 3π/4 + πk, where k is any integer

10. Quick Reference — All Major Formulas

CategoryFormula(s)
Pythagorean #1sin²θ + cos²θ = 1
Pythagorean #21 + tan²θ = sec²θ
Pythagorean #31 + cot²θ = csc²θ
sin(A ± B)sin A cos B ± cos A sin B
cos(A ± B)cos A cos B ∓ sin A sin B
tan(A ± B)(tan A ± tan B) / (1 ∓ tan A tan B)
sin(2A)2 sin A cos A
cos(2A) form 1cos²A − sin²A
cos(2A) form 22cos²A − 1
cos(2A) form 31 − 2sin²A
tan(2A)2 tan A / (1 − tan²A)
sin(A/2)±√[(1 − cos A) / 2]
cos(A/2)±√[(1 + cos A) / 2]
tan(A/2)(1 − cos A) / sin A = sin A / (1 + cos A)
sin²A (power)(1 − cos 2A) / 2
cos²A (power)(1 + cos 2A) / 2
sin A cos B(1/2)[sin(A+B) + sin(A−B)]
sin A sin B(1/2)[cos(A−B) − cos(A+B)]
cos A cos B(1/2)[cos(A+B) + cos(A−B)]
sin A + sin B2 sin[(A+B)/2] cos[(A−B)/2]
cos A + cos B2 cos[(A+B)/2] cos[(A−B)/2]

Frequently Asked Questions

What is the difference between a trig equation and a trig identity?+
A trig identity is true for ALL values — for example, sin²x + cos²x = 1 holds everywhere. A trig equation is only true for specific values — for example, sin x = 1/2 is only satisfied at x = π/6, 5π/6, and their coterminal equivalents. Identities are proved; equations are solved.
What are the three Pythagorean identities?+
The three Pythagorean identities are: (1) sin²θ + cos²θ = 1, from the unit circle; (2) 1 + tan²θ = sec²θ, from dividing by cos²θ; (3) 1 + cot²θ = csc²θ, from dividing by sin²θ. If you forget 2 and 3, derive them from 1 in 10 seconds.
Do I work on both sides when verifying a trig identity?+
No — work on ONE side only (usually the more complex side) and transform it until it matches the other side. Never add or multiply across the equal sign. Each side must be simplified independently.
How do I remember which sign goes in the sum/difference formula for cosine?+
Cosine is contrary: the sign in cos(A + B) is minus (cos A cos B MINUS sin A sin B), and the sign in cos(A − B) is plus. The sign FLIPS compared to what you see outside the parentheses. For sine, the signs stay the same as the ± outside.
Why does cos(2A) have three forms but sin(2A) has only one?+
The double angle formula for sin(2A) = 2 sin A cos A comes directly from the sum formula — there is only one way to write it. For cos(2A), you start with cos²A − sin²A and then substitute the Pythagorean identity sin²A = 1 − cos²A or cos²A = 1 − sin²A, producing two additional equivalent forms. All three are equally valid.
How do I choose the ± sign in the half angle formulas?+
The sign depends on the quadrant of A/2, not the quadrant of A. Determine which quadrant A/2 lands in, then apply the sign that matches the sign of the function in that quadrant. For sin(A/2), the sign is positive in Q1 and Q2 and negative in Q3 and Q4.
What is the range of arctan and why does it matter?+
arctan has range (−π/2, π/2) — open parentheses because arctan never actually reaches ±π/2. This matters because it tells you arctan always returns a value in Q1 or Q4 (or zero). When evaluating arctan(negative number), the answer is a negative angle in Q4, not a Q2 or Q3 angle. This is a frequent source of errors.
Why is arcsin(sin(5π/6)) equal to π/6 and not 5π/6?+
Because arcsin can only return values in [−π/2, π/2]. Since 5π/6 is not in that interval, the cancellation arcsin(sin x) = x does not apply. You must first evaluate: sin(5π/6) = sin(π/6) = 1/2, then arcsin(1/2) = π/6. The answer is π/6.
How do I solve a trig equation that has both sin and cos?+
Use an identity to convert everything to one trig function. If the equation has sin x and cos x without squared terms, try dividing both sides by cos x (getting tan x). If there are squared terms, use sin²x + cos²x = 1 to substitute. If there is a double angle, use a double angle formula to reduce. The goal is always: one trig function, one algebraic equation.
What does the general solution of a trig equation look like?+
For sin and cos (period 2π): take each solution in [0, 2π) and write it as x = solution + 2πk where k is any integer. For tan (period π): write x = solution + πk. Always present ALL families. For example, sin x = 1/2 gives x = π/6 + 2πk OR x = 5π/6 + 2πk — both are required.
When do I use the sum-to-product formulas?+
Use sum-to-product when you need to factor a sum or difference of two trig functions to solve an equation. For example, sin(3x) + sin(x) = 0 becomes 2 sin(2x) cos(x) = 0 using the sum-to-product formula, which factors easily. Also used to verify certain identity forms and in calculus for Fourier analysis.
What are the most important topics to know for a Chapter 7 Stewart exam?+
In roughly decreasing exam frequency: (1) verifying identities using Pythagorean and reciprocal identities; (2) evaluating exact values with sum/difference formulas; (3) double angle formula problems; (4) solving trig equations on [0, 2π); (5) inverse trig function compositions; (6) half angle exact values; (7) general solutions. Sum-to-product and product-to-sum are often bonus or extra credit material.

Related Precalculus Topics

Practice These Identities Until They're Automatic

NailTheTest generates unlimited Chapter 7 practice problems — verifying identities, evaluating sum/difference formulas, solving equations — and gives you step-by-step solutions so you learn from every mistake.

No account required. Covers all Stewart Precalculus chapters.