Free Voltage Divider Calculator

Voltage Divider Formula

V₂ = V₁ × R₂/(R₁+R₂)

V

Enter values to calculate the output voltage

The voltage divider is a fundamental passive circuit that reduces an input voltage to a lower output voltage. This free online output voltage tool—often called a voltage divider calculator—applies the voltage divider rule to compute the output signal for a variety of configurations, from simple resistor networks to complex impedance combinations. Whether you need a resistor divider calculator for purely resistive circuits or a voltage divider circuit calculator for networks incorporating capacitors or inductors, this tool delivers accurate results quickly.

Understanding the Voltage Divider

A voltage divider consists of two impedances Z1Z_1 and Z2Z_2 connected in series across an input voltage V1V_1. The output voltage V2V_2 is taken across Z2Z_2. Because it is a passive circuit, the output cannot exceed the input, so the ratio V2/V1≤1V_2/V_1 \leq 1. The impedances may be resistors, capacitors, inductors, or combinations thereof, giving rise to several distinct types:

TypeElementsCommon Use
Resistive (resistor divider)R1,R2R_1, R_2DC biasing, level shifting
CapacitiveC1,C2C_1, C_2High‑voltage AC measurement
InductiveL1,L2L_1, L_2AC signal distribution
RC / CRR,CR, CLow‑pass / high‑pass filters
RL / LRR,LR, LLow‑pass / high‑pass filters
CL / LCC,LC, LResonant circuits, RF tuning

All these types obey the same voltage divider rule, but the mathematical expressions for the output differ based on the impedance definitions.

The Voltage Divider Rule and Core Formula

The fundamental principle is that the current through series‑connected elements is identical, so the voltage drop across each element is proportional to its impedance. Applying Ohm’s law to the loop gives the general voltage divider formula (also known as the voltage divider rule):

V2=Z2Z1+Z2 V1V_2 = \frac{Z_2}{Z_1 + Z_2}\,V_1

For the special case of resistors, this reduces to the classic resistor divider formula:

V2=R2R1+R2 V1V_2 = \frac{R_2}{R_1 + R_2}\,V_1

In DC circuits, only resistive dividers are practical because capacitors act as open circuits and inductors as short circuits. For AC signals, all types are valid, and the formula describes both the amplitude and phase relationships.

Resistive Voltage Dividers

The resistive divider is the most common form, used in biasing, sensor interfaces, and reference generation. The output depends solely on the ratio of the two resistances. For example, if R1=R2R_1 = R_2, then V2=V1/2V_2 = V_1/2. With a resistor divider calculator, you can quickly obtain any desired fraction of the input voltage. A typical calculation: for V1=10 VV_1 = 10\,\text{V}, R1=1 kΩR_1 = 1\,\text{k}\Omega, R2=2 kΩR_2 = 2\,\text{k}\Omega, the output is V2=21+2×10≈6.667 VV_2 = \frac{2}{1+2} \times 10 \approx 6.667\,\text{V}.

Capacitive and Inductive Dividers

Capacitive Divider

For a capacitive divider, the impedance of each capacitor is Z=1/(jωC)Z = 1/(j\omega C). Substituting into the general formula:

V2=1jωC21jωC1+1jωC2 V1=C1C1+C2 V1V_2 = \frac{\frac{1}{j\omega C_2}}{\frac{1}{j\omega C_1}+\frac{1}{j\omega C_2}}\,V_1 = \frac{C_1}{C_1 + C_2}\,V_1

The output voltage is independent of frequency and stays in phase with the input. This makes capacitive dividers ideal for scaling down high AC voltages without introducing phase error.

Inductive Divider

For an inductive divider, Z=jωLZ = j\omega L. The output becomes:

V2=jωL2jωL1+jωL2 V1=L2L1+L2 V1V_2 = \frac{j\omega L_2}{j\omega L_1 + j\omega L_2}\,V_1 = \frac{L_2}{L_1 + L_2}\,V_1

Again, the result is frequency‑independent and in phase with the input.

RC and CR Filters

Combining a resistor and a capacitor creates a frequency‑dependent divider that acts as a filter.

RC Divider (Low‑Pass Filter)

With Z1=RZ_1 = R and Z2=1/(jωC)Z_2 = 1/(j\omega C):

V2=1/(jωC)R+1/(jωC) V1=11+jωRC V1V_2 = \frac{1/(j\omega C)}{R + 1/(j\omega C)}\,V_1 = \frac{1}{1 + j\omega RC}\,V_1

The magnitude and phase are:

∣V2∣=∣V1∣1+(ωRC)2,ϕ=−arctan⁡(ωRC)|V_2| = \frac{|V_1|}{\sqrt{1 + (\omega RC)^2}}, \qquad \phi = -\arctan(\omega RC)

The cutoff frequency is fc=1/(2πRC)f_c = 1/(2\pi RC). At fcf_c, the output amplitude drops to 1/2≈0.7071/\sqrt{2} \approx 0.707 of the input, and the phase lag is 45∘45^\circ.

CR Divider (High‑Pass Filter)

Swapping the resistor and capacitor:

V2=RR+1/(jωC) V1=jωRC1+jωRC V1V_2 = \frac{R}{R + 1/(j\omega C)}\,V_1 = \frac{j\omega RC}{1 + j\omega RC}\,V_1

with amplitude and phase:

∣V2∣=∣V1∣1+(1ωRC)2,ϕ=arctan⁡(1ωRC)|V_2| = \frac{|V_1|}{\sqrt{1 + \left(\frac{1}{\omega RC}\right)^2}}, \qquad \phi = \arctan\left(\frac{1}{\omega RC}\right)

This circuit passes high frequencies and attenuates low ones—a high‑pass filter.

RL and LR Filters

Inductors have impedance Z=jωLZ = j\omega L, producing similar filter responses.

  • RL divider (high‑pass): V2=RR+jωLV1V_2 = \dfrac{R}{R + j\omega L}V_1, ∣V2∣=∣V1∣1+(ωL/R)2|V_2| = \dfrac{|V_1|}{\sqrt{1 + (\omega L/R)^2}}.
  • LR divider (low‑pass): V2=jωLR+jωLV1V_2 = \dfrac{j\omega L}{R + j\omega L}V_1, ∣V2∣=∣V1∣1+(R/(ωL))2|V_2| = \dfrac{|V_1|}{\sqrt{1 + (R/(\omega L))^2}}.

The symmetry between RC/CR and RL/LR allows designers to substitute one technology for the other after scaling component values, which is especially useful when miniaturizing circuits.

Resonant LC Circuits

An LC (or CL) divider consists of a capacitor and an inductor. The series impedance is Z=jωL+1/(jωC)Z = j\omega L + 1/(j\omega C). At the resonant frequency

f0=12πLCf_0 = \frac{1}{2\pi\sqrt{LC}}

the impedance ideally becomes zero, causing the output voltage to theoretically approach infinity. In practice, parasitic resistance limits the peak, and the circuit acts as a resonant tank for RF oscillation and tuning.

Practical Applications

Voltage dividers are used in countless electronic systems. Key applications include:

  • Potentiometers: A variable resistive divider that allows continuous adjustment of the output voltage. Common forms include slide pots, trimpots, and thumb pots.
  • High‑voltage measurement: Capacitive dividers safely attenuate voltages above 100 kV to levels suitable for instruments.
  • Finding an unknown resistance: Build a resistive divider with a known R1R_1, apply an input voltage V1V_1, and measure the output V2V_2. Rearranging the resistor divider formula gives:
R2=R1V2V1−V2R_2 = R_1 \frac{V_2}{V_1 - V_2}

For example, if V1=5 VV_1 = 5\,\text{V}, R1=10 kΩR_1 = 10\,\text{k}\Omega, and V2=2 VV_2 = 2\,\text{V}, then R2=10k×25−2≈6.67 kΩR_2 = 10k \times \frac{2}{5-2} \approx 6.67\,\text{k}\Omega. A voltage divider calculator can perform this computation instantly.

Advantages and Limitations

Resistive dividers offer excellent temperature stability when both resistors are made from the same material; percentage resistance changes cancel in the ratio, maintaining a stable output over a wide temperature range. Additionally, a single voltage source can feed multiple dividers, reducing the need for separate supplies.

On the downside, the output resistance of a divider can be affected by the load, and long connecting wires may introduce voltage drops that degrade precision. When the downstream circuit draws current, the simple voltage divider equation no longer holds exactly, so loading effects must be considered.

Current Dividers: The Dual Concept

A current divider splits an input current among parallel branches. For two parallel impedances, the current through Z2Z_2 is:

I2=IinZ1Z1+Z2I_2 = I_{\text{in}} \frac{Z_1}{Z_1 + Z_2}

For resistors, this becomes IR2=IinR1R1+R2I_{R_2} = I_{\text{in}} \frac{R_1}{R_1 + R_2}. Note the duality: in a voltage divider the output voltage is proportional to the output impedance, while in a current divider the output current is inversely proportional to it. Current dividers are equally important in signal conditioning and power distribution.

Whether you are designing a simple biasing network, a precision filter, or an RF tuning stage, this voltage divider calculator (your free online output voltage tool) applies the voltage divider rule across all common divider types. By mastering the formulas and trade‑offs described here, you can confidently use voltage dividers in your projects.

FAQ

1. How do I calculate the output voltage of a resistive voltage divider?

Use the formula V2 = R2 / (R1 + R2) × V1. Enter your resistor values and input voltage into this voltage divider calculator to get the result instantly.

2. Can a voltage divider work with capacitors or inductors?

Yes, for AC circuits. Capacitive and inductive dividers follow the same voltage divider rule, using their impedances instead of resistances. The calculator supports these types and provides amplitude and phase information.

3. What is the difference between an RC and a CR divider?

An RC divider acts as a low‑pass filter (output drops at high frequencies), while a CR divider acts as a high‑pass filter (output drops at low frequencies). Both have formulas for amplitude and phase shift that the calculator can evaluate.

4. How can I use a voltage divider to find an unknown resistance?

Connect the unknown resistor as R2 with a known R1 in series, apply a known V1, measure V2, and compute R2 = R1 × V2 / (V1 − V2). The calculator can do this reverse calculation directly.

5. Are voltage dividers sensitive to temperature?

Resistive dividers are relatively insensitive when both resistors are made from the same material, because any percentage change cancels out in the ratio. This makes them stable over a wide temperature range.

How to Use

  1. Select the divider type: RR (Resistor-Resistor), CC (Capacitor-Capacitor), LL (Inductor-Inductor), or a mixed filter type (RC, CR, RL, LR).
  2. Enter the input voltage V₁, the component values with their units, and the frequency (f) if required for AC filter types.
  3. Read the output voltage V₂ instantly. For AC filter types, the phase shift (φ) is also displayed.