## Radicals in Electrical Formulas Radicals are not just abstract math, they appear in many practical electrical formulas used for calculating voltage, current, power, and impedance. Being able to interpret and work with square roots is essential for any technician or engineer in the field. ### Common Electrical Formulas with Radicals Several standard formulas involve square roots, especially when dealing with alternating current (AC) systems. #### 1. Impedance (Z) in AC Circuits In AC circuits, total opposition to current flow is called **impedance**, calculated using the square root of the sum of squares of resistance and reactance: $ Z = \sqrt{R^2 + X^2} $ Where: - $Z$ is impedance in ohms (Ω) - $R$ is resistance - $X$ is reactance **Example:** If $R = 6\ \Omega$ and $X = 8\ \Omega$: $ Z = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\ \Omega $ #### 2. Three-Phase Power Formula In a balanced three-phase system, apparent power is calculated with: $ S = \sqrt{3} \cdot V \cdot I $ Where: - $S$ is apparent power in volt-amperes (VA) - $V$ is line voltage - $I$ is line current - $\sqrt{3} \approx 1.732$ **Example:** Given: - $V = 480\ \text{V}$ - $I = 40\ \text{A}$ Then: $ S = \sqrt{3} \cdot 480 \cdot 40 = 1.732 \cdot 19200 \approx 33254.4\ \text{VA} $ #### 3. RMS (Root Mean Square) Values AC voltage and current are often measured using RMS values, which are based on square roots: $ V_{\text{RMS}} = \frac{V_{\text{peak}}}{\sqrt{2}} $ $ I_{\text{RMS}} = \frac{I_{\text{peak}}}{\sqrt{2}} $ **Example:** If $V_{\text{peak}} = 170\ \text{V}$: $ V_{\text{RMS}} = \frac{170}{\sqrt{2}} \approx \frac{170}{1.414} \approx 120\ \text{V} $ This is why standard wall voltage in North America is often listed as 120 V RMS. ### Why Radicals Are Useful in the Field - **Test equipment** like multimeters and power analyzers calculate and display RMS values. - **Three-phase systems** always involve $\sqrt{3}$ for power and current calculations. - **Troubleshooting impedance** or reactance often involves square roots to find total load. Being comfortable with radicals ensures you're not just using formulas blindly, you understand where the values come from and how to verify them. ### Summary - Radicals appear in essential electrical formulas like impedance, power, and RMS values. - $\sqrt{2}$ and $\sqrt{3}$ are especially common in AC systems. - Knowing how to calculate and simplify radicals helps you apply formulas correctly in real-world testing and diagnostics.