Calculate cutoff frequency with detailed error propagation from component tolerances.
Cutoff Frequency: fc = 1 / (2πRC)
Time Constant: τ = RC
RSS Method (Statistical): Δfc/fc = √[(ΔR/R)² + (ΔC/C)²]
Worst-Case Method (Conservative): Δfc/fc = |ΔR/R| + |ΔC/C|
R = 10kΩ ±5%, C = 100nF ±10%
Nominal fc = 159.15 Hz
RSS Error: ±11.2% (√(0.05² + 0.10²))
Worst-Case Error: ±15.0% (0.05 + 0.10)
The RSS method is more realistic for production tolerances. The worst-case method is conservative and useful for critical designs.