Series and Parallel Circuits

In electronics, we can find both series and parallel circuits.

A series circuit is a circuit where the components are connected in a consecutive chain. This gives the current only one path to take.

A parallel circuit is a circuit where the components are connected parallel to each other. So the current will flow in several paths.

Series and parallel circuits

Often, real circuits have a mix of series and parallel circuits.

Series Circuits

Current in Circuits Connected in Series

The current in a series circuit is equal everywhere in the path. The same amount of current flows through all the components. To find the current use Ohm’s law

I = \frac{V}{R}

Resistance in Series Circuits

If you have several resistors connected in series, it’s very easy to find the total resistance. All you have to do is to find the sum of all the resistance values.

Resistance in a serial circuit

R_{Total} = R_{1} + R_{2} + R_{3}

Capacitors Connected in Series

Capacitors connected in series are a little more complicated to calculate, but still easy once you learn it.

Capacitance in series circuits

This is the formula for calculating capacitance values:

\frac{1}{C_{Total}} = \frac{1}{C_{1}} + \frac{1}{C_{2}} + \frac{1}{C_{3}}

To find CTOTAL you need to flip both sides, and you’ll end up with this:

C_{Total} = \frac{1}{\frac{1}{C_{1}} + \frac{1}{C_{2}} + \frac{1}{C_{3}}}

Parallel Circuits

Calculating resistance and capacitance in a parallel circuit is kind of funny. You just switch the methods from the series circuits =)

To calculate resistances in parallel you use the same method used to calculate capacitors in series. And vice versa.

Current in Parallel Circuits

The current in parallel circuits can be different from path to path. To find the current of a path, you use Ohm’s law.

I = \frac{V}{R}

Calculating Resistors in Parallel

Resistance in a parallel circuit

To calculate the resistance in a parallel circuit, you use the following formula

\frac{1}{R_{Total}} = \frac{1}{R_{1}} + \frac{1}{R_{2}} + \frac{1}{R_{3}}

To find RTOTAL you need to invert both sides, and you’ll end up with this:

R_{Total} = \frac{1}{\frac{1}{R_{1}} + \frac{1}{R_{2}} + \frac{1}{R_{3}}}

Calculating Capacitors in Parallel

Capacitance in a parallel circuit

You calculate the capacitance from capacitors in parallel simply by taking the sum of all the capacitance values.

C_{Total} = C_{1} + C_{2} + C_{3}

Write your comments and questions in the comment field below.

More Basic Electronics Tutorials

9 thoughts on “Series and Parallel Circuits”

  1. Hi! Thanks for all the effort on all these articles.
    Just curious, so are capacitors connected in parallel useful? As it just decrease the capacitance.

    Reply

Leave a Comment