Combining Capacitors

Combining components is nothing new. Just like resistors, even capacitors can be combined in series, or in parallel. Suppose there is a set of capacitors connected together and we need to calculate the total charge, then we need to identify a pair of capacitors which are either in series, or in parallel and find the total charge they can store. Then replacing a capacitor with this charge, we can move on to the next capacitor in the set. To calculate total charge of a pair of capacitors, either in series or in parallel we have few formulas to make life simpler.

Capacitors in Parallel

This combination is the simplest among the two. When capacitors are connected in parallel, then the total capacitance is the summation of all individual capacitors connected together.Capacitors in Parallel

How does this work? One plate of each capacitor is directly connected to source voltage. This means total area of plates connected to source voltage is more, which can be visualized as more plate area connected to voltage. If you remember, more plate area leads to more capacitance. Hence if capacitors are connected in parallel, capacitance increases.

Suppose you have four capacitors C1, C2, C3, C4 connected in parallel, then the total capacitance is

CTotal = C1 + C2 + C3 + C4

This equation is similar to resistors connected in series formula.

However, when you connect different capacitors with different voltage ratings, do realize not to exceed supply voltage more than the lowest voltage rating of any capacitor connected. i.e. if voltage rating of C1 is 16V, C2 is 24V, C3 is 24V and C4 is 16V, then the least voltage rating is 16V. So, do make it a point to maintain supply voltage less than 16 volts.

Capacitors in Series

This is an odd combination. There might be little reason to use this combination unless you need to add more capacitors to reduce capacitance. Capacitors are connected in series by connecting second lead of a capacitor to the first lead of another capacitor. That is, positive plate of a capacitor is connected to negative plate of another capacitor in case of polarized capacitor.Capacitors in Series

How does this work? Assume that you have two capacitors, one with plate spacing X (dielectric width) and another with plate spacing Y. When you connect them in series, you are actually increasing the spacing between the plates. Now the overall spacing of connected capacitors is X + Y. That means you are increasing the spacing between the plates and reducing its capacitance by connecting them in series.

But you do not need to know plate spacing, distance, blah, blah of each capacitor. If you know the formula to calculate value of resistors connected in parallel, then you already know how to calculate capacitance of capacitors connected in series.

CT = 1 / (1/C1 + 1/C2 + 1/C3 … 1/Cn), where CT is total capacitance and C1 through Cn are capacitors connected in series.

1/CT = 1/C1 + 1/C2 + 1/C3 … 1/Cn

However, if your circuit contains only two capacitors, then the equation is much simpler.

CT = C1 x C2 / C1 + C2

To make it much simpler, if your circuit contains two and only two identical capacitors connected in series, then CT = ½ C, where C is capacitance of any individual capacitor.

Tutorial index:

  1. Introduction to Capacitors
  2. Types of Capacitors
  3. Capacitor Codes
  4. Capacitor Combination - Series & Paralles
  5. Caution & Overall Summary

Do you have anything to say?
Visit the Forum to discuss, learn and share anything related to robotics and electronics !!

rss feeds



Featured Videos




Advertisements


Recent Articles




Atmega8 Development Board


A great step-by-step tutorial on building your own Atmel AVR based Atmega8 development board. The board is ideal for beginners with detailed explanation and pictures More...

L293D Motor Driver


For robots to do work, you need to know how to control a motor. L293D is a cleverly packed IC which can control two DC motors in both directions: forwards and reverse. Here is a detailed explanation of building a board based on L293D ICMore...

Hobby Servo Tutorial


Servo Motor is a device which uses error-sensing feedback signals to determine and control the position of a motor shaft. The term "servomechanism" closely relates to servo motors..More...

Blinking LED Tutorial


This is similar to what we achieve in any "Hello World" program. However, it is not just limited to blinking LED but scratches the surface of AVR-GCC programming... More...


Kindly Donate

If this site has helped you, then kindly consider a Donation to say "Thank You!!". Donation might help us keep all this information available for free and also pay for the resources.

If that is difficult, then a simple "Hi" in the forum would still do good :)