• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Derivative Functions

Derivative of Trigonometric Function

The Rules of Trigonometric Functions

Finding the derivative of a trigonometric function is not much different from an algebraic function. We still use the familiar derivative properties, such as the product and quotient rules.

However, before that, we need to know the basic derivatives of the main trigonometric functions like sine and cosine. These basic rules are the foundation for solving more complex derivatives.

Basic Trigonometric Derivatives

Just like the derivative of a power function, the derivative for a trigonometric function also has its basic pattern. The derivatives for sine and cosine, for example, can be proven directly from the limit definition of a derivative.

Here are the basic derivatives of the six trigonometric functions that we need to memorize:

  1. Derivative of Sine:

    f(x)=sin⁡x  ⟹  f′(x)=cos⁡xf(x) = \sin x \implies f'(x) = \cos xf(x)=sinx⟹f′(x)=cosx
  2. Derivative of Cosine:

    f(x)=cos⁡x  ⟹  f′(x)=−sin⁡xf(x) = \cos x \implies f'(x) = -\sin xf(x)=cosx⟹f′(x)=−sinx
  3. Derivative of Tangent:

    f(x)=tan⁡x  ⟹  f′(x)=sec⁡2xf(x) = \tan x \implies f'(x) = \sec^2 xf(x)=tanx⟹f′(x)=sec2x
  4. Derivative of Cotangent:

    f(x)=cot⁡x  ⟹  f′(x)=−csc⁡2xf(x) = \cot x \implies f'(x) = -\csc^2 xf(x)=cotx⟹f′(x)=−csc2x
  5. Derivative of Secant:

    f(x)=sec⁡x  ⟹  f′(x)=sec⁡xtan⁡xf(x) = \sec x \implies f'(x) = \sec x \tan xf(x)=secx⟹f′(x)=secxtanx
  6. Derivative of Cosecant:

    f(x)=csc⁡x  ⟹  f′(x)=−csc⁡xcot⁡xf(x) = \csc x \implies f'(x) = -\csc x \cot xf(x)=cscx⟹f′(x)=−cscxcotx

Applying the Rules to Trigonometric Functions

Now let's see how to apply these rules in a few examples.

Combination of Algebra and Trigonometry

Find the derivative of y=2sin⁡x+5xy = 2 \sin x + 5xy=2sinx+5x.

Solution:

We can differentiate this function term by term using the sum rule.

y′=ddx(2sin⁡x)+ddx(5x)y' = \frac{d}{dx}(2 \sin x) + \frac{d}{dx}(5x)y′=dxd​(2sinx)+dxd​(5x)
y′=2(cos⁡x)+5(1)y' = 2(\cos x) + 5(1)y′=2(cosx)+5(1)
y′=2cos⁡x+5y' = 2 \cos x + 5y′=2cosx+5

Using the Product Rule

Find the derivative of y=2sin⁡xtan⁡xy = 2 \sin x \tan xy=2sinxtanx.

Solution:

Use the product rule y′=u′v+uv′y' = u'v + uv'y′=u′v+uv′.

Let u=2sin⁡xu = 2 \sin xu=2sinx and v=tan⁡xv = \tan xv=tanx.

Then u′=2cos⁡xu' = 2 \cos xu′=2cosx and v′=sec⁡2xv' = \sec^2 xv′=sec2x.

y′=(2cos⁡x)(tan⁡x)+(2sin⁡x)(sec⁡2x)y' = (2 \cos x)(\tan x) + (2 \sin x)(\sec^2 x)y′=(2cosx)(tanx)+(2sinx)(sec2x)
y′=(2cos⁡x)(sin⁡xcos⁡x)+(2sin⁡x)(sec⁡2x)y' = (2 \cos x)\left(\frac{\sin x}{\cos x}\right) + (2 \sin x)(\sec^2 x)y′=(2cosx)(cosxsinx​)+(2sinx)(sec2x)
y′=2sin⁡x+2sin⁡xsec⁡2xy' = 2 \sin x + 2 \sin x \sec^2 xy′=2sinx+2sinxsec2x

Using the Quotient Rule

Find the derivative of y=1+cos⁡xsin⁡xy = \frac{1 + \cos x}{\sin x}y=sinx1+cosx​.

Solution:

Use the quotient rule y′=u′v−uv′v2y' = \frac{u'v - uv'}{v^2}y′=v2u′v−uv′​.

Let u=1+cos⁡xu = 1 + \cos xu=1+cosx and v=sin⁡xv = \sin xv=sinx.

Then u′=−sin⁡xu' = -\sin xu′=−sinx and v′=cos⁡xv' = \cos xv′=cosx.

y′=(−sin⁡x)(sin⁡x)−(1+cos⁡x)(cos⁡x)(sin⁡x)2y' = \frac{(-\sin x)(\sin x) - (1 + \cos x)(\cos x)}{(\sin x)^2}y′=(sinx)2(−sinx)(sinx)−(1+cosx)(cosx)​
y′=−sin⁡2x−(cos⁡x+cos⁡2x)sin⁡2xy' = \frac{-\sin^2 x - (\cos x + \cos^2 x)}{\sin^2 x}y′=sin2x−sin2x−(cosx+cos2x)​
y′=−(sin⁡2x+cos⁡2x)−cos⁡xsin⁡2xy' = \frac{-(\sin^2 x + \cos^2 x) - \cos x}{\sin^2 x}y′=sin2x−(sin2x+cos2x)−cosx​
y′=−1−cos⁡x1−cos⁡2x(Pythagorean Identity)y' = \frac{-1 - \cos x}{1 - \cos^2 x} \quad (\text{Pythagorean Identity})y′=1−cos2x−1−cosx​(Pythagorean Identity)
y′=−(1+cos⁡x)(1−cos⁡x)(1+cos⁡x)(Factorization)y' = \frac{-(1 + \cos x)}{(1 - \cos x)(1 + \cos x)} \quad (\text{Factorization})y′=(1−cosx)(1+cosx)−(1+cosx)​(Factorization)
y′=−11−cos⁡x=1cos⁡x−1y' = \frac{-1}{1 - \cos x} = \frac{1}{\cos x - 1}y′=1−cosx−1​=cosx−11​

Exercises

  1. Find the first derivative of f(x)=4x3−5cos⁡xf(x) = 4x^3 - 5 \cos xf(x)=4x3−5cosx.
  2. Find the first derivative of f(x)=sin⁡xcos⁡xf(x) = \sin x \cos xf(x)=sinxcosx.

Answer Key

  1. Solution:

    Use the subtraction rule to differentiate each term separately.

    Step 1: Differentiate the first term

    The derivative of 4x34x^34x3 using the power rule is 3⋅4x3−1=12x23 \cdot 4x^{3-1} = 12x^23⋅4x3−1=12x2.

    Step 2: Differentiate the second term

    The derivative of −5cos⁡x-5 \cos x−5cosx is −5(−sin⁡x)=5sin⁡x-5(-\sin x) = 5 \sin x−5(−sinx)=5sinx.

    Step 3: Combine the results

    f′(x)=12x2+5sin⁡xf'(x) = 12x^2 + 5 \sin xf′(x)=12x2+5sinx

    So, the derivative of the function is 12x2+5sin⁡x12x^2 + 5 \sin x12x2+5sinx.

  2. Solution:

    Use the product rule, f′(x)=u′v+uv′f'(x) = u'v + uv'f′(x)=u′v+uv′.

    Step 1: Determine u, v, u', and v'

    Let u=sin⁡xu = \sin xu=sinx and v=cos⁡xv = \cos xv=cosx.

    Then, u′=cos⁡xu' = \cos xu′=cosx and v′=−sin⁡xv' = -\sin xv′=−sinx.

    Step 2: Apply the Product Rule

    f′(x)=(cos⁡x)(cos⁡x)+(sin⁡x)(−sin⁡x)f'(x) = (\cos x)(\cos x) + (\sin x)(-\sin x)f′(x)=(cosx)(cosx)+(sinx)(−sinx)
    f′(x)=cos⁡2x−sin⁡2xf'(x) = \cos^2 x - \sin^2 xf′(x)=cos2x−sin2x

    Step 3: Use a Trigonometric Identity (Optional)

    The result can also be simplified using the double angle identity, cos⁡(2x)=cos⁡2x−sin⁡2x\cos(2x) = \cos^2 x - \sin^2 xcos(2x)=cos2x−sin2x.

    f′(x)=cos⁡(2x)f'(x) = \cos(2x)f′(x)=cos(2x)

    So, the derivative of the function is cos⁡(2x)\cos(2x)cos(2x).

Previous

Derivative of Algebraic Function

Next

Chain Rule in Derivative

  • Derivative of Trigonometric FunctionMaster derivatives of trigonometric functions: sin, cos, tan, and more. Learn formulas, product rule, quotient rule with step-by-step examples and solutions.
On this page
  • The Rules of Trigonometric Functions
  • Basic Trigonometric Derivatives
  • Applying the Rules to Trigonometric Functions
    • Combination of Algebra and Trigonometry
    • Using the Product Rule
    • Using the Quotient Rule
  • Exercises
    • Answer Key
  • Comments
  • Report
  • Source code