Skip to content

Krakkus.com

Electronics

Menu
  • Home
  • Posts
  • About
  • Author
  • YouTube
Menu

Explaining the resistor divider

Posted on December 11, 2022

A resistor divider creates a voltage in between the top voltage and ground. In this post I try to explain why that is.

TLDR: It is a result of current going into the midpoint from the top resistor vs current going out through the bottom one. It is because of Ohms law and its linear characteristics that a stable voltage point exists somewhere in the middle.

The experiment

These are two 100K resistors in series. Also, two multi-meters to measure the total and the in-between voltage.

Because these resistors are equal, of any voltage applied to them, we will see half the voltage in-between.

Now we apply voltage. We can actually see the in-between voltage follow the main voltage

Adding capacitance

The in-between point also has some capacitance because of the metal legs of the resistors.

Adding a little capacitance does not change the circuit much, it only makes it slower

As I increase the voltage, you can see the in-between voltage rising too, but not fast enough. I eventually set the main voltage to 7.

As you can see the in-between voltage finally reaches the half-way voltage, but not before slowing down a lot.

Whats going on?

Current = Voltage / Resistance

It’s Ohm law!

I made an excel file to calculate the currents going through both resistors at any possible midpoint voltage

When this circuit starts (top row in the chart), the in-between point is a zero volts.

The top resistor therefore takes the full voltage and delivers 7V / 100.000R = 0.000070A -> 70 uA to the midpoint.

The bottom resistor does not take any voltage and therefore does not remove any current from the midpoint.

So a total current of 70 uA is added to the midpoint, adding current means voltage going up.

In the next row we see the midpoint-voltage 0.5V higher, the current added by the top resistor decreases while the bottom resistor start taking current away to ground.

As you can see in the right-most column, The total current going in is equal to the current going out at 3.5V midpoint, this is when the voltage stabilizes.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Other Posts

  • Hacking a DC to DC converter

    Hacking a DC to DC converter

    Introduction This is a follow-up of a proof of concept I made two months ago. I used an Arduino based DAC (8 bit 8 resistor) and an op-amp to create a signal...
  • How to add dead time to PWM

    How to add dead time to PWM

    There are situations where you absolutely want to avoid signals overlapping one another. This is when you get introduced to the term dead-time. I will give you an example of a circuit...
  • Ten ways to drive a MOSFET, with examples

    Ten ways to drive a MOSFET, with examples

    These are a couple of circuits that can drive a MOSFET. Each of them has their own pros and cons, so whether or not they are useful is highly dependent of what...
  • How to make an op-amp output PWM with duty-cycle control?

    How to make an op-amp output PWM with duty-cycle control?

    We can use a generic op-amp like the LM4562NA. We build an oscillator from the first op-amp in the IC. This produces a triangle-wave. We feed this wave into the second op-amp....
  • How does an op-amp work?

    How does an op-amp work?

    Op-amp is short for operational-amplifier. You can use it as a comparator, buffer a signal, or amplify a signal. These are some op-amps I have; they are the LM358 and the LM4562....

Tools

  • DAC generator
  • Ohms law calculator
  • Inductor calculator
  • Where to get MOSFETs?
©2023 Krakkus.com | Design: Newspaperly WordPress Theme