LC Resonance and Frequency-Selective Circuits
An inductor and capacitor form a resonant system because energy can move back and forth between the inductor's magnetic field and the capacitor's electric field. In an ideal lossless circuit, this exchange continues indefinitely at a natural frequency. The resonant frequency is f0 = 1 / (2π√LC), where L is inductance in henries and C is capacitance in farads. This relationship appears in RF tanks, oscillators, filters, impedance matching, wireless power, power converters, and sensor interfaces.
At resonance, the magnitude of inductive reactance and capacitive reactance are equal. Inductive reactance is XL = 2πfL and increases with frequency. Capacitive reactance is XC = 1 / (2πfC) and decreases with frequency. When the two magnitudes match, their energy storage effects balance. Whether the circuit behaves as a low impedance or high impedance at resonance depends on whether the inductor and capacitor are arranged in series or parallel and how losses are modeled.
This calculator accepts inductance in microhenries and capacitance in nanofarads, then converts both to base SI units for the formula. It reports frequency, period, and reactance at resonance. The result is ideal because it does not include equivalent series resistance, winding resistance, dielectric loss, core loss, parasitic capacitance, PCB trace inductance, or load coupling. Those effects determine the real bandwidth and amplitude.
Manual Calculation Steps
For L = 10 uH and C = 100 nF, convert to 10 x 10^-6 H and 100 x 10^-9 F. The product LC is 1 x 10^-12. The square root is 1 x 10^-6. The frequency is 1 / (2π x 1 x 10^-6), or about 159.155 kHz. The period is the inverse of that frequency, about 6.283 microseconds. The inductive reactance at resonance is 2πfL, about 10 Ohm, and the capacitive reactance magnitude is also about 10 Ohm.
Quality Factor and Bandwidth
Real resonant circuits have loss, usually described by quality factor Q. A higher Q means lower loss and a narrower bandwidth. In a filter, Q affects selectivity and ringing. In an oscillator, Q affects phase noise and frequency stability. In a power circuit, high Q can create large circulating currents or voltage magnification. Resonance is therefore useful but not automatically safe; stored energy and damping must be reviewed.
Component tolerance can shift resonance substantially. Inductors may be 10 percent or 20 percent tolerance, and ceramic capacitors can lose capacitance under DC bias. Temperature also changes both values. A circuit tuned in simulation with nominal components may land outside the desired band in production unless trimming, calibration, or tolerance analysis is included.
Engineering Applications
LC resonance is used in radio front ends, crystal oscillator load networks, class-D and class-E amplifiers, wireless charging coils, EMI filters, buck-converter output filters, antenna matching networks, and proximity sensors. In RF work, a resonant tank can select one band while rejecting others. In power electronics, resonance can be used intentionally for soft switching or unintentionally create ringing that violates EMI limits.
Layout is part of the calculation at high frequency. PCB traces add inductance, pads add capacitance, and nearby copper changes fields. The ideal LC formula gives the starting point, but a final design should include parasitic extraction, simulation, and measurement with the actual components and board geometry.
Resonance can also appear unintentionally. A long supply trace, decoupling capacitor, cable, connector, or motor winding can form an LC network that rings when excited by a fast edge. The ringing frequency often reveals the effective inductance and capacitance in the path. Damping can be added with resistance, snubbers, ferrites, or layout changes, but the right fix depends on whether the problem is voltage overshoot, EMI, conducted noise, or stress on a switching device. Calculating the ideal frequency is a useful first clue during that debugging process.
Measurement technique matters. A long oscilloscope ground lead can add inductance and create or exaggerate ringing. Use short ground springs, appropriate probes, and bandwidth limits deliberately when validating resonant behavior. Otherwise the measurement setup may become part of the circuit being diagnosed.
Manual Verification Workflow
An LC resonance check should keep units explicit. Convert microhenries to henries and nanofarads to farads before multiplying L and C. Take the square root of that product, then divide 1 by 2π times the result. After finding frequency, calculate inductive reactance as 2πfL and capacitive reactance as 1 / (2πfC). At resonance, the two magnitudes should match. If they do not, a unit conversion is usually wrong. This reactance equality is a more informative check than simply trusting the frequency number.
Reviewing the Result
Resonant Frequency Calculator is most useful when the number is treated as a checkpoint in a line of reasoning, not as an answer that ends the conversation. Start by restating the job in plain language: Find the ideal resonant frequency of an LC tank and the equal reactance at resonance. Then name the quantities that control the result, the units they use, and the assumption that makes the formula appropriate. That small pause is often enough to catch the common error: a value copied from a datasheet, lab handout, or log file that describes a different condition than the one being calculated.
A good review begins with scale. Before trusting the displayed value, estimate whether the answer should be tiny, ordinary, or large. If doubling an input should double the output, try it. If a ratio should stay dimensionless, check that no unit slipped into it. If a result depends on a square, cube, logarithm, frequency, or resistance, expect it to move faster or slower than intuition at first suggests. These quick checks do not replace the calculator; they make the calculator easier to trust because the direction of the answer has already been tested.
Practice Workflow
For a classroom, lab, or design-review workflow, build one deliberately simple case before using realistic numbers. Choose values that make the arithmetic easy enough to follow by hand, write down one intermediate step, and compare that step with the tool. After that, change exactly one input and predict the direction of the change before recalculating. This habit is especially helpful when the tool mixes engineering units, encoded fields, timing assumptions, or physical dimensions, because it separates a math mistake from a setup mistake.
When the result will be used in real work, record the source of every input. A measured value should include the setup. A datasheet value should say whether it is typical, minimum, maximum, RMS, peak, hot, cold, loaded, unloaded, or frequency-dependent. A guessed value should be marked as a guess. If the result later disagrees with a simulation, bench measurement, code trace, or homework solution, those notes make the mismatch diagnosable instead of mysterious.
Teaching Notes
The strongest way to learn this topic is to connect the calculator output back to the governing idea. Ask what conservation law, encoding rule, circuit model, statistical assumption, geometry, or timing convention is hiding underneath the interface. Then ask where that idea stops being valid. Most bad answers are not random; they come from applying a good formula outside its model, mixing two conventions, or rounding away a detail that the problem actually cares about.
In documentation, include the formula or rule used, the units, one substituted example, the final result, and a short sentence explaining whether the answer is reasonable. That final sentence matters. It forces the calculation to become engineering judgment: does the value fit the material, signal, protocol, load, schedule, tolerance, or data set in front of you? If it does, the tool has done more than produce a number. It has made the topic easier to reason about the next time you meet it without the calculator open.