You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 KiB

id title section difficulty estimated_time prerequisites objectives tags
fund-08 Part 1 Review and Integration Fundamentals intermediate 45 [fund-01 fund-02 fund-03 fund-04 fund-05 fund-06 fund-07] [Review all fundamental concepts from Part 1 Apply concepts in an integrated example problem Verify understanding through checkpoint quiz Prepare for Part 2 optimization topics] [review integration checkpoint summary]

Part 1 Review and Integration

Introduction

Congratulations on completing the fundamentals! This lesson reviews key concepts, provides an integration exercise that combines everything you've learned, and includes a checkpoint quiz to verify your understanding before moving to Part 2.

Concepts Checklist

Before proceeding to Part 2, ensure you understand:

Circuit Fundamentals

  • Difference between peak and RMS values
  • Complex number representation: rectangular (R+jX) and polar (|Z|∠φ)
  • Power calculation: P = 0.5 × Re{V × I*} with peak phasors
  • Impedance Z = R + jX and admittance Y = G + jB
  • Relationship: Y = 1/Z, and φ_Y = -φ_Z

Capacitances

  • Physical meaning of capacitance (charge storage)
  • Self-capacitance vs mutual capacitance
  • Shunt capacitance C_sh ≈ 2 pF/foot for sparks
  • Both C_mut and C_sh exist simultaneously

Circuit Topology

  • Spark circuit: (R || C_mut) in series with C_sh
  • Topload port as measurement reference (topload-to-ground)
  • Why V_top/I_base is incorrect

Admittance Analysis

  • Advantages of Y for parallel circuits
  • Formula: Y = [(G+jB₁)×jB₂]/[G+j(B₁+B₂)]
  • Extracting Re{Y} and Im{Y}
  • Converting Y ↔ Z

Phase Angles

  • φ_Z = atan(X/R) for impedance
  • Negative φ_Z means capacitive
  • The -45° "balanced" condition: R = |X|
  • Typical sparks: φ_Z ≈ -55° to -75° (more capacitive than -45°)

Topological Constraints

  • φ_Z,min = -atan(2√[r(1+r)]) where r = C_mut/C_sh
  • Critical ratio r = 0.207 for -45°
  • Most Tesla coils cannot achieve -45°
  • R_opt_phase minimizes |φ_Z|, R_opt_power maximizes power

Measurement

  • Displacement current in secondary
  • I_base = I_spark + I_displacement + I_coupling + I_environment
  • V_top/I_base gives wrong impedance (too low)
  • Correct port: topload-to-ground with I_spark only

Spark Physics (Qualitative)

  • Streamers: thin, fast, cold, high R, branched
  • Leaders: thick, slower, hot, low R, straighter
  • Need both voltage (E-field) and power (energy/time)
  • "Hungry streamer": plasma self-optimizes R

Integration Exercise: Putting It All Together

Scenario: You have a Tesla coil operating at 180 kHz with a 2-foot spark.

Given data:

  • C_mut = 7 pF (from FEMM)
  • Assume R = 75 kΩ (plasma resistance)
  • Estimate C_sh using empirical rule

Tasks:

  1. Calculate ω, B₁, B₂, G
  2. Calculate Y_total (real and imaginary parts)
  3. Convert to Z_total (magnitude and phase)
  4. Calculate φ_Z and interpret (is it more or less capacitive than -45°?)
  5. If V_top = 300 kV peak, calculate power dissipated

Work through this problem completely before checking the solution below.


Integration Exercise Solution

Step 1: Calculate C_sh

C_sh ≈ 2 pF/foot × 2 feet = 4 pF

Step 2: Calculate ω and component values

ω = 2πf = 2π × 180×10³ = 1.131×10⁶ rad/s

G = 1/R = 1/(75×10³) = 13.33 μS
B₁ = ωC_mut = 1.131×10⁶ × 7×10⁻¹² = 7.92 μS
B₂ = ωC_sh = 1.131×10⁶ × 4×10⁻¹² = 4.52 μS

Step 3: Calculate Y_total

Re{Y} = GB₂²/[G² + (B₁+B₂)²]
      = 13.33 × (4.52)² / [13.33² + (7.92+4.52)²]
      = 13.33 × 20.43 / [177.7 + 154.4]
      = 272.3 / 332.1
      = 0.82 μS

Im{Y} = B₂[G² + B₁(B₁+B₂)] / [G² + (B₁+B₂)²]
      = 4.52 × [177.7 + 7.92×12.44] / 332.1
      = 4.52 × [177.7 + 98.5] / 332.1
      = 4.52 × 276.2 / 332.1
      = 3.76 μS

Y_total = 0.82 + j3.76 μS

Step 4: Convert to impedance

|Y| = √(0.82² + 3.76²) = √(0.67 + 14.14) = √14.81 = 3.85 μS

|Z| = 1/|Y| = 1/(3.85×10⁻⁶) = 260 kΩ

φ_Y = atan(3.76/0.82) = atan(4.59) = 77.7°
φ_Z = -φ_Y = -77.7°

Z_total = 260 kΩ ∠-77.7°

In rectangular:
R_eq = 260 × cos(-77.7°) = 260 × 0.213 = 55.4 kΩ
X_eq = 260 × sin(-77.7°) = 260 × (-0.977) = -254 kΩ

Z_total = 55.4 - j254 kΩ

Step 5: Interpret phase

φ_Z = -77.7° is more capacitive than -45° (larger magnitude)
Ratio: |X|/R = 254/55.4 = 4.6
Capacitive reactance is 4.6× the resistance
Very capacitive load!

Step 6: Calculate power

Current: I = V/Z = (300 kV)/(260 kΩ) = 1.15 A peak

Power: P = 0.5 × V × I × cos(φ_Z)
         = 0.5 × 300×10³ × 1.15 × cos(-77.7°)
         = 0.5 × 345×10³ × 0.213
         = 36.7 kW

Alternative: P = 0.5 × I² × R_eq
              = 0.5 × 1.15² × 55.4×10³
              = 0.5 × 1.32 × 55.4×10³
              = 36.6 kW ✓ (checks!)

Result: 36.7 kW dissipated in the spark plasma.

Checkpoint Quiz

Answer these questions to verify your understanding:

Question 1: What is the relationship between peak and RMS voltage? If V_peak = 100 kV, what is V_RMS?

Question 2: Write the power formula using peak phasors. Why is there a factor of 0.5?

Question 3: For a capacitor, why is X negative but B positive?

Question 4: Draw the circuit topology for a spark (show C_mut, R, C_sh).

Question 5: What is the empirical rule for C_sh? If a spark is 4 feet long, estimate C_sh.

Question 6: The admittance phase angle θ_Y = +60°. What is the impedance phase angle φ_Z?

Question 7: An impedance has φ_Z = -30°. Is this inductive or capacitive?

Question 8: Why is V_top/I_base not the correct impedance measurement?

Question 9: Describe the difference between streamers and leaders (two key differences).

Question 10: Explain the "hungry streamer" concept in one sentence.

Quiz Answers

Click to reveal answers

Answer 1: V_RMS = V_peak/√2. For V_peak = 100 kV, V_RMS = 100/√2 ≈ 70.7 kV

Answer 2: P = 0.5 × Re{V × I*}. The 0.5 factor comes from time-averaging cos²(ωt) over a full cycle.

Answer 3: For capacitors, reactance X_C = -1/(ωC) is negative, but susceptance B_C = ωC is positive. The sign conventions are opposite for impedance vs admittance.

Answer 4:

    Topload
        |
    [C_mut]
        |
   +----+----+
   |         |
  [R]      [C_sh]
   |         |
  GND------GND

Answer 5: C_sh ≈ 2 pF/foot. For 4 feet: C_sh ≈ 8 pF.

Answer 6: φ_Z = -θ_Y = -60°

Answer 7: Capacitive (negative φ_Z indicates capacitive behavior)

Answer 8: I_base includes displacement currents from the entire secondary, plus coupling currents and environmental currents. Only I_spark flows through the spark. V_top/I_base underestimates impedance because I_base > I_spark.

Answer 9: (Any two of these)

  • Streamers: thin (10-100 μm), fast (~10⁶ m/s), cold (~1000 K), high R, branched
  • Leaders: thick (mm-cm), slower (~10³ m/s), hot (5000-20000 K), low R, straighter

Answer 10: Plasma actively adjusts its conductivity to maximize power extraction from the circuit, naturally seeking R ≈ R_opt_power.

Key Formulas Summary

Admittance components:

G = 1/R
B₁ = ωC_mut
B₂ = ωC_sh

Total admittance:

Re{Y} = GB₂² / [G² + (B₁ + B₂)²]
Im{Y} = B₂[G² + B₁(B₁ + B₂)] / [G² + (B₁ + B₂)²]

Conversion to impedance:

|Z| = 1/|Y|
φ_Z = -φ_Y

Topological constraint:

φ_Z,min = -atan(2√[r(1 + r)])
where r = C_mut/C_sh

Optimal resistances:

R_opt_power = 1 / [ω(C_mut + C_sh)]
R_opt_phase = 1 / [ω√(C_mut(C_mut + C_sh))]

Power:

P = 0.5 × Re{V × I*}
P = 0.5 × |V| × |I| × cos(φ_Z)
P = 0.5 × |I|² × R

Empirical rule:

C_sh ≈ 2 pF/foot

Common Mistakes to Avoid

  1. Using RMS instead of peak values - Always use peak for this framework
  2. Using V_top/I_base - Includes displacement currents, gives wrong Z
  3. Expecting -45° - Usually impossible due to topological constraint
  4. Confusing R_opt_power and R_opt_phase - Use R_opt_power for spark growth
  5. Forgetting sign conventions - X < 0 but B > 0 for capacitors
  6. Ignoring phase in power calculations - Must include cos(φ_Z) factor

Preview of Part 2

In Part 2: Optimization and Power Transfer, we'll explore:

  • Two critical resistances: Detailed derivation and comparison of R_opt_power and R_opt_phase
  • Thévenin method: Properly characterizing the Tesla coil as V_th and Z_th
  • Power optimization: How the "hungry streamer" finds R_opt_power
  • Measurements: Extracting spark parameters from real coils using Q and ringdown
  • Load line analysis: Predicting performance with any load

These concepts build directly on the circuit analysis and phase relationships you've mastered in Part 1.

Practice Problems

{exercise:fund-ex-08}

Comprehensive Problem 1: A Tesla coil operates at 220 kHz with a 3.5-foot spark. FEMM analysis gives C_mut = 9 pF. Assume R = 60 kΩ.

  • (a) Calculate C_sh, ω, G, B₁, B₂
  • (b) Calculate Y_total and Z_total
  • (c) Find φ_Z and compare to -45°
  • (d) Calculate r and φ_Z,min
  • (e) If V_top = 350 kV, find power dissipated

Comprehensive Problem 2: Two coils have identical frequency (200 kHz) and total capacitance (C_mut + C_sh = 15 pF).

  • Coil A: C_mut = 10 pF, C_sh = 5 pF
  • Coil B: C_mut = 5 pF, C_sh = 10 pF
  • (a) Calculate r for both coils
  • (b) Calculate φ_Z,min for both
  • (c) Which can achieve more resistive phase?
  • (d) Calculate R_opt_power and R_opt_phase for both

Measurement Problem: An experimenter measures V_top = 280 kV and I_base = 4.2 A. A separate measurement with a current probe on the spark return path shows I_spark = 1.3 A. The spark is 4 feet long.

  • (a) What is the true spark impedance?
  • (b) What would they calculate using V_top/I_base (incorrect)?
  • (c) What percentage of I_base is parasitic displacement current?
  • (d) Calculate the correct spark power (assume φ_Z = -68°)

Congratulations on completing Part 1: Fundamentals!

You now have a solid foundation in Tesla coil spark circuit modeling. You understand the topology, can calculate impedances, recognize the phase constraints, and know how to measure correctly. You're ready to move on to optimization and power transfer in Part 2.

Next: Part 2: Optimization and Power Transfer