--- id: fund-06 title: "Why Not -45 Degrees?" section: "Fundamentals" difficulty: "beginner" estimated_time: 15 prerequisites: ["fund-04", "fund-05"] objectives: - Understand the historical origin of the -45° target - Recognize why -45° is often impossible for Tesla coils - Distinguish between R_opt_phase and R_opt_power - Learn what resistance values are actually optimal tags: ["misconceptions", "optimization", "history", "phase-angle"] --- # Why Not -45 Degrees? ## Introduction If you've read Tesla coil literature or online discussions, you've probably encountered the advice: "Make the spark resistance equal to the capacitive reactance for -45° phase angle." This lesson explains where this comes from, why it's often impossible, and what you should actually target instead. ## The Historical -45° Target ### Where Did This Come From? In power electronics and RF engineering, a load with φ_Z = -45° has some appealing properties: **Mathematical simplicity:** ``` φ_Z = -45° means tan(-45°) = -1 Therefore: X/R = -1 So: R = |X| ``` For a capacitive load: R = 1/(ωC_total) **Balanced characteristics:** - Equal resistive and reactive components - Power factor = cos(-45°) ≈ 0.707 - Reasonable compromise between power delivery and energy storage **Easy to remember:** "Make resistance equal to reactance" ### Why It Became Popular in Tesla Coil Literature Early Tesla coil experimenters borrowed concepts from radio engineering, where matching impedances for -45° was a common practice. The simple rule "R should equal capacitive reactance" was easy to communicate and remember. **The problem:** This advice doesn't account for the specific topology of the spark circuit! ## The Reality: Why -45° is Often Impossible ### The Topological Constraint As we learned in the previous lesson, the minimum achievable phase angle is: ``` φ_Z,min = -atan(2√[r(1 + r)]) where r = C_mut/C_sh ``` **For -45° to be achievable:** r must be ≤ 0.207 **What this means:** ``` C_mut/C_sh ≤ 0.207 C_mut ≤ 0.207 × C_sh ``` ### Realistic Tesla Coil Scenarios Let's check if typical geometries can achieve -45°: **Scenario 1: 3-foot spark, medium topload** ``` C_sh ≈ 2 pF/foot × 3 = 6 pF C_mut ≈ 8 pF (from FEMM) r = 8/6 = 1.33 Required for -45°: r ≤ 0.207 Actual: r = 1.33 1.33 > 0.207 → Cannot achieve -45°! φ_Z,min = -74.2° (actual minimum) ``` **Scenario 2: 5-foot spark, large topload** ``` C_sh ≈ 2 pF/foot × 5 = 10 pF C_mut ≈ 12 pF (larger topload) r = 12/10 = 1.2 1.2 > 0.207 → Cannot achieve -45°! φ_Z,min = -71.6° (actual minimum) ``` **Scenario 3: 6-foot spark, small topload** ``` C_sh ≈ 2 pF/foot × 6 = 12 pF C_mut ≈ 6 pF (minimal topload) r = 6/12 = 0.5 0.5 > 0.207 → Still cannot achieve -45°! φ_Z,min = -60° (actual minimum) ``` **The pattern:** Typical Tesla coils have r = 0.5 to 2.5, all well above the critical 0.207 threshold. ### When CAN You Achieve -45°? You would need an extremely unusual geometry: ``` If C_sh = 10 pF (5-foot spark) Required: C_mut ≤ 0.207 × 10 = 2.07 pF This implies an extremely small topload with a very long spark! ``` Such configurations are rare because: 1. Small topload = lower voltage capability 2. Lower voltage = harder to initiate long sparks 3. Contradictory requirements for practical operation ## What Should You Target Instead? ### Two Different Optimal Resistances There are actually **two** different optimal resistance values with different purposes: **1. R_opt_phase:** Minimizes |φ_Z| (most resistive phase angle) ``` R_opt_phase = 1 / [ω√(C_mut(C_mut + C_sh))] Achieves: φ_Z = φ_Z,min = -atan(2√[r(1+r)]) ``` **2. R_opt_power:** Maximizes power transfer to the load ``` R_opt_power = 1 / [ω(C_mut + C_sh)] Achieves: Maximum real power dissipation ``` **Important relationship:** ``` R_opt_power < R_opt_phase (always!) Specifically: R_opt_power = R_opt_phase / √(1 + r) ``` ### Which One Should You Use? **For Tesla coil sparks: Use R_opt_power!** **Why?** 1. Sparks need **power** to grow (energy per meter) 2. Maximum power = fastest growth = longest sparks 3. The "hungry streamer" naturally seeks R_opt_power 4. Phase angle is a consequence, not a goal **The -45° target is a red herring!** It doesn't maximize spark length or performance. ## Worked Example: Comparing the Two Optima **Given:** - f = 200 kHz → ω = 1.257×10⁶ rad/s - C_mut = 8 pF - C_sh = 6 pF - r = 8/6 = 1.333 **Calculate both optimal resistances:** **R_opt_power:** ``` R_opt_power = 1 / [ω(C_mut + C_sh)] = 1 / [1.257×10⁶ × (8 + 6)×10⁻¹²] = 1 / [1.257×10⁶ × 14×10⁻¹²] = 1 / (17.60×10⁻⁶) = 56.8 kΩ ``` **R_opt_phase:** ``` R_opt_phase = 1 / [ω√(C_mut(C_mut + C_sh))] = 1 / [1.257×10⁶ × √(8 × 14)×10⁻¹²] = 1 / [1.257×10⁶ × 10.58×10⁻¹²] = 1 / (13.30×10⁻⁶) = 75.2 kΩ ``` **Comparison:** ``` R_opt_power = 56.8 kΩ → Maximizes power transfer R_opt_phase = 75.2 kΩ → Minimizes |φ_Z| (= -74.2°) Ratio: R_opt_phase / R_opt_power = 75.2 / 56.8 = 1.32 = √(1 + r) ✓ ``` **What phase angle at R_opt_power?** Using the admittance formulas with R = 56.8 kΩ would give φ_Z ≈ -78° (slightly more capacitive than the minimum -74.2°, but delivers more power!) ## The Bottom Line **Common misconception:** "Spark resistance should equal capacitive reactance for -45° phase angle." **Why it's wrong:** 1. **Topology prevents it:** r > 0.207 for typical geometries 2. **Wrong optimization target:** Should maximize power, not minimize |φ_Z| 3. **Ignores self-optimization:** Plasma adjusts to R_opt_power naturally **What to do instead:** 1. Calculate R_opt_power = 1/[ω(C_mut + C_sh)] 2. Expect φ_Z ≈ -60° to -80° (more capacitive than -45°) 3. Accept this is optimal for spark growth 4. Don't worry about achieving -45°! ## Key Takeaways - **-45° target:** Historical artifact from RF engineering - **Usually impossible:** Requires r ≤ 0.207, but typical coils have r = 0.5 to 2.5 - **Two optima:** R_opt_phase (most resistive) vs R_opt_power (maximum power) - **Use R_opt_power:** Maximizes spark growth and length - **Expect highly capacitive:** φ_Z ≈ -60° to -80° is normal and optimal - **Don't chase -45°:** It's neither achievable nor desirable for most coils ## Practice {exercise:fund-ex-06} **Problem 1:** For a coil with C_mut = 10 pF, C_sh = 8 pF, f = 180 kHz, calculate both R_opt_power and R_opt_phase. What is their ratio? **Problem 2:** A coil has r = 1.5. Can it achieve -45°? If not, what is φ_Z,min? Calculate the ratio R_opt_phase / R_opt_power and verify it equals √(1+r). **Problem 3:** Someone claims they achieved -45° on their Tesla coil. They measured C_sh = 8 pF for a 4-foot spark. What is the maximum C_mut their topload could have if this claim is true? Is this realistic? --- **Next Lesson:** [The Measurement Port](07-measurement-port.md)