professor-curious-logo
professor-curious-logo
  1. AP Maths
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

Fundamental Properties of Differentiation

Michael Green

Michael Green

6 min read

Next Topic - The Product Rule

Listen to this study note

Study Guide Overview

This study guide covers derivatives of sine and cosine functions, including sin(x), cos(x), sin(kx), and cos(kx). It explains differentiation rules and the chain rule, provides worked examples, and offers practice questions. The guide also demonstrates deriving these derivatives using the formal definition of a derivative and includes a glossary of key terms.

#Derivatives of Sine and Cosine Functions

#Table of Contents

  1. Introduction
  2. Differentiating Sin x and Cos x
  3. Differentiating Sin kx and Cos kx
  4. Worked Examples
  5. Using the Definition of a Derivative
  6. Glossary
  7. Practice Questions
  8. Summary and Key Takeaways

#Introduction

In calculus, understanding how to differentiate sine and cosine functions is fundamental. This guide covers the rules for differentiating these trigonometric functions, including their more complex forms, and provides worked examples and practice questions to help solidify your understanding.

#Differentiating Sin x and Cos x

#Key Concepts

  • If f(x)=sin⁡xf(x) = \sin xf(x)=sinx,
Key Concept

then f′(x)=cos⁡xf'(x) = \cos xf′(x)=cosx

  • If g(x)=cos⁡xg(x) = \cos xg(x)=cosx,
Key Concept

then g′(x)=−sin⁡xg'(x) = -\sin xg′(x)=−sinx

  • If h(x)=−sin⁡xh(x) = -\sin xh(x)=−sinx,
Key Concept

then h′(x)=−cos⁡xh'(x) = -\cos xh′(x)=−cosx

  • If j(x)=−cos⁡xj(x) = -\cos xj(x)=−cosx,
Key Concept

then j′(x)=sin⁡xj'(x) = \sin xj′(x)=sinx

  • This sequence then repeats.

#Differentiating Sin kx and Cos kx

When dealing with functions of the form sin⁡(kx)\sin(kx)sin(kx) and cos⁡(kx)\cos(kx)cos(kx), the differentiation involves the chain rule.

#Key Concepts

  • If f(x)=sin⁡(kx)f(x) = \sin(kx)f(x)=sin(kx),
Key Concept

then f′(x)=kcos⁡(kx)f'(x) = k \cos(kx)f′(x)=kcos(kx)

  • If g(x)=cos⁡(kx)g(x) = \cos(kx)g(x)=cos(kx),
Key Concept

then g′(x)=−ksin⁡(kx)g'(x) = -k \sin(kx)g′(x)=−ksin(kx)

Exam Tip

Remember that these results come from applying the chain rule.

#Worked Examples

#Example 1

Differentiate the following function: f(x)=cos⁡x−4sin⁡xf(x) = \cos x - 4 \sin xf(x)=cosx−4sinx

Solution: cos⁡x\cos xcosx differentiates to −sin⁡x-\sin x−sinx
sin⁡x\sin xsinx differentiates to cos⁡x\cos xcosx

So, f′(x)=−sin⁡x−4cos⁡xf'(x) = -\sin x - 4 \cos xf′(x)=−sinx−4cosx

#Example 2

Differentiate the following function: g(x)=9sin⁡(23x)−2cos⁡(3x)g(x) = 9 \sin \left(\frac{2}{3} x\right) - 2 \cos (3x)g(x)=9sin(32​x)−2cos(3x)

Solution: sin⁡(kx)\sin(kx)sin(kx) differentiates to kcos⁡(kx)k \cos(kx)kcos(kx)
cos⁡(kx)\cos(kx)cos(kx) differentiates to −ksin⁡(kx)-k \sin(kx)−ksin(kx)

So, g′(x)=9⋅23cos⁡(23x)−2(−3sin⁡(3x))g'(x) = 9 \cdot \frac{2}{3} \cos \left(\frac{2}{3} x\right) - 2 \left(-3 \sin(3x)\right)g′(x)=9⋅32​cos(32​x)−2(−3sin(3x))

Simplifying, g′(x)=6cos⁡(23x)+6sin⁡(3x)=6(cos⁡(23x)+sin⁡(3x))g'(x) = 6 \cos \left(\frac{2}{3} x\right) + 6 \sin(3x) = 6\left(\cos \left(\frac{2}{3} x\right) + \sin(3x)\right)g′(x)=6cos(32​x)+6sin(3x)=6(cos(32​x)+sin(3x))

#Using the Definition of a Derivative

#Definition

The derivative of a function f(x)f(x)f(x) can be defined as: f′(x)=lim⁡h→0f(x+h)−f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}f′(x)=h→0lim​hf(x+h)−f(x)​

#Differentiating sin⁡x\sin xsinx Using the Definition

Given f(x)=sin⁡xf(x) = \sin xf(x)=sinx: f′(x)=lim⁡h→0sin⁡(x+h)−sin⁡(x)hf'(x) = \lim_{h \to 0} \frac{\sin(x+h) - \sin(x)}{h}f′(x)=h→0lim​hsin(x+h)−sin(x)​

Using the addition formula: sin⁡(A+B)=sin⁡Acos⁡B+cos⁡Asin⁡B\sin(A+B) = \sin A \cos B + \cos A \sin Bsin(A+B)=sinAcosB+cosAsinB

So, f′(x)=lim⁡h→0sin⁡xcos⁡h+cos⁡xsin⁡h−sin⁡xhf'(x) = \lim_{h \to 0} \frac{\sin x \cos h + \cos x \sin h - \sin x}{h}f′(x)=h→0lim​hsinxcosh+cosxsinh−sinx​

Factorizing: f′(x)=lim⁡h→0(sin⁡x(cos⁡h−1h)+cos⁡x(sin⁡hh))f'(x) = \lim_{h \to 0} \left(\sin x \left(\frac{\cos h - 1}{h}\right) + \cos x \left(\frac{\sin h}{h}\right)\right)f′(x)=h→0lim​(sinx(hcosh−1​)+cosx(hsinh​))

Applying the limits: lim⁡h→0sin⁡hh=1\lim_{h \to 0} \frac{\sin h}{h} = 1h→0lim​hsinh​=1 and lim⁡h→0cos⁡h−1h=0\lim_{h \to 0} \frac{\cos h - 1}{h} = 0h→0lim​hcosh−1​=0

So, f′(x)=sin⁡x⋅0+cos⁡x⋅1=cos⁡xf'(x) = \sin x \cdot 0 + \cos x \cdot 1 = \cos xf′(x)=sinx⋅0+cosx⋅1=cosx

#Differentiating cos⁡x\cos xcosx Using the Definition

Given g(x)=cos⁡xg(x) = \cos xg(x)=cosx: g′(x)=lim⁡h→0cos⁡(x+h)−cos⁡(x)hg'(x) = \lim_{h \to 0} \frac{\cos(x+h) - \cos(x)}{h}g′(x)=h→0lim​hcos(x+h)−cos(x)​

Using the addition formula: cos⁡(A+B)=cos⁡Acos⁡B−sin⁡Asin⁡B\cos(A+B) = \cos A \cos B - \sin A \sin Bcos(A+B)=cosAcosB−sinAsinB

So, g′(x)=lim⁡h→0cos⁡xcos⁡h−sin⁡xsin⁡h−cos⁡xhg'(x) = \lim_{h \to 0} \frac{\cos x \cos h - \sin x \sin h - \cos x}{h}g′(x)=h→0lim​hcosxcosh−sinxsinh−cosx​

Factorizing: g′(x)=lim⁡h→0(cos⁡x(cos⁡h−1h)−sin⁡x(sin⁡hh))g'(x) = \lim_{h \to 0} \left(\cos x \left(\frac{\cos h - 1}{h}\right) - \sin x \left(\frac{\sin h}{h}\right)\right)g′(x)=h→0lim​(cosx(hcosh−1​)−sinx(hsinh​))

Applying the limits: lim⁡h→0sin⁡hh=1\lim_{h \to 0} \frac{\sin h}{h} = 1h→0lim​hsinh​=1 and lim⁡h→0cos⁡h−1h=0\lim_{h \to 0} \frac{\cos h - 1}{h} = 0h→0lim​hcosh−1​=0

So, g′(x)=cos⁡x⋅0−sin⁡x⋅1=−sin⁡xg'(x) = \cos x \cdot 0 - \sin x \cdot 1 = -\sin xg′(x)=cosx⋅0−sinx⋅1=−sinx

#Glossary

  • Derivative: A measure of how a function changes as its input changes.
  • Chain Rule: A formula to compute the derivative of a composite function.
  • Trigonometric Addition Formulae: Formulas that express trigonometric functions of sums of angles in terms of products of trigonometric functions of individual angles.
  • Limit: The value that a function approaches as the input approaches some value.

#Practice Questions

Practice Question
  1. Differentiate f(x)=5sin⁡(2x)f(x) = 5 \sin(2x)f(x)=5sin(2x).

  2. Differentiate h(x)=4cos⁡(3x)−sin⁡(5x)h(x) = 4 \cos(3x) - \sin(5x)h(x)=4cos(3x)−sin(5x).

  3. Use the definition of a derivative to differentiate g(x)=sin⁡xg(x) = \sin xg(x)=sinx.

#Summary and Key Takeaways

  • The derivative of sin⁡x\sin xsinx is cos⁡x\cos xcosx.
  • The derivative of cos⁡x\cos xcosx is −sin⁡x-\sin x−sinx.
  • Using the chain rule, the derivatives of sin⁡(kx)\sin(kx)sin(kx) and cos⁡(kx)\cos(kx)cos(kx) are kcos⁡(kx)k \cos(kx)kcos(kx) and −ksin⁡(kx)-k \sin(kx)−ksin(kx), respectively.
  • Understanding and applying the definition of a derivative is crucial for deriving these results.

#Key Takeaways

Key Concept

The derivative of sin⁡x\sin xsinx is cos⁡x\cos xcosx.

Key Concept

The derivative of cos⁡x\cos xcosx is −sin⁡x-\sin x−sinx.

Key Concept

Use the chain rule for functions involving constants, such as sin⁡(kx)\sin(kx)sin(kx) and cos⁡(kx)\cos(kx)cos(kx).

Key Concept

Master the trigonometric addition formulae and limit theorems for deeper understanding.

Key Concept

Practice differentiating using both rules and definitions to solidify understanding.

Exam Tip

Always double-check your differentiation, especially the signs when differentiating trigonometric functions.

For more complex functions, break them down into simpler components and apply differentiation rules step by step.

Continue your learning journey

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Previous Topic - Derivatives of Exponentials and LogarithmsNext Topic - The Product Rule
Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Question 1 of 11

What is the derivative of f(x)=sin⁡xf(x) = \sin xf(x)=sinx ? 🚀

−sin⁡x-\sin x−sinx

cos⁡x\cos xcosx

−cos⁡x-\cos x−cosx

111