Cutoff Frequency: What is it? Formula And How To Find it

What Is Cutoff Frequency
💡
Key learnings:
  • Cutoff Frequency Defined: Cutoff frequency is defined as the point in a frequency response at which the signal begins to be attenuated rather than fully passing through.
  • Formula and Calculation: The cutoff frequency is calculated by taking 1 divided by the product of two times pi, the resistance, and the capacitance. This shows how the frequency at which the output signal power is halved is directly influenced by the resistance and capacitance values.
  • Understanding Bandwidth: Bandwidth is the difference between the upper and lower cutoff frequencies, crucial for applications like audio processing where a flat response is desired.
  • Decibel Significance: Gain in circuits is expressed in decibels, a logarithmic unit that matches the human ear’s response, important for understanding signal amplification and attenuation.
  • Method of Finding: Cutoff frequency can be calculated using transfer functions or visualized on Bode plots, aiding in the design and analysis of electrical filters.

What is Cutoff Frequency?

Cutoff frequency, also called corner frequency or break frequency, is a boundary in a system’s frequency response. At that frequency, energy through the system starts to be reduced or reflected instead of passing at the passband level.

In electronics, the cutoff frequency is the frequency above or below which the power output of a circuit such as a line, amplifier or electronic filter (for example a high pass filter) has fallen to a stated fraction of the passband power.

That fraction is usually one half of the passband power. A 3 dB drop is close to half power (exactly 10 log10(0.5) is about -3.01 dB). As a voltage ratio, the same point is a fall to 1/sqrt(2), about 0.707 of the passband voltage.

For filter circuits such as RC circuits, the cutoff frequency marks where attenuation begins to rise quickly with frequency.

The usable band of an amplifier gain curve is the frequency range where gain stays within 70.7% of the mid-frequency maximum. On the curve below, f1 is the lower cutoff and f2 is the upper cutoff.

What is Bandwidth?

In signal processing, bandwidth is the difference between the upper cutoff frequency and the lower cutoff frequency. f2 sits in the high-frequency range and f1 in the low-frequency range. Those two points are also called half-power frequencies because voltage gain drops to 70.7 % of the maximum value.

That voltage drop matches one half of the power at the midband reference frequency. Teaching plots treat the midband from f1 to f2 as flat when the gain change stays inside that half-power window.

Cutoff Frequency Bandwidth

Cutoff Frequency Formula

For a first-order RC filter, the cutoff frequency (corner frequency) is

    \begin{align*}f_{c}=\frac{1}{2\pi RC}\end{align*}

where R and C are the values of Resistance and Capacitance. For a simple RC low pass filter, that 3 dB point occurs when the resistance has the same magnitude as the capacitive reactance.

Decibel Unit

Gain is often stated in decibels. The decibel is a logarithmic measure of a power ratio or a voltage ratio.

Voltage gain of an amplifier in decibels is 20 log Av.

Power gain of the amplifier in decibels is 10 log Ap

When Av is greater than one, the dB gain is positive and the circuit amplifies. When Av is less than one, the dB value is negative and the circuit attenuates.

Some plots set midband amplifier gain to a 0 dB reference so other frequencies can be compared with that baseline.

Amplifiers show their highest gain in the mid-frequency range. That midband maximum is often plotted as 0 dB. Gain below that midband value is then a negative dB number.

How to Find Cutoff Frequency

Cutoff frequency can be read from a transfer function or from a Bode plot.

Cutoff Frequency from Transfer Function

A transfer function describes how a circuit responds as the sinusoidal source frequency changes. It is the ratio of output voltage to input voltage, written in the s domain.

    \begin{equation*} H(s)=\frac{V_{0}(s)}{V_{i}(s)} \end{equation*}

For a sinusoidal source, the same function gives the magnitude and phase of the output voltage relative to the input. In that case j\omega replaces s.

    \begin{align*} H(s)=\frac{V_{0}(j\omega)}{V_{i}(j\omega)} \end{align*}

For example, consider the transfer function

    \begin{align*} H(s)=\frac{20(s+10)}{s+100)} \end{align*}

To read the corner frequencies, rewrite H(s) in this factored form:

(1)   \begin{align*} H(s)=\frac{2(1+s/10))}{1+(s/100))} \end{align*}

(2)   \begin{align*} 2(1+(s/10)) \frac{1}{(1+(s/100))}\equiv H_{1}(s)H_{2}(s) \end{align*}

From that form the corner frequencies are \omega_{01}(s)=10 rad/s and \omega_{02}(s)=100 rad/s. The frequency axis for a Bode sketch is chosen around those two values.

Cutoff Frequency from Bode Plot

Control engineers use this graph to judge stability. It has two parts: a Bode magnitude plot of response in decibels and a phase plot of phase shift in degrees.

On a Bode plot, the corner frequency is the frequency where the two straight-line asymptotes meet.

The transfer function H(s)=\frac{V_{0}(s)}{V_{i}(s)} of a system carries the gain and stability data of the system. Bode plots give an estimated picture of a given
H(s) from which the gain of the system and its stability properties can be
read.

Bode Plot
Example of a Bode Plot

Cutoff Frequency of a Low Pass Filter

A low-pass filter passes low-frequency signals and reduces high-frequency signals. Its cutoff frequency is the point where output voltage falls to 70.7% of the low-frequency (near 0 Hz) output, a 3 dB drop from that reference.

Cutoff Frequency of Low Pass Filter
Cutoff Frequency of a Low Pass Filter

For example, if a low pass capacitive filter has R=500\Omega and C=7\mu F, at what frequency is the output 70.7% of the low-frequency output?

A simple capacitive low pass filter with one resistor and one capacitor has a cutoff frequency of f_{c}=\frac{1}{2\pi RC}. Substituting those R and C values gives 45.473 Hz. The output is then 70.7% of the low-frequency output at 45.473 Hz.

When a Bode plot is drawn for a low pass filter as shown in the image below, the frequency response stays nearly flat at low frequencies.

Until the cutoff frequency is reached, the input is passed to the output with a gain near 1. That happens because the capacitor reactance is large at low frequencies and little current flows through the capacitor. After the cutoff, the first-order response falls at about -20 dB/decade.

The frequency at which capacitive reactance equals resistance is the cutoff frequency of this low-pass filter. At that frequency the output voltage is 70.7% of the low-frequency output, or -3dB relative to that reference.

Consider a first-order low pass filter with this transfer function:

    \begin{align*} T(s)=\frac{a_{0}}{s+\omega _{0}} \end{align*}

Rewrite the equation by dividing the numerator and denominator by RC:

(3)   \begin{align*}T(s)=\frac{1}{1+sRC}\end{align*}

(4)   \begin{align*}T(s)=\frac{1/RC}{s+1/RC}\end{align*}

Hence a_{0}=1/RC and \omega_{0}=1/RC, where \omega_{0} is the angular cutoff frequency.

To see the cutoff on the frequency axis, convert the s-domain transfer function to j\omega form.

    \begin{align*}T(s)=\frac{K}{1+s/\omega _{0}}\end{align*}

    \begin{align*}T(j\omega)=\frac{K}{1+\j{\frac{\omega}{\omega_{0}}}}\end{align*}

Now evaluate this expression at the cutoff frequency:

    \begin{align*}T(j\omega=j\omega_{0})=\frac{K}{1+\j{\frac{\omega}{\omega_{0}}}}=\frac{K}{1+j}\end{align*}

The denominator is a complex number, so the magnitude must be calculated.

    \begin{align*} \left |T(j\omega=j\omega_{0}) \right |=\frac{K}{\sqrt{1^{2}}+1^{2}}=\frac{K}{\sqrt{2}}\end{align*}

K is the DC gain. When the input frequency reaches the cutoff frequency, the output amplitude is \frac{K}{\sqrt{2}}. The factor \frac{1}{\sqrt{2}} is -3 dB, which is the cutoff definition used here.

The transfer-function result is the same statement in algebra: cutoff is the frequency where the filter amplitude is 3 dB below the very-low-frequency amplitude.

Cutoff Frequency of a High Pass Filter

A high-pass filter passes signals above a stated cutoff frequency. It reduces signals below that cutoff frequency.

Cutoff Frequency of High Pass Filter
Cut off Frequency of a High Pass Filter

The transfer function is derived in the equations below.

    \begin{align*} Z_{R}=R \; \; and\; \; Z_{C}=\frac{1}{sC} \end{align*}

The output impedance is given as

    \begin{align*}Z_{out}=Z_{R}\end{align*}

Input impedance is given as

    \begin{align*}Z_{in}=Z_{R}+Z_{C}\end{align*}

The transfer function of a high pass filter is the ratio of output voltage to input voltage.

    \begin{align*}\frac{V_{out}}{V_{in}}=\frac{Z_{out}}{Z_{in}}\end{align*}

    \begin{align*} =\frac{Z_{R}}{Z_{R}+Z_{C}}\end{align*}

    \begin{align*}=\frac{R}{R+\frac{1}{sC}}\end{align*}

    \begin{align*}=\frac{sCR}{sCR+1}T(S)\end{align*}

    \begin{align*}=\frac{s}{s+\frac{1}{RC}}\end{align*}

Compare that result with the standard high-pass form:

    \begin{align*}T(s)=\frac{a_{1}s}{s+\omega _{0}}\end{align*}

a_{1} is the high-frequency gain of the signal

\omega _{0} is the angular cutoff frequency

The cutoff frequency is the boundary between the passband and the stopband. For a high pass filter, a signal above that frequency is passed. The first-order high-pass cutoff equation is the same as the first-order low-pass equation.

    \begin{align*}f_{c}=\frac{1}{2\pi RC}\end{align*}

Cutoff Frequency of a Bandpass Filter

The Band Pass Filter has two cutoff frequencies. It is made from a high-pass stage and a low-pass stage. The first formula below is labelled FC high. That upper edge is set by the low-pass stage.

Cutoff Frequency of Band Pass Filter
Cut off Frequency of a Bandpass Filter

    \begin{align*}FC_{high}=\frac{1}{2\pi R_{1}C_{1}}\end{align*}

The second formula below is labelled FC low. That lower edge is set by the high-pass stage.

    \begin{align*}FC_{low}=\frac{1}{2\pi R_{2}C_{2}}\end{align*}

Bandwidth is the span between those two frequencies. The high-pass cutoff is the lower edge of the band. The low-pass cutoff is the upper edge of the band.

Cut off Frequency of RL circuit

Consider a simple RL circuit as shown below.

RL Circuit
RL Circuit

The transfer function is

    \begin{align*}\frac{V_{0}(s)}{V_{i}(s)}=\frac{R}{sL+R}\end{align*}

    \begin{align*}H(s)=\frac{\frac{R}{L}}{S+\frac{R}{L}}\end{align*}

Substitute s=j\omega to obtain the frequency response:

    \begin{align*}H(j\omega)=\frac{\frac{R}{L}}{j\omega+\frac{R}{L}}\end{align*}

Magnitude Response is

    \begin{align*}\left |H(j\omega) \right |=\frac{\frac{R}{L}}{\sqrt{\omega^{2}+\left ( \frac{R}{L}\right)^{2}}}\end{align*}

When \omega = 0

    \begin{align*}\left |H(j0) \right |=\frac{\frac{R}{L}}{\sqrt{0^{2}+\left ( \frac{R}{L}\right)^{2}}}=1\end{align*}

When \omega = \infty

    \begin{align*}\left |H(j\infty) \right |=\frac{\frac{R}{L}}{\sqrt{\infty^{2}+\left ( \frac{R}{L}\right)^{2}}}=0\end{align*}

To calculate the cutoff frequency,

    \begin{align*}\left |H(j\omega_c) \right |=\frac{\frac{R}{L}}{\sqrt{\omega_c^{2}+\left ( \frac{R}{L}\right)^{2}}}=\frac{{1}}{\sqrt{2}} \end{align*}

The cutoff frequency of this RL circuit is

    \begin{align*} \omega_{c}=\frac{R}{L} \end{align*}

Cutoff Frequency of RL Circuit
Cutoff Frequency of an RL Circuit

Cut off Frequency of RC circuit

Consider a simple RC circuit as shown below.

RC Circuit
RC Circuit

The transfer function is

    \begin{align*}\frac{V_{0}(s)}{V_{i}(s)}=\frac{\frac{1}{sC}}{R+\frac{1}{sC}}\end{align*}

    \begin{align*}H(s)=\frac{\frac{1}{RC}}{S+\frac{1}{RC}}\end{align*}

Substitute s=j\omega to obtain the frequency response:

    \begin{align*}H(j\omega)=\frac{\frac{1}{RC}}{j\omega+\frac{1}{RC}}\end{align*}

Magnitude Response is

    \begin{align*}\left |H(j\omega) \right |=\frac{\frac{1}{RC}}{\sqrt{\omega^{2}+\left ( \frac{1}{RC}\right)^{2}}}\end{align*}

When \omega = 0

    \begin{align*}\left |H(j0) \right |=\frac{\frac{1}{RC}}{\sqrt{0^{2}+\left ( \frac{1}{RC}\right)^{2}}}=1\end{align*}

When \omega = \infty

    \begin{align*}\left |H(j\infty) \right |=\frac{\frac{1}{RC}}{\sqrt{\infty^{2}+\left ( \frac{1}{RC}\right)^{2}}}=0\end{align*}

To calculate the cutoff frequency,

    \begin{align*}\left |H(j\omega_c) \right |=\frac{\frac{1}{RC}}{\sqrt{\omega_c^{2}+\left ( \frac{1}{RC}\right)^{2}}}=\frac{{1}}{\sqrt{2}} \end{align*}

The cutoff frequency of this RC circuit is

    \begin{align*} \omega_{c}=\frac{1}{RC} \end{align*}

Cutoff Frequency Of RC Circuit
Cutoff Frequency of RC Circuit
Want To Learn Faster? 🎓
Get electrical articles delivered to your inbox every week.
No credit card required—it’s 100% free.

About Vidya Muthukrishnan

Vidya Muthukrishnan, with a B.Tech in Electronics and Instrumentation from SASTRA University and an M.Tech in Biomedical Engineering from VIT University, is the Team Lead for Digital Training Services at a notable IT company. She oversees E-learning initiatives and Web-Based Training programs, leveraging her extensive background in Learning and Development, which includes a previous role as an Assistant Professor in Instrumentation and Control Engineering at Sri Krishna College of Technology, Coimbatore.