Comprehensive Guide to Advanced Trigonometry

In AP Precalculus Unit 3, we move beyond basic sine and cosine waves to explore their reciprocals, solve complex equations, and understand the strict rules governing inverse functions. This section connects the algebraic manipulation of identities with the graphical analysis of functions.

The Reciprocal Functions: Secant, Cosecant, and Cotangent

Before diving into equations, we must define the three reciprocal trigonometric functions. These functions are derived by taking the likelihood of the primary functions (\sin, \cos, \tan).

Definitions and Domains

These functions are undefined whenever their denominator is zero. This results in graphical Vertical Asymptotes.

FunctionDefinitionUndefined When…Vertical Asymptotes AtDomain
Cosecant\csc(x) = \frac{1}{\sin(x)}\sin(x) = 0x = n\pix \neq n\pi
Secant\sec(x) = \frac{1}{\cos(x)}\cos(x) = 0x = \frac{\pi}{2} + n\pix \neq \frac{\pi}{2} + n\pi
Cotangent\cot(x) = \frac{1}{\tan(x)} = \frac{\cos(x)}{\sin(x)}\sin(x) = 0x = n\pix \neq n\pi

(Note: n represents any integer)

Graphical Behavior

The graphs of reciprocal functions are intimately related to their counterparts.

  • The "Hill and Valley" Rule: Where \sin(x) has a maximum peak (hill) of 1, \csc(x) has a local minimum (valley) of 1. Where \sin(x) is very small (near zero), \csc(x) explodes toward infinity.
  • Asymptotes: The x-intercepts of the original function become the vertical asymptotes of the reciprocal function.

Graph comparison of sine/cosecant and cosine/secant

Inverse Trigonometric Functions

While standard trig functions input an angle and output a ratio (coordinate), Inverse Trigonometric Functions do the reverse: they input a ratio and output an angle.

However, trigonometric functions are periodic (they repeat forever), meaning they fail the Horizontal Line Test. To define an inverse function that is actually a function (one input gives exactly one output), we must restrict the domain of the original function.

Principal Values and Range Restrictions

These restricted ranges are known as Principal Values. You must memorize these intervals.

  1. Inverse Sine (y = \arcsin x or y = \sin^{-1} x)

    • Input Domain: [-1, 1]
    • Output Range: [-\frac{\pi}{2}, \frac{\pi}{2}]
    • Where: Quadrants I and IV. (Note: Quadrant IV angles must be negative, e.g., -\frac{\pi}{6}, not \frac{11\pi}{6}).
  2. Inverse Cosine (y = \arccos x or y = \cos^{-1} x)

    • Input Domain: [-1, 1]
    • Output Range: [0, \pi]
    • Where: Quadrants I and II.
  3. Inverse Tangent (y = \arctan x or y = \tan^{-1} x)

    • Input Domain: (-\infty, \infty)
    • Output Range: (-\frac{\pi}{2}, \frac{\pi}{2})
    • Where: Quadrants I and IV. (Note the parentheses; asymptotes exist at the endpoints).

Diagram of the Unit Circle showing restricted ranges for arcsin, arccos, and arctan

Worked Example: Evaluating Inverses

Problem: Evaluate \arccos(-\frac{\sqrt{3}}{2}).

Step 1: Identify the question.
We are looking for an angle \theta such that \cos(\theta) = -\frac{\sqrt{3}}{2}.

Step 2: Check the restrictions.
The range of Arccos is [0, \pi], which covers Quadrants I and II. Since the input value (-\frac{\sqrt{3}}{2}) is negative, our angle must be in Quadrant II.

Step 3: Determine the reference angle.
We know that \cos(\frac{\pi}{6}) = \frac{\sqrt{3}}{2}. The reference angle is \frac{\pi}{6}.

Step 4: Find the angle in QII.
\pi - \frac{\pi}{6} = \frac{5\pi}{6}.

Answer: \frac{5\pi}{6}

Trigonometric Identities and Equivalent Representations

In AP Precalculus, you must be able to recognize when different expressions represent the same function. This often involves using identities to simplify expressions or solve equations.

The Pythagorean Identities

These are derived from the equation of the unit circle x^2 + y^2 = 1. The primary identity is crucial; the other two are derived by dividing the primary identity by \cos^2 \theta or \sin^2 \theta.

  1. Primary:
    \sin^2 \theta + \cos^2 \theta = 1

  2. Tangent/Secant:
    1 + \tan^2 \theta = \sec^2 \theta

  3. Cotangent/Cosecant:
    1 + \cot^2 \theta = \csc^2 \theta

Symmetry and Periodicity Identities

Understanding symmetry helps reduce negative inputs:

  • Even Functions (symmetric about y-axis): \cos(-x) = \cos(x) and \sec(-x) = \sec(x)
  • Odd Functions (symmetric about origin): \sin(-x) = -\sin(x) and \tan(-x) = -\tan(x)

Co-Function and Shift Identities

A sine wave and a cosine wave are identical, just shifted by \pi/2. This is a major concept in Equivalent Representations.

  • \sin(x) = \cos(x - \frac{\pi}{2})
  • \cos(x) = \sin(x + \frac{\pi}{2})

If you are asked to rewrite a sine function as a cosine function during an exam, determine the horizontal shift using the period and quarter-points definition.

Solving Trigonometric Equations

Solving trig equations combines algebraic techniques (factoring, substitution) with unit circle knowledge.

Strategy for Solutions

  1. Isolate the Trig Function: Use algebra to get \sin(x) or \cos(x) by itself.
  2. Use Identities: If the equation mixes functions (e.g., has both squares and singular terms), use Pythagorean identities to convert to a single trig type.
  3. Find the Reference Angle: Use inverse operations.
  4. Apply Interval or General Solution:
    • Interval (e.g., [0, 2\pi]): List specific angles.
    • General: Add + 2\pi n (for sin/cos/sec/csc) or + \pi n (for tan/cot).

Worked Problem: Quadratic Form

Solve: 2\sin^2(x) - \sin(x) - 1 = 0 on the interval [0, 2\pi).

  1. Factor: Treat this like 2u^2 - u - 1 = 0.
    (2\sin x + 1)(\sin x - 1) = 0

  2. Set each factor to zero:

    • 2\sin x + 1 = 0 \Rightarrow \sin x = -\frac{1}{2}
    • \sin x - 1 = 0 \Rightarrow \sin x = 1
  3. Find Angles:

    • For \sin x = 1: x = \frac{\pi}{2}
    • For \sin x = -\frac{1}{2}: The reference angle is \frac{\pi}{6}. Sine is negative in QIII and QIV.
      • QIII: \pi + \frac{\pi}{6} = \frac{7\pi}{6}
      • QIV: 2\pi - \frac{\pi}{6} = \frac{11\pi}{6}

Solution Set: x = { \frac{\pi}{2}, \frac{7\pi}{6}, \frac{11\pi}{6} }

Unit circle showing solutions to the worked example

Common Mistakes & Pitfalls

  • Confusing Inverse Notation: Remember that \sin^{-1}(x) means Arcsine, NOT \frac{1}{\sin(x)} (which is Cosecant). The exponent -1 denotes function inversion, not a reciprocal exponent.
  • Inverse Range Errors: Getting the quadrant wrong for inverse functions is the most common error.
    • \arcsin(-1/2) \neq \frac{11\pi}{6}. It is -\frac{\pi}{6}. The range for Arcsine is strictly [-\pi/2, \pi/2].
  • Dividing by a Function: Never divide both sides of an equation by a trig function (e.g., dividing by \sin x). You will lose solutions where \sin x = 0. Always factor instead.
  • Ignoring the Period: When applying a general solution, remember that Tangent and Cotangent repeat every \pi, usually resulting in + \pi n, whereas Sine and Cosine usually require + 2\pi n.