Navigation: Wiki Home > Skills > Derivatives of Other Trigonometric Functions
Now that you know the derivatives of sine and cosine, you can find the derivatives of all six trigonometric functions. The remaining four—tangent, cotangent, secant, and cosecant—are just ratios of sine and cosine, so the quotient rule does all the work.
The results are worth memorizing because they appear frequently in calculus and its applications, but understanding how they're derived means you can reconstruct any formula you forget.
| Property | Value |
|---|---|
| Concept | Trigonometric Derivatives |
| Chapter | 2.4 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
$$\boxed{ \begin{array}{\vert c\vert c\vert } \hline \textbf{Function} & \textbf{Derivative} \\ \hline \sin x & \cos x \\ \cos x & -\sin x \\ \tan x & \sec^2 x \\ \cot x & -\csc^2 x \\ \sec x & \sec x \tan x \\ \csc x & -\csc x \cot x \\ \hline \end{array} }$$
Memory aid: Notice the pattern in the right column:
Since $\tan x = \frac{\sin x}{\cos x}$, we apply the quotient rule:
$$\frac{d}{dx}(\tan x) = \frac{d}{dx}\left(\frac{\sin x}{\cos x}\right)$$
$$= \frac{\cos x \cdot \cos x - \sin x \cdot (-\sin x)}{\cos^2 x}$$
$$= \frac{\cos^2 x + \sin^2 x}{\cos^2 x} = \frac{1}{\cos^2 x} = \sec^2 x$$
Since $\sec x = \frac{1}{\cos x}$, we apply the quotient rule (or think of it as $(\cos x)^{-1}$):
$$\frac{d}{dx}(\sec x) = \frac{d}{dx}\left(\frac{1}{\cos x}\right)$$
$$= \frac{0 \cdot \cos x - 1 \cdot (-\sin x)}{\cos^2 x}$$
$$= \frac{\sin x}{\cos^2 x} = \frac{1}{\cos x} \cdot \frac{\sin x}{\cos x} = \sec x \tan x$$
Since $\cot x = \frac{\cos x}{\sin x}$:
$$\frac{d}{dx}(\cot x) = \frac{\sin x \cdot (-\sin x) - \cos x \cdot \cos x}{\sin^2 x}$$
$$= \frac{-\sin^2 x - \cos^2 x}{\sin^2 x} = \frac{-1}{\sin^2 x} = -\csc^2 x$$
Since $\csc x = \frac{1}{\sin x}$:
$$\frac{d}{dx}(\csc x) = \frac{0 \cdot \sin x - 1 \cdot \cos x}{\sin^2 x}$$
$$= \frac{-\cos x}{\sin^2 x} = -\frac{1}{\sin x} \cdot \frac{\cos x}{\sin x} = -\csc x \cot x$$
Every "co-function" has a negative derivative:
| Function | Derivative Structure |
|---|---|
| $\tan x$ | "sec squared" |
| $\cot x$ | "negative csc squared" |
| $\sec x$ | "itself times tan" |
| $\csc x$ | "negative itself times cot" |
Can't remember if it's $\sec x \tan x$ or $\sec^2 x$?
Test at a point: At $x = 0$:
The secant function has a horizontal tangent at $x = 0$ (it's at a local minimum), so the derivative should be 0 there. This confirms $(\sec x)' = \sec x \tan x$.
Find $\frac{d}{dx}(3\tan x + 2\sec x)$.
Find $\frac{d}{dx}(x^2 \tan x)$.
Find $f'(x)$ if $f(x) = \frac{\sec x}{1 + \tan x}$.
Find all values of $x$ in $[0, 2\pi)$ where the graph of $f(x) = \tan x - 2x$ has a horizontal tangent.
Prove that $\frac{d}{dx}(\csc x) = -\csc x \cot x$ using the quotient rule.
Then verify your answer by showing that $\frac{d}{dx}(\sin x \cdot \csc x) = 0$, which must be true since $\sin x \cdot \csc x = 1$.
The derivative of $\tan x$ is $\sec^2 x$. This formula is valid for:
On the interval $(0, \frac{\pi}{2})$, which of the following is true about $\frac{d}{dx}(\sec x)$?
| Mistake | Correction |
|---|---|
| Writing $(\tan x)' = \sec^2 x \tan x$ | $(\tan x)' = \sec^2 x$ (no extra $\tan x$) |
| Forgetting the negative: $(\csc x)' = \csc x \cot x$ | $(\csc x)' = -\csc x \cot x$ |
| Confusing $(\sec x)'$ and $(\tan x)'$ | sec → "self times tan"; tan → "sec squared" |
| Applying formulas where trig function is undefined | Check domain: $\tan, \sec$ undefined at $x = \frac{\pi}{2} + n\pi$ |
The Quotient Rule Does It All:
Think of tan, cot, sec, and csc as "built from" sin and cos:
sin x cos x
tan x = ───────── cot x = ─────────
cos x sin x
1 1
sec x = ───────── csc x = ─────────
cos x sin x
If you ever forget a formula, just apply the quotient rule to the appropriate ratio. The key ingredients are:
Looking back:
Looking ahead:
Real-world connections:
| Previous | Up | Next |
|---|---|---|
| Derivatives of Sine and Cosine | Skills Index | The Chain Rule |
Last updated: 2026-01-22