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.
Last updated: July 2026

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 SectionStandard EquationKey ParametersECE 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$: (1.0)2=4p(0.5)    1.0=2p    p=0.5 meters(1.0)^2 = 4p(0.5) \implies 1.0 = 2p \implies p = 0.5\text{ meters}
  • 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: limxaf(x)g(x)=limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)} 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): L=limt0ddt(1cos(3t))ddt(t2)=limt03sin(3t)2tL = \lim_{t \to 0} \frac{\frac{d}{dt}(1 - \cos(3t))}{\frac{d}{dt}(t^2)} = \lim_{t \to 0} \frac{3\sin(3t)}{2t}
  • Step 3: Direct substitution still yields $\frac{0}{0}$. Apply L'Hôpital's Rule a second time: L=limt0ddt(3sin(3t))ddt(2t)=limt09cos(3t)2=9cos(0)2=92=4.5L = \lim_{t \to 0} \frac{\frac{d}{dt}(3\sin(3t))}{\frac{d}{dt}(2t)} = \lim_{t \to 0} \frac{9\cos(3t)}{2} = \frac{9\cos(0)}{2} = \frac{9}{2} = 4.5

3. Derivative Rules & Transcendental Derivatives

Differentiation Rules Summary Table

Function TypeFunction $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: P(RL)=I2RL=(VthRth+RL)2RL=Vth2RL(Rth+RL)2P(R_L) = I^2 R_L = \left(\frac{V_{\text{th}}}{R_{\text{th}} + R_L}\right)^2 R_L = \frac{V_{\text{th}}^2 R_L}{(R_{\text{th}} + R_L)^2} 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: dPdRL=Vth2[(1)(Rth+RL)2RL2(Rth+RL)(1)(Rth+RL)4]\frac{dP}{dR_L} = V_{\text{th}}^2 \left[ \frac{(1)(R_{\text{th}} + R_L)^2 - R_L \cdot 2(R_{\text{th}} + R_L)(1)}{(R_{\text{th}} + R_L)^4} \right]
  • Step 2: Simplify the numerator: dPdRL=Vth2[(Rth+RL)2RL(Rth+RL)3]=Vth2[RthRL(Rth+RL)3]\frac{dP}{dR_L} = V_{\text{th}}^2 \left[ \frac{(R_{\text{th}} + R_L) - 2R_L}{(R_{\text{th}} + R_L)^3} \right] = V_{\text{th}}^2 \left[ \frac{R_{\text{th}} - R_L}{(R_{\text{th}} + R_L)^3} \right]
  • Step 3: Set $\frac{dP}{dR_L} = 0$: RthRL=0    RL=RthR_{\text{th}} - R_L = 0 \implies R_L = R_{\text{th}}
  • Step 4: Substitute $R_L = R_{\text{th}}$ back into the power equation: Pmax=Vth2(Rth)(Rth+Rth)2=Vth2Rth4Rth2=Vth24RthP_{\text{max}} = \frac{V_{\text{th}}^2 (R_{\text{th}})}{(R_{\text{th}} + R_{\text{th}})^2} = \frac{V_{\text{th}}^2 R_{\text{th}}}{4 R_{\text{th}}^2} = \frac{V_{\text{th}}^2}{4 R_{\text{th}}}

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 ConceptMathematical ConditionECE 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
Test Your Knowledge

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?

A
B
C
D
Test Your Knowledge

What is the value of the limit lim_{t → 0} [1 - cos(3t)] / t² using L'Hôpital's Rule?

A
B
C
D
Test Your Knowledge

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?

A
B
C
D