zuai-logo

Fundamental Properties of Differentiation

Michael Green

Michael Green

6 min read

Listen to this study note

Study Guide Overview

This study guide covers derivatives of tangent and reciprocal trigonometric functions. It includes the derivative of tan(x) and tan(kx) using the quotient and chain rules. It also defines and derives the derivatives of sec(x), csc(x), and cot(x). The guide provides worked examples, practice questions, a glossary, and exam strategies.

Study Notes: Derivatives of Trigonometric Functions

Table of Contents

  1. Derivative of the Tangent Function
  2. Derivatives of Reciprocal Trigonometric Functions
  3. Practice Questions
  4. Glossary
  5. Summary and Key Takeaways
  6. Exam Strategy

Derivative of the Tangent Function

What is the Derivative of tanx\tan x?

Key Concept

If f(x)=tanxf(x) = \tan x, then the derivative is given by: f(x)=sec2xf'(x) = \sec^2 x

This can be shown using the identity tanxsinxcosx\tan x \equiv \frac{\sin x}{\cos x} and the quotient rule.

The quotient rule states that if y=uvy = \frac{u}{v}, then y=uvuvv2y' = \frac{u'v - uv'}{v^2}

Let u=sinxu = \sin x and v=cosxv = \cos x. - u=cosxu' = \cos x - v=sinxv' = -\sin x

Applying the quotient rule: y=cosxcosx+sinxsinxcos2xy' = \frac{\cos x \cdot \cos x + \sin x \cdot \sin x}{\cos^2 x} Simplifying: y=cos2x+sin2xcos2xy' = \frac{\cos^2 x + \sin^2 x}{\cos^2 x} Using the identity sin2x+cos2x1\sin^2 x + \cos^2 x \equiv 1: y=1cos2x=sec2xy' = \frac{1}{\cos^2 x} = \sec^2 x

What is the Derivative of tankx\tan kx?

Key Concept

If f(x)=tankxf(x) = \tan kx, then the derivative is: f(x)=ksec2kxf'(x) = k \sec^2 kx

This is a result of applying the chain rule. It can also be shown using the quotient rule for sinkxcoskx\frac{\sin kx}{\cos kx}.

Worked Examples

Differentiate the following functions:

(a) f(x)=tan3xf(x) = \tan 3x

Answer:

Using the rule for tankx\tan kx: f(x)=3sec23xf'(x) = 3 \sec^2 3x

(b) g(x)=3x2tanxg(x) = 3x^2 \tan x

Answer:

This is a product of two terms, so use the product rule: y=uv+uvy' = u'v + uv'

Let u=3x2u = 3x^2 and v=tanxv = \tan x.

  • u=6xu' = 6x
  • v=sec2xv' = \sec^2 x

Applying the product rule: y=6xtanx+3x2sec2x=3x(2tanx+xsec2x)y' = 6x \cdot \tan x + 3x^2 \cdot \sec^2 x = 3x (2 \tan x + x \sec^2 x)

Derivatives of Reciprocal Trigonometric Functions

What are the Reciprocal Trig Functions?

Key Concept

The reciprocal trigonometric functions are:

  • cscx=1sinx\csc x = \frac{1}{\sin x}
  • secx=1cosx\sec x = \frac{1}{\cos x}
  • cotx=1tanx\cot x = \frac{1}{\tan x}
**csc** is sometimes written as **cosec**. You can remember the functions by looking at the **third letter** of each: - co**s**ec is the reciprocal of **s**in - se**c** is the reciprocal of **c**os - co**t** is the reciprocal of **t**an

What are the Derivatives of the Reciprocal Trig Functions?

Key Concept

If f(x)=cscxf(x) = \csc x, then: f(x)=cotxcscxf'(x) = -\cot x \csc x

If g(x)=secxg(x) = \sec x, then: g(x)=tanxsecxg'(x) = \tan x \sec x

If h(x)=cotxh(x) = \cot x, then: h(x)=csc2xh'(x) = -\csc^2 x

These results can be remembered or derived using the reciprocal trig function definitions and the quotient rule.

How to Derive the Derivatives

Derivative of cscx\csc x

Recall that cscx=1sinx\csc x = \frac{1}{\sin x}. Apply the quotient rule: y=uvuvv2y' = \frac{u'v - uv'}{v^2}

Let u=1u = 1 and v=sinxv = \sin x. - u=0u' = 0 - v=cosxv' = \cos x

Applying the quotient rule: y=0cosx(sinx)2=cosxsin2xy' = \frac{0 - \cos x}{(\sin x)^2} = \frac{-\cos x}{\sin^2 x}

Simplify using the identities cscx=1sinx\csc x = \frac{1}{\sin x} and cotx=cosxsinx\cot x = \frac{\cos x}{\sin x}: y=cotxcscxy' = -\cot x \csc x

Derivative of secx\sec x

Recall that secx=1cosx\sec x = \frac{1}{\cos x}. Apply the quotient rule: y=uvuvv2y' = \frac{u'v - uv'}{v^2}

Let u=1u = 1 and v=cosxv = \cos x. - u=0u' = 0 - v=sinxv' = -\sin x

Applying the quotient rule: y=0(sinx)(cosx)2=sinxcos2xy' = \frac{0 - (-\sin x)}{(\cos x)^2} = \frac{\sin x}{\cos^2 x}

Simplify using the identity secx=1cosx\sec x = \frac{1}{\cos x}: y=tanxsecxy' = \tan x \sec x

Derivative of cotx\cot x

Recall that cotx=1tanx=cosxsinx\cot x = \frac{1}{\tan x} = \frac{\cos x}{\sin x}. Apply the quotient rule: y=uvuvv2y' = \frac{u'v - uv'}{v^2}

Let u=cosxu = \cos x and v=sinxv = \sin x. - u=sinxu' = -\sin x - v=cosxv' = \cos x

Applying the quotient rule: y=sinxsinxcosxcosx(sinx)2=sin2xcos2xsin2xy' = \frac{-\sin x \cdot \sin x - \cos x \cdot \cos x}{(\sin x)^2} = \frac{-\sin^2 x - \cos^2 x}{\sin^2 x}

Simplify using the identity sin2x+cos2x=1\sin^2 x + \cos^2 x = 1: y=1sin2x=csc2xy' = \frac{-1}{\sin^2 x} = -\csc^2 x

Worked Example

Show that the derivative of f(x)=cscxsecxf(x) = \csc x \sec x is f(x)=sec2xcsc2xf'(x) = \sec^2 x - \csc^2 x.

This is a product of two functions, so use the product rule: y=uv+uvy' = u'v + uv'

Let u=cscxu = \csc x and v=secxv = \sec x. Differentiate using the known results:

  • u=cotxcscxu' = -\cot x \csc x
  • v=tanxsecxv' = \tan x \sec x

Apply the product rule: y=cotxcscxsecx+cscxtanxsecxy' = -\cot x \csc x \cdot \sec x + \csc x \cdot \tan x \sec x

Using trigonometric identities to simplify: y=(cosxsinx1sinx1cosx)+(1sinxsinxcosx1cosx)y' = \left( \frac{-\cos x}{\sin x} \cdot \frac{1}{\sin x} \cdot \frac{1}{\cos x} \right) + \left( \frac{1}{\sin x} \cdot \frac{\sin x}{\cos x} \cdot \frac{1}{\cos x} \right)

Simplify further: y=1sin2x+1cos2x=csc2x+sec2xy' = \frac{-1}{\sin^2 x} + \frac{1}{\cos^2 x} = -\csc^2 x + \sec^2 x

Practice Questions

Practice Question
  1. Differentiate f(x)=tan5xf(x) = \tan 5x.
  2. Differentiate g(x)=x2secxg(x) = x^2 \sec x.
  3. Show that the derivative of h(x)=cot2xh(x) = \cot 2x is h(x)=2csc22xh'(x) = -2 \csc^2 2x.
  4. Differentiate k(x)=2xcscxk(x) = 2x \csc x.

Glossary

  • Quotient Rule: A rule for differentiating the quotient of two functions.
  • Chain Rule: A rule for differentiating compositions of functions.
  • Secant (sec\sec): Reciprocal of cosine, secx=1cosx\sec x = \frac{1}{\cos x}.
  • Cosecant (csc\csc): Reciprocal of sine, cscx=1sinx\csc x = \frac{1}{\sin x}.
  • Cotangent (cot\cot): Reciprocal of tangent, cotx=1tanx\cot x = \frac{1}{\tan x}.

Summary and Key Takeaways

  • The derivative of tanx\tan x is sec2x\sec^2 x.
  • The derivative of tankx\tan kx is ksec2kxk \sec^2 kx.
  • The derivatives of reciprocal trig functions can be derived using the quotient rule.
  • Memorizing the derivatives of secx\sec x, cscx\csc x, and cotx\cot x is useful for solving problems quickly.

Exam Strategy

Exam Tip
  • Always start by identifying which differentiation rule applies: product rule, quotient rule, or chain rule.
  • Simplify trigonometric expressions using identities before differentiating.
  • Practice deriving the formulas for derivatives of reciprocal trigonometric functions to reinforce understanding.

By following these notes and practicing the provided questions, you'll be well-prepared for questions involving the derivatives of trigonometric functions on your exam.