# Reciprocal Identities — Formulas, Proof, Examples

TL;DR

The reciprocal identities of trigonometry are three pairings — sine with cosecant, cosine with secant, tangent with cotangent — that say each trig function equals 1 divided by its reciprocal partner. This article gives the three identities, the unit-circle proof, the related Pythagorean-style identities 1+tan²θ=sec²θ and 1+cot²θ=csc²θ, three worked examples in degrees and radians, and the common mistakes around domain restrictions.

## Three Pairings That Cut the Six Trig Functions Down to Three

The six trigonometric functions look like a long list — but they're really just three functions plus three reciprocals, glued together by three short identities.

The **reciprocal identities** state that:

- sinθ and cscθ (cosecant) are reciprocals — their product equals 1 wherever both are defined.
- cosθ and secθ (secant) are reciprocals.
- tanθ and cotθ (cotangent) are reciprocals.

## The Six Formulas

\[ 
\csc\theta = \dfrac{1}{\sin\theta}  \quad \Longleftrightarrow \quad \sin\theta = \dfrac{1}{\csc\theta} \ 
\sec\theta = \dfrac{1}{\cos\theta}  \quad \Longleftrightarrow \quad \cos\theta = \dfrac{1}{\sec\theta}  \ 
\cot\theta = \dfrac{1}{\tan\theta}  \quad \Longleftrightarrow \quad \tan\theta = \dfrac{1}{\cot\theta}  \ 
\]

Or, written as products:

\[ 
\sin\theta \cdot \csc\theta = 1, \quad \cos\theta \cdot \sec\theta = 1, \quad \tan\theta \cdot \cot\theta = 1.  \]

> **Quick facts.**  
> - **The reciprocal identities are definitions** of csc, sec, and cot — not derived theorems. They are how those three functions are introduced.  
> - **Domain:** each identity holds wherever the partner function is non-zero. cscθ is undefined when sinθ=0 (i.e., at θ=nπ); secθ is undefined when cosθ=0 (at θ=(2n+1)π/2); cotθ is undefined when tanθ=0 (at θ=nπ).  
> - **Range consequence:** since |sinθ|≤1, |cscθ|≥1 — the cosecant value is never strictly between -1 and 1. Same pattern for secθ.  
> - **Companion Pythagorean identities:** dividing sin²+cos²=1 by cos² gives tan²θ+1=sec²θ; dividing by sin² gives 1+cot²θ=csc²θ. The reciprocal identities are the bridge.

## Double-Anchoring — Right Triangle and Unit Circle

The reciprocal definitions are easy to see in both views.

**From the right triangle.** For an acute angle θ in a right triangle with opposite leg a, adjacent leg b, hypotenuse c:

- sinθ=a/c, so cscθ=c/a. Their product is 
\[(a/c)(c/a)=1.  \]
- cosθ=b/c, so secθ=c/b. Their product is 1.  
- tanθ=a/b, so cotθ=b/a. Their product is 1.

Each reciprocal pair just _flips_ the side-ratio.

**From the unit circle.** A point at angle θ has coordinates (x,y)=(cosθ,sinθ). So:

- cscθ=1/sinθ=1/y.  
- secθ=1/cosθ=1/x.  
- cotθ=cosθ/sinθ=x/y, which is the reciprocal of tanθ=y/x.

## Pythagorean Identities — A Companion Pair

Two consequences of the reciprocal identities are worth stating explicitly:

Start with the Pythagorean identity:  
\[ 
\sin^2\theta + \cos^2\theta = 1.  \]

**Divide both sides by cos²θ:**  
\[  
\frac{\sin^2\theta}{\cos^2\theta} + 1 = \frac{1}{\cos^2\theta} \implies \tan^2\theta + 1 = \sec^2\theta.\  
\]

**Divide both sides by sin²θ:**  
\[  
1 + \frac{\cos^2\theta}{\sin^2\theta} = \frac{1}{\sin^2\theta} \implies 1 + \cot^2\theta = \csc^2\theta.  \]

## Three Worked Examples of Reciprocal Identities

**Quick.** Find csc(π/4) given sin(π/4)=√2/2.

Apply the reciprocal identity:
\[  
csc(\pi/4) = \frac{1}{\sin(\pi/4)} = \frac{1}{\frac{\sqrt{2}}{2}} = \frac{2}{\sqrt{2}} = \sqrt{2}.\  
\]
In degrees, π/4=45°, so csc 45°=√2.

**Final answer:** csc(π/4)=csc 45°=√2.

**Final answer:** secθcscθ=tanθ.

## Common Errors When Working With Reciprocal Identities

### **1. Confusing cscθ with sin⁻¹θ.**  
Where it slips in: A student sees the notation "sin⁻¹" on a calculator button and confuses it with "csc".

### **2. Treating secθ and cscθ as reciprocals of each other.**  
Where it slips in: A student writes secθ·cscθ=1 on autopilot.

### **3. Forgetting the domain when applying csc=1/sin.**  
Where it slips in: A student writes cscθ=1/sinθ for all θ including θ=0, π, 2π,….

### **4. Mixing the "reciprocal" identity with the "inverse" identity in calculus.**  
Where it slips in: A calculus student differentiating secθ writes d/dθ(secθ)=−1/cos²θ when missing the inner derivative.

## Bottom Line
- The **reciprocal identities** are three pairings — (sin, csc), (cos, sec), (tan, cot) — where each function equals 1 divided by its partner.
- These identities are the _definitions_ of csc, sec, cot — not derived theorems.

## Five Minutes of Practice — Three Problems
1. If cosθ=5/13 and θ∈(0,π/2), find secθ, sinθ, cscθ, tanθ, and cotθ.
2. Simplify secθ·cosθ+cscθ·sinθ.
3. Show that sec²θ−tan²θ=1 using only the reciprocal identities and sin²+cos²=1.
