---
title: Voltage Divider
slug: voltage-divider-9e3d1
url: /detay/voltage-divider-9e3d1
type: article
language: English
entity:
  primary: Voltage Divider
  type: article
  disambiguation: Learn about voltage dividers: circuits, formulas, and applications.  Ideal for DC & AC.
  categories:
    - name: Electricity and Electronics
      slug: elektrik-ve-elektronik
      url: /kategori/elektrik-ve-elektronik
  tags:
    - Impedance
    - Voltage Divider
    - Resistor
    - Capacitor
    - Frequency
author: Elvan Kuzucu Hıdır
created_at: 2025-08-02T18:16:33.902482+03:00
updated_at: 2025-11-29T13:19:40.070969+03:00
---

# Voltage Divider

<!-- CONTEXT: Article Content for "Voltage Divider" -->

## Article Content

A voltage divider is a circuit topology formed by connecting two or more [electrical](/en/detay/electrical-engineering/llms.txt) components (typically resistors, capacitors, or inductors) in series within an [electric circuit](/en/detay/electric-circuits-f76bd/llms.txt). It divides the input voltage into parts proportional to the values of these components. The main purpose is to obtain a reduced [output voltage](/en/detay/voltage/llms.txt) at a desired ratio relative to the input voltage. This configuration can be used in both direct current (DC) and alternating current (AC) circuits.

### **General Case**

A ground-referenced voltage divider is formed by connecting two [electrical impedances](/en/detay/electrical-resistance-a6e15/llms.txt) in series. The input voltage is applied across the series-connected impedances $Z_1$and $Z_2$​; the output voltage is taken as the potential difference across $Z_2$. These impedances can consist of any combination of circuit elements such as resistors, inductors, and capacitors.

![Image](https://cdn.kureansiklopedi.com/media/uploads/2025/08/02/TYy1tiDM8I4YP0Qq558oofiPqBiOQcpM.png)
*Simple Voltage Divider Circuit (Author’s own illustration.)*

The relationship between the input and output voltages in the circuit shown above is defined by the voltage divider principle as: $V_{out} = V_{in} \times \frac{Z_2}{Z_1 + Z_2}$. This relationship is derived based on fundamental circuit analysis rules. In series circuits, it is known that the same current flows through all components. Therefore, the total impedance of the circuit is expressed as: $Z_{total} = Z_1 + Z_2$. According to [Ohm’s Law](/en/detay/ohm-yasasi-d89bb/llms.txt), the current flowing through this total impedance is: $I = \frac{V_{in}}{Z_1 + Z_2}$. Since the output voltage $V_{out}$corresponds to the voltage across only $Z_2$​, it is written as: $V_{out} = I \times Z_2$. Substituting the expression for current, we get: $V_{out} = V_{in} \times \frac{Z_2}{Z_1 + Z_2}$. This formula demonstrates that the output voltage is determined by the proportion of the total impedance corresponding to $Z_2$​. In other words, the input voltage is divided across $Z_1$and $Z_2$​and the part falling across $Z_2$ constitutes the output.

### **Different Voltage Divider Configurations**

Voltage dividers can be implemented in various forms using different components in [electrical and electronic circuits](/en/detay/electronic-circuit-components-b7f86/llms.txt). The most commonly used configuration is the [resistor](/en/detay/resistance-f5bbb/llms.txt)-based voltage divider. The resistors used in this structure may be fixed or variable (as in the case of a potentiometer). In alternating current (AC) circuits, where signal frequencies are high, [capacitive voltage dividers](/en/detay/gerilim-voltaj-bolucu-d399a/llms.txt) are often preferred due to the frequency-dependent nature of capacitive reactance. These types of dividers act as frequency-dependent voltage scalers and are particularly useful for dividing [high-frequency signals](/en/detay/high-frequency-circuits-d5701/llms.txt). Inductive voltage dividers represent another configuration and are frequently used in [transformer circuits](/en/detay/transformer-85d4a/llms.txt). They are especially effective in proportionally dividing [AC signals](/en/detay/alternating-current-60f43/llms.txt). Since inductors also exhibit frequency-dependent impedance, they provide reliable voltage division under specific frequency conditions.

### **Application Areas**

Voltage dividers are fundamental and functional components used in a wide range of electronic applications. In [analog signal conversion](/en/detay/analog-circuits-36684/llms.txt), they play a critical role in reducing the voltage levels of signals received from [sensors](/en/detay/sensor-d3537/llms.txt) to values suitable for analog-to-digital converters (ADCs). They are also utilized for generating reference voltages, which are especially necessary for certain circuit elements such as [operational amplifiers](/en/detay/op-amp-operational-amplifier-a1294/llms.txt) that require stable voltage levels. In user-interactive systems, potentiometers function as voltage dividers to facilitate adjustments such as volume control, brightness, or speed settings. In high-voltage measurement scenarios, voltage dividers enable safe measurements by scaling down the voltage to levels that do not exceed the limits of measuring instruments, thus preventing direct exposure to high voltages. Furthermore, in filtering applications, RC (resistor-[capacitor](/en/detay/capacitor-80650/llms.txt)) or RL (resistor-inductor) based frequency-dependent voltage dividers serve as basic filter circuits within signal processing stages.

### **Example Applications**

#### **RC Low-Pass Filter**

Voltage dividers provide a basic, calculable, and cost-effective solution in electrical and electronic systems. However, in applications requiring high precision, careful circuit design, load analysis, and when necessary, configurations supported by active components are recommended. Resistor-based voltage dividers, due to their broad applicability and ease of calculation, are considered essential tools particularly in educational, research, and prototyping contexts.

![Image](https://cdn.kureansiklopedi.com/media/uploads/2025/08/02/5pqoVSW1GJGrankzuD7Fwo33MODte0jW.png)
*Low-pass Filter Circuit (Author’s own illustration.)*

An RC low-pass filter circuit consists of a simple configuration comprising a resistor (R) and a capacitor (C). The input voltage $V_{in}$passes through the resistor and reaches the capacitor, and the output voltage $V_{out}$ is taken across the capacitor terminals. The impedance of the components in this circuit are defined as $Z_1 = R $ and $Z_2 = \frac{1}{jWC}$. According to the voltage divider principle, the output voltage, as a portion of the input voltage, is calculated as follows:

$V_{out} = V_{in} \times \frac{1/(jwC)}{R + 1 / (jwC)} = \frac{V_{in}}{1 + jwRC}$

This equation shows that the output voltage depends on frequency. Therefore, the circuit functions not only as a voltage divider, but also as a frequency-dependent filter. Such circuits allow low-frequency signals to pass while attenuating higher-frequency components. Due to this characteristic, it is referred to as a "low-pass filter".

﻿﻿﻿﻿Voltage dividers are fundamental and widely used structures in electrical and electronic systems. They are easy to compute, generally cost-effective, and provide efficient solutions for many applications. However, in high-precision systems, careful design is necessary, taking load effects into account and, when required, supplementing with active components. Resistor-based voltage dividers, owing to their wide range of applications and calculation simplicity, are regarded as essential tools particularly in education, research, and prototyping processes.

<!-- CONTEXT: Academic Sources and References for "Voltage Divider" -->

## Academic Sources and References

1. Adel S.. Sedra, and Kenneth Carless Smith. "Microelectronic circuits". Vol. 5. Oxford, UK:: Oxford university press, 2004.
2. Boylestad, Robert L. "Electronic devices and circuit theory". Pearson Education India, 2009. Access Address.
3. Horowitz, Paul, Winfield Hill, and Ian Robinson. "The art of electronics". Vol. 2. Cambridge: Cambridge university press, 1989.