184_notes:kirchoffs_rules

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
184_notes:kirchoffs_rules [2018/10/04 14:34] dmcpadden184_notes:kirchoffs_rules [2021/03/04 17:02] – [Step 1: Pick the direction of current in each branch of the circuit] bartonmo
Line 1: Line 1:
-[[184_notes:c_parallel|Previous Page: Capacitors in Parallel]] 
  
-[[184_notes:combinations|Next Page: Larger Combinations of Circuit Elements]]+/*[[184_notes:c_series|Next Page: Capacitors in Series]] 
 + 
 +[[184_notes:r_parallel|Previous Page: Resistors in Parallel]]*/
  
 ===== Using Loop and Node Rules to Solve Circuits ===== ===== Using Loop and Node Rules to Solve Circuits =====
-So far this week, we have talked about how to deal with circuit elements that are in series and in parallel. We can use these rules for resistance, along with Ohm's law, to figure out the current and voltage at every point in the circuit. However, how do you solve circuits that are neither in series or parallel? Or when there are multiple voltage sources? For circuits that don't follow the series/parallel rules, we can always go back to the Loop Rule and Node Rule that we talked about previously because these are the statements of Conservation of Energy and Conservation of Charge, respectively. This page of notes will walk you through the general steps and an example of how to set up the Loop and Node Rules to solve for quantities in a circuit.+So far this week, we have talked about how to deal with circuit elements that are in [[184_notes:r_series|series]] and in [[184_notes:r_parallel|parallel]]. We can use these rules for resistance, along with Ohm's law, to figure out the current and voltage at every point in the circuit. However, how do you solve circuits that are neither in series or parallel? Or when there are multiple voltage sources? For circuits that don't follow the series/parallel rules, we can always go back to the [[184_notes:r_energy|Loop Rule]] and [[184_notes:current|Node Rule]] that we talked about previously because these are the statements of Conservation of Energy and Conservation of Charge, respectively. This page of notes will walk you through the general steps and an example of how to set up the Loop and Node Rules to solve for quantities in a circuit.
  
 ==== Example and Steps for Node/Loop Rules ==== ==== Example and Steps for Node/Loop Rules ====
Line 13: Line 14:
 ==== Step 1: Pick the direction of current in each branch of the circuit ==== ==== Step 1: Pick the direction of current in each branch of the circuit ====
 [{{  184_notes:loop_node_circuits_2.png?300|Current $I_1$ is picked to go clockwise around the left branch, current $I_2$ is picked to go clockwise around the right branch, and current $I_3$ is picked to go down through the middle branch.}}] [{{  184_notes:loop_node_circuits_2.png?300|Current $I_1$ is picked to go clockwise around the left branch, current $I_2$ is picked to go clockwise around the right branch, and current $I_3$ is picked to go down through the middle branch.}}]
-The first thing we need to do when solving these problems is to pick a direction for the current in each branch of the circuit. This is very similar to picking a coordinate system, just in the context of circuits. In the circuit below, we have picked the directions for the currents labeled now as $I_1$, $I_2$, and $I_3$. You can pick which ever directions you want in this step. For example, we could have picked $I_3$ to point up instead of down (or similarly for the other currents). It doesn't matter what direction you pick for the current directions in this step as long as you are consistent with the current directions in the following steps. (This is the same idea as it doesn't matter which direction you call the x-direction as long as you are consistent with your use of "x" after that.)+The first thing we need to do when solving these problems is to pick a direction for the current in each branch of the circuit. This is very similar to picking a coordinate system, just in the context of circuits. In the circuit below, we have picked the directions for the currents labeled now as $I_1$, $I_2$, and $I_3$. You can pick which ever directions you want in this step. For example, we could have picked $I_3$ to point up instead of down (or similarly for the other currents). //It doesn't matter what direction you pick for the current directions in this step as long as you are consistent with the current directions in the following steps.// (This is the same idea as it doesn't matter which direction you call the x-direction as long as you are consistent with your use of "x" after that.)
  
 ==== Step 2: Identify the Nodes and write out the Node Rule equations ==== ==== Step 2: Identify the Nodes and write out the Node Rule equations ====
Line 20: Line 21:
 For the Node equations, you want to pick the junctions where you have more than one current either entering or leaving that junction. For our example, this would be Point B and Point E. Then we use the Conservation of Charge to say that $I_{in}=I_{out}$ for that junction (i.e. all of the charge that enters that point must also leave that point). For Point B, this equation would then be: For the Node equations, you want to pick the junctions where you have more than one current either entering or leaving that junction. For our example, this would be Point B and Point E. Then we use the Conservation of Charge to say that $I_{in}=I_{out}$ for that junction (i.e. all of the charge that enters that point must also leave that point). For Point B, this equation would then be:
  
-$$\text{Node B: } I_1+I_2=I_3$$+$$\text{Node B: } I_1 = I_2+I_3$$
  
 and for Point E, this equation would be: and for Point E, this equation would be:
  
-$$\text{Node E: } I_3=I_1+I_2$$+$$\text{Node E: } I_3+I_2=I_1$$
  
 You'll notice that the Node equations for Points B and E are exactly the same (just flipped as to which currents are going "into" the junction vs "out of" the junction). This is because there are only three branches in this circuit - it is possible to have more complicated circuits where there are more junctions and more non-repeating Node equations. You'll notice that the Node equations for Points B and E are exactly the same (just flipped as to which currents are going "into" the junction vs "out of" the junction). This is because there are only three branches in this circuit - it is possible to have more complicated circuits where there are more junctions and more non-repeating Node equations.
Line 52: Line 53:
 $$\text{Loop ABEDA:  } -\Delta V_\beta - \Delta V_\delta + \Delta V_1 = 0$$ $$\text{Loop ABEDA:  } -\Delta V_\beta - \Delta V_\delta + \Delta V_1 = 0$$
  
-$$\text{Loop BCFEB: +\Delta V_\alpha \Delta V_\gamma - \Delta V_2 + \Delta V_\beta = 0$$+$$\text{Loop BCFEB: -\Delta V_\alpha \Delta V_\gamma - \Delta V_2 + \Delta V_\beta = 0$$
  
-$$\text{Loop ABCFEDA: +\Delta V_\alpha \Delta V_\gamma - \Delta V_2 - \Delta V_\delta + \Delta V_1 = 0 $$+$$\text{Loop ABCFEDA: -\Delta V_\alpha \Delta V_\gamma - \Delta V_2 - \Delta V_\delta + \Delta V_1 = 0 $$
  
 Once you have the loop equations written out, you can always substitute $\Delta V = IR$ to make better use of your knowns/unknowns. For example, we could rewrite Loop ABEDA as: Once you have the loop equations written out, you can always substitute $\Delta V = IR$ to make better use of your knowns/unknowns. For example, we could rewrite Loop ABEDA as:
  • 184_notes/kirchoffs_rules.txt
  • Last modified: 2022/02/21 21:52
  • by dmcpadden