Calculus for Engineers: Derivatives, Extrema, and Mean Value Theorems
Definition and Interpretations of the Derivative
Definition of the Derivative at a Point: The derivative of a function at a point , denoted , is defined by the limit: provided this limit exists.
Interpretations of the Difference Quotient Limit: The limit of the difference quotient, , represents four equivalent mathematical and physical concepts:
The slope of the graph of at
The slope of the tangent line to the curve at
The instantaneous rate of change of with respect to at
The derivative value at a point
Definition of the Derivative Function: The derivative of the function with respect to the variable is the function whose value at is: provided the limit exists.
Worked Example 1 — Differentiating via Definition: Differentiate the function . Solution Steps:
Evaluate :
Apply the derivative definition:
Combine terms in the numerator using the algebraic identity :
Expand and simplify the numerator:
Cancel and evaluate the limit as :
Absolute Extrema and Domain Restraints
Definitions of Absolute Extrema: Let be a function defined on domain :
has an absolute maximum value on at a point if:
has an absolute minimum value on at if:
Comparative Examples with Function Rule Across Different Domains:
Case (a): Rule , Domain
Absolute Maximum: None
Absolute Minimum: at
Case (b): Rule , Domain
Absolute Maximum: at
Absolute Minimum: at
Case (c): Rule , Domain
Absolute Maximum: at
Absolute Minimum: None
Case (d): Rule , Domain
Absolute Maximum: None
Absolute Minimum: None

Extreme Value Theorem and Local Extrema
Theorem 1 — The Extreme Value Theorem (EVT): If is continuous on a closed interval , then attains both an absolute maximum value and an absolute minimum value in . That is, there exist numbers and in such that:
Definitions of Local Extrema:
A function has a local maximum value at a point within its domain if for all lying in some open interval containing .
A function has a local minimum value at a point within its domain if for all lying in some open interval containing .
Theorem 2 — The First Derivative Theorem for Local Extreme Values: If has a local maximum or minimum value at an interior point of its domain, and if is defined at , then:
Definition of Critical Point: An interior point of the domain of a function where is zero or undefined is defined as a critical point of f$.\n\n# Finding Absolute Extrema on Closed Intervals\n\n- **Procedure to Find Absolute Extrema of Continuous Functions on Finite Closed Intervals:**\n 1. Evaluate f at all critical points and endpoints.\n 2. Compare all evaluated values: the largest value is the absolute maximum, and the smallest value is the absolute minimum.\n\n- **Worked Example 2:**\n Find the absolute maximum and minimum values of f(x) = x^2[-2, 1].\n \n *Solution Steps:*\n 1. Compute derivative: f'(x) = 2x.\n 2. Set f'(x) = 0 \implies 2x = 0 \implies x = 0x = 0.\n 3. Evaluate f at critical point and endpoints:\n - Critical point value: f(0) = 0\n - Endpoint values: f(-2) = 4f(1) = 1\n 4. Conclusion:\n - Absolute maximum value is 4x = -2\n - Absolute minimum value is 0x = 0\n\n- **Worked Example 3:**\n Find the absolute maximum and minimum values of f(x) = 10x(2 - \ln(x))[1, e^2].\n \n *Solution Steps:*\n 1. Calculate first derivative using product rule:\n f'(x) = 10(2 - \ln(x)) - 10x \left(\frac{1}{x}\right) = 20 - 10\ln(x) - 10 = 10(1 - \ln(x))\n 2. Find critical points on [1, e^2]:\n f'(x) = 0 \implies 10(1 - \ln(x)) = 0 \implies \ln(x) = 1 \implies x = e\n 3. Evaluate fx = ex = 1x = e^2:\n - Critical point value: f(e) = 10e(2 - \ln(e)) = 10e(2 - 1) = 10e \approx 27.2\n - Endpoint values:\n f(1) = 10(1)(2 - \ln(1)) = 10(2 - 0) = 20\n f(e^2) = 10e^2(2 - \ln(e^2)) = 10e^2(2 - 2) = 0\n 4. Conclusion:\n - Absolute maximum value is 10e \approx 27.2x = e\n - Absolute minimum value is 0x = e^2\n\n- **Worked Example 4:**\n Find the absolute maximum and minimum values of f(x) = x^{2/3}[-2, 3].\n \n *Solution Steps:*\n 1. Calculate first derivative:\n f'(x) = \frac{2}{3}x^{-1/3} = \frac{2}{3\sqrt[3]{x}}\n 2. f'(x)x = 0x = 0 is a critical point.\n 3. Evaluate f at critical point and endpoints:\n - Critical point value: f(0) = 0\n - Endpoint values:\n f(-2) = (-2)^{2/3} = \sqrt[3]{4} \approx 1.587\n f(3) = (3)^{2/3} = \sqrt[3]{9} \approx 2.08\n 4. Conclusion:\n - Absolute maximum value is \sqrt[3]{9} \approx 2.08x = 3\n - Absolute minimum value is 0x = 0 (where the graph exhibits a cusp)\n\n# Rolle's Theorem and the Mean Value Theorem\n\n- **Theorem 3 — Rolle's Theorem:**\n Suppose that y = f(x)[a, b](a, b)f(a) = f(b)c(a, b) at which:\n f'(c) = 0\n\n\n\n- **Worked Example 1 — Application of Rolle's Theorem:**\n Show that the equation x^3 + 3x + 1 = 0 has exactly one real solution.\n \n *Solution Steps:*\n 1. Define continuous function f(x) = x^3 + 3x + 1.\n 2. Evaluate f(-1) = (-1)^3 + 3(-1) + 1 = -3f(0) = 0^3 + 3(0) + 1 = 1.\n 3. By the Intermediate Value Theorem, because f(-1) < 0f(0) > 0f(-1, 0).\n 4. To prove uniqueness, assume for contradiction that there exist two roots x = ax = bf(a) = f(b) = 0.\n 5. By Rolle's Theorem, there would exist a point c \in (a, b)f'(c) = 0\n 6. Compute derivative: f'(x) = 3x^2 + 33x^2 + 3 \ge 3 > 0xf'(x) is never zero.\n 7. Since f'(x)f(x) = 0 has exactly one real solution.\n\n- **Theorem 4 — The Mean Value Theorem (MVT):**\n Suppose y = f(x)[a, b](a, b)c(a, b) at which:\n \frac{f(b) - f(a)}{b - a} = f'(c)\n\n- **Physical Interpretation of MVT:**\n The quotient \frac{f(b) - f(a)}{b - a}f[a, b]f'(c) represents an instantaneous rate of change. The Mean Value Theorem asserts that at some interior point, the instantaneous rate of change equals the average rate of change across the entire interval.\n\n- **Corollaries of the Mean Value Theorem:**\n - **Corollary 1:** If f'(x) = 0x(a, b)f(x) = Cx \in (a, b)C is a constant.\n - **Corollary 2:** If f'(x) = g'(x)x(a, b)Cf(x) = g(x) + Cx \in (a, b)f - g(a, b).\n\n- **Worked Example 4 — Finding Functions from Derivatives:**\n Find the function f(x)\sin(x)(0, 2).\n \n *Solution Steps:*\n 1. Identify g(x) = -\cos(x)g'(x) = \sin(x).\n 2. Since f'(x) = g'(x) = \sin(x)f(x) = -\cos(x) + CC\n 3. Use point condition f(0) = 2:\n f(0) = -\cos(0) + C = 2 \implies -1 + C = 2 \implies C = 3\n 4. Resulting function: f(x) = -\cos(x) + 3\n\n# Monotonicity and the First Derivative Test\n\n- **Corollary 3 — Increasing and Decreasing Function Criteria:**\n Suppose that f[a, b](a, b).\n - If f'(x) > 0x \in (a, b)f[a, b].\n - If f'(x) < 0x \in (a, b)f[a, b].\n\n- **Worked Example 1 — Intervals of Monotonicity:**\n Find the critical points of f(x) = x^3 - 12x - 5f is increasing and decreasing.\n \n *Solution Steps:*\n 1. Derivative: f'(x) = 3x^2 - 12 = 3(x^2 - 4) = 3(x + 2)(x - 2)\n 2. Critical points where f'(x) = 0x = -2x = 2\n 3. Subdivide real line into non-overlapping open intervals: (-\infty, -2)(-2, 2)(2, \infty)\n 4. Evaluate sign of f' in each subinterval:\n - Interval (-\infty, -2)f'(-3) = 15 > 0+\implies f is increasing\n - Interval (-2, 2)f'(0) = -12 < 0-\implies f is decreasing\n - Interval (2, \infty)f'(3) = 15 > 0+\implies f is increasing\n\n- **First Derivative Test for Local Extrema:**\n Suppose cffcc itself. Moving across this interval from left to right:\n 1. If f'cfc.\n 2. If f'cfc.\n 3. If f'cf'fc$.
Worked Example 2 — Applying First Derivative Test: Find critical points of . Identify open intervals of increasing/decreasing, and find local and absolute extreme values. Solution Steps:
is continuous everywhere as a product of continuous functions.
Compute derivative:
Identify critical points:
is undefined at
Critical points: and
Test subinterval signs:
Interval : Sign of is is decreasing
Interval : Sign of is is decreasing
Interval : Sign of is is increasing
Extreme values analysis:
At : does not change sign (negative on both sides), so no local extremum at .
At : changes from negative to positive, so has a local minimum at . Value: .
Worked Example 3 — Comprehensive Monotonicity and Extrema Analysis: Find critical points of . Identify open intervals of increasing/decreasing, and find local and absolute extreme values. Solution Steps:
Function is continuous and differentiable for all real numbers.
Compute derivative using product rule:
Set . Since for all : Critical points are and
Partition real line and test signs:
Interval : Sign of is is increasing
Interval : Sign of is is decreasing
Interval : Sign of is is increasing
Determine local and absolute extrema:
Local Maximum at : Value
Local Minimum at : Value
Absolute Extrema: The local minimum value at is also an absolute minimum because for . There is no absolute maximum since .