Both sides previous revision Previous revision Next revision | Previous revision |
184_notes:examples:week7_ohms_law [2017/10/04 18:20] – [Example: Application of Ohm's Law] tallpaul | 184_notes:examples:week7_ohms_law [2018/06/19 14:54] (current) – curdemma |
---|
| [[184_notes:resistivity|Return to resistors and conductivity]] |
| |
=====Example: Application of Ohm's Law===== | =====Example: Application of Ohm's Law===== |
Suppose you have a simple circuit that contains only a 9-Volt battery and a resistor of 120Ω. What is the current in the wire? | Suppose you have a simple circuit that contains only a 9-Volt battery and a resistor of 120Ω. What is the current in the wire? |
| |
===Approximations & Assumptions=== | ===Approximations & Assumptions=== |
* The wire has no (negligible) resistance. | * The wire has very very small resistance when compared to the 120 Ω resistor. |
* The circuit is in a steady state. | * The circuit is in a steady state. |
* Approximating the battery as a mechanical battery. | * Approximating the battery as a mechanical battery. |
===Representations=== | ===Representations=== |
* We represent [[184_notes:resistivity#Resistance|Ohm's Law]] as ΔV=IR. | * We represent [[184_notes:resistivity#Resistance|Ohm's Law]] as ΔV=IR. |
* We represent the situation with following picture. | * We represent the situation with following circuit diagram. |
| |
{{ 184_notes:7_ohm.png?300 |Circuit with Resistor}} | [{{ 184_notes:7_ohm.png?300 |Circuit with Resistor}}] |
| |
====Solution==== | ====Solution==== |
Let's start with node A. Incoming current is I1, and outgoing current is I2. How do we decide if IA→B is incoming or outgoing? We need to bring it back to the Node Rule: $I_{in}=I_{out}$. Since I1=8 A and I2=3 A, we need IA→B to be outgoing to balance. To satisfy the Node Rule, we set | We have assumed that the battery and the wire contribute negligible resistance to the circuit. So the resistance of the circuit is simply the resistance of the resistor: $R = 120\Omega$. These assumptions also lead us to conclude that the voltage that is provided by the battery is used up only in the resistor (and not on the wires). So the potential difference across the resistor is the entire 9 Volts, so $\Delta V = 9 \text{ V}$. We can now use Ohm's Law to find the current through the circuit: $$I = \frac{\Delta V}{R} = 75 \text{ mA}$$ |
IA→B=Iout−I2=Iin−I2=I1−I2=5 A | |
| |
We do a similar analysis for node B. Incoming current is IA→B, and outgoing current is I3. Since IA→B=5 A and I3=4 A, we need IB→D to be outgoing to balance. To satisfy the Node Rule, we set | |
IB→D=Iout−I3=Iin−I3=IA→B−I3=1 A | |
| |
For node C, incoming current is I2 and I3. There is no outgoing current defined yet! IC→D must be outgoing to balance. To satisfy the Node Rule, we set | |
$$I_{C\rightarrow D} = I_{out} = I_{in} = I_2+I_3 = 7 \text{ A}$$ | |
| |
Lastly, we look at node $D$. Incoming current is IB→D and IC→D. Since there is no outgoing current defined yet, ID→battery must be outgoing to balance. To satisfy the Node Rule, we set | |
$$I_{D\rightarrow battery} = I_{out} = I_{in} = I_{B\rightarrow D}+I_{B\rightarrow D} = 8 \text{ A}$$ | |
| |
Notice that ID→battery=I1. This will always be the case for currents going in and out of the battery (approximating a few things that are usually safe to approximate, such as a steady current). In fact, we could have treated the battery as another node in this example. Notice also that if you incorrectly reason about the direction of a current (incoming or outgoing), the calculation will give a negative number for the current. The Node Rule is self-correcting. A final diagram with directions is shown below. | |
| |
{{ 184_notes:6_nodes_with_arrows.png?300 |Circuit with Nodes}} | |