zuai-logo

Summary of Limits

Michael Green

Michael Green

6 min read

Listen to this study note

Study Guide Overview

This guide covers calculating derivatives, including estimating derivatives from graphs/tables and finding derivative expressions. It explores basic differentiation, differentiating exponentials, logarithms, and trigonometric functions. It also covers the product, quotient, and chain rules, as well as the inverse function theorem and implicit differentiation.

Calculating Derivatives: Comprehensive Study Notes

Table of Contents

  1. Introduction to Derivatives
  2. Estimating Derivatives
  3. Finding the Derivative as an Expression
  4. Practice Questions
  5. Glossary
  6. Summary and Key Takeaways

Introduction to Derivatives

Key Concept

Understand the key methods for differentiating functions and selecting the most appropriate method for exam questions.

A derivative of a function represents the rate at which the function's value changes as its input changes. The derivative of f(x)f(x) is defined as: f(x)=limh0f(x+h)f(x)h{f}'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}

Exam Tip

You generally only need to use this definition if specifically asked in an exam.


Estimating Derivatives

Key Concept

Estimate the derivative of a function at a point using a table or graph.

To estimate a derivative at a point using a table or graph, remember:

  • The derivative at a point equals the slope of the tangent at that point.
  • To approximate the slope of the tangent to the graph of f(x)f(x) at x=ax = a:
    • Find the slope of line segments joining nearby coordinates that lie on the graph.
Exam Tip

This is particularly useful when you only have a graph or table available.


Finding the Derivative as an Expression

Basic Differentiation

Key Concept

Differentiate basic functions and expressions.

  1. Powers of xx:
    • If f(x)=xnf(x) = x^n, then f(x)=nxn1f'(x) = nx^{n-1}
  2. Sums and Differences:
    • The derivative of a sum (or difference) of terms is the sum (or difference) of the derivatives of the terms.
  3. Constant Multiples:
    • If f(x)=axnf(x) = ax^n, then f(x)=anxn1f'(x) = an x^{n-1}
  4. Special Cases:
    • If f(x)=axf(x) = ax, then f(x)=af'(x) = a
    • If g(x)=ag(x) = a, then g(x)=0g'(x) = 0
Common Mistake

Remember to expand brackets or simplify expressions before differentiating. For example, rewrite x\sqrt{x} as x1/2x^{1/2}.

Differentiating Exponentials and Logarithms

Key Concept

Differentiate exponential and logarithmic functions.

f(x)f(x)f(x)f'(x)
ekxe^{kx}kekxke^{kx}
akxa^{kx}akxklnaa^{kx} k \ln a
ln(kx)\ln(kx)1x\frac{1}{x}

Differentiating Trigonometric Functions

Key Concept

Differentiate trigonometric and inverse trigonometric functions.

f(x)f(x)f(x)f'(x)
sin(kx)\sin(kx)kcos(kx)k \cos(kx)
cos(kx)\cos(kx)ksin(kx)-k \sin(kx)
tan(kx)\tan(kx)ksec2(kx)k \sec^2(kx)
csc(kx)\csc(kx)kcot(kx)csc(kx)-k \cot(kx) \csc(kx)
sec(kx)\sec(kx)ktan(kx)sec(kx)k \tan(kx) \sec(kx)
cot(kx)\cot(kx)kcsc2(kx)-k \csc^2(kx)
arcsin(x)\arcsin(x)11x2,1<x<1\frac{1}{\sqrt{1 - x^2}}, -1 < x < 1
arccos(x)\arccos(x)11x2,1<x<1-\frac{1}{\sqrt{1 - x^2}}, -1 < x < 1
arctan(x)\arctan(x)11+x2\frac{1}{1 + x^2}
Key Concept

The most important results to remember are for sin\sin and cos\cos. The results for tan\tan, csc\csc, sec\sec, and cot\cot can all be derived using the quotient rule and trigonometric identities.

Product Rule and Quotient Rule

Key Concept

Apply the product rule and quotient rule to differentiate functions.

  1. Product Rule:

    • If f(x)=g(x)h(x)f(x) = g(x) \cdot h(x), then: f(x)=g(x)h(x)+g(x)h(x)f'(x) = g'(x) \cdot h(x) + g(x) \cdot h'(x)
    • Alternatively, if y=uvy = u \cdot v, then: dydx=dudxv+udvdx\frac{dy}{dx} = \frac{du}{dx} \cdot v + u \cdot \frac{dv}{dx} y=uv+uvy' = u'v + uv'
  2. Quotient Rule:

    • If f(x)=g(x)h(x)f(x) = \frac{g(x)}{h(x)}, then: f(x)=g(x)h(x)g(x)h(x)(h(x))2f'(x) = \frac{g'(x) \cdot h(x) - g(x) \cdot h'(x)}{(h(x))^2}
    • Alternatively, if y=uvy = \frac{u}{v}, then: dydx=dudxvudvdxv2\frac{dy}{dx} = \frac{\frac{du}{dx} \cdot v - u \cdot \frac{dv}{dx}}{v^2} y=uvuvv2y' = \frac{u'v - uv'}{v^2}

Chain Rule

Key Concept

Use the chain rule for differentiating composite functions.

  1. Chain Rule:
    • If y=f(u)y = f(u) and u=g(x)u = g(x), then: dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}
    • In function notation, if h(x)=f(g(x))h(x) = f(g(x)), then: h(x)=f(g(x))g(x)h'(x) = f'(g(x)) \cdot g'(x)

Inverse Function Theorem

Key Concept

Apply the inverse function theorem to find the derivative of an inverse function.

  1. Inverse Function Theorem:
    • For a function ff, the derivative of its inverse is given by: (f1)(a)=1f(f1(a))\left( f^{-1} \right)'(a) = \frac{1}{f'(f^{-1}(a))}
    • Alternatively, if g(a)=f1(a)g(a) = f^{-1}(a): g(a)=1f(g(a))g'(a) = \frac{1}{f'(g(a))}
    • If y=f1(x)y = f^{-1}(x) so that x=f(y)x = f(y), then: dydx=1(dxdy)\frac{dy}{dx} = \frac{1}{\left( \frac{dx}{dy} \right)}

Implicit Differentiation

Key Concept

Differentiate functions written implicitly.

  1. Implicit Differentiation:
    • For equations like 3x27xy2=33x^2 - 7xy^2 = 3 or x2+y2=25x^2 + y^2 = 25:
      • Every term in the equation is differentiated.
      • For terms involving yy, apply the chain rule: ddxf(y)=f(y)y=f(y)dydx\frac{d}{dx} f(y) = f'(y) \cdot y' = f'(y) \cdot \frac{dy}{dx}
Exam Tip

Differentiate the function in terms of yy with respect to yy, then multiply by dydx\frac{dy}{dx}.


Practice Questions

Practice Question
  1. Differentiate f(x)=3x45x2+2x7f(x) = 3x^4 - 5x^2 + 2x - 7.
Practice Question
  1. Find the derivative of g(x)=e2xg(x) = e^{2x}.
Practice Question
  1. Use the product rule to differentiate h(x)=(3x2)(sinx)h(x) = (3x^2)(\sin x).
Practice Question
  1. Apply the chain rule to differentiate y=sin(3x2)y = \sin(3x^2).
Practice Question
  1. Differentiate implicitly: x2+y2=1x^2 + y^2 = 1.

Glossary

  • Derivative: The rate of change of a function with respect to its variable.
  • Tangent: A line that touches a curve at a point without crossing over.
  • Product Rule: A rule for differentiating products of two functions.
  • Quotient Rule: A rule for differentiating quotients of two functions.
  • Chain Rule: A rule for differentiating composite functions.
  • Implicit Differentiation: A method for differentiating functions that are not explicitly solved for one variable.

Summary and Key Takeaways

  • Understand the various methods for differentiating functions.
  • Use the definition of the derivative only if explicitly asked.
  • Differentiate basic functions, exponentials, logarithms, and trigonometric functions using their respective rules.
  • Apply the product rule, quotient rule, and chain rule where appropriate.
  • Use the inverse function theorem and implicit differentiation for more complex functions.
  • Practice these techniques regularly to build confidence and proficiency.
Exam Tip

Exam questions often combine multiple differentiation techniques. Break the problem into smaller parts and work methodically.

Exam Tip

Be comfortable switching between different notational forms of the derivative as it helps in remembering and applying rules correctly.


By mastering these concepts, students will be well-prepared to tackle a variety of differentiation problems in their exams.

Question 1 of 11

What does the derivative of a function represent? 🤔

The area under the curve

The slope of the secant line

The rate at which the function's value changes

The y-intercept of the function