Simple LP filter – calculate cutoff frequency

filterfrequencylow pass

If I am correct to calculate cutoff frequency in this LP filter I have to sum up the impedance of resistor and capacitor, right?

schematic

simulate this circuit – Schematic created using CircuitLab

So:
$$
Z_1=R_1\\
Z_2 = \frac{Z_{R2}*Z_{C1}}{Z_{R2}+Z_{C1}}
$$

My result is about 80 kHz but correct answer is 230 kHz. Who is wrong? 🙂

Best Answer

$$ Z_{bot} = \frac{R2 \cdot \frac{1}{s \ C1}}{R2 + \frac{1}{s \ C1}} = \frac{R2}{1 + s \ C1 R2}$$

$$Z_{top} = R1$$

So

$$Gain = \frac{\frac{R2}{1 + s \ C1 R2}}{R1 + \frac{R2}{1 + s \ C1 R2}}= \frac{R2}{R1 + R2 + s C1 R1 R2} = \frac{R2}{R1+R2} \cdot \frac{1}{1 + s \ \frac{C1 R1 R2}{R1+R2}}$$

Filter thus as a pole when $$s \frac{C1 R1 R2}{R1+R2} = 1$$

Let $$s = 2 \pi f \Rightarrow f = \frac{1}{2 \pi} \cdot \frac{R1 + R2}{C1 R1 R2} = \frac{1}{2 \pi} \cdot \frac{2.2k \Omega + 2.8k \Omega}{560pF\cdot 2.2k \Omega \cdot 2.8k \Omega} \approx 230.69 kHz$$