Trigonometric Derivatives- Rules and Examples
What Trigonometric Derivatives Actually Are
A trigonometric derivative is just the rate at which a trigonometric function changes at any given point. If you've got y = sin(x), the derivative tells you the slope of that sine wave at x.
That's it. Nothing fancy. You need these for calculus problems, physics applications, and engineering work where angles and rates interact.
The Six Basic Trigonometric Derivatives
Every trig derivative stems from just two foundational facts:
- d/dx[sin(x)] = cos(x)
- d/dx[cos(x)] = -sin(x)
Everything else derives from these using quotient rule and chain rule. Memorize these six:
| Function | Derivative |
|---|---|
| sin(x) | cos(x) |
| cos(x) | -sin(x) |
| tan(x) | sec²(x) |
| cot(x) | -csc²(x) |
| sec(x) | sec(x)tan(x) |
| csc(x) | -csc(x)cot(x) |
Why These Signs Are Negative
Notice two derivatives have negative signs: cos(x) and csc(x). This isn't random. The negative appears because cosine is just a phase shift of sine — it peaks when sine starts declining. Same logic applies to cosecant's relationship with cotangent.
Product Rule with Trig Functions
When you multiply a trig function by something else, product rule kicks in:
Product Rule: d/dx[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)
Example: Derivative of x²sin(x)
Let f(x) = x² and g(x) = sin(x)
- f'(x) = 2x
- g'(x) = cos(x)
Apply product rule:
d/dx[x²sin(x)] = 2x·sin(x) + x²·cos(x)
That's your answer. No simplification required unless the problem asks for it.
Quotient Rule with Trig Functions
Quotient rule handles one function divided by another:
Quotient Rule: d/dx[f(x)/g(x)] = [f'(x)g(x) - f(x)g'(x)] / [g(x)]²
Example: Derivative of tan(x)/x
Let f(x) = tan(x) and g(x) = x
- f'(x) = sec²(x)
- g'(x) = 1
Apply quotient rule:
d/dx[tan(x)/x] = [sec²(x)·x - tan(x)·1] / x²
Simplified: [x·sec²(x) - tan(x)] / x²
Chain Rule with Trig Functions
When the input to a trig function isn't just x, chain rule applies:
Chain Rule: d/dx[f(g(x))] = f'(g(x)) · g'(x)
Example: Derivative of sin(3x)
Let u = 3x, so f(u) = sin(u)
- f'(u) = cos(u)
- g'(x) = 3
Apply chain rule:
d/dx[sin(3x)] = cos(3x) · 3 = 3cos(3x)
Example: Derivative of cos²(x)
This is cos(x) squared. Let u = cos(x), so f(u) = u²
- f'(u) = 2u
- g'(x) = -sin(x)
d/dx[cos²(x)] = 2cos(x) · (-sin(x)) = -2sin(x)cos(x)
You could also write this as -sin(2x) using the double angle identity.
Combining Rules: Product, Quotient, and Chain Together
Real problems usually throw multiple rules at you at once.
Example: Derivative of sec³(2x)
This requires product rule AND chain rule. Think of it as sec(2x) · sec²(2x).
Or just apply chain rule directly: if f(x) = sec³(x) and g(x) = 2x:
- f'(x) = 3sec²(x) · sec(x)tan(x) = 3sec³(x)tan(x)
- g'(x) = 2
d/dx[sec³(2x)] = 3sec³(2x)tan(2x) · 2 = 6sec³(2x)tan(2x)
Quick Reference: Common Patterns
- sin → cos: sin(x) differentiates to cos(x)
- cos → -sin: cosine always picks up a negative sign
- tan → sec²: tangent's derivative is always positive
- sec → sec·tan: secant always comes with its partner
- csc → -csc·cot: cosecant gets the negative AND both partners
- cot → -csc²: cotangent mirrors tangent with a negative
Getting Started: How to Take Any Trig Derivative
Follow this checklist every time:
- Identify the structure. Is it a single function? A product? A quotient? A composite?
- Apply the right rule. Single function → just differentiate. Product → product rule. Quotient → quotient rule. Nested input → chain rule.
- Differentiate each piece. Apply the six basic derivatives to each trig function.
- Combine and simplify. Plug into your rule formula and clean up.
Practice this sequence until it becomes automatic. Most mistakes come from skipping step one and guessing which rule to use.
Practice Problems to Try
Work through these before checking answers:
- d/dx[sin(x) + cos(x)]
- d/dx[x·tan(x)]
- d/dx[sin(5x)]
- d/dx[cos²(x)]
- d/dx[sec(x)/x³]
Answers: 1) cos(x) - sin(x) | 2) tan(x) + x·sec²(x) | 3) 5cos(5x) | 4) -2sin(x)cos(x) | 5) [sec(x)tan(x)·x³ - sec(x)·3x²] / x⁶