Fiveable

โˆฌDifferential Calculus Unit 4 Review

QR code for Differential Calculus practice questions

4.2 Definition of the derivative

4.2 Definition of the derivative

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆฌDifferential Calculus
Unit & Topic Study Guides

The derivative is a key concept in calculus, measuring how a function changes at any point. It's defined as the limit of a difference quotient and represents the instantaneous rate of change or slope of the tangent line to a function's graph.

Calculating derivatives involves applying the limit definition to various functions. The derivative has practical applications in solving real-world problems, including rates of change and optimization. It's a powerful tool for analyzing function behavior and finding maximum or minimum values.

Definition and Interpretation of the Derivative

Definition of derivative using limits

  • Defines the derivative of a function f(x)f(x) at a point x=ax=a as the limit of the difference quotient as hh approaches 0:
    • fโ€ฒ(a)=limโกhโ†’0f(a+h)โˆ’f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}
    • When the limit exists, it gives the instantaneous rate of change of f(x)f(x) at x=ax=a
  • Derivative can be denoted using prime notation fโ€ฒ(x)f'(x), Leibniz notation ddxf(x)\frac{d}{dx}f(x), or dydx\frac{dy}{dx} when y=f(x)y=f(x)
  • Finding the derivative is called differentiation
Definition of derivative using limits, How Do You Evaluate The Limit Of A Difference Quotient? โ€“ Math FAQ

Interpretation of derivative as rate

  • Derivative fโ€ฒ(a)f'(a) represents the instantaneous rate of change of f(x)f(x) at x=ax=a
    • Measures how quickly the function changes at that specific point (xx-coordinate, time)
  • Geometrically, fโ€ฒ(a)f'(a) is the slope of the tangent line to the graph of f(x)f(x) at (a,f(a))(a, f(a))
    • Tangent line touches the graph at a single point without crossing it (point of tangency)
  • Derivative determines if a function is increasing (fโ€ฒ(a)>0f'(a) > 0), decreasing (fโ€ฒ(a)<0f'(a) < 0), or has a horizontal tangent (fโ€ฒ(a)=0f'(a) = 0) at x=ax=a
Definition of derivative using limits, How Do You Find the Instantaneous Rate of Change? โ€“ Math FAQ

Calculating Derivatives and Applications

Calculation of derivatives for functions

  • Steps to find the derivative using the limit definition:
    1. Write the definition of the derivative using the limit
    2. Substitute the given function into the definition
    3. Simplify the numerator by combining like terms or using function properties
    4. Factor out the common factor of hh in the numerator, if possible
    5. Evaluate the limit as hh approaches 0
  • Examples of derivatives using the limit definition:
    • Polynomial function (f(x)=x2f(x) = x^2): fโ€ฒ(x)=limโกhโ†’0(x+h)2โˆ’x2h=limโกhโ†’02xh+h2h=limโกhโ†’0(2x+h)=2xf'(x) = \lim_{h \to 0} \frac{(x+h)^2 - x^2}{h} = \lim_{h \to 0} \frac{2xh + h^2}{h} = \lim_{h \to 0} (2x + h) = 2x
    • Rational function (f(x)=1xf(x) = \frac{1}{x}): fโ€ฒ(x)=limโกhโ†’01x+hโˆ’1xh=limโกhโ†’0โˆ’hx(x+h)h=limโกhโ†’0โˆ’1x(x+h)=โˆ’1x2f'(x) = \lim_{h \to 0} \frac{\frac{1}{x+h} - \frac{1}{x}}{h} = \lim_{h \to 0} \frac{-h}{x(x+h)h} = \lim_{h \to 0} \frac{-1}{x(x+h)} = -\frac{1}{x^2}
    • Trigonometric function (f(x)=sinโก(x)f(x) = \sin(x)): fโ€ฒ(x)=limโกhโ†’0sinโก(x+h)โˆ’sinโก(x)h=limโกhโ†’02cosโก(x+h2)sinโก(h2)h=cosโก(x)f'(x) = \lim_{h \to 0} \frac{\sin(x+h) - \sin(x)}{h} = \lim_{h \to 0} \frac{2\cos(x+\frac{h}{2})\sin(\frac{h}{2})}{h} = \cos(x)

Application of derivatives to problems

  • Rates of change problems:
    • Derivative calculates the rate of change of one variable with respect to another (velocity, growth rate)
    • Example: Height of a balloon h(t)=โˆ’16t2+100t+50h(t) = -16t^2 + 100t + 50 (meters) at time tt (seconds), velocity at any time tt is hโ€ฒ(t)=โˆ’32t+100h'(t) = -32t + 100 m/s
  • Optimization problems:
    • Derivative finds maximum or minimum values of a function within a given domain
    • Steps to solve optimization problems:
      1. Identify the function to be optimized (profit, area, volume)
      2. Determine the domain based on given constraints
      3. Find the derivative of the function
      4. Set the derivative equal to zero and solve for critical points
      5. Evaluate the function at critical points and domain endpoints to find max/min value
    • Example: Minimize surface area A(x,y)=2(xy+1000xy+1000yx)A(x, y) = 2(xy + \frac{1000}{xy} + \frac{1000y}{x}) of a rectangular box with volume 1000 cubic inches, where xx, yy, zz are length, width, height, subject to xyz=1000xyz = 1000