Calculus: Power Rule, Sum Rule, Derivative Notations, and Higher-Order Derivatives
Definition and Notations of the Derivative
Review of the Limit Definition of the Derivative:
The derivative of a function at a point is defined as:
This definition holds provided that the limit exists.
Geometrically, the value represents the slope of the tangent line to the curve at the point .
Notation Conventions:
When is a dependent variable determined by the independent variable , there are two primary notations used for the derivative function:
Leibniz Notation:
Lagrange Notation:
Equivalence between notations:
Geometric Interpretation of Leibniz Notation:
represents the "infinitesimal rise", given by .
represents the "infinitesimal run", given by .
The term "infinitesimal" signifies taking the limit as .
Thus, the derivative expression directly represents:
Trade-offs of Leibniz Notation:
Advantage: Clearly identifies both the dependent variable () and the independent variable ().
Disadvantage: Not as tidy or compact as Lagrange notation ().

Example 1: Differentiating a Cubic Function
Problem Statement:
Find the derivative of the cubic function using the limit definition.
Note that the operator notation is simply another way of writing "differentiate this function".
Step-by-Step Derivation:
Apply the limit definition of the derivative:
Expand using the Binomial Expansion with coefficients from Pascal's Triangle (, , , ):
Substitute the expansion back into the limit expression:
Cancel the and terms in the numerator:
Divide each term in the numerator by :
Evaluate the limit as :

Sanity Checks:
Positive Derivative: The derivative is positive for all , which aligns with being a strictly increasing function everywhere except at the origin.
Zero Derivative at Origin: The derivative is zero at because the graph of flattens out for that single instantaneous moment.
The Power Rule
Observed Algorithm:
Comparing the original function with its derivative reveals a two-step pattern:
Use the original power as the multiplier/coefficient ( brought down in front).
Lower the original exponent power by one ().

Formal Statement of the Power Rule:
If , where is any constant, then:
Proof for Positive Integer Exponents ():
Using the Binomial Expansion Theorem for :
Substitute into the limit definition of the derivative:
Cancel the terms:
Divide through by :
Evaluate as : every term after the first term contains at least one factor of and thus vanishes to
The only term that survives is .
Proving the Power Rule when is not a positive integer requires additional mathematical tools that are developed in subsequent lessons.
Caution Regarding Domains:
If is not a positive integer, the domain of may not be all real numbers ().
Examples of Power Functions and Their Domains:
Function : Domain is
Function : Domain is
Function : Domain is
Function : Domain is
Function : Domain is
Function : Domain is

Differentiation Rules for Sums and Constant Multiples
Utility:
The Power Rule allows calculation of derivatives without using the limit definition, which becomes extremely efficient when combined with the Sum Rule and Constant Multiple Rule.
Sum Rule:
If and are both differentiable at , then the derivative of their sum is equal to the sum of their individual derivatives:
Constant Multiple Rule:
For any constant , constant coefficients remain unaffected during differentiation:
Proof of the Sum Rule:
Apply the limit definition to the sum function :
Rearrange terms in the numerator:
Split into two limits:
Apply definitions of and :
Proof of the Constant Multiple Rule:
Apply the limit definition to :
Factor out constant :
Pull constant outside the limit:
Example 2: Differentiating Polynomials and Interval Analysis
Problem Statement:
Given the polynomial function:
Part (a): Calculate the derivative .
Part (b): Determine intervals where the original function is increasing or decreasing.
Part (a) Solution:
Apply the Sum Rule, Constant Multiple Rule, and Power Rule:
Part (b) Solution:
To determine where the function is increasing or decreasing, solve for where the derivative is positive or negative.
Factor out from the derivative expression:
Factoring quadratic : find two numbers that multiply to and add up to . The numbers are and .
Factored derivative:
Critical points occur where :
Interval Sign Analysis:
Interval 1 ():
Factors and are both negative.
Derivative sign: (\text{neg}) \times (\text{neg}) = \text{positive} > 0$.\n * Function behavior: **Increasing**.\n * **Interval 2 (-1 < x < \frac{3}{2})**:\n * Factor (2x-3)(x+1) is positive.\n * Derivative sign: (\text{neg}) \times (\text{pos}) = \text{negative} < 0$.
Function behavior: Decreasing.
Interval 3 ():
Factors and are both positive.
Derivative sign: (\text{pos}) \times (\text{pos}) = \text{positive} > 0$.\n * Function behavior: **Increasing**.\n\n\n\n# Higher-Order Derivatives\n\n* **Concept**:\n * Since the derivative f'f'', called the **second derivative**.\n * Repeated differentiation produces the third derivative, fourth derivative, and so forth up to the n^{\text{th}} derivative.\n\n* **Notation Summary Table**:\n * **1st Derivative**:\n * Leibniz Notation: \frac{dy}{dx}\n * Lagrange Notation: f'\n * **2nd Derivative**:\n * Leibniz Notation: \frac{d^2 y}{dx^2} = \frac{d}{dx}\left[\frac{dy}{dx}\right]\n * Lagrange Notation: f''\n * **n^{\text{th}} Derivative**:\n * Leibniz Notation: \frac{d^n y}{dx^n} = \frac{d}{dx}\left[\frac{d^{n-1}y}{dx^{n-1}}\right]\n * Lagrange Notation: f^{(n)}\n\n\n\n# Kinematics Example: Position, Velocity, and Acceleration\n\n* **Scenario**:\n * A basketball is tossed upward in the air (like a tipoff) and allowed to fall back to the ground.\n * Its height f(t)t is given by:\n f(t) = -5t^2 + 3t + 2 \quad (\text{meters})\n * Parameter breakdown:\n * Initial height at t = 02\,\text{meters}\n * Initial upward velocity: 3\,\text{meters/sec}\n * Time tf(t) = 0t = 1\,\text{second}.\n\n* **First Derivative (Velocity)**:\n * The first derivative of position with respect to time represents velocity:\n f'(t) = -10t + 3 \quad (\text{meters/sec})\n\n* **Second Derivative (Acceleration)**:\n * The second derivative of position represents the rate of change of velocity, which is acceleration:\n f''(t) = -10 \quad (\text{meters/sec}^2)\n\n* **Physical Interpretation**:\n * The ball's velocity decreases by 10\,\text{meters/sec} every second.\n * Acceleration is constant (-10\,\text{meters/sec}^2) because gravity is the sole force acting on the ball (ignoring air resistance for simplicity).\n\n\n\n# Core Summary\n\n* **Dual Notations**: Derivatives can be written in Leibniz notation (\frac{dy}{dx}f'(x)), and fluency in both is required.\n* **Algebraic Shortcuts**: The Power Rule (\frac{d}{dx}[x^p] = p x^{p-1}\frac{d}{dx}[f+g] = f' + g') allows rapid differentiation of polynomials without resorting to limit evaluations.\n* **Physical Applications**: Derivatives model rates of change; in kinematics, the first derivative of position yields velocity (f'(t)f''(t)$$).