Parallel Circuits: Difference between revisions

From Physics Book
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


==The Main Idea==
==The Main Idea==
[[Image:Pc1.png|right|thumb|An simple parallel circuit. R1 and R2 lie on different branches of the circuit.]]
[[Image:Pc1.png|right|thumb|A simple parallel circuit. R1 and R2 lie on different branches of the circuit.]]
Components of a circuit can be connected in two main ways, in series or in parallel. This page focuses on components connected in ''parallel'', which means that the components are connected such that the same voltage is applied to each component. A '''parallel circuit''' is a circuit that is connected entirely in parallel. Each component in a parallel circuit occupies its own ''branch'', or path in the circuit, and these branches are connected at locations called ''nodes''. Thus a charge passing through the circuit has multiple possible paths that it can take when it reaches a node. This property is the reason why adding an additional resistor in a parallel circuit results in a decreased total resistance of the circuit (since there is an additional path that the charges can follow). Likewise, if a path is removed, or if the circuit is broken in a single path, more charge is forced to flow through the remaining paths, and the total resistance increases.
Components of a circuit can be connected in two main ways, in series or in parallel. This page focuses on components connected in ''parallel'', which means that the components are connected such that the same voltage is applied to each component. A '''parallel circuit''' is a circuit that is connected entirely in parallel. Each component in a parallel circuit occupies its own ''branch'', or path in the circuit, and these branches are connected at locations called ''nodes''. Thus a charge passing through the circuit has multiple possible paths that it can take when it reaches a node. This property is the reason why adding an additional resistor in a parallel circuit results in a decreased total resistance of the circuit (since there is an additional path that the charges can follow). Likewise, if a path is removed, or if the circuit is broken in a single path, more charge is forced to flow through the remaining paths, and the total resistance increases.


===A Mathematical Model===
===A Mathematical Model===
 
Ohm's Law is essential for understanding circuits, and in particular, the relationship between current, voltage, and resistance.
::<math>V=IR</math>
::<math>I=\frac{V}{R}</math>
Using the basic Ohm's law we could determine the voltage, resistance, and current throughout a circuit.
The voltage is the same for all elements of a parallel circuit.
 
::<math>V_{total}=V_1=V_2=...=V_n</math>
:::<math>\frac{1}{R}_{Total}=\frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_3}+...\frac{1}{R_N}</math>
The total resistance of a parallel circuit is the reciprocal of the sum of the reciprocals of the individual resistances.
 
::<math>\frac{1}{R_{total}}=\frac{1}{R_1}+\frac{1}{R_2}+...+\frac{1}{R_n}</math>
When calculating the total Reisistance in a parallel circuit, we need to know the basic principle:
Applying Ohm's Law to these two equations, we can find the total current of the circuit.
 
::<math>I_{total}=V(\frac{1}{R_{1}}+\frac{1}{R_{2}}+...+\frac{1}{R_{n}})</math>
 
And the current flowing through a component with resistance <math>R_{i}</math> will be:
'''More resistor in parallel circuit, less resistance.'''
::<math>I_{i}=\frac{V}{R_{i}}</math>
So, we need to find the sum of reciprocals of individual resistors to derive the total resistor.
These results are consistent with Kirchhoff's circuit laws, and can be similarly derived.
 
 
 
:::<math>V_{Total}=V_1=V_2=V_3...=V_N</math>
 
In a parallel circuit, potential difference through out the circuit is equal everywhere.
 
 
:::<math>I_{Total}=I_1+I_2+I_3+...I_N</math>
 
In a parallel circuit, the total amount of current outside the individual branch equals to the sum of individual branches in the circuit. Thus, the individual current in each branch depends on the resistor in the branch.
 
[[File:Current.gif]]
 
 
:::<math>I_n=I_{Total}\frac{R_{Total}}{R_n}</math>
 
'''Current Divider Law'''
Since the current running through each branch of the circuit is dependent on the impedance of that branch, the current divider law can be used to determine the magnitude the current through each individual branch.
 
So if we want to find out the current in <math>R_1 </math>
:::<math>I_1=I_{Total}\frac{R_{Total}}{R_1}</math>


===A Computational Model===
===A Computational Model===


[[File:ParallelCircuit.jpeg]]
A schematic is the easiest way to visualize a parallel circuit, and circuits in general.  


This is a simple way to represent a Parallel Circuit. The schematic version is very useful when we want to compute the values, and understand the concept. <math>R </math> represents a resistor and the <math>Battery</math> represents the total <math>emf</math> in the circuit.
[[File:pc3.png]]


The circuit above contains a battery and three resistors. Notice R1, R2, and R3 occupy different branches of the circuit. They are connected by only two nodes, one at the top of the circuit and one at the bottom, even though it may seem like there are four nodes in the schematic.


The following image shows a real-world example.


[[File:paralleldiagram.jpeg]]
[[File:paralleldiagram.jpeg]]


This diagram is the actual Parallel Circuit we could see in real life. The actual battery could represent the total emf in the previous schematic sketch, and the light bulb would act as a resistor from the previous parallel circuit.
Each lightbulb acts like a resistor in the previous circuit schematic.


==Examples==
==Examples==
These are practical examples we could solve through the formula, and the concept we've learned through this Wiki Page.


===Simple===
===Simple===
Line 61: Line 39:




[[File:simplep.png]]
[[File:pc3.png]]
 


===Solution===
===Solution===


:::<math>\frac{1}{R}_{Total}=\frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_3} </math>
Start by applying the formula for the resistance of a parallel circuit.
 
:::<math>\frac{1}{R}_{total}=\frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_3}</math>
 
In this case, we simply need to substitute the values of <math>R_1</math>, <math>R_2</math>, and <math>R_3</math> into the formula, and solve for <math>R_{total}</math>.


Using this formula we could derive the total resistance of a parallel circuit.
:::<math>\frac{1}{R}_{total}=\frac{1}{50&Omega;}+\frac{1}{70&Omega;}+\frac{1}{100&Omega;}</math>


Plugging in 90 for <math>R_1 </math>, 45 for <math>R_2 </math>, and 180 for <math>R_3 </math>, we get


:::<math>{R}_{Total}=25.7143 &Omega;</math>
:::<math>{R}_{total}=22.581&Omega;</math>


===Middling===
===Middling===

Revision as of 18:36, 29 November 2017

Claimed by Alex Oshin (Fall 2017)

The Main Idea

A simple parallel circuit. R1 and R2 lie on different branches of the circuit.

Components of a circuit can be connected in two main ways, in series or in parallel. This page focuses on components connected in parallel, which means that the components are connected such that the same voltage is applied to each component. A parallel circuit is a circuit that is connected entirely in parallel. Each component in a parallel circuit occupies its own branch, or path in the circuit, and these branches are connected at locations called nodes. Thus a charge passing through the circuit has multiple possible paths that it can take when it reaches a node. This property is the reason why adding an additional resistor in a parallel circuit results in a decreased total resistance of the circuit (since there is an additional path that the charges can follow). Likewise, if a path is removed, or if the circuit is broken in a single path, more charge is forced to flow through the remaining paths, and the total resistance increases.

A Mathematical Model

Ohm's Law is essential for understanding circuits, and in particular, the relationship between current, voltage, and resistance.

[math]\displaystyle{ I=\frac{V}{R} }[/math]

The voltage is the same for all elements of a parallel circuit.

[math]\displaystyle{ V_{total}=V_1=V_2=...=V_n }[/math]

The total resistance of a parallel circuit is the reciprocal of the sum of the reciprocals of the individual resistances.

[math]\displaystyle{ \frac{1}{R_{total}}=\frac{1}{R_1}+\frac{1}{R_2}+...+\frac{1}{R_n} }[/math]

Applying Ohm's Law to these two equations, we can find the total current of the circuit.

[math]\displaystyle{ I_{total}=V(\frac{1}{R_{1}}+\frac{1}{R_{2}}+...+\frac{1}{R_{n}}) }[/math]

And the current flowing through a component with resistance [math]\displaystyle{ R_{i} }[/math] will be:

[math]\displaystyle{ I_{i}=\frac{V}{R_{i}} }[/math]

These results are consistent with Kirchhoff's circuit laws, and can be similarly derived.

A Computational Model

A schematic is the easiest way to visualize a parallel circuit, and circuits in general.

The circuit above contains a battery and three resistors. Notice R1, R2, and R3 occupy different branches of the circuit. They are connected by only two nodes, one at the top of the circuit and one at the bottom, even though it may seem like there are four nodes in the schematic.

The following image shows a real-world example.

Each lightbulb acts like a resistor in the previous circuit schematic.

Examples

Simple

Calculate the total resistance of this parallel circuit.



Solution

Start by applying the formula for the resistance of a parallel circuit.

[math]\displaystyle{ \frac{1}{R}_{total}=\frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_3} }[/math]

In this case, we simply need to substitute the values of [math]\displaystyle{ R_1 }[/math], [math]\displaystyle{ R_2 }[/math], and [math]\displaystyle{ R_3 }[/math] into the formula, and solve for [math]\displaystyle{ R_{total} }[/math].

[math]\displaystyle{ \frac{1}{R}_{total}=\frac{1}{50&Omega;}+\frac{1}{70&Omega;}+\frac{1}{100&Omega;} }[/math]


[math]\displaystyle{ {R}_{total}=22.581&Omega; }[/math]

Middling

Calculate the current running through [math]\displaystyle{ R_1 }[/math].

Total current running through the circuit is 5 ampere. [math]\displaystyle{ R_1 }[/math]= 4 ohm, and [math]\displaystyle{ R_2 }[/math]= 6 ohm

Solution

In order to find out the current running through [math]\displaystyle{ R_1 }[/math], we can use the current divider law. First calculate the total resistance.

[math]\displaystyle{ \frac{1}{R}_{Total}=\frac{1}{R_1}+\frac{1}{R_2} }[/math]

Rearranging this formula we get

[math]\displaystyle{ {R}_{Total}=\frac{R_1R_2}{R_1+R_2}=2.4 &Omega; }[/math]

Now plug in all the value to the following equation.

[math]\displaystyle{ I_{Total}=5A }[/math]
[math]\displaystyle{ I_1=I_{Total}\frac{R_{Total}}{R_1}=3A }[/math]

Difficult

Calculate the current running through [math]\displaystyle{ R_2 }[/math].


Solution

First we have to find out the total resistance of this circuit. Since we have both series and parallel component in the circuit, we have to add all the components to find out the total resistance.

[math]\displaystyle{ R_{Parallel}=\frac{R_2R_3}{R_2+R_3}=18.75 &Omega; }[/math]
[math]\displaystyle{ R_{Total}=R_1+R_{Parallel}+R_4=58.75 &Omega; }[/math]

Now using the Ohm's law we could determine the total current running through the circuit.

[math]\displaystyle{ V_{Total}=I_{Total}R_{Total} }[/math]
[math]\displaystyle{ V_{Total}=10V }[/math]
[math]\displaystyle{ I_{Total}=\frac{V_{Total}}{R_{Total}} }[/math]
[math]\displaystyle{ I_{Total}=0.17A }[/math]

We can now use the current divider law to calculate the current running through [math]\displaystyle{ R_2 }[/math].

[math]\displaystyle{ I_2=I_{Total}\frac{R_{Parallel}}{R_2}=0.10625A }[/math]

To check our answer, calculate the current running through [math]\displaystyle{ R_3 }[/math]

[math]\displaystyle{ I_3=I_{Total}\frac{R_{Parallel}}{R_3}=0.06375A }[/math]
[math]\displaystyle{ I_{Total}=I_2+I_3=0.17A }[/math]

Since the total current in a parallel circuit equals to the sum of the current running through each branch, we could verify our answers.

Connectedness

Circuit, including parallel, series, RC, RL... , could be applied to many areas. Circuits are used for many the power sources in the world. In every day's life we encounter using electrical events from turning on lights, using a mp3 player, and so on. Majoring in computer engineering, I have to deal with many circuits, and apply it to the real world. I choose this topic to cover more details about the circuit, and since a lot of students had hard time solving the circuit problem in Test 3. I'm interested in this area, because I can really understand what I can't easily visualize it in real life. By studying circuit, I can understand how power or electricity works, and even computer! In detail, I'm interested in the application of a simple circuit to design a computer. How integrated circuits are used to build a hardware and software.

This website provides some very useful video that shows how simple circuits works in the real world.

History

Integrated Circuit was invented by two inventors name Jack Kilby, and Robert Noyce in the mid 1950s. The work was not done in a corporation. They just came up with the same idea in the same time. Jack Kilby was working for Texas Instrument, whereas Robery Noyce was an research engineer who founded for Semiconductor Corporation. To design a complex computer machine, they needed something more small with more data, and information compared to original transistors, resistors, and capacitors. So they designed an integrated circuit that has many functions within a single chip. It was used to deal with complex matters with minimum cost. From the start of 1960s, many company started to use a chip, replacing the original transistors, and resistors. This integrated circuit is known as one of the most important invention in human kind. I wanted to introduce this specific circuit, because this is what I'm really interested in in my area computer engineering. (Designing the core of the computer)

See also

You could refer to other topics where you can build more idea about the circuits.

Series Circuit

First, you should know clearly about the series circuit in order to understand the basic circuit design. In real life we could see a parallel circuit combined with the series circuit, as the example shown in before.

RC

When we thoroughly understand the general idea of a circuit, it's very useful to refer to more complicated circuit as RC cirucit.

Node Rule
Loop Rule
Power in a circuit
Current
Ohm's Law

These pages would provide some basic information that we could refer to help understand the concept of parallel circuit

Further reading

Introduction to Electric Circuits 9th edition James A. Svoboda Richard C. Dorf

Basic Electric Circuit Theory Issaak D. Mayegoyz W.Lawson

Matter & Interactions Vol. II: Electric and Magnetic Interactions, 4th Edition R. Chabay B Sherwood

External links

References

Including the 3 textbook, I have refereed to the following external sources to create a wikipage.