Fiveable

🏃🏽‍♀️‍➡️Intro to Mathematical Analysis Unit 8 Review

QR code for Intro to Mathematical Analysis practice questions

8.1 Definition and Rules of Differentiation

8.1 Definition and Rules of Differentiation

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🏃🏽‍♀️‍➡️Intro to Mathematical Analysis
Unit & Topic Study Guides

Differentiation is the key to understanding how functions change. It's all about finding slopes and rates of change at specific points. This concept is crucial for analyzing function behavior and solving real-world problems.

The rules of differentiation give us shortcuts to find derivatives quickly. From basic power rules to more complex chain rules, these tools help us tackle a wide range of functions and make calculus much more manageable.

Differentiation: Definition and Role

Concept and Definition

  • Differentiation is a fundamental concept in mathematical analysis that involves finding the rate of change or slope of a function at any given point
  • The derivative of a function f(x)f(x) at a point xx is defined as the limit of the difference quotient f(x+h)f(x)h\frac{f(x + h) - f(x)}{h} as hh approaches 00, provided the limit exists
    • This limit represents the instantaneous rate of change of the function at the point xx
    • The derivative is denoted by f(x)f'(x) or ddxf(x)\frac{d}{dx}f(x)

Significance and Applications

  • Derivatives play a crucial role in determining the behavior of functions
    • Increasing or decreasing intervals (f(x)>0f'(x) > 0 indicates increasing, f(x)<0f'(x) < 0 indicates decreasing)
    • Local extrema (critical points where f(x)=0f'(x) = 0 or f(x)f'(x) does not exist)
    • Concavity (f(x)>0f''(x) > 0 indicates concave up, f(x)<0f''(x) < 0 indicates concave down)
  • Differentiation is used in various applications
    • Optimization problems (finding maximum or minimum values)
    • Rate of change calculations (velocity, acceleration, marginal cost, etc.)
    • Approximation of functions using Taylor series (polynomial approximations)
    • Solving differential equations (equations involving derivatives)

Differentiation: Basic Rules and Applications

Constant and Power Rules

  • The constant rule states that the derivative of a constant function is always 00
    • If f(x)=cf(x) = c, where cc is a constant, then f(x)=0f'(x) = 0
    • Example: If f(x)=5f(x) = 5, then f(x)=0f'(x) = 0
  • The power rule allows for the differentiation of functions of the form xnx^n, where the derivative is nxn1nx^{n-1}
    • If f(x)=xnf(x) = x^n, then f(x)=nxn1f'(x) = nx^{n-1}
    • Example: If f(x)=x3f(x) = x^3, then f(x)=3x2f'(x) = 3x^2
Concept and Definition, How Do You Find the Instantaneous Rate of Change? – Math FAQ

Product and Quotient Rules

  • The product rule states that the derivative of the product of two functions u(x)u(x) and v(x)v(x) is u(x)v(x)+u(x)v(x)u'(x)v(x) + u(x)v'(x)
    • If f(x)=u(x)v(x)f(x) = u(x)v(x), then f(x)=u(x)v(x)+u(x)v(x)f'(x) = u'(x)v(x) + u(x)v'(x)
    • Example: If f(x)=(x2+1)(x2)f(x) = (x^2 + 1)(x - 2), then f(x)=(2x)(x2)+(x2+1)(1)f'(x) = (2x)(x - 2) + (x^2 + 1)(1)
  • The quotient rule is used to find the derivative of the quotient of two functions u(x)u(x) and v(x)v(x), given by v(x)u(x)u(x)v(x)[v(x)]2\frac{v(x)u'(x) - u(x)v'(x)}{[v(x)]^2}, provided v(x)0v(x) \neq 0
    • If f(x)=u(x)v(x)f(x) = \frac{u(x)}{v(x)}, then f(x)=v(x)u(x)u(x)v(x)[v(x)]2f'(x) = \frac{v(x)u'(x) - u(x)v'(x)}{[v(x)]^2}
    • Example: If f(x)=x2+1x2f(x) = \frac{x^2 + 1}{x - 2}, then f(x)=(x2)(2x)(x2+1)(1)(x2)2f'(x) = \frac{(x - 2)(2x) - (x^2 + 1)(1)}{(x - 2)^2}

Chain Rule

  • The chain rule is applied when differentiating composite functions, where the derivative of f(g(x))f(g(x)) is f(g(x))g(x)f'(g(x))g'(x)
    • If f(x)=h(g(x))f(x) = h(g(x)), then f(x)=h(g(x))g(x)f'(x) = h'(g(x))g'(x)
    • Example: If f(x)=(x2+1)3f(x) = (x^2 + 1)^3, then f(x)=3(x2+1)22xf'(x) = 3(x^2 + 1)^2 \cdot 2x
    • The chain rule can be extended to multiple compositions, such as f(g(h(x)))f(g(h(x)))

Derivative Calculation: Definition and Rules

Using the Definition

  • To find the derivative of a function using the definition, evaluate the limit of the difference quotient f(x+h)f(x)h\frac{f(x + h) - f(x)}{h} as hh approaches 00
    • Substitute x+hx + h for xx in the function, subtract the original function, divide by hh, and find the limit as hh approaches 00
    • Example: Find the derivative of f(x)=x2f(x) = x^2 using the definition
      1. f(x+h)=(x+h)2=x2+2xh+h2f(x + h) = (x + h)^2 = x^2 + 2xh + h^2
      2. f(x+h)f(x)h=(x2+2xh+h2)x2h=2xh+h2h=2x+h\frac{f(x + h) - f(x)}{h} = \frac{(x^2 + 2xh + h^2) - x^2}{h} = \frac{2xh + h^2}{h} = 2x + h
      3. limh0(2x+h)=2x\lim_{h \to 0} (2x + h) = 2x, so f(x)=2xf'(x) = 2x
Concept and Definition, How Do You Find the Instantaneous Rate of Change? – Math FAQ

Applying Differentiation Rules

  • When using the power rule, decrease the exponent by 11 and multiply by the original exponent
    • Example: If f(x)=x5f(x) = x^5, then f(x)=5x4f'(x) = 5x^4
  • To apply the product rule, multiply the first function by the derivative of the second, then add the product of the second function and the derivative of the first
    • Example: If f(x)=(x3+2)(x1)f(x) = (x^3 + 2)(x - 1), then f(x)=(3x2)(x1)+(x3+2)(1)f'(x) = (3x^2)(x - 1) + (x^3 + 2)(1)
  • When using the quotient rule, subtract the product of the numerator and the derivative of the denominator from the product of the denominator and the derivative of the numerator, then divide by the square of the denominator
    • Example: If f(x)=x21x+2f(x) = \frac{x^2 - 1}{x + 2}, then f(x)=(x+2)(2x)(x21)(1)(x+2)2f'(x) = \frac{(x + 2)(2x) - (x^2 - 1)(1)}{(x + 2)^2}
  • To differentiate composite functions using the chain rule, first differentiate the outer function, then multiply by the derivative of the inner function
    • Example: If f(x)=sin(x2)f(x) = \sin(x^2), then f(x)=cos(x2)2xf'(x) = \cos(x^2) \cdot 2x

Derivative: Geometric Interpretation as Slope

Tangent Line and Slope

  • The derivative of a function at a point represents the slope of the tangent line to the function's graph at that point
    • A positive derivative indicates an increasing function (tangent line has positive slope)
    • A negative derivative indicates a decreasing function (tangent line has negative slope)
    • A derivative of 00 implies a horizontal tangent line, which may occur at local extrema or inflection points
  • The equation of the tangent line to a function f(x)f(x) at a point (a,f(a))(a, f(a)) is given by yf(a)=f(a)(xa)y - f(a) = f'(a)(x - a)
    • The point (a,f(a))(a, f(a)) is the point of tangency
    • The slope of the tangent line is equal to the derivative f(a)f'(a)
    • Example: Find the equation of the tangent line to f(x)=x2f(x) = x^2 at the point (2,4)(2, 4)
      1. f(x)=2xf'(x) = 2x, so f(2)=4f'(2) = 4
      2. The equation of the tangent line is y4=4(x2)y - 4 = 4(x - 2) or y=4x4y = 4x - 4

Normal Line

  • The normal line to a function's graph at a point is perpendicular to the tangent line and has a slope equal to the negative reciprocal of the derivative at that point
    • If the slope of the tangent line is mm, the slope of the normal line is 1m-\frac{1}{m}
    • The equation of the normal line can be found using the point-slope form, with the slope being the negative reciprocal of the derivative
    • Example: Find the equation of the normal line to f(x)=x2f(x) = x^2 at the point (2,4)(2, 4)
      1. The slope of the tangent line is f(2)=4f'(2) = 4
      2. The slope of the normal line is 14-\frac{1}{4}
      3. The equation of the normal line is y4=14(x2)y - 4 = -\frac{1}{4}(x - 2) or y=14x+92y = -\frac{1}{4}x + \frac{9}{2}
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →