3rd Order Low-Pass Filter Calculator
Analyze a 3rd order Butterworth low-pass filter in seconds. Enter the cutoff frequency, select a test frequency, and instantly view magnitude, gain, attenuation, phase shift, and a full Bode-style response chart generated in your browser.
Exact 3rd Order Model
Uses the normalized 3rd order Butterworth transfer function for accurate magnitude and phase calculations.
Frequency Response Chart
Plots a log-scale response around the chosen cutoff to help visualize roll-off and transition behavior.
Engineering Outputs
Returns linear gain, output level in dB, attenuation relative to passband, and asymptotic slope information.
Responsive and Fast
Runs with vanilla JavaScript and Chart.js, making it easy to use on desktop, tablet, and mobile devices.
Calculator
This tool evaluates a 3rd order Butterworth low-pass filter with transfer function H(s) = G·ωc³ / (s³ + 2ωc s² + 2ωc² s + ωc³), where G is the passband gain and ωc = 2πfc.
Tip: In a Butterworth response, the gain at the cutoff frequency is always 3.01 dB below the passband level. A 3rd order low-pass filter also has an asymptotic roll-off of 60 dB per decade, or about 18 dB per octave.
Results
Expert Guide to Using a 3rd Order Low-Pass Filter Calculator
A 3rd order low-pass filter calculator helps engineers, technicians, students, and advanced hobbyists predict how a third-order filter will behave before hardware is built or firmware is committed. In practical design work, a low-pass filter is used when you want to preserve lower frequencies and reduce higher-frequency content. That simple goal appears in audio conditioning, anti-aliasing front ends, power electronics sensing, industrial data acquisition, biomedical measurement, motor control, and communications systems. Once a filter becomes third order, the transition from passband to stopband becomes significantly steeper than a first-order or second-order design, which makes it attractive when you need more rejection without moving to a large, complicated network.
This calculator is built around a 3rd order Butterworth model. Butterworth filters are especially popular because they provide a maximally flat magnitude response in the passband. In plain language, that means they do not introduce ripple in the frequencies you want to keep. If your design target is stable amplitude behavior near DC or below the cutoff frequency, Butterworth is often the default starting point. The tradeoff is that the phase response is not linear, and the transition band is not as sharp as an elliptic design. Even so, for many real-world systems, Butterworth offers one of the best balances between simplicity, smooth response, and predictable attenuation.
What “3rd Order” Means
The order of a filter tells you how many reactive energy-storage elements, mathematical poles, or equivalent dynamic stages are present. A first-order low-pass filter attenuates at roughly 20 dB per decade after the cutoff. A second-order design reaches 40 dB per decade. A third-order design reaches 60 dB per decade, which is why it is often chosen when the stopband must fall faster than a simple RC network can provide. A 3rd order response may be implemented as a cascade of one first-order stage plus one second-order stage, or as an equivalent active topology in integrated or discrete form.
| Filter order | Asymptotic roll-off | Approximate attenuation at 2fc | Approximate attenuation at 10fc | Design implication |
|---|---|---|---|---|
| 1st order | 20 dB/decade | 6.99 dB | 20.04 dB | Minimal complexity, gentle rejection |
| 2nd order | 40 dB/decade | 12.30 dB | 40.00 dB | Common compromise for instrumentation and audio |
| 3rd order | 60 dB/decade | 18.13 dB | 60.00 dB | Better stopband rejection with moderate complexity |
| 4th order | 80 dB/decade | 24.10 dB | 80.00 dB | Sharper response but more implementation sensitivity |
The data above matters because many engineers first decide on order before deciding on topology. If your unwanted content sits around ten times the cutoff frequency, a third-order Butterworth section can ideally deliver about 60 dB of attenuation. That is often enough for sensor conditioning, data acquisition preprocessing, or smoothing control signals. If the interference sits closer to the cutoff, or if attenuation requirements are much stronger, you may need a higher-order design or a different approximation type.
Understanding Cutoff Frequency
The cutoff frequency is the point where the Butterworth response falls by 3.01 dB relative to the passband gain. This is not an arbitrary convention. It comes directly from the magnitude equation of a Butterworth filter. At the normalized cutoff, the squared magnitude is one-half of the passband power, so the amplitude becomes 1 divided by the square root of 2. The calculator uses this standard definition. If you set the passband gain to 0 dB, the output at the cutoff is approximately -3.01 dB. If you set the passband gain to +6 dB, the output at cutoff becomes roughly +2.99 dB.
In design language, cutoff frequency should match your system objective, not just a convenient round number. In an audio signal chain, you may choose a cutoff high enough to preserve the wanted band while reducing hiss or ultrasonic noise. In data acquisition, cutoff may be selected to suppress frequencies above half the sampling rate. In current-sense or voltage-sense front ends, the cutoff is often chosen to limit switching noise while keeping transient information useful. This is why an accurate calculator is valuable: it turns a nominal cutoff choice into a concrete attenuation estimate at actual frequencies of concern.
How This Calculator Computes the Response
This page evaluates the exact frequency response of a normalized 3rd order Butterworth transfer function scaled to your selected cutoff. It then computes the complex output at the requested analysis frequency. From that complex value, it derives:
- Magnitude ratio, which is the linear amplitude relative to the input.
- Output gain in dB, including any passband gain you specified.
- Attenuation relative to the passband level, shown as a positive dB value.
- Phase shift, expressed in degrees.
- Theoretical asymptotic slope, fixed at 60 dB per decade for a third-order low-pass filter.
Because the chart is plotted on a logarithmic frequency axis, you can immediately see how the response behaves below the cutoff, at the transition band, and deep into the stopband. This is the same style of visualization engineers use when reviewing Bode plots during design verification.
Interpreting Magnitude, Gain, and Attenuation
Users often confuse these three outputs, so it helps to separate them clearly. Magnitude is the linear amplitude ratio. Gain in dB is simply 20 log10 of that magnitude after passband gain is included. Attenuation relative to passband is the amount of reduction caused by the filter itself. For example, if the passband gain is 0 dB and the attenuation at 2fc is 18.13 dB, the output level at that frequency is -18.13 dB. If the passband gain is +4 dB, then the filter still attenuates by 18.13 dB relative to passband, so the final output is around -14.13 dB.
Reference Attenuation Data for a 3rd Order Butterworth Response
The following comparison points are useful when you want quick sanity checks during design reviews, simulations, or bench work.
| Frequency ratio | Frequency point | Magnitude ratio | Attenuation relative to passband | Typical interpretation |
|---|---|---|---|---|
| 0.5 × fc | Half the cutoff | 0.9923 | 0.07 dB | Almost no passband loss |
| 1 × fc | Cutoff frequency | 0.7071 | 3.01 dB | Standard Butterworth definition point |
| 2 × fc | Twice the cutoff | 0.1240 | 18.13 dB | Strong suppression begins |
| 5 × fc | Five times the cutoff | 0.0080 | 41.94 dB | Very substantial rejection |
| 10 × fc | Ten times the cutoff | 0.0010 | 60.00 dB | Deep stopband attenuation |
When a 3rd Order Low-Pass Filter Is a Good Choice
A third-order response is a strong candidate when a first-order or second-order section is not providing enough rejection, but the project does not justify the complexity or sensitivity of a fourth-order or higher network. Common cases include:
- Sensor conditioning: A pressure, temperature, strain, or flow sensor may produce slow signals contaminated by high-frequency electrical noise. A third-order filter can preserve the signal of interest while greatly reducing unwanted content.
- Anti-aliasing: Before an ADC samples an analog signal, frequencies above the Nyquist limit should be attenuated. A third-order filter can reduce folding of high-frequency noise into the sampled baseband.
- Audio and control systems: In subwoofer crossover points, envelope smoothing, and control-loop measurement channels, a third-order stage can shape bandwidth without the excessive stopband leakage of lower orders.
- PWM and switching systems: If you need to recover an average value from a pulse-width-modulated or switching signal, a 3rd order low-pass network often offers much cleaner output than a single RC stage.
Practical Design Notes Beyond the Calculator
The mathematical response is only the beginning. Real circuits have op-amp limitations, resistor tolerances, capacitor tolerances, source impedance, and load impedance. A calculated Butterworth response assumes ideal components and ideal buffering. In hardware, component mismatch can alter the effective pole locations, shifting the cutoff and changing phase or attenuation. If you are implementing a 3rd order active filter, verify op-amp gain-bandwidth product, slew rate, output swing, input bias effects, and stability margins. In passive systems, account for insertion loss and impedance interaction between stages.
Another practical point is that phase matters. Many people focus only on attenuation, but phase shift can be critical in closed-loop systems, multi-sensor fusion, waveform reconstruction, and audio crossover summing. A third-order low-pass filter introduces more phase lag than a first-order design. If time-domain fidelity is more important than flat passband amplitude, you may compare Butterworth with alternatives such as Bessel. Butterworth is usually the best first pass for magnitude flatness, but not always the best final answer for transient purity.
How to Use This Calculator Effectively
- Start with the target cutoff frequency of your system.
- Enter the specific interference or analysis frequency you care about.
- Use 0 dB passband gain if you want a pure normalized filter response.
- Switch the chart span if you want either a wide stopband view or a close-up transition view.
- Compare your attenuation result with system requirements, not just intuition.
- If needed, repeat the process with several candidate cutoff values to see the tradeoff between signal preservation and noise rejection.
Additional Learning Resources
If you want deeper theoretical background on low-pass filters, frequency response, and system modeling, these authoritative academic and government resources are excellent starting points: MIT OpenCourseWare Signals and Systems, MIT OpenCourseWare Circuits and Electronics, and the measurement and standards references available from NIST. These sources are useful for understanding transfer functions, Bode plots, analog implementation details, and measurement discipline in practical electronics work.
Final Takeaway
A 3rd order low-pass filter calculator is most valuable when it turns a broad design idea into measurable engineering decisions. Instead of guessing whether a chosen cutoff will be sufficient, you can quantify the expected attenuation, output gain, and phase shift at the exact frequencies that matter in your application. For many analog front ends and mixed-signal systems, a third-order Butterworth response provides an excellent middle ground: meaningfully sharper rejection than second order, passband smoothness without ripple, and enough simplicity to remain practical in everyday design. Use the calculator above as a fast first-pass analysis tool, then validate your final design with component tolerance analysis, circuit simulation, and bench measurements.