# RLC Resonant Frequency Calculator (f = 1/(2π√(LC)))

Compute the LC (RLC series/parallel) resonant frequency: f₀ = 1/(2π·√(L·C)). Resonant frequency is identical for series and parallel RLC; R only affects Q and bandwidth. Solves for f₀, L, or C from the other two, and returns angular resonance ω₀ and characteristic impedance √(L/C). L in H/mH/µH, C in F/µF/nF/pF, f in Hz/kHz/MHz.

> Canonical page: https://elysiatools.com/en/tools/resonant-frequency-rlc

- **Category:** Math & Numbers

- **Keywords:** resonant frequency, resonance, RLC, LC circuit, f0, 1/(2π√(LC)), angular frequency, characteristic impedance, inductance, capacitance, tuned circuit, filter, electronics, RF

## Overview

The RLC Resonant Frequency Calculator uses f₀ = 1/(2π√(LC)) to calculate resonant frequency from inductance and capacitance, or solve for L or C when the other two values are known. It also returns angular resonance ω₀ and characteristic impedance √(L/C).

## Inputs

- **Solve For** (select): Which quantity to compute: f₀ from L+C, L from f+C, or C from f+L.
- **Inductance L** (number): Required when solving for f₀ or C. Enter in the selected Inductance Unit.
- **Inductance Unit** (select)
- **Capacitance C** (number): Required when solving for f₀ or L. Enter in the selected Capacitance Unit.
- **Capacitance Unit** (select)
- **Frequency** (number): Required when solving for L or C. Enter in the selected Frequency Unit.
- **Frequency Unit** (select)
- **Decimal Places** (number)

## When to use

- Find the resonant frequency of an LC or RLC series or parallel circuit.
- Calculate the inductance needed for a target frequency and known capacitance.
- Calculate the capacitance needed for a target frequency and known inductance.

## How it works

- Choose whether to solve for frequency f₀, inductance L, or capacitance C.
- Enter the available values and select units for inductance, capacitance, and frequency.
- The calculator applies the resonance formula after converting the values to base units.
- Review the calculated result, angular resonance ω₀, and characteristic impedance.

## Use cases

- Tune RF and electronics circuits to a target frequency.
- Select an inductor and capacitor pair for a tuned LC circuit.
- Check component values used in filters and resonant networks.

## Frequently asked questions

### What formula does the calculator use?

It uses f₀ = 1/(2π√(L·C)).

### Can I solve for inductance or capacitance?

Yes. Select Inductance L or Capacitance C and enter the other two required values.

### Which units are supported?

Inductance supports H, mH, and µH; capacitance supports F, µF, nF, and pF; frequency supports Hz, kHz, and MHz.

### Is resonant frequency different for series and parallel RLC circuits?

No. The calculator uses the same LC resonant-frequency formula for both.

### What additional values are returned?

The result includes angular resonance ω₀ and characteristic impedance √(L/C).

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Adjusted R-Squared Calculator](https://elysiatools.com/en/tools/adjusted-r-squared-calculator): Calculate adjusted R squared from R squared, sample size, and predictor count
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).
- [Capacitor Reactive Power Calculator (Q_c = 2πfCU²)](https://elysiatools.com/en/tools/capacitor-reactive-power): Compute the reactive power produced by a known capacitor: Q_c = 2π·f·C·U². Supports single-phase, three-phase star (Y) and delta (Δ) connections. Returns Q_c in var/kvar, capacitive reactance Xc, and capacitor current Ic. Complementary to the power-factor-correction tool (which sizes a capacitor for a target cosφ).
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
