0:00 / 0:00

High-Pass and Low-Pass Filters


Real-world signals often contain signals of mixed frequency, or have frequencies that change. Since the behaviour of an AC circuit depends on frequency, filters are introduced so that circuits are robust to unexpected or varying inputs.

Fundamentals

  • In circuits where there are branches, more current travels through paths where there is less resistance, and less current travels through paths where there is more resistance.
  • In AC circuits with capacitors and inductors, reactance plays the role of resistance.
XL=ωLXC=1ωCX_L=\omega L\\ X_C=\frac{1}{\omega C}

Write it Down
At low frequencies, inductors have low reactance, and capacitors have high reactance.
At high frequencies, inductors have high reactance, and capacitors have low reactance.

High-Pass Filters

  • As the name suggests, high-pass filters allow only high frequency signals to continue through a circuit.
  • We can construct a high-pass filter with a capacitor or an inductor:



PAGE BREAK

Low-Pass Filters
  • Low-pass filters allow only low-frequency signals to pass through the circuit.
  • Like high-pass filters, we can either use a capacitor or an inductor to construct a low-pass filter, but they are in the opposite positions.


Wize Tip
When a circuit element has a very, very low reactance, you can conceptualize the circuit by replacing that circuit element with a simple wire.

0:00 / 0:00

Example: High-Pass and Low-Pass RC Filters


a) For an RC high-pass or low-pass filter, derive the cutoff frequency. This is the frequency where the resistance of the resistor is equal to the reactance of the capacitor.
b) For an RC low-pass filter (as shown below), show that the output-to-input voltage ratio is given by the following expression:
VoutVin=11+(ωRC)2\frac{V_{out}}{V_{in}}=\frac1{\sqrt{1+(\omega RC)^2}}


c) Derive the output-to-input voltage ratio for an RC high-pass filter, as shown below:


PAGE BREAK

Part a)

For this part, all we need to do is set the resistance equal to capacitive reactance, and solve for frequency. This will be the cutoff frequency.
R=XCR=1ωCR=12πfCf=12πRC\begin{aligned} R&=X_C\\ R&=\frac{1}{\omega C}\\ R&=\frac{1}{2\pi f C}\\ f&=\frac{1}{2\pi R C}\\ \end{aligned}
Part b)

The output-to-input ratio is given by the ratio of the capacitive reactance to the total filter impedance:
Vout=VinXCZVout=VinXC(R2+XC2)VoutVin=1ωCR2+(1ωC)2VoutVin=1(ωCR)2+1\begin{aligned} V_{out}&=V_{in}\frac{X_C}{|Z|}\\ V_{out}&=V_{in}\frac{X_C}{(\sqrt{R^2+X_C^2})}\\ \frac{V_{out}}{V_{in}}&=\frac{1}{\omega C\sqrt{R^2+(\frac1{\omega C})^2}}\\ \frac{V_{out}}{V_{in}}&=\frac{1}{\sqrt{(\omega CR)^2+1}}\\ \end{aligned}

Remember, this is a low-pass filter. That means high-frequency signals should not have an output. If we set the frequency to a very high value (ω\omega \rightarrow \infty), this ratio becomes 0.

Part c)

We follow a similar procedure to above, except we use the ratio of resistance to impedance instead, since the circuit elements are in a different order.

Vout=VinRZVout=VinR(R2+XC2)VoutVin=RR2+(1ωC)2\begin{aligned} V_{out}&=V_{in}\frac{R}{|Z|}\\ V_{out}&=V_{in}\frac{R}{(\sqrt{R^2+X_C^2})}\\ \frac{V_{out}}{V_{in}}&=\frac{R}{\sqrt{R^2+(\frac1{\omega C})^2}}\\ \end{aligned}
From here we can simplify in two different ways. We can either factor out an RR from the denominator,
VoutVin=RR2[1+1(ωCR)2]VoutVin=11+1(ωCR)2\begin{aligned} \frac{V_{out}}{V_{in}}&=\frac{R}{\sqrt{R^2[1+\frac1{(\omega CR)^2}]}}\\ \frac{V_{out}}{V_{in}}&=\frac{1}{\sqrt{1+\frac1{(\omega CR)^2}}}\\ \end{aligned}

or we can multiply both the numerator and denominator by ωC\omega C:

VoutVin=RR2+(1ωC)2VoutVin=ωCR(ωCR)2+1\begin{aligned} \frac{V_{out}}{V_{in}}&=\frac{R}{\sqrt{R^2+(\frac1{\omega C})^2}}\\ \frac{V_{out}}{V_{in}}&=\frac{\omega CR}{\sqrt{(\omega CR)^2+1}}\\ \end{aligned}
Either of these expressions are fine, although the second expression is easier to compare with the expression from part (b).

This is a high-pass filter, so low frequency signals should not get through. If we take the small frequency limit (ω0\omega \rightarrow 0), the ratio goes to zero. (This is easier to see with the first expression above.)