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

Fundamental Properties of Differentiation

Michael Green

Michael Green

6 min read

Listen to this study note

Study Guide Overview

This study guide covers the power rule for differentiation, including differentiating powers of x, and handling fractional and negative exponents. It also covers derivatives of sums, differences, and constant multiples. You'll learn to simplify expressions before differentiating using expansion and laws of exponents. Practice questions, a glossary, and key takeaways are also included.

#Power Rule and Differentiation

#Table of Contents

  1. Introduction to the Power Rule
  2. Differentiating Powers of x
    • Basic Differentiation
    • Examples
    • Fractional and Negative Powers
  3. Worked Example
  4. Derivatives of Sums, Differences, and Constant Multiples
    • Sums and Differences
    • Constant Multiples
    • Special Cases
  5. Simplifying Expressions to Find Derivatives
    • Expansion
    • Using Laws of Exponents
  6. Practice Questions
  7. Glossary
  8. Summary and Key Takeaways

#1. Introduction to the Power Rule

The power rule is a fundamental tool in calculus for differentiating functions of the form xnx^nxn. It simplifies the process of finding the derivative of polynomials and other functions involving powers of xxx.

#2. Differentiating Powers of x

#Basic Differentiation

Key Concept

If f(x)=xnf(x) = x^nf(x)=xn, then f′(x)=nxn−1f'(x) = nx^{n-1}f′(x)=nxn−1 where n∈Rn \in \mathbb{R}n∈R (real numbers).

#Examples

  1. Simple Power:

    • If f(x)=x7f(x) = x^7f(x)=x7, then: f′(x)=7x6f'(x) = 7x^{6}f′(x)=7x6
  2. Fractional Power:

    • If g(x)=x23g(x) = x^{\frac{2}{3}}g(x)=x32​, then: g′(x)=23x−13g'(x) = \frac{2}{3} x^{-\frac{1}{3}}g′(x)=32​x−31​
  3. Negative Power:

    • If h(x)=x−3h(x) = x^{-3}h(x)=x−3, then: h′(x)=−3x−4h'(x) = -3 x^{-4}h′(x)=−3x−4
Using the power rule is much quicker than using the definition of a derivative, but you should still understand how to use the definition.

#3. Worked Example

Find the derivative of the function f(x)=x3f(x) = x^3f(x)=x3:

#(i) By Using the Power Rule

f(x)=x3  ⟹  f′(x)=3x2f(x) = x^3 \implies f'(x) = 3x^{2}f(x)=x3⟹f′(x)=3x2

#(ii) By Using the Definition of a Derivative

f(x)=x3  ⟹  f(x+h)=(x+h)3f(x) = x^3 \implies f(x+h) = (x+h)^3f(x)=x3⟹f(x+h)=(x+h)3

f′(x)=lim⁡h→0(x+h)3−x3hf'(x) = \lim_{h \to 0} \frac{(x+h)^3 - x^3}{h}f′(x)=h→0lim​h(x+h)3−x3​

Expanding and simplifying:

f′(x)=lim⁡h→0x3+3x2h+3xh2+h3−x3hf'(x) = \lim_{h \to 0} \frac{x^3 + 3x^2h + 3xh^2 + h^3 - x^3}{h}f′(x)=h→0lim​hx3+3x2h+3xh2+h3−x3​

f′(x)=lim⁡h→0(3x2+3xh+h2)f'(x) = \lim_{h \to 0} \left(3x^2 + 3xh + h^2\right)f′(x)=h→0lim​(3x2+3xh+h2)

As hhh tends to zero, the terms containing hhh will tend to zero:

f′(x)=3x2f'(x) = 3x^2f′(x)=3x2

#4. Derivatives of Sums, Differences, and Constant Multiples

#Sums and Differences

When differentiating sums or differences of powers of xxx:

Key Concept

The derivative of a sum (or difference) of terms is the sum (or difference) of the derivatives of the individual terms.

Example: If f(x)=x3+x7−x12+x12f(x) = x^3 + x^7 - x^{12} + x^{\frac{1}{2}}f(x)=x3+x7−x12+x21​:

f′(x)=3x2+7x6−12x11+12x−12f'(x) = 3x^2 + 7x^6 - 12x^{11} + \frac{1}{2}x^{-\frac{1}{2}}f′(x)=3x2+7x6−12x11+21​x−21​

#Constant Multiples

Key Concept

If f(x)=axnf(x) = ax^nf(x)=axn, then f′(x)=anxn−1f'(x) = an x^{n-1}f′(x)=anxn−1 where aaa is a constant.

Example: If f(x)=12x4f(x) = 12x^4f(x)=12x4:

f′(x)=12×4x3=48x3f'(x) = 12 \times 4 x^{3} = 48 x^{3}f′(x)=12×4x3=48x3

#Special Cases

  1. Linear Functions:

    • If f(x)=axf(x) = axf(x)=ax, then f′(x)=af'(x) = af′(x)=a
      • Example: If f(x)=4xf(x) = 4xf(x)=4x, then f′(x)=4f'(x) = 4f′(x)=4
  2. Constant Functions:

    • If g(x)=ag(x) = ag(x)=a, then g′(x)=0g'(x) = 0g′(x)=0
      • Example: If g(x)=2g(x) = 2g(x)=2, then g′(x)=0g'(x) = 0g′(x)=0
The function f(x)f(x)f(x) is defined by f(x)=2x32+5x−3−9x+7f(x) = 2x^{\frac{3}{2}} + 5x^{-3} - 9x + 7f(x)=2x23​+5x−3−9x+7. Find the derivative of f(x)f(x)f(x).

Differentiate each term individually:

f′(x)=2×32x12+5×−3x−4−9+0f'(x) = 2 \times \frac{3}{2} x^{\frac{1}{2}} + 5 \times -3 x^{-4} - 9 + 0f′(x)=2×23​x21​+5×−3x−4−9+0

Simplify:

f′(x)=3x12−15x−4−9f'(x) = 3 x^{\frac{1}{2}} - 15 x^{-4} - 9f′(x)=3x21​−15x−4−9

#5. Simplifying Expressions to Find Derivatives

#Expansion

If the function is not simply a sum of multiples of ±xn\pm x^n±xn, it may need to be simplified before differentiation.

Example:

If f(x)=(x+2)(2x2+5)f(x) = (x + 2)(2x^2 + 5)f(x)=(x+2)(2x2+5):

Expand the brackets:

f(x)=2x3+4x2+5x+10f(x) = 2x^3 + 4x^2 + 5x + 10f(x)=2x3+4x2+5x+10

Differentiate each term:

f′(x)=6x2+8x+5f'(x) = 6x^2 + 8x + 5f′(x)=6x2+8x+5

#Using Laws of Exponents

Example:

If g(x)=9x4⋅x3x2g(x) = \frac{9x^4 \cdot x^3}{x^2}g(x)=x29x4⋅x3​:

Simplify using laws of exponents:

g(x)=9x7x2=9x5g(x) = \frac{9x^7}{x^2} = 9x^5g(x)=x29x7​=9x5

Differentiate:

g′(x)=45x4g'(x) = 45x^4g′(x)=45x4

Differentiate h(x)=2xh(x) = \frac{2}{\sqrt{x}}h(x)=x​2​.

Rewrite using laws of exponents:

h(x)=2x−12h(x) = 2x^{-\frac{1}{2}}h(x)=2x−21​

Differentiate:

h′(x)=−x−32h'(x) = -x^{-\frac{3}{2}}h′(x)=−x−23​

#6. Practice Questions

Practice Question

Differentiate the following functions:

  1. f(x)=3x5+4x−2f(x) = 3x^5 + 4x^{-2}f(x)=3x5+4x−2
  2. g(x)=7x2+2x3g(x) = \frac{7x^2 + 2}{x^3}g(x)=x37x2+2​
  3. h(x)=(x−1)(x2+3)h(x) = (x - 1)(x^2 + 3)h(x)=(x−1)(x2+3)
  4. k(x)=5x34−8x−1+6k(x) = 5x^{\frac{3}{4}} - 8x^{-1} + 6k(x)=5x43​−8x−1+6

#7. Glossary

  • Derivative: The rate at which a function is changing at any given point.
  • Power Rule: A rule for differentiating functions of the form xnx^nxn.
  • Constant Multiple Rule: The derivative of a constant times a function is the constant times the derivative of the function.
  • Sum Rule: The derivative of a sum of functions is the sum of the derivatives.
  • Difference Rule: The derivative of a difference of functions is the difference of the derivatives.
  • Exponent: The power to which a number or expression is raised.

#8. Summary and Key Takeaways

#Key Points

  • The power rule simplifies differentiation of functions of the form xnx^nxn.
  • Sum, difference, and constant multiple rules help in differentiating complex expressions.
  • Simplification of expressions using expansion and laws of exponents is often necessary before differentiation.

#Key Takeaways

  • Power Rule: f′(x)=nxn−1f'(x) = nx^{n-1}f′(x)=nxn−1
  • Sum and Difference Rule: Differentiate each term separately.
  • Constant Multiple Rule: Multiply the constant by the derivative of the function.
  • Special Cases: Linear functions (f(x)=axf(x) = axf(x)=ax) and constant functions (f(x)=af(x) = af(x)=a).
Exam Tip

Always simplify the expression before differentiating to avoid mistakes.

#Exam Strategy

  1. Identify the type of function: Determine if the function is a power of xxx, a sum, a difference, or a product.
  2. Simplify if necessary: Expand or use laws of exponents.
  3. Apply the power rule: Use the basic differentiation rules.
  4. Check your work: Ensure that all steps follow logically and check for common mistakes.
Common Mistake

Avoid forgetting to apply the power rule correctly to fractional and negative exponents.

Exam Tip

This content directly links to the IB curriculum objectives of understanding and applying the concept and rules of differentiation.

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

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)=x5f(x) = x^5f(x)=x5?

5x45x^45x4

x4x^4x4

5x55x^55x5

x6x^6x6