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 [2017/09/27 13:48] – [Example: Application of Node Rule] 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. | + | Suppose you have the circuit below. |
- | + | [{{ 184_notes:6_nodeless.png?300 |Circuit}}] | |
- | {{ 184_notes:6_nodes.png?300 |Circuit | + | |
===Facts=== | ===Facts=== | ||
* I1=8 A, I2=3 A, and I3=4 A. | * I1=8 A, I2=3 A, and I3=4 A. | ||
* I1, I2, and I3 are directed as pictured. | * I1, I2, and I3 are directed as pictured. | ||
+ | * The Node Rule is Iin=Iout, | ||
- | ===Lacking=== | + | ===Goal=== |
- | * All other currents (including their directions). | + | * Find all the currents in the circuit |
- | + | ||
- | ===Approximations & Assumptions=== | + | |
- | * The current is not changing. | + | |
- | * All current in the circuit arises from other currents in the circuit. | + | |
===Representations=== | ===Representations=== | ||
- | * We represent | + | For simplicity of discussion, we label the nodes in an updated representation: |
- | * We represent the Node Rule as $I_{in}=I_{out}$. | + | [{{ 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==== | ||
- | First, notice that we probably do not want to do any calculations here, since the it will not be fun to take a dot-product of the dipole' | + | Okay, there is a lot going on with all these nodes. Let's make a plan to organize our approach. |
- | {{ 184_notes: | + | <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 | ||
+ | </ | ||
+ | |||
+ | 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 | ||
+ | $$I_{A\rightarrow B} = I_{out}-I_2 = I_{in}-I_2 = I_1-I_2 = 5 \text{ A}$$ | ||
+ | |||
+ | We do a similar analysis for node B. Incoming current is $I_{A\rightarrow B},andoutgoingcurrentisI_3.SinceI_{A\rightarrow B}=5 \text{ A}andI_3=4 \text{ A},weneedI_{B\rightarrow 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}$$ | ||
- | Notice that the vectors near the positive charge are leaving the cylinder, and the vectors near the negative charge are entering. Not only this, but they are mirror images of each other. Wherever an electric field vector points out of the cylinder on the right side, there is another electric field vector on the left that is pointing into the cylinder at the same angle. These mirror image vectors also have the same magnitude, though it is a little tougher to visualize. | + | 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 |
+ | ID→battery=Iout=Iin=IB→D+IB→D=8 A | ||
- | We could write this as a comparison between the left and right side of the cylinder. The $\text{d}\vec{A}$-vectors are mirrored | + | Notice that $I_{D\rightarrow battery}=I_1$. 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 representation with directions is shown below. |
- | $$\Phi_{left}=-\Phi_{right}$$ | + | |
- | Putting it together, we tentatively write: | + | [{{ 184_notes:6_nodes_with_arrows.png? |
- | $$\Phi_{\text{cylinder}}=\Phi_{left}+\Phi_{right}=0$$ | + | |
- | We gain more confidence when we read the [[184_notes:gauss_ex|next section of notes]], where we define " | + | |
- | $$\Phi_{\text{total}}=\int \vec{E} \cdot \text{d}\vec{A}=\frac{Q_{\text{enclosed}}}{\epsilon_0}$$ | + | |
- | Since the total charge of the dipole is 0, then indeed the charge enclosed is 0, and we were correct with our reasoning about the electric field and flux above. | + |