The formula gets rearranged depending on which variable you need. Here are the patterns you’ll run into in the real world — find the one that matches your problem and follow the worked steps.
01 · PATTERN
Inductance (H) halved
L = 0.0005 (from 0.001)
Keep every other input at its default and halve the inductance (h). See how f (hz) responds.
- 01New Inductance (H): 0.0005
- 02Baseline f (Hz): 5032.92
- 03New f (Hz): 7117.63
- 04f (Hz) increases by 41.4% → use this sensitivity to plan for real-world variation.
02 · PATTERN
Inductance (H) doubled
L = 0.002 (from 0.001)
Keep every other input at its default and double the inductance (h). See how f (hz) responds.
- 01New Inductance (H): 0.002
- 02Baseline f (Hz): 5032.92
- 03New f (Hz): 3558.81
- 04f (Hz) decreases by 29.3% → use this sensitivity to plan for real-world variation.
03 · PATTERN
Capacitance (F) halved
C = 5.00000e-7 (from 1.00000e-6)
Keep every other input at its default and halve the capacitance (f). See how f (hz) responds.
- 01New Capacitance (F): 5.00000e-7
- 02Baseline f (Hz): 5032.92
- 03New f (Hz): 7117.63
- 04f (Hz) increases by 41.4% → use this sensitivity to plan for real-world variation.
04 · PATTERN
Capacitance (F) doubled
C = 2.00000e-6 (from 1.00000e-6)
Keep every other input at its default and double the capacitance (f). See how f (hz) responds.
- 01New Capacitance (F): 2.00000e-6
- 02Baseline f (Hz): 5032.92
- 03New f (Hz): 3558.81
- 04f (Hz) decreases by 29.3% → use this sensitivity to plan for real-world variation.