3.1 Differential Calculus, Limits, Derivatives & Applications
Key Takeaways
- Indeterminate limit forms (0/0 and $\infty/\infty$) are evaluated using L'Hôpital's Rule: $\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}$, provided the limit of derivatives exists.
- Core differentiation rules include the Product Rule $(uv)' = u'v + uv'$, Quotient Rule $\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}$, and Chain Rule $\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}$.
- Critical points occur where $f'(x) = 0$ or is undefined; the Second Derivative Test identifies local maxima ($f''(x) < 0$) and local minima ($f''(x) > 0$).
- The radius of curvature of a planar curve $y = f(x)$ is given by $\rho = \frac{[1 + (y')^2]^{3/2}}{|y''|}$, representing the radius of the osculating circle at a given point.
- Partial derivatives $\frac{\partial f}{\partial x}$ and $\frac{\partial f}{\partial y}$ measure rates of change with respect to single independent variables in multivariable electrical engineering systems.
3.1 Differential Calculus, Limits, Derivatives & Applications
Differential calculus is the branch of engineering mathematics concerned with instantaneous rates of change, slopes of curves, and optimization of physical systems. For electrical engineers preparing for the PRC Licensure Examination, mastery of differential calculus is foundational—it underpins signal analysis, circuit transient response, electromagnetic field theory, and power distribution optimization.
1. Limits and Continuity
Mathematical Definition of a Limit
The limit of a function $f(x)$ as $x$ approaches a real number $c$ is $L$, written as: This signifies that $f(x)$ can be made arbitrarily close to $L$ by choosing $x$ sufficiently close to $c$, but not equal to $c$.
Continuity Criteria
A function $f(x)$ is continuous at a point $x = c$ if and only if three conditions are satisfied simultaneously:
- $f(c)$ is defined (i.e., $c$ is in the domain of $f$).
- $\lim_{x \to c} f(x)$ exists (meaning the left-hand limit $\lim_{x \to c^-} f(x)$ equals the right-hand limit $\lim_{x \to c^+} f(x)$).
- $\lim_{x \to c} f(x) = f(c)$.
If any of these conditions fail, the function exhibits a discontinuity (removable, jump, or infinite/essential).
Indeterminate Forms & L'Hôpital's Rule
When evaluating a limit $\lim_{x \to c} \frac{f(x)}{g(x)}$ results in an indeterminate quotient of the form $\left[\frac{0}{0}\right]$ or $\left[\frac{\infty}{\infty}\right]$, L'Hôpital's Rule applies: provided the limit on the right exists or is infinite.
For other indeterminate forms ($0 \cdot \infty$, $\infty - \infty$, $1^\infty$, $0^0$, $\infty^0$), algebraic transformation into a quotient form is required prior to applying L'Hôpital's Rule.
2. Fundamental Differentiation Rules
The derivative of $y = f(x)$ with respect to $x$ is defined as the limit of the difference quotient:
Core Operational Rules
| Rule Name | Formula |
|---|---|
| Constant Rule | $\frac{d}{dx}(c) = 0$ |
| Power Rule | $\frac{d}{dx}(x^n) = n x^{n-1}$ |
| Constant Multiple | $\frac{d}{dx}[c \cdot u(x)] = c \cdot u'(x)$ |
| Sum / Difference | $\frac{d}{dx}[u(x) \pm v(x)] = u'(x) \pm v'(x)$ |
| Product Rule | $\frac{d}{dx}[u \cdot v] = u'v + uv'$ |
| Quotient Rule | $\frac{d}{dx}\left[\frac{u}{v}\right] = \frac{u'v - uv'}{v^2}$ |
| Chain Rule | $\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x) = \frac{dy}{du} \cdot \frac{du}{dx}$ |
Standard Derivatives Table
| Function $f(x)$ | Derivative $f'(x)$ | Function $f(x)$ | Derivative $f'(x)$ |
|---|---|---|---|
| $e^{kx}$ | $k e^{kx}$ | $\ln(x)$ | $\frac{1}{x}$ |
| $a^x$ | $a^x \ln(a)$ | $\log_a(x)$ | $\frac{1}{x \ln(a)}$ |
| $\sin(kx)$ | $k \cos(kx)$ | $\cos(kx)$ | $-k \sin(kx)$ |
| $\tan(x)$ | $\sec^2(x)$ | $\cot(x)$ | $-\csc^2(x)$ |
| $\sec(x)$ | $\sec(x)\tan(x)$ | $\csc(x)$ | $-\csc(x)\cot(x)$ |
| $\arcsin(x)$ | $\frac{1}{\sqrt{1 - x^2}}$ | $\arctan(x)$ | $\frac{1}{1 + x^2}$ |
3. Implicit Differentiation
When a relation between $x$ and $y$ is expressed implicitly as $F(x, y) = 0$ rather than explicitly as $y = f(x)$, we differentiate both sides of the equation with respect to $x$, applying the chain rule to terms containing $y$ (treating $y$ as an implicit function of $x$), and then solve algebraically for $\frac{dy}{dx}$.
Alternatively, using partial derivatives:
4. Maxima, Minima & Optimization Problems
Critical Points and Extremities
- A critical point of $f(x)$ occurs where $f'(x) = 0$ or where $f'(x)$ is undefined.
- First Derivative Test: If $f'(x)$ changes sign from positive to negative at $x_0$, $f(x_0)$ is a local maximum. If $f'(x)$ changes from negative to positive, $f(x_0)$ is a local minimum.
- Second Derivative Test: If $f'(x_0) = 0$:
- If $f''(x_0) < 0$, $f(x)$ has a local maximum at $x_0$ (concave down).
- If $f''(x_0) > 0$, $f(x)$ has a local minimum at $x_0$ (concave up).
- If $f''(x_0) = 0$, the test is inconclusive.
- An inflection point occurs where concavity changes, requiring $f''(x) = 0$ (or undefined) with a sign change in $f''(x)$.
5. Related Rates & Curvature
Related Rates
In related rates problems, physical quantities are functions of time $t$. Differentiating governing geometric or physical equations implicitly with respect to $t$ establishes relationships between rates of change (e.g., $\frac{dV}{dt}, \frac{dI}{dt}, \frac{dx}{dt}$).
Curvature & Radius of Curvature
Curvature ($\kappa$) measures how sharply a curve bends per unit arc length. For a curve $y = f(x)$:
The radius of curvature ($\rho$) is the reciprocal of curvature:
For parametric equations $x = x(t)$ and $y = y(t)$:
6. Partial Derivatives
For a function of multiple variables $z = f(x, y)$:
- The partial derivative with respect to $x$ ($\frac{\partial f}{\partial x}$ or $f_x$) is calculated by differentiating $f(x,y)$ with respect to $x$ while holding $y$ constant.
- The partial derivative with respect to $y$ ($\frac{\partial f}{\partial y}$ or $f_y$) treats $x$ as constant.
Clairaut's Theorem (Mixed Partials)
If $f(x,y)$ and its partial derivatives are continuous, mixed second-order partials are equal:
Total Differential & Error Propagation
For electrical power $P = V \cdot I$ or $P = I^2 R$, total differentials estimate measurement error propagation: $\frac{dP}{P} = \frac{dV}{V} + \frac{dI}{I}$.
Step-by-Step Worked Numerical Examples
Example 3.1.1: Indeterminate Limit via L'Hôpital's Rule
Problem: Evaluate the limit $\lim_{x \to 0} \frac{e^{2x} - 1 - 2x}{x^2}$.
Solution:
- Evaluate direct substitution: At $x = 0$, $\frac{e^0 - 1 - 0}{0^2} = \frac{1 - 1 - 0}{0} = \frac{0}{0}$ (indeterminate form).
- Apply L'Hôpital's Rule (1st differentiation):
- Re-evaluate substitution: At $x = 0$, $\frac{2(1) - 2}{0} = \frac{0}{0}$ (still indeterminate).
- Apply L'Hôpital's Rule (2nd differentiation):
- Evaluate final limit:
Example 3.1.2: Electrical Conductor Insulation Optimization
Problem: An insulated high-voltage cylindrical power cable has an inner conductor radius $r$ and outer insulation radius $R_0 = 10\text{ mm}$ (fixed). The breakdown voltage capability of the cable insulation is given by $V(r) = E_{\text{crit}} \cdot r \ln\left(\frac{R_0}{r}\right)$, where $E_{\text{crit}}$ is a dielectric constant. Find the conductor radius $r$ that maximizes the breakdown voltage.
Solution:
- Express breakdown voltage function:
- Take the first derivative with respect to $r$:
- Set derivative to zero to find critical points:
- Calculate numerical value:
- Verify maximum via second derivative: Since the second derivative is negative for all $r > 0$, $r = 3.68\text{ mm}$ maximizes breakdown voltage capability.
Example 3.1.3: Calculation of Radius of Curvature
Problem: Calculate the radius of curvature $\rho$ for the curve $y = \frac{1}{3} x^3$ at the point $P\left(1, \frac{1}{3}\right)$.
Solution:
- Find the first derivative $y'$: At $x = 1$, $y'(1) = 1^2 = 1$.
- Find the second derivative $y''$: At $x = 1$, $y''(1) = 2(1) = 2$.
- Apply the radius of curvature formula:
- Numerical evaluation:
Using L'Hôpital's Rule, what is the value of the limit $\lim_{x \to 0} \frac{\sin(5x) - 5x}{x^3}$?
A load resistor $R_L$ is connected across a source with internal resistance $R_s = 50\ \Omega$ and open-circuit voltage $V_s$. For maximum power transfer to $R_L$, what value must $R_L$ take according to differential optimization?
What is the radius of curvature $\rho$ of the sinusoidal wave $y = \sin(x)$ at its peak point $x = \pi/2$?