Facebook Pixel
Mathos AI logo

Derivatives of Trigonometric and Inverse Functions

Derivatives of Trigonometric and Inverse Functions

In calculus, memorizing the derivatives of standard functions is essential. This guide covers the derivatives of trigonometric functions, inverse trigonometric functions, and general exponential and logarithmic functions.

Derivatives of Trigonometric Functions

Here are the derivatives of the six basic trigonometric functions:

  • ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x
  • ddx(cosx)=sinx\frac{d}{dx}(\cos x) = -\sin x
  • ddx(tanx)=sec2x\frac{d}{dx}(\tan x) = \sec^2 x
  • ddx(cotx)=csc2x\frac{d}{dx}(\cot x) = -\csc^2 x
  • ddx(secx)=secxtanx\frac{d}{dx}(\sec x) = \sec x \tan x
  • ddx(cscx)=cscxcotx\frac{d}{dx}(\csc x) = -\csc x \cot x

Derivatives of Inverse Trigonometric Functions

The inverse trigonometric functions (often written as arcsinx\arcsin x or sin1x\sin^{-1} x) have specific derivative rules:

  • ddx(arcsinx)=11x2\frac{d}{dx}(\arcsin x) = \frac{1}{\sqrt{1 - x^2}}
  • ddx(arccosx)=11x2\frac{d}{dx}(\arccos x) = -\frac{1}{\sqrt{1 - x^2}}
  • ddx(arctanx)=11+x2\frac{d}{dx}(\arctan x) = \frac{1}{1 + x^2}

(Note: arccot\text{arccot}, arcsec\text{arcsec}, and arccsc\text{arccsc} follow similar patterns, but these three are the most commonly tested).

General Exponential and Logarithmic Functions

For exponential and logarithmic functions with bases other than ee, we adjust the derivative by multiplying or dividing by the natural logarithm of the base (lna\ln a):

  • Exponential Function: ddx(ax)=axlna\frac{d}{dx}(a^x) = a^x \ln a
  • Logarithmic Function: ddx(logax)=1xlna\frac{d}{dx}(\log_a x) = \frac{1}{x \ln a}

Applying the Chain Rule

When the input is a function u(x)u(x) rather than just xx, you must apply the Chain Rule: multiply the outside derivative by the derivative of the inside function, u(x)u'(x).

Example 1: Find ddxtan(3x)\frac{d}{dx}\tan(3x)

The outer function is tan(u)\tan(u) and the inner function is u=3xu = 3x. ddxtan(3x)=sec2(3x)ddx(3x)=3sec2(3x)\frac{d}{dx}\tan(3x) = \sec^2(3x) \cdot \frac{d}{dx}(3x) = 3\sec^2(3x)

Example 2: Find ddxarcsin(2x)\frac{d}{dx}\arcsin(2x)

The outer function is arcsin(u)\arcsin(u) and the inner function is u=2xu = 2x. ddxarcsin(2x)=11(2x)2ddx(2x)=214x2\frac{d}{dx}\arcsin(2x) = \frac{1}{\sqrt{1 - (2x)^2}} \cdot \frac{d}{dx}(2x) = \frac{2}{\sqrt{1 - 4x^2}}