2.3 Analytic Geometry & Differential Calculus
Key Takeaways
- Identify and analyze equations of conic sections (parabolas, ellipses, hyperbolas) applied to antenna reflectors and navigational positioning.
- Apply L'Hôpital's Rule to resolve indeterminate limits in signal processing and transfer function analysis.
- Master derivative rules for polynomial, exponential, logarithmic, and trigonometric functions.
- Perform optimization using first and second derivatives to solve physical engineering problems, including the Maximum Power Transfer Theorem.
2.3 Analytic Geometry & Differential Calculus
Analytic geometry provides geometric interpretations of algebraic equations, while differential calculus allows electronics engineers to calculate instantaneous rates of change, optimize system performance, and analyze dynamic waveforms.
1. Conic Sections in ECE Applications
Conic sections are curves formed by intersecting a cone with a plane. Their reflective and geometric properties make them central to antenna design and radio navigation.
Summary of Conic Equations & ECE Uses
| Conic Section | Standard Equation | Key Parameters | ECE Application |
|---|---|---|---|
| Circle | $(x-h)^2 + (y-k)^2 = r^2$ | Center $(h,k)$, Radius $r$ | Isotropic antenna radiation patterns |
| Parabola | $(y-k)^2 = 4p(x-h)$ | Focal distance $p$, Vertex $(h,k)$ | Parabolic reflector dish antennas |
| Ellipse | $\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1$ | Semi-major $a$, Semi-minor $b$, $e = \frac{c}{a} < 1$ | Satellite elliptical orbits (Keplerian) |
| Hyperbola | $\frac{(x-h)^2}{a^2} - \frac{(y-k)^2}{b^2} = 1$ | Foci $c = \sqrt{a^2 + b^2}$, $e = \frac{c}{a} > 1$ | LORAN hyperbolic navigation lines |
Worked ECE Board Example 1: Parabolic Reflector Focal Point
Problem: A satellite dish antenna has a parabolic cross-section. The opening diameter of the dish is $2\text{ meters}$ wide, and its depth at the center vertex $(0,0)$ is $0.5\text{ meters}$. Find the parabolic equation $y^2 = 4px$ and determine the exact position of the feed horn receiver at the focus $(p,0)$.
Solution:
- Step 1: Set vertex at $(0,0)$. The outer rim edge point lies at $x = 0.5\text{ m}$ and $y = \frac{2\text{ m}}{2} = 1.0\text{ m}$.
- Step 2: Substitute point $(0.5, 1.0)$ into $y^2 = 4px$:
- Step 3: Parabola equation is $y^2 = 2x$. The feed horn receiver must be placed at the focal point $(0.5\text{ m}, 0)$ directly inside the dish.
2. Limits, Indeterminate Forms & L'Hôpital's Rule
When evaluating limits $\lim_{x \to a} \frac{f(x)}{g(x)}$ that result in indeterminate forms $\left[\frac{0}{0}\right]$ or $\left[\frac{\infty}{\infty}\right]$, L'Hôpital's Rule applies: provided the limit of the derivatives exists.
Worked ECE Board Example 2: Sinc Function Limit in Signal Processing
Problem: Evaluate the zero-frequency spectral magnitude limit $L = \lim_{t \to 0} \frac{1 - \cos(3t)}{t^2}$.
Solution:
- Step 1: Direct substitution yields $\frac{1 - \cos(0)}{0} = \frac{0}{0}$ (Indeterminate).
- Step 2: Apply L'Hôpital's Rule (First Derivative):
- Step 3: Direct substitution still yields $\frac{0}{0}$. Apply L'Hôpital's Rule a second time:
3. Derivative Rules & Transcendental Derivatives
Differentiation Rules Summary Table
| Function Type | Function $f(x)$ | Derivative $f'(x)$ |
|---|---|---|
| Power Rule | $x^n$ | $n x^{n-1}$ |
| Exponential | $e^{u(x)}$ | $e^{u} \cdot \frac{du}{dx}$ |
| Natural Logarithm | $\ln(u(x))$ | $\frac{1}{u} \cdot \frac{du}{dx}$ |
| Sine / Cosine | $\sin(u) \quad / \quad \cos(u)$ | $\cos(u)\frac{du}{dx} \quad / \quad -\sin(u)\frac{du}{dx}$ |
| Product Rule | $u(x) \cdot v(x)$ | $u'v + uv'$ |
| Quotient Rule | $\frac{u(x)}{v(x)}$ | $\frac{u'v - uv'}{v^2}$ |
| Chain Rule | $f(g(x))$ | $f'(g(x)) \cdot g'(x)$ |
4. Optimization & Maximum Power Transfer Theorem Proof
Differential calculus is used to find maximum or minimum values of physical variables by setting the first derivative to zero ($f'(x) = 0$) and confirming concavity using the second derivative test ($f''(x) < 0$ for maximum, $f''(x) > 0$ for minimum).
Worked ECE Board Example 3: Maximum Power Transfer Proof
Problem: A DC source has a Thevenin equivalent voltage $V_{\text{th}}$ and internal resistance $R_{\text{th}}$. When connected to a variable load resistor $R_L$, the power delivered to the load is: Use calculus to prove that maximum power transfer occurs when $R_L = R_{\text{th}}$, and compute $P_{\text{max}}$.
Solution:
- Step 1: Take the derivative of $P$ with respect to $R_L$ using the quotient rule, treating $V_{\text{th}}$ and $R_{\text{th}}$ as constants:
- Step 2: Simplify the numerator:
- Step 3: Set $\frac{dP}{dR_L} = 0$:
- Step 4: Substitute $R_L = R_{\text{th}}$ back into the power equation:
5. Tangents & Normals to Curves
For a curve $y = f(x)$ at point $(x_0, y_0)$:
- Slope of Tangent Line: $m_t = f'(x_0)$
- Equation of Tangent Line: $y - y_0 = m_t(x - x_0)$
- Slope of Normal Line: $m_n = -\frac{1}{m_t} = -\frac{1}{f'(x_0)}$
- Equation of Normal Line: $y - y_0 = m_n(x - x_0)$
6. Board Exam Summary Table
| Calculus Concept | Mathematical Condition | ECE Board Exam Application |
|---|---|---|
| Parabola Focus | $y^2 = 4px \implies \text{Focus at }(p,0)$ | Locating feed horn in parabolic dish antennas |
| L'Hôpital's Rule | $\lim \frac{f}{g} = \lim \frac{f'}{g'}$ for $\frac{0}{0}, \frac{\infty}{\infty}$ | Resolving indeterminate transfer function limits |
| Optimization | $\frac{dy}{dx} = 0, \frac{d^2y}{dx^2} < 0$ | Proving Maximum Power Transfer ($R_L = R_{\text{th}}$) |
| Tangent Slope | $m_t = f'(x_0)$ | Calculating beam launch angles in fiber optics |
A parabolic dish antenna cross-section has the equation y² = 16x (where x and y are in centimeters). How far from the vertex (0,0) must the feed horn receiver be placed?
What is the value of the limit lim_{t → 0} [1 - cos(3t)] / t² using L'Hôpital's Rule?
A DC source has an open-circuit voltage of V_th = 24 V and an internal resistance of R_th = 6 Ω. What is the maximum power that can be delivered to a variable load resistor R_L?