A first order low pass filter transfer function is a mathematical model, typically expressed in the Laplace or frequency domain, that dictates exactly how a single-pole RC or RL circuit attenuates high-frequency signals while passing low-frequency signals unchanged. In a real circuit, this function changes the amplitude and phase of your output signal relative to the input across the frequency spectrum, specifically enforcing a -3 dB cutoff point and a strict -20 dB/decade roll-off slope above that frequency. Hobbyists and students commonly confuse the transfer function (the mathematical behavior and equations) with the physical topology (the actual resistors and capacitors on the board), or they mistakenly assume a first-order filter provides the steep -40 dB/decade attenuation characteristic of a second-order active filter.
The Core Math: Defining the Transfer Function
To design reliably, you need to move beyond the basic cutoff frequency formula and look at the actual transfer function, denoted as $H(s)$ in the Laplace domain or $H(j\omega)$ in the frequency domain. For a standard passive RC low pass filter, the voltage output over voltage input is defined as:
$$H(s) = \frac{1}{1 + sRC}$$
Where $s$ is the complex frequency variable ($s = j\omega$), $R$ is resistance in ohms, and $C$ is capacitance in farads.
When we substitute $s = j\omega$ (where $\omega = 2\pi f$), we get the frequency domain transfer function. This allows us to calculate two critical parameters for any given input frequency:
- Magnitude (Gain): $|H(j\omega)| = \frac{1}{\sqrt{1 + (\omega RC)^2}}$. This tells you the exact ratio of output voltage to input voltage. At DC (0 Hz), the magnitude is 1 (0 dB). At the cutoff frequency ($f_c$), the magnitude drops to $0.707$ (-3 dB).
- Phase Shift: $\angle H(j\omega) = -\arctan(\omega RC)$. A first order low pass filter introduces a phase lag. At DC, phase shift is 0°. At the cutoff frequency, the output lags the input by exactly -45°. As frequency approaches infinity, the phase lag approaches -90°.
Think of the capacitor like a mechanical shock absorber on a truck: it easily absorbs and smooths out high-frequency bumps (rapid voltage changes) by shunting them to ground, but it lets the slow, steady rolling of the truck (low-frequency or DC signals) pass straight through to the suspension.
Worked Numeric Example: Sizing an RC Filter for a 10 kHz Signal
Let’s run a real bench scenario. You have a noisy 1 Vpeak sine wave at 10 kHz, and you want to attenuate it using a passive RC filter with $R = 1\text{ k}\Omega$ and $C = 100\text{ nF}$ (0.1 µF).
Step 1: Find the cutoff frequency ($f_c$).
$$f_c = \frac{1}{2\pi RC} = \frac{1}{2\pi \times 1000 \times 100 \times 10^{-9}} \approx 1591.5\text{ Hz}$$
Step 2: Calculate the magnitude of the transfer function at 10 kHz.
First, find the ratio of the input frequency to the cutoff frequency: $f / f_c = 10000 / 1591.5 = 6.283$.
$$|H(j\omega)| = \frac{1}{\sqrt{1 + (6.283)^2}} = \frac{1}{\sqrt{1 + 39.48}} = \frac{1}{\sqrt{40.48}} \approx 0.157$$
Step 3: Determine the output voltage and phase.
$$V_{out} = V_{in} \times |H(j\omega)| = 1\text{ V} \times 0.157 = 157\text{ mV}$$
$$\text{Phase} = -\arctan(6.283) \approx -81^\circ$$
The transfer function predicts that your 1 V signal will be crushed down to 157 mV, and the waveform will be delayed by 81 degrees. If you need more attenuation, you must either increase the frequency, increase the R or C values, or cascade a second filter stage.
Where You Meet This in Practice
You will rarely build a filter just to see a sine wave shrink on an oscilloscope. The first order low pass filter transfer function governs several critical subsystems in modern electronics:
- ADC Anti-Aliasing: Before an analog signal hits a microcontroller's ADC (like the 12-bit ADC on an ESP32), it must pass through a low pass filter to remove frequency components above the Nyquist limit (half the sample rate). Without this, high-frequency noise folds back into your digital readings as fake low-frequency data.
- PWM to Analog DAC Smoothing: When you use a microcontroller's PWM pin to generate a pseudo-analog voltage (e.g., for a motor speed control or LED dimming), the output is a square wave. A first order RC filter integrates the pulses, and the transfer function dictates how much of the PWM switching ripple remains on the DC output.
- Sensor Noise Rejection: Thermistors, load cells, and LDRs pick up 50/60 Hz mains hum and RF interference. A simple RC filter with a 5 Hz cutoff smooths the DC reading for a stable multimeter or microcontroller measurement.
- Audio Crossovers: In passive speaker crossovers, a first order low pass filter (using an inductor and a speaker's voice coil resistance, or a series inductor) directs bass frequencies to the woofer while rolling off treble at -6 dB/octave.
Component Selection Decision Tree
Choosing the right resistor and capacitor isn't just about hitting the math; it's about managing impedance, leakage, and parasitics. Use this decision path to select your physical components based on your application.
| Application Scenario | Target $f_c$ | Resistor Pick (Value & Type) | Capacitor Pick (Value & Dielectric) | Concrete Part Recommendation |
|---|---|---|---|---|
| PWM Smoothing (20 kHz PWM) Goal: Smooth DC, tolerate some ripple. |
2 kHz | 10 kΩ, 5% Carbon Film (Low cost, high impedance OK) |
8.2 nF, X7R Ceramic (High capacitance density, microphonics acceptable) |
R: Yageo CFR-25JB-10K C: KEMET C0805C822K5RACTU |
| ADC Anti-Aliasing (100 kSPS) Goal: Precision, low distortion, low phase noise. |
20 kHz | 1 kΩ, 1% Metal Film (Low thermal noise, tight tolerance) |
8.2 nF, C0G/NP0 Ceramic (Zero voltage coefficient, no dielectric absorption) |
R: Vishay MRS25000C1001FCT00 C: Murata GRM2195C1H822JA01D |
| Thermistor / Sensor Filtering Goal: Ultra-low cutoff, high impedance. |
5 Hz | 1 MΩ, 1% Metal Film (Prevents loading the high-impedance sensor) |
33 nF, C0G/NP0 or Film (Avoid X7R at high values due to leakage) |
R: Panasonic ERA-6AEB105V C: WIMA MKS2D033301A00KSSD (Film) |
Real-World Edge Cases: Parasitics and Loading
The textbook transfer function assumes ideal components and infinite load impedance. On the bench, reality intrudes.
1. Loading Effects: If your RC filter drives a load with an impedance comparable to $R$ (for example, a 10 kΩ filter driving a 10 kΩ ADC input), the effective resistance changes, shifting your cutoff frequency higher and attenuating your DC gain. Fix: Ensure the load impedance is at least 100x greater than $R$, or buffer the filter output with a unity-gain op-amp (like the TI OPA333).
2. Source Impedance: If the signal source has a high output impedance (e.g., a passive guitar pickup at 100 kΩ), that impedance adds directly to your filter resistor $R$. Your 1 kΩ design suddenly becomes a 101 kΩ filter, dropping the cutoff frequency drastically. Fix: Buffer high-impedance sources before the filter.
3. Capacitor Parasitics (ESR and ESL): At very high frequencies (above 10 MHz), the Equivalent Series Inductance (ESL) of a through-hole capacitor causes the impedance to rise again, turning your low pass filter into a band-pass filter. Fix: For RF or high-speed digital filtering, use small surface-mount (0402 or 0603) MLCCs and place them as close to the IC pin as possible. Refer to Analog Devices' guidance on ADC interfacing for high-speed layout rules.
FAQ: First Order Low Pass Filter Transfer Function
Can I just cascade two identical first order RC filters to get a second order (-40 dB/dec) response?
No. If you connect two passive RC stages directly together, the second stage loads the first stage. The transfer functions multiply, but the poles interact, resulting in a sluggish, poorly damped response with a shifted cutoff frequency. To cascade passive filters properly, you must isolate them with an op-amp buffer (creating an active Sallen-Key or multiple-feedback topology), or calculate the component values using Bessel or Butterworth polynomial tables to account for the loading.
Why is the cutoff frequency defined at -3 dB instead of -1 dB or -6 dB?
The -3 dB point corresponds to the half-power point. Since power is proportional to voltage squared ($P = V^2/R$), a voltage drop to $0.707$ ($1/\sqrt{2}$) results in exactly half the power being delivered to the load. It is a fundamental physical threshold in AC circuit theory, not an arbitrary convention.
Does the transfer function apply to RL (Resistor-Inductor) filters too?
Yes. The mathematical form of the transfer function for a series RL low pass filter (where the output is taken across the resistor) is identical: $H(s) = \frac{1}{1 + s(L/R)}$. The time constant $\tau$ is simply $L/R$ instead of $RC$. However, RL filters are rarely used at low frequencies because inductors are bulky, expensive, and prone to picking up magnetic interference compared to capacitors.






