Unit 3 Trigonometry Toolkit: Inverses, Identities, and Equivalent Forms

Inverse Trigonometric Functions

What an “inverse trig function” really is (and isn’t)

An inverse function undoes what a function does. For example, the inverse of “multiply by 3” is “divide by 3.” With trigonometry, you might hope that “the inverse of sine” would simply undo sine.

But there’s a catch: functions like sine and cosine repeat values. That means they fail the horizontal line test, so they are not one-to-one over all real numbers and therefore don’t have inverses unless you restrict their domains.

To create inverse trig functions, you do two things:

  1. Restrict the domain of a trig function so it becomes one-to-one.
  2. Define its inverse on that restricted domain.

The inverse trig functions are written with “arc” notation or with a negative exponent:

  • arcsin and sin1\sin^{-1} mean the same thing (but sin1(x)\sin^{-1}(x) does **not** mean 1/sin(x)1/\sin(x)).
The big three: arcsin, arccos, arctan

Inverse trig functions take a ratio value and return an angle (typically in radians in AP-style work unless stated otherwise).

  • y=arcsin(x)y = \arcsin(x) means sin(y)=x\sin(y) = x where yy is in the restricted range for arcsin.
  • y=arccos(x)y = \arccos(x) means cos(y)=x\cos(y) = x where yy is in the restricted range for arccos.
  • y=arctan(x)y = \arctan(x) means tan(y)=x\tan(y) = x where yy is in the restricted range for arctan.

The principal value ranges (the “official” output angles) are chosen to make each inverse a function.

Inverse trigMeaningDomain (input values)Range (output angles)
arcsin(x)\arcsin(x)angle whose sine is xx1x1-1 \le x \le 1π2yπ2-\frac{\pi}{2} \le y \le \frac{\pi}{2}
arccos(x)\arccos(x)angle whose cosine is xx1x1-1 \le x \le 10yπ0 \le y \le \pi
arctan(x)\arctan(x)angle whose tangent is xxall real xxπ2<y<π2-\frac{\pi}{2} < y < \frac{\pi}{2}

Why these ranges matter: when you write arcsin(1/2)\arcsin(1/2) you are not asking for “all angles whose sine is 1/21/2.” You are asking for the **one** angle in the arcsin range whose sine is 1/21/2.

Connecting inverses to the unit circle

On the unit circle, sin(θ)\sin(\theta) is the yy-coordinate and cos(θ)\cos(\theta) is the xx-coordinate of the point at angle θ\theta.

  • arcsin(x)\arcsin(x) asks: “What angle in [π/2,π/2][-\pi/2,\pi/2] has yy-coordinate xx on the unit circle?”
  • arccos(x)\arccos(x) asks: “What angle in [0,π][0,\pi] has xx-coordinate xx on the unit circle?”

This perspective makes the domain restrictions feel natural: sine and cosine never exceed 11 or go below 1-1, so inverses only accept inputs in [1,1][-1,1].

Evaluating inverse trig values (special angles)

To evaluate an inverse trig expression, you typically:

  1. Recognize a familiar trig value.
  2. Find the angle in the correct inverse range.

Example 1: Evaluate arcsin(32)\arcsin\left(\frac{\sqrt{3}}{2}\right)

You know sin(π3)=32\sin\left(\frac{\pi}{3}\right) = \frac{\sqrt{3}}{2}. Check the arcsin range: π3\frac{\pi}{3} is between π2-\frac{\pi}{2} and π2\frac{\pi}{2}, so it’s valid.

arcsin(32)=π3\arcsin\left(\frac{\sqrt{3}}{2}\right) = \frac{\pi}{3}

Example 2: Evaluate arccos(12)\arccos\left(-\frac{1}{2}\right)

Cosine equals 12-\frac{1}{2} at angles like 2π3\frac{2\pi}{3} and 4π3\frac{4\pi}{3}, but arccos must output an angle in [0,π][0,\pi].

arccos(12)=2π3\arccos\left(-\frac{1}{2}\right) = \frac{2\pi}{3}

A common error is choosing 4π3\frac{4\pi}{3} because it “works,” but it’s not in the arccos range.

Compositions: when inverses “cancel” and when they don’t

If a function has a true inverse, then composing them cancels: f1(f(x))=xf^{-1}(f(x)) = x. With inverse trig, cancellation depends on whether the intermediate value lies in the restricted domain.

Always-true cancellation patterns

Because arcsin\arcsin outputs angles in the domain where sine is one-to-one:

sin(arcsin(x))=x\sin(\arcsin(x)) = x for 1x1-1 \le x \le 1

Similarly:

cos(arccos(x))=x\cos(\arccos(x)) = x for 1x1-1 \le x \le 1

tan(arctan(x))=x\tan(\arctan(x)) = x for all real xx

These are usually the simpler compositions.

The “range restriction” compositions

The reverse order is trickier:

arcsin(sin(θ))\arcsin(\sin(\theta)) does not always equal θ\theta, because sin(θ)\sin(\theta) forgets which cycle you came from. arcsin\arcsin then returns the **principal angle** in [π/2,π/2][-\pi/2,\pi/2] with the same sine value.

Example 3: Evaluate arcsin(sin(5π6))\arcsin\left(\sin\left(\frac{5\pi}{6}\right)\right)

First compute the sine:

sin(5π6)=12\sin\left(\frac{5\pi}{6}\right) = \frac{1}{2}

Now find the principal angle in the arcsin range with sine 12\frac{1}{2}:

arcsin(12)=π6\arcsin\left(\frac{1}{2}\right) = \frac{\pi}{6}

So:

arcsin(sin(5π6))=π6\arcsin\left(\sin\left(\frac{5\pi}{6}\right)\right) = \frac{\pi}{6}

Solving equations using inverse trig (and checking your work)

Inverse trig is a powerful “angle-extractor.” For instance, from sin(θ)=0.8\sin(\theta) = 0.8 you can get a principal solution:

θ=arcsin(0.8)\theta = \arcsin(0.8)

But trig equations usually have infinitely many solutions unless a domain is specified. A reliable method is:

  1. Find one solution in the correct principal range using inverse trig.
  2. Use symmetry and periodicity to get the other solutions.
  3. Restrict to the requested interval.

Example 4: Solve sin(θ)=12\sin(\theta) = \frac{1}{2} on 0θ<2π0 \le \theta < 2\pi

Principal value:

θ1=arcsin(12)=π6\theta_1 = \arcsin\left(\frac{1}{2}\right) = \frac{\pi}{6}

Sine is positive in Quadrants I and II. The Quadrant II angle with the same reference angle is:

θ2=ππ6=5π6\theta_2 = \pi - \frac{\pi}{6} = \frac{5\pi}{6}

So the solutions are:

θ=π6,5π6\theta = \frac{\pi}{6}, \frac{5\pi}{6}

A common mistake is to write only π6\frac{\pi}{6} because inverse trig gave one answer.

Exam Focus
  • Typical question patterns:
    • Evaluate expressions like arcsin(a)\arcsin(a) or arccos(a)\arccos(a) using special triangles/unit circle values.
    • Simplify compositions like sin(arccos(x))\sin(\arccos(x)) or arctan(tan(θ))\arctan(\tan(\theta)) with attention to ranges.
    • Solve trig equations on a specified interval using inverse trig plus periodicity.
  • Common mistakes:
    • Treating sin1(x)\sin^{-1}(x) as 1sin(x)\frac{1}{\sin(x)} instead of an inverse function.
    • Ignoring the restricted range (principal values) and choosing an angle outside it.
    • Forgetting that trig equations can have multiple solutions on an interval.

Trigonometric Identities and Equations

What an identity is and why it matters

A trigonometric identity is an equation that is true for all values in its domain. For example, the Pythagorean identity is always true (whenever sine and cosine are defined):

sin2(θ)+cos2(θ)=1\sin^2(\theta) + \cos^2(\theta) = 1

Identities matter because they let you:

  • Rewrite an expression into a more useful form (for simplification, solving, or modeling).
  • Connect different trig functions (turn a tangent problem into a sine/cosine problem).
  • Solve equations by transforming them into something you can factor or isolate.

A trigonometric equation looks similar, but it’s only true for specific angle values, and your job is to find those values.

Core identity families (with meaning)

These are the most commonly used identity types in precalculus.

Reciprocal identities

These come directly from definitions:

sec(θ)=1cos(θ)\sec(\theta) = \frac{1}{\cos(\theta)}

csc(θ)=1sin(θ)\csc(\theta) = \frac{1}{\sin(\theta)}

cot(θ)=1tan(θ)\cot(\theta) = \frac{1}{\tan(\theta)}

Quotient identities

Tangent and cotangent as ratios:

tan(θ)=sin(θ)cos(θ)\tan(\theta) = \frac{\sin(\theta)}{\cos(\theta)}

cot(θ)=cos(θ)sin(θ)\cot(\theta) = \frac{\cos(\theta)}{\sin(\theta)}

Pythagorean identities

These come from the unit circle (or right-triangle Pythagorean theorem).

sin2(θ)+cos2(θ)=1\sin^2(\theta) + \cos^2(\theta) = 1

Dividing by cos2(θ)\cos^2(\theta) (where defined) gives:

tan2(θ)+1=sec2(θ)\tan^2(\theta) + 1 = \sec^2(\theta)

Dividing by sin2(θ)\sin^2(\theta) (where defined) gives:

1+cot2(θ)=csc2(θ)1 + \cot^2(\theta) = \csc^2(\theta)

A subtle but important point: when you divide by sin2(θ)\sin^2(\theta) or cos2(θ)\cos^2(\theta), you are implicitly excluding angles where that quantity is zero. The identity is still valid where both sides are defined, but you should remember domain restrictions in equation solving.

Even-odd identities (symmetry)

Sine and tangent are odd; cosine is even:

sin(θ)=sin(θ)\sin(-\theta) = -\sin(\theta)

cos(θ)=cos(θ)\cos(-\theta) = \cos(\theta)

tan(θ)=tan(θ)\tan(-\theta) = -\tan(\theta)

These are useful for simplifying expressions and understanding graphs.

Cofunction identities (complements)

These relate angles that add to π2\frac{\pi}{2}:

sin(π2θ)=cos(θ)\sin\left(\frac{\pi}{2} - \theta\right) = \cos(\theta)

cos(π2θ)=sin(θ)\cos\left(\frac{\pi}{2} - \theta\right) = \sin(\theta)

tan(π2θ)=cot(θ)\tan\left(\frac{\pi}{2} - \theta\right) = \cot(\theta)

Strategies for proving/simplifying identities

When you’re asked to “verify” an identity, the goal is to transform one side into the other using valid algebra and known identities.

Good habits:

  • Work on the more complicated side.
  • Rewrite everything in terms of sin(θ)\sin(\theta) and cos(θ)\cos(\theta) when stuck.
  • Factor whenever you see common factors.
  • Be careful with operations that could introduce restrictions (like multiplying by an expression that could be zero) in equation solving.

Example 1: Verify

1cos2(θ)sin(θ)=sin(θ)\frac{1-\cos^2(\theta)}{\sin(\theta)} = \sin(\theta)

Start with the left side and use the Pythagorean identity 1cos2(θ)=sin2(θ)1-\cos^2(\theta)=\sin^2(\theta):

1cos2(θ)sin(θ)=sin2(θ)sin(θ)=sin(θ)\frac{1-\cos^2(\theta)}{\sin(\theta)} = \frac{\sin^2(\theta)}{\sin(\theta)} = \sin(\theta)

This works as long as sin(θ)0\sin(\theta) \ne 0 because the original left side has a denominator of sin(θ)\sin(\theta).

Solving trigonometric equations (structure matters)

Solving trig equations is like solving algebraic equations, except you also need:

  • unit circle values
  • periodicity
  • attention to restricted intervals

A key technique is to turn the trig equation into an algebraic form you recognize.

Technique: factor like a polynomial

Example 2: Solve 2sin2(θ)sin(θ)=02\sin^2(\theta) - \sin(\theta) = 0 on 0θ<2π0 \le \theta < 2\pi

Factor:

sin(θ)(2sin(θ)1)=0\sin(\theta)(2\sin(\theta) - 1) = 0

So either:

sin(θ)=0\sin(\theta) = 0

or

2sin(θ)1=02\sin(\theta) - 1 = 0 which gives sin(θ)=12\sin(\theta) = \frac{1}{2}.

Now solve each on 0θ<2π0 \le \theta < 2\pi:

  • sin(θ)=0\sin(\theta)=0 at θ=0,π\theta=0,\pi
  • sin(θ)=12\sin(\theta)=\frac{1}{2} at θ=π6,5π6\theta=\frac{\pi}{6},\frac{5\pi}{6}

So the full solution set is:

θ=0,π6,5π6,π\theta = 0, \frac{\pi}{6}, \frac{5\pi}{6}, \pi

A common student error is forgetting θ=0\theta=0 because it can feel “too easy,” but it is in the interval.

Technique: use identities to rewrite and then solve

Example 3: Solve tan(θ)=sec(θ)\tan(\theta) = \sec(\theta) on 0θ<2π0 \le \theta < 2\pi

Rewrite in sine and cosine to avoid reciprocal/quotient confusion:

sin(θ)cos(θ)=1cos(θ)\frac{\sin(\theta)}{\cos(\theta)} = \frac{1}{\cos(\theta)}

This equation only makes sense when cos(θ)0\cos(\theta) \ne 0.

Multiply both sides by cos(θ)\cos(\theta) (valid under that restriction):

sin(θ)=1\sin(\theta) = 1

On 0θ<2π0 \le \theta < 2\pi, sine equals 1 at:

θ=π2\theta = \frac{\pi}{2}

But check the restriction: at θ=π2\theta=\frac{\pi}{2}, cos(θ)=0\cos(\theta)=0, so the original equation had division by zero and is undefined. Therefore there are no solutions.

This is a classic example of why you must check for excluded values when you multiply both sides by an expression that might be zero.

Exam Focus
  • Typical question patterns:
    • Verify an identity by rewriting one side using reciprocal/quotient/Pythagorean identities.
    • Solve trig equations on a given interval, often after factoring or using an identity.
    • Determine whether a proposed transformation introduces extraneous solutions.
  • Common mistakes:
    • “Canceling” incorrectly, such as reducing sin2(θ)/sin(θ)\sin^2(\theta)/\sin(\theta) without noting sin(θ)0\sin(\theta)\ne 0.
    • Multiplying both sides by an expression like cos(θ)\cos(\theta) and forgetting it could be zero.
    • Mixing up identities (for example, writing sin2(θ)+cos2(θ)=sin(θ)+cos(θ)\sin^2(\theta)+\cos^2(\theta)=\sin(\theta)+\cos(\theta)).

Secant, Cosecant, and Cotangent Functions

Why these functions exist

The trig functions you usually meet first are sine, cosine, and tangent. The functions secant, cosecant, and cotangent are equally legitimate trig functions; they’re defined so that you can represent reciprocal relationships cleanly.

They matter because:

  • Some real-world models and math problems naturally produce reciprocals (for example, equations involving 1/cos(θ)1/\cos(\theta)).
  • They expand your identity toolkit (especially with the Pythagorean identities involving secant and cosecant).
  • They show up in algebraic manipulation: rewriting reciprocals often simplifies solving.
Definitions (unit circle + right triangle)

Using a right triangle (for acute θ\theta):

  • sin(θ)=oppositehypotenuse\sin(\theta)=\frac{\text{opposite}}{\text{hypotenuse}}
  • cos(θ)=adjacenthypotenuse\cos(\theta)=\frac{\text{adjacent}}{\text{hypotenuse}}
  • tan(θ)=oppositeadjacent\tan(\theta)=\frac{\text{opposite}}{\text{adjacent}}

Then the reciprocals are:

csc(θ)=1sin(θ)\csc(\theta)=\frac{1}{\sin(\theta)}

sec(θ)=1cos(θ)\sec(\theta)=\frac{1}{\cos(\theta)}

cot(θ)=1tan(θ)\cot(\theta)=\frac{1}{\tan(\theta)}

and cotangent can also be written as a quotient:

cot(θ)=cos(θ)sin(θ)\cot(\theta)=\frac{\cos(\theta)}{\sin(\theta)}

On the unit circle, these definitions extend to all angles where the denominators are not zero.

Domain restrictions and asymptotes (the “undefined” angles)

Because these functions involve division, they are undefined where their denominators are zero.

  • sec(θ)\sec(\theta) is undefined where cos(θ)=0\cos(\theta)=0, i.e. at odd multiples of π2\frac{\pi}{2}.
  • csc(θ)\csc(\theta) is undefined where sin(θ)=0\sin(\theta)=0, i.e. at integer multiples of π\pi.
  • cot(θ)\cot(\theta) is undefined where sin(θ)=0\sin(\theta)=0 (since cot(θ)=cos(θ)/sin(θ)\cot(\theta)=\cos(\theta)/\sin(\theta)).

Graphically, those undefined angles become vertical asymptotes.

Graph behavior: how reciprocal graphs are built

A helpful way to understand secant and cosecant graphs is to start from cosine and sine.

  • Since sec(θ)=1cos(θ)\sec(\theta)=\frac{1}{\cos(\theta)}, whenever cos(θ)\cos(\theta) is close to 0, sec(θ)\sec(\theta) becomes very large in magnitude. That creates the “U-shaped” branches between asymptotes.
  • Wherever cos(θ)=1\cos(\theta)=1, secant equals 1; wherever cos(θ)=1\cos(\theta)=-1, secant equals -1.

Similarly for cosecant relative to sine.

Key range fact: because cos(θ)1|\cos(\theta)| \le 1, its reciprocal satisfies sec(θ)1|\sec(\theta)| \ge 1 (where defined). The same idea gives csc(θ)1|\csc(\theta)| \ge 1.

Using sec, csc, cot in identities and simplification

These functions shine when you combine them with Pythagorean identities:

tan2(θ)+1=sec2(θ)\tan^2(\theta) + 1 = \sec^2(\theta)

1+cot2(θ)=csc2(θ)1 + \cot^2(\theta) = \csc^2(\theta)

These are especially useful when you’re given secant or cosecant and need tangent or cotangent.

Example 1: If sec(θ)=2\sec(\theta)=2 and θ\theta is in Quadrant I, find tan(θ)\tan(\theta).

Use sec2(θ)=1+tan2(θ)\sec^2(\theta)=1+\tan^2(\theta).

Square secant:

sec2(θ)=4\sec^2(\theta)=4

So:

4=1+tan2(θ)4 = 1 + \tan^2(\theta)

tan2(θ)=3\tan^2(\theta)=3

tan(θ)=3\tan(\theta)=\sqrt{3}

We chose the positive root because Quadrant I has positive tangent.

A frequent mistake is to forget the quadrant and write tan(θ)=±3\tan(\theta)=\pm\sqrt{3} when the problem gives enough information to choose the sign.

Example 2: Simplify csc(θ)cot(θ)\frac{\csc(\theta)}{\cot(\theta)}.

Rewrite in sine and cosine:

csc(θ)cot(θ)=1sin(θ)cos(θ)sin(θ)\frac{\csc(\theta)}{\cot(\theta)} = \frac{\frac{1}{\sin(\theta)}}{\frac{\cos(\theta)}{\sin(\theta)}}

Dividing by a fraction means multiply by its reciprocal:

1sin(θ)sin(θ)cos(θ)=1cos(θ)\frac{1}{\sin(\theta)} \cdot \frac{\sin(\theta)}{\cos(\theta)} = \frac{1}{\cos(\theta)}

So:

csc(θ)cot(θ)=sec(θ)\frac{\csc(\theta)}{\cot(\theta)} = \sec(\theta)

Solving equations involving reciprocal trig functions

When solving equations with secant/cosecant/cotangent, rewriting in terms of sine and cosine often prevents mistakes.

Example 3: Solve sec(θ)=2\sec(\theta) = -2 on 0θ<2π0 \le \theta < 2\pi.

Convert to cosine:

1cos(θ)=2\frac{1}{\cos(\theta)} = -2

So:

cos(θ)=12\cos(\theta) = -\frac{1}{2}

On 0θ<2π0 \le \theta < 2\pi, cosine is 12-\frac{1}{2} at:

θ=2π3,4π3\theta = \frac{2\pi}{3}, \frac{4\pi}{3}

That’s the complete solution set.

Exam Focus
  • Typical question patterns:
    • Use reciprocal and Pythagorean identities to find missing trig values given one value and a quadrant.
    • Solve equations like csc(θ)=k\csc(\theta)=k or cot(θ)=k\cot(\theta)=k by rewriting in sine/cosine.
    • Interpret or sketch graphs by locating asymptotes and key points (like where secant equals 11 or 1-1).
  • Common mistakes:
    • Confusing sec(θ)\sec(\theta) with sin(θ)\sin(\theta) or treating sec(θ)\sec(\theta) as cos1(θ)\cos^{-1}(\theta).
    • Forgetting where the functions are undefined (missing asymptotes or including invalid “solutions”).
    • Losing sign information by taking square roots without using quadrant clues.

Equivalent Representations of Trigonometric Functions

What “equivalent representations” means

An equivalent representation is a different way to express the same trig quantity or relationship. This matters because many problems become easier once you choose the “right” representation.

You can represent trig functions using:

  • the unit circle (coordinates)
  • a right triangle (side ratios)
  • algebraic expressions using identities (rewrite in terms of other trig functions)
  • inverse trig (representing an angle as arcsin/arccos/arctan)

A central skill in precalculus is moving smoothly between these forms without losing information.

Representation 1: Coordinates (unit circle and beyond)

On the unit circle, a point has coordinates:

(cos(θ),sin(θ))(\cos(\theta), \sin(\theta))

So cosine and sine are literally coordinates.

More generally, if a point P(x,y)P(x,y) lies on a circle of radius rr centered at the origin, then:

r=x2+y2r = \sqrt{x^2+y^2}

and the trig ratios are:

cos(θ)=xr\cos(\theta)=\frac{x}{r}

sin(θ)=yr\sin(\theta)=\frac{y}{r}

tan(θ)=yx\tan(\theta)=\frac{y}{x}

This coordinate view is especially useful when you’re given a point and asked for trig values.

Example 1: A point on the terminal side of angle θ\theta is (3,4)(-3,4). Find sin(θ)\sin(\theta) and cos(θ)\cos(\theta).

Compute rr:

r=(3)2+42=9+16=5r=\sqrt{(-3)^2+4^2}=\sqrt{9+16}=5

Then:

cos(θ)=xr=35\cos(\theta)=\frac{x}{r}=\frac{-3}{5}

sin(θ)=yr=45\sin(\theta)=\frac{y}{r}=\frac{4}{5}

This also tells you θ\theta is in Quadrant II (cos negative, sin positive), which helps with sign choices later.

Representation 2: Right triangles (acute angles and reference angles)

When θ\theta is acute (or when you use a reference angle), right triangles make trig concrete: you’re comparing side lengths.

A powerful approach when you know a trig ratio is:

  1. Build a reference triangle whose side ratio matches.
  2. Use the Pythagorean theorem to find missing sides.
  3. Apply the sign based on the angle’s quadrant.

Example 2: Suppose tan(θ)=512\tan(\theta)=\frac{5}{12} and θ\theta is in Quadrant III. Find sin(θ)\sin(\theta) and cos(θ)\cos(\theta).

A tangent ratio of 512\frac{5}{12} suggests a triangle with opposite 5 and adjacent 12. The hypotenuse is:

52+122=25+144=13\sqrt{5^2+12^2}=\sqrt{25+144}=13

So the reference values are sin=513|\sin|=\frac{5}{13} and cos=1213|\cos|=\frac{12}{13}.

Quadrant III means sine and cosine are both negative, so:

sin(θ)=513\sin(\theta)=-\frac{5}{13}

cos(θ)=1213\cos(\theta)=-\frac{12}{13}

A common mistake is to assign signs based on the triangle drawing alone (which usually lives in Quadrant I). You must adjust signs using the actual quadrant.

Representation 3: Rewriting using identities (changing form on purpose)

Often, “equivalent representation” means rewriting an expression into a different trig form that is easier to simplify or solve.

Converting everything to sine and cosine

This is a go-to method because sine and cosine connect through the Pythagorean identity.

Example 3: Rewrite sec(θ)tan(θ)\sec(\theta) - \tan(\theta) using only sine and cosine.

Use definitions:

sec(θ)=1cos(θ)\sec(\theta)=\frac{1}{\cos(\theta)}

tan(θ)=sin(θ)cos(θ)\tan(\theta)=\frac{\sin(\theta)}{\cos(\theta)}

So:

sec(θ)tan(θ)=1cos(θ)sin(θ)cos(θ)=1sin(θ)cos(θ)\sec(\theta)-\tan(\theta)=\frac{1}{\cos(\theta)}-\frac{\sin(\theta)}{\cos(\theta)} = \frac{1-\sin(\theta)}{\cos(\theta)}

That final form might be more useful for further manipulation.

Converting between tangent and sine/cosine to solve

Sometimes an equation in tangent becomes solvable after converting.

Example 4: Solve tan(θ)=3\tan(\theta)=\sqrt{3} on 0θ<2π0 \le \theta < 2\pi.

You can use special angles directly: tangent is 3\sqrt{3} at a reference angle of π3\frac{\pi}{3}.

Tangent is positive in Quadrants I and III, so:

θ=π3,4π3\theta = \frac{\pi}{3}, \frac{4\pi}{3}

This is an example of choosing the representation that makes the problem quickest: special-angle knowledge plus quadrant reasoning.

Representation 4: Expressing angles with inverse trig (exact and contextual)

Inverse trig lets you represent an angle using a ratio, which is useful when the angle is not a special angle.

If you know a right triangle has opposite aa and adjacent bb (with b>0b>0 for the basic arctan setup), then the acute angle θ\theta satisfies:

θ=arctan(ab)\theta = \arctan\left(\frac{a}{b}\right)

In coordinate form, if x>0x>0 you can represent the angle to a point (x,y)(x,y) as:

θ=arctan(yx)\theta = \arctan\left(\frac{y}{x}\right)

You must be careful about quadrants, because arctan outputs angles only in (π2,π2)\left(-\frac{\pi}{2},\frac{\pi}{2}\right). If the point is not in Quadrant I or IV, you need to adjust by adding or subtracting π\pi to get the correct direction.

Example 5: Represent the angle of the point (1,1)(-1,1) from the origin using inverse trig.

Compute a basic arctan value:

arctan(11)=arctan(1)=π4\arctan\left(\frac{1}{-1}\right)=\arctan(-1)=-\frac{\pi}{4}

But the point (1,1)(-1,1) is in Quadrant II, so the correct angle should be in Quadrant II. Add π\pi:

π4+π=3π4-\frac{\pi}{4} + \pi = \frac{3\pi}{4}

So the angle is:

θ=3π4\theta = \frac{3\pi}{4}

This shows how inverse trig gives a starting angle, and quadrant reasoning finishes the job.

How these representations connect to problem-solving

A lot of AP-style questions quietly test whether you can choose an efficient representation:

  • If you see x2+y2x^2+y^2, coordinate-circle thinking is nearby.
  • If you see 1sin2(θ)1-\sin^2(\theta), the Pythagorean identity is calling.
  • If you see sin(arccos(x))\sin(\arccos(x)), you’ll likely build a triangle from cosine and then compute sine.

Example 6: Simplify sin(arccos(x))\sin(\arccos(x)) for 1x1-1 \le x \le 1.

Let:

θ=arccos(x)\theta = \arccos(x)

Then:

cos(θ)=x\cos(\theta)=x

Because θ\theta is in the range of arccos, 0θπ0 \le \theta \le \pi, so sin(θ)\sin(\theta) is nonnegative.

Model cos(θ)=x\cos(\theta)=x with a right-triangle-style relationship: adjacent =x=x, hypotenuse =1=1. Then the opposite side has length:

1x2\sqrt{1-x^2}

So:

sin(θ)=1x2\sin(\theta)=\sqrt{1-x^2}

Therefore:

sin(arccos(x))=1x2\sin(\arccos(x))=\sqrt{1-x^2}

A common mistake is writing ±1x2\pm\sqrt{1-x^2}. The range of arccos forces θ\theta into [0,π][0,\pi], where sine is never negative.

Exam Focus
  • Typical question patterns:
    • Given a point or coordinate relationship, find trig values using r=x2+y2r=\sqrt{x^2+y^2} and sin=yr\sin=\frac{y}{r}, cos=xr\cos=\frac{x}{r}.
    • Simplify mixed expressions like sin(arccos(x))\sin(\arccos(x)) or tan(arcsin(x))\tan(\arcsin(x)) by building a triangle and using identities.
    • Rewrite expressions into an equivalent form to enable factoring or direct solving.
  • Common mistakes:
    • Losing sign information by taking square roots without using quadrant/range facts.
    • Treating inverse trig outputs as “any angle that works” instead of the principal value in the correct range.
    • Mixing up reciprocal notation: cos1(x)\cos^{-1}(x) means inverse cosine, not 1/cos(x)1/\cos(x).