Master Trigonometric Derivatives and Integrals- A Complete Guide
The Six Trig Functions You Actually Need
Before diving in, here's the deal. You need to know these six functions cold:
- Sine (sin)
- Cosine (cos)
- Tangent (tan)
- Cosecant (csc)
- Secant (sec)
- Cotangent (cot)
Everything else in this guide builds on these. If you don't know what sin, cos, and tan represent, go back and learn SOH-CAH-TOA first. No point in learning derivatives if you can't find sine of 30 degrees.
Basic Trigonometric Derivatives
Here's the dirty little secret: you only need to memorize three base derivatives. The rest follow from there.
The Three Derivatives to Memorize
- d/dx[sin x] = cos x
- d/dx[cos x] = -sin x
- d/dx[tan x] = sec²x
That's it. The derivatives of csc, sec, and cot come from quotient rule and chain rule applied to these three.
Derived Derivatives (Memorize These Too)
- d/dx[csc x] = -csc x cot x
- d/dx[sec x] = sec x tan x
- d/dx[cot x] = -csc²x
Notice the pattern? Derivative of co-functions (csc, cot) give you negative signs. Derivative of sec gives positive. Derivative of tan gives positive. Derivative of cot gives negative.
Basic Trigonometric Integrals
Integrals are just derivatives in reverse. But trig integrals are trickier because you rarely get clean antiderivatives.
The Basic Antiderivatives
- ∫sin x dx = -cos x + C
- ∫cos x dx = sin x + C
- ∫sec²x dx = tan x + C
See the symmetry? What was negative becomes positive and vice versa.
The Less Common Antiderivatives
- ∫csc²x dx = -cot x + C
- ∫sec x tan x dx = sec x + C
- ∫csc x cot x dx = -csc x + C
These last three are reverse-engineered from the derivative rules. If you forget one, just differentiate your answer and see if you get the original function.
Quick Reference Comparison Table
| Function | Derivative | Integral |
|---|---|---|
| sin x | cos x | -cos x + C |
| cos x | -sin x | sin x + C |
| tan x | sec²x | -ln|cos x| + C |
| cot x | -csc²x | ln|sin x| + C |
| sec x | sec x tan x | ln|sec x + tan x| + C |
| csc x | -csc x cot x | ln|csc x - cot x| + C |
The integrals for tan, cot, sec, and csc look different because they require log identities to solve. Don't panic—memorize the patterns.
How to Actually Solve These Problems
Stop memorizing blindly. Here's the actual process.
Step 1: Identify What You're Working With
Is it a product? Use product rule. Is it a quotient? Use quotient rule. Is it a function inside another function? Use chain rule.
Step 2: Look for Patterns
Many trig integrals look complicated but collapse into simple forms. For example:
- ∫sin³x dx = ∫sin²x · sin x dx = ∫(1 - cos²x) · sin x dx
Then use u-substitution with u = cos x.
Step 3: Use Identities When Stuck
Half-angle and double-angle formulas exist for a reason:
- sin²x = (1 - cos 2x)/2
- cos²x = (1 + cos 2x)/2
- sin 2x = 2 sin x cos x
These turn messy products into solvable integrals.
Step 4: Check Your Work
Take your antiderivative. Differentiate it. You should get back to where you started. If not, you messed up somewhere.
Common Mistakes That Will Kill You
- Forgetting the chain rule. d/dx[sin(3x)] ≠ cos(3x). It equals 3cos(3x).
- Dropping the constant of integration. Always add +C on integrals. Always.
- Confusing derivative and integral signs. Derivative of sin is cos. Integral of cos is sin. Don't mix them up.
- Not simplifying your answer. 1/sin x is csc x. Write it in the cleaner form.
Practical Examples
Example 1: Derivative of sin(5x²)
Chain rule. Outer function: sin(u). Inner function: 5x².
d/dx[sin(5x²)] = cos(5x²) · 10x = 10x cos(5x²)
Done.
Example 2: Integral of x² sin x dx
This requires integration by parts. Let u = x², dv = sin x dx.
After applying IBP twice, you get: -x² cos x + 2x sin x + 2cos x + C
Yes, it's messy. Trig integrals often are.
Example 3: Derivative of tan⁵(x³)
Chain rule twice. Outer: u⁵. Middle: tan(u). Inner: x³.
d/dx[tan⁵(x³)] = 5tan⁴(x³) · sec²(x³) · 3x²
Multiply it out: 15x² tan⁴(x³) sec²(x³)
The Bottom Line
Trig derivatives and integrals aren't hard because the math is complex. They're hard because you need pattern recognition and you need to apply the chain rule correctly.
Memorize the six base derivatives. Memorize the six base antiderivatives. Practice chain rule problems until you can do them in your sleep.
That's it. No secrets. No tricks. Just practice.