Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
184_notes:examples:week6_node_rule [2018/02/03 22:29] – tallpaul | 184_notes:examples:week6_node_rule [2021/06/08 00:51] (current) – schram45 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | [[184_notes: | ||
+ | |||
=====Example: | =====Example: | ||
Suppose you have the circuit below. You are given a few values: I1=8 A, I2=3 A, and I3=4 A. Determine all other currents in the circuit, using the [[184_notes: | Suppose you have the circuit below. You are given a few values: I1=8 A, I2=3 A, and I3=4 A. Determine all other currents in the circuit, using the [[184_notes: | ||
- | {{ 184_notes: | + | [{{ 184_notes: |
===Facts=== | ===Facts=== | ||
Line 12: | Line 14: | ||
===Representations=== | ===Representations=== | ||
- | * For simplicity of discussion, we label the nodes in an updated representation: | + | For simplicity of discussion, we label the nodes in an updated representation: |
- | {{ 184_notes: | + | [{{ 184_notes: |
+ | |||
+ | <WRAP TIP> | ||
+ | ===Assumption=== | ||
+ | We will assume we have a perfect battery to supply a steady current to the circuit and will not die over time. | ||
+ | </ | ||
====Solution==== | ====Solution==== | ||
+ | Okay, there is a lot going on with all these nodes. Let's make a plan to organize our approach. | ||
+ | <WRAP TIP> | ||
+ | === Plan === | ||
+ | Take the nodes one at a time. Here's the plan in steps: | ||
+ | * Look at all the known currents attached to a node. | ||
+ | * Assign variables to the unknown currents attached to a node. | ||
+ | * Set up an equation using the Node Rule. If not sure about whether a current is going in or coming out of the node, guess. | ||
+ | * Solve for the unknown currents. | ||
+ | * If any of them are negative, then we guessed wrong two steps ago. We can just flip the sign now. | ||
+ | * Repeat the above steps for all the nodes. | ||
+ | </ | ||
+ | |||
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: Iin=Iout. Since I1=8 A and I2=3 A, we need IA→B to be outgoing to balance. To satisfy the Node Rule, we set | 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: Iin=Iout. Since I1=8 A and I2=3 A, we need IA→B to be outgoing to balance. To satisfy the Node Rule, we set | ||
IA→B=Iout−I2=Iin−I2=I1−I2=5 A | IA→B=Iout−I2=Iin−I2=I1−I2=5 A | ||
Line 28: | Line 47: | ||
ID→battery=Iout=Iin=IB→D+IB→D=8 A | ID→battery=Iout=Iin=IB→D+IB→D=8 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, | + | 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, |
- | {{ 184_notes: | + | [{{ 184_notes: |