#set document(title: "21.3 Kirchhoff’s Rules", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 21.3#h(0.6em)Kirchhoff’s Rules === Learning Objectives By the end of this section, you will be able to: - Analyze a complex circuit using Kirchhoff’s rules, using the conventions for determining the correct signs of various terms. Many complex circuits, such as the one in , cannot be analyzed with the series-parallel techniques developed in Resistors in Series and Parallel and Electromotive Force: Terminal Voltage. There are, however, two circuit analysis rules that can be used to analyze any circuit, simple or complex. These rules are special cases of the laws of conservation of charge and conservation of energy. The rules are known as #strong[Kirchhoff’s rules], after their inventor Gustav Kirchhoff (1824–1887). #figure(figph[A complicated circuit diagram shows multiple resistances and voltage sources wired in series and in parallel. The circuit has three arms. The first has a cell of e m f script E sub one and internal resistance r sub one in series with a resistor R sub two. The second has a cell of e m f script E sub two and internal resistance r sub two in series with resistor R sub three. The third arm has a resistor R sub one. The three arms are connected in parallel.], alt: "A complicated circuit diagram shows multiple resistances and voltage sources wired in series and in parallel. The circuit has three arms. The first has a cell of e m f script E sub one and internal resistance r sub one in series with a resistor R sub two. The second has a cell of e m f script E sub two and internal resistance r sub two in series with resistor R sub three. The third arm has a resistor R sub one. The three arms are connected in parallel.", caption: [This circuit cannot be reduced to a combination of series and parallel connections. Kirchhoff’s rules, special applications of the laws of conservation of charge and energy, can be used to analyze it. (Note: The script E in the figure represents electromotive force, emf.)]) #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Kirchhoff’s Rules] - Kirchhoff’s first rule—the junction rule. The sum of all currents entering a junction must equal the sum of all currents leaving the junction. - Kirchhoff’s second rule—the loop rule. The algebraic sum of changes in potential around any closed circuit path (loop) must be zero. ] Explanations of the two rules will now be given, followed by problem-solving hints for applying Kirchhoff’s rules, and a worked example that uses them. === Kirchhoff’s First Rule Kirchhoff’s first rule (the #strong[junction rule]) is an application of the conservation of charge to a junction; it is illustrated in . Current is the flow of charge, and charge is conserved; thus, whatever charge flows into the junction must flow out. Kirchhoff’s first rule requires that #math.equation(block: false, alt: "I sub 1 equals I sub 2 plus I sub 3")[$I_(1) = I_(2) + I_(3)$] (see figure). Equations like this can and will be used to analyze circuits and to solve circuit problems. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Making Connections: Conservation Laws] Kirchhoff’s rules for circuit analysis are applications of #strong[conservation laws] to circuits. The first rule is the application of conservation of charge, while the second rule is the application of conservation of energy. Conservation laws, even used in a specific application, such as circuit analysis, are so basic as to form the foundation of that application. ] #figure(figph[This schematic drawing shows a T-junction, with one current I sub one flowing into the T and two currents I sub two and I sub three flowing out of the T junction.], alt: "This schematic drawing shows a T-junction, with one current I sub one flowing into the T and two currents I sub two and I sub three flowing out of the T junction.", caption: [The junction rule. The diagram shows an example of Kirchhoff’s first rule where the sum of the currents into a junction equals the sum of the currents out of a junction. In this case, the current going into the junction splits and comes out as two currents, so that #math.equation(block: false, alt: "I sub 1 equals I sub 2 plus I sub 3")[$I_(1) = I_(2) + I_(3)$]. Here #math.equation(block: false, alt: "I sub 1")[$I_(1)$] must be 11 A, since #math.equation(block: false, alt: "I sub 2")[$I_(2)$] is 7 A and #math.equation(block: false, alt: "I sub 3")[$I_(3)$] is 4 A.]) === Kirchhoff’s Second Rule Kirchhoff’s second rule (the #strong[loop rule]) is an application of conservation of energy. The loop rule is stated in terms of potential, #math.equation(block: false, alt: "V")[$V$], rather than potential energy, but the two are related since #math.equation(block: false, alt: "PE sub elec equals qV")[$"PE"_("elec") = "qV"$]. Recall that #strong[emf] is the potential difference of a source when no current is flowing. In a closed loop, whatever energy is supplied by emf must be transferred into other forms by devices in the loop, since there are no other ways in which energy can be transferred into or out of the circuit. illustrates the changes in potential in a simple series circuit loop. Kirchhoff’s second rule requires #math.equation(block: false, alt: "emf minus Ir minus IR sub 1 minus IR sub 2 equals 0")[$"emf" − "Ir" − "IR"_(1) − "IR"_(2) = 0$]. Rearranged, this is #math.equation(block: false, alt: "emf equals Ir plus IR sub 1 plus IR sub 2")[$"emf" = "Ir" + "IR"_(1) + "IR"_(2)$], which means the emf equals the sum of the #math.equation(block: false, alt: "IR")[$"IR"$] (voltage) drops in the loop. #figure(figph[Part a shows a schematic of a simple circuit that has a voltage source in series with two load resistors. The voltage source has an e m f, labeled script E, of eighteen volts. The voltage drops are one volt across the internal resistance and twelve volts and five volts across the two load resistances. Part b is a perspective drawing corresponding to the circuit in part a. The charge is raised in potential by the e m f and lowered by the resistances.], alt: "Part a shows a schematic of a simple circuit that has a voltage source in series with two load resistors. The voltage source has an e m f, labeled script E, of eighteen volts. The voltage drops are one volt across the internal resistance and twelve volts and five volts across the two load resistances. Part b is a perspective drawing corresponding to the circuit in part a. The charge is raised in potential by the e m f and lowered by the resistances.", caption: [The loop rule. An example of Kirchhoff’s second rule where the sum of the changes in potential around a closed loop must be zero. (a) In this standard schematic of a simple series circuit, the emf supplies 18 V, which is reduced to zero by the resistances, with 1 V across the internal resistance, and 12 V and 5 V across the two load resistances, for a total of 18 V. (b) This perspective view represents the potential as something like a roller coaster, where charge is raised in potential by the emf and lowered by the resistances. (Note that the script E stands for emf.)]) === Applying Kirchhoff’s Rules By applying Kirchhoff’s rules, we generate equations that allow us to find the unknowns in circuits. The unknowns may be currents, emfs, or resistances. Each time a rule is applied, an equation is produced. If there are as many independent equations as unknowns, then the problem can be solved. There are two decisions you must make when applying Kirchhoff’s rules. These decisions determine the signs of various quantities in the equations you obtain from applying the rules. + When applying Kirchhoff’s first rule, the junction rule, you must label the current in each branch and decide in what direction it is going. For example, in , , and , currents are labeled #math.equation(block: false, alt: "I sub 1")[$I_(1)$], #math.equation(block: false, alt: "I sub 2")[$I_(2)$], #math.equation(block: false, alt: "I sub 3")[$I_(3)$], and #math.equation(block: false, alt: "I")[$I$], and arrows indicate their directions. There is no risk here, for if you choose the wrong direction, the current will be of the correct magnitude but negative. + When applying Kirchhoff’s second rule, the loop rule, you must identify a closed loop and decide in which direction to go around it, clockwise or counterclockwise. For example, in the loop was traversed in the same direction as the current (clockwise). Again, there is no risk; going around the circuit in the opposite direction reverses the sign of every term in the equation, which is like multiplying both sides of the equation by #math.equation(block: false, alt: "–1.")[$–1.$] and the following points will help you get the plus or minus signs right when applying the loop rule. Note that the resistors and emfs are traversed by going from a to b. In many circuits, it will be necessary to construct more than one loop. In traversing each loop, one needs to be consistent for the sign of the change in potential. () #figure(figph[This figure shows four situations where current flows through either a resistor or a source, and the calculation of the potential change across each. The first two diagrams show the potential drop across a resistor, with the current flowing from left to right or right to left. The other two diagrams show a potential drop across a voltage source, when the terminals are in one orientation and then another.], alt: "This figure shows four situations where current flows through either a resistor or a source, and the calculation of the potential change across each. The first two diagrams show the potential drop across a resistor, with the current flowing from left to right or right to left. The other two diagrams show a potential drop across a voltage source, when the terminals are in one orientation and then another.", caption: [Each of these resistors and voltage sources is traversed from a to b. The potential changes are shown beneath each element and are explained in the text. (Note that the script E stands for emf.)]) - When a resistor is traversed in the same direction as the current, the change in potential is #math.equation(block: false, alt: "minus IR")[$− "IR"$]. () - When a resistor is traversed in the direction opposite to the current, the change in potential is #math.equation(block: false, alt: "plus IR")[$+ "IR"$]. () - When an emf is traversed from #math.equation(block: false, alt: "minus")[$−$] to + (the same direction it moves positive charge), the change in potential is +emf. () - When an emf is traversed from + to #math.equation(block: false, alt: "minus")[$−$] (opposite to the direction it moves positive charge), the change in potential is #math.equation(block: false, alt: "minus")[$−$]emf. () #examplebox("Example 1")[Calculating Current: Using Kirchhoff’s Rules][ Find the currents flowing in the circuit in . #figure(figph[The diagram shows a complex circuit with two voltage sources E sub one and E sub two and several resistive loads, wired in two loops and two junctions. Several points on the diagram are marked with letters a through h. The current in each branch is labeled separately.], alt: "The diagram shows a complex circuit with two voltage sources E sub one and E sub two and several resistive loads, wired in two loops and two junctions. Several points on the diagram are marked with letters a through h. The current in each branch is labeled separately.", caption: [This circuit is similar to that in , but the resistances and emfs are specified. (Each emf is denoted by script E.) The currents in each branch are labeled and assumed to move in the directions shown. This example uses Kirchhoff’s rules to find the currents.]) Strategy This circuit is sufficiently complex that the currents cannot be found using Ohm’s law and the series-parallel techniques—it is necessary to use Kirchhoff’s rules. Currents have been labeled #math.equation(block: false, alt: "I sub 1")[$I_(1)$], #math.equation(block: false, alt: "I sub 2")[$I_(2)$], and #math.equation(block: false, alt: "I sub 3")[$I_(3)$] in the figure and assumptions have been made about their directions. Locations on the diagram have been labeled with letters a through h. In the solution we will apply the junction and loop rules, seeking three independent equations to allow us to solve for the three unknown currents. Solution We begin by applying Kirchhoff’s first or junction rule at point a. This gives #math.equation(block: true, alt: "I sub 1 equals I sub 2 plus I sub 3 ,")[$I_(1) = I_(2) + I_(3) ,$] since #math.equation(block: false, alt: "I sub 1")[$I_(1)$] flows into the junction, while #math.equation(block: false, alt: "I sub 2")[$I_(2)$] and #math.equation(block: false, alt: "I sub 3")[$I_(3)$] flow out. Applying the junction rule at e produces exactly the same equation, so that no new information is obtained. This is a single equation with three unknowns—three independent equations are needed, and so the loop rule must be applied. Now we consider the loop abcdea. Going from a to b, we traverse #math.equation(block: false, alt: "R sub 2")[$R_(2)$] in the same (assumed) direction of the current #math.equation(block: false, alt: "I sub 2")[$I_(2)$], and so the change in potential is #math.equation(block: false, alt: "minus I sub 2 R sub 2")[$− I_(2) R_(2)$]. Then going from b to c, we go from #math.equation(block: false, alt: "minus")[$−$] to +, so that the change in potential is #math.equation(block: false, alt: "plus emf sub 1")[$+ "emf"_(1)$]. Traversing the internal resistance #math.equation(block: false, alt: "r sub 1")[$r_(1)$] from c to d gives #math.equation(block: false, alt: "minus I sub 2 r sub 1")[$− I_(2) r_(1)$]. Completing the loop by going from d to a again traverses a resistor in the same direction as its current, giving a change in potential of #math.equation(block: false, alt: "minus I sub 1 R sub 1")[$− I_(1) R_(1)$]. The loop rule states that the changes in potential sum to zero. Thus, #math.equation(block: true, alt: "minus I sub 2 R sub 2 plus emf sub 1 minus I sub 2 r sub 1 minus I sub 1 R sub 1 equals minus I sub 2 open parenthesis R sub 2 plus r sub 1 close parenthesis plus emf sub 1 minus I sub 1 R sub 1 equals 0 .")[$− I_(2) R_(2) + "emf"_(1) − I_(2) r_(1) − I_(1) R_(1) = − I_(2) ( R_(2) + r_(1) ) + "emf"_(1) − I_(1) R_(1) = 0 .$] Substituting values from the circuit diagram for the resistances and emf, and canceling the ampere unit gives #math.equation(block: true, alt: "minus 3 I sub 2 plus 18 minus 6 I sub 1 equals 0 .")[$− attach(3 I, b: 2) + "18" − attach(6 I, b: 1) = 0 .$] Now applying the loop rule to aefgha (we could have chosen abcdefgha as well) similarly gives #math.equation(block: true, alt: "plus I sub 1 R sub 1 plus I sub 3 R sub 3 plus I sub 3 r sub 2 minus emf sub 2 = + I sub 1 R sub 1 plus I sub 3 R sub 3 plus r sub 2 minus emf sub 2 equals 0 .")[$+ #h(0.25em) I_(1) R_(1) + I_(3) R_(3) + I_(3) r_(2) − "emf"_(2) "= +" I_(1) R_(1) + I_(3) R_(3) + r_(2) − "emf"_(2) = 0 .$] Note that the signs are reversed compared with the other loop, because elements are traversed in the opposite direction. With values entered, this becomes #math.equation(block: true, alt: "plus 6 I sub 1 plus 2 I sub 3 minus 45 equals 0 .")[$+ #h(0.25em) attach(6 I, b: 1) + attach(2 I, b: 3) − "45" = 0 .$] These three equations are sufficient to solve for the three unknown currents. First, solve the second equation for #math.equation(block: false, alt: "I sub 2")[$I_(2)$]: #math.equation(block: true, alt: "I sub 2 equals 6 minus 2 I sub 1 .")[$I_(2) = 6 − attach(2 I, b: 1) .$] Now solve the third equation for #math.equation(block: false, alt: "I sub 3")[$I_(3)$]: #math.equation(block: true, alt: "I sub 3 equals 22 . 5 minus 3 I sub 1 .")[$I_(3) = "22" "." 5 − attach(3 I, b: 1) .$] Substituting these two new equations into the first one allows us to find a value for #math.equation(block: false, alt: "I sub 1")[$I_(1)$]: #math.equation(block: true, alt: "I sub 1 equals I sub 2 plus I sub 3 equals open parenthesis 6 minus 2 I sub 1 close parenthesis plus open parenthesis 22 . 5 minus 3 I sub 1 close parenthesis equals 28 . 5 minus 5 I sub 1 .")[$I_(1) = I_(2) + I_(3) = ( 6 − attach(2 I, b: 1) ) + ( "22" "." 5 − attach(3 I, b: 1) ) = "28" "." 5 − attach(5 I, b: 1) .$] Combining terms gives #math.equation(block: true, alt: "6 I sub 1 equals 28 . 5, and")[$attach(6 I, b: 1) = "28" "." 5, "and"$] #math.equation(block: true, alt: "I sub 1 equals 4 . 75 A .")[$I_(1) = 4 "." "75 A" .$] Substituting this value for #math.equation(block: false, alt: "I sub 1")[$I_(1)$] back into the fourth equation gives #math.equation(block: true, alt: "I sub 2 equals 6 minus 2 I sub 1 equals 6 minus 9.50")[$I_(2) = 6 − attach(2 I, b: 1) = 6 − 9.50$] #math.equation(block: true, alt: "I sub 2 equals minus 3 . 50 A .")[$I_(2) = − 3 "." "50 A" .$] The minus sign means #math.equation(block: false, alt: "I sub 2")[$I_(2)$] flows in the direction opposite to that assumed in . Finally, substituting the value for #math.equation(block: false, alt: "I sub 1")[$I_(1)$] into the fifth equation gives #math.equation(block: true, alt: "I sub 3 equals 22.5 minus 3 I sub 1 equals 22.5 minus 14 . 25")[$I_(3) = "22.5" − attach(3 I, b: 1) = "22.5" − "14" "." "25"$] #math.equation(block: true, alt: "I sub 3 equals 8 . 25 A .")[$I_(3) = 8 "." "25 A" .$] Discussion Just as a check, we note that indeed #math.equation(block: false, alt: "I sub 1 equals I sub 2 plus I sub 3")[$I_(1) = I_(2) + I_(3)$]. The results could also have been checked by entering all of the values into the equation for the abcdefgha loop. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Problem-Solving Strategies for Kirchhoff’s Rules] + Make certain there is a clear circuit diagram on which you can label all known and unknown resistances, emfs, and currents. If a current is unknown, you must assign it a direction. This is necessary for determining the signs of potential changes. If you assign the direction incorrectly, the current will be found to have a negative value—no harm done. + Apply the junction rule to any junction in the circuit. Each time the junction rule is applied, you should get an equation with a current that does not appear in a previous application—if not, then the equation is redundant. + Apply the loop rule to as many loops as needed to solve for the unknowns in the problem. (There must be as many independent equations as unknowns.) To apply the loop rule, you must choose a direction to go around the loop. Then carefully and consistently determine the signs of the potential changes for each element using the four bulleted points discussed above in conjunction with . + Solve the simultaneous equations for the unknowns. This may involve many algebraic steps, requiring careful checking and rechecking. + Check to see whether the answers are reasonable and consistent. The numbers should be of the correct order of magnitude, neither exceedingly large nor vanishingly small. The signs should be reasonable—for example, no resistance should be negative. Check to see that the values obtained satisfy the various equations obtained from applying the rules. The currents should satisfy the junction rule, for example. ] The material in this section is correct in theory. We should be able to verify it by making measurements of current and voltage. In fact, some of the devices used to make such measurements are straightforward applications of the principles covered so far and are explored in the next modules. As we shall see, a very basic, even profound, fact results—making a measurement alters the quantity being measured. Can Kirchhoff’s rules be applied to simple series and parallel circuits or are they restricted for use in more complicated circuits that are not combinations of series and parallel? #solutionbox[ Kirchhoff's rules can be applied to any circuit since they are applications to circuits of two conservation laws. Conservation laws are the most broadly applicable principles in physics. It is usually mathematically simpler to use the rules for series and parallel in simpler circuits so we emphasize Kirchhoff’s rules for use in more complicated situations. But the rules for series and parallel can be derived from Kirchhoff’s rules. Moreover, Kirchhoff’s rules can be expanded to devices other than resistors and emfs, such as capacitors, and are one of the basic analysis devices in circuit analysis. ] === Test Prep for AP Courses An experiment was set up with the circuit diagram shown. Assume #emph[R#sub[1]] = 10 Ω, #emph[R#sub[2]] = #emph[R#sub[3]] = 5 Ω,#emph[r] = 0 Ω and #emph[E] = 6 V. #figure(figph[A circuit is drawn with points a, b, and c across the top from left to right and points h, g, and f across the bottom from left to right. Segment ah from top to bottom has a battery with voltage E and a resistor with resistance r. Segment bg from top to bottom has point i, a resistor marked R1, and point j. Segment cf from top to bottom has resistor with resistance R2, point d, point e, and a resistor with resistance R3.], alt: "A circuit is drawn with points a, b, and c across the top from left to right and points h, g, and f across the bottom from left to right. Segment ah from top to bottom has a battery with voltage E and a resistor with resistance r. Segment bg from top to bottom has point i, a resistor marked R1, and point j. Segment cf from top to bottom has resistor with resistance R2, point d, point e, and a resistor with resistance R3.", caption: none) + One of the steps to examine the set-up is to test points with the same potential. Which of the following points can be tested? + Points #emph[b], #emph[c] and #emph[d]. + Points #emph[d], #emph[e] and #emph[f]. + Points #emph[f], #emph[h] and #emph[j]. + Points #emph[a], #emph[h] and #emph[i]. + At which three points should the currents be measured so that Kirchhoff’s junction rule can be directly confirmed? + Points #emph[b], #emph[c] and #emph[d]. + Points #emph[d], #emph[e] and #emph[f]. + Points #emph[f], #emph[h] and #emph[j]. + Points #emph[a], #emph[h] and #emph[i]. + If the current in the branch with the voltage source is upward and currents in the other two branches are downward, i.e. #emph[I#sub[a] = I#sub[i] + I#sub[c]], identify which of the following can be true? Select #emph[two] answers. + #emph[I#sub[i] = I#sub[j] - I#sub[f]] + #emph[I#sub[e] = I#sub[h] - I#sub[i]] + #emph[I#sub[c] = I#sub[j] - I#sub[a]] + #emph[I#sub[d] = I#sub[h] - I#sub[j]] + The measurements reveal that the current through #emph[R]#sub[1] is 0.5 A and #emph[R]#sub[3] is 0.6 A. Based on your knowledge of Kirchoff’s laws, confirm which of the following statements are true. + The measured current for #emph[R]#sub[1] is correct but for #emph[R]#sub[3] is incorrect. + The measured current for #emph[R]#sub[3] is correct but for #emph[R]#sub[1] is incorrect. + Both the measured currents are correct. + Both the measured currents are incorrect. + The graph shown in the following figure is the energy dissipated at #emph[R]#sub[1] as a function of time. #figure(figph[Plot of t versus E with a solid line drawn from the origin O to (E1, t1).], alt: "Plot of t versus E with a solid line drawn from the origin O to (E1, t1).", caption: none) Which of the following shows the graph for energy dissipated at #emph[R]#sub[2] as a function of time? + #figure(figph[Plot of t versus E with a solid line drawn from the origin O to (2E1, t1).], alt: "Plot of t versus E with a solid line drawn from the origin O to (2E1, t1).", caption: none) + #figure(figph[Plot of t versus E with a solid line drawn from the origin O to (E1, t1).], alt: "Plot of t versus E with a solid line drawn from the origin O to (E1, t1).", caption: none) + #figure(figph[Plot of t versus E with a solid line drawn from the origin O to (E1/2, t1).], alt: "Plot of t versus E with a solid line drawn from the origin O to (E1/2, t1).", caption: none) + #figure(figph[Plot of t versus E with a solid line drawn from the origin O to (E1/4, t1).], alt: "Plot of t versus E with a solid line drawn from the origin O to (E1/4, t1).", caption: none) For this question, consider the circuit shown in the following figure. #figure(figph[Circuit that across the top from left to right goes point b, battery with voltage E1, point c, resistor with resistance r1, and point d; across the middle goes point a, battery with voltage E2, point k, resistor with resistance r2, point l, resistor with resistance R2, and point e; across the bottom goes point j, battery with voltage E3, point i, resistor with resistance r3, and point h; along the left side from top to bottom goes a resistor with resistance R1, point a, and a resistor with resistance R3; and along the right side goes a resistor with resistance R5, point e, a resistor with resistance r4, point f, a battery with voltage E4, and point g. Additionally, there are three arrows showing the direction of the current: one between point a and the resistor with resistance R1 pointing up; another between point a and the battery with voltage E2 pointing right; and another between point j and the resistor with resistance R3 pointing up.], alt: "Circuit that across the top from left to right goes point b, battery with voltage E1, point c, resistor with resistance r1, and point d; across the middle goes point a, battery with voltage E2, point k, resistor with resistance r2, point l, resistor with resistance R2, and point e; across the bottom goes point j, battery with voltage E3, point i, resistor with resistance r3, and point h; along the left side from top to bottom goes a resistor with resistance R1, point a, and a resistor with resistance R3; and along the right side goes a resistor with resistance R5, point e, a resistor with resistance r4, point f, a battery with voltage E4, and point g. Additionally, there are three arrows showing the direction of the current: one between point a and the resistor with resistance R1 pointing up; another between point a and the battery with voltage E2 pointing right; and another between point j and the resistor with resistance R3 pointing up.", caption: none) + Assuming that none of the three currents (#emph[I]#sub[1], #emph[I]#sub[2], and #emph[I]#sub[3]) are equal to zero, which of the following statements is false? + #emph[I]#sub[3] = #emph[I]#sub[1] + #emph[I]#sub[2] at point #emph[a]. + #emph[I]#sub[2] = #emph[I]#sub[3] #strong[-] #emph[I]#sub[1] at point #emph[e]. + The current through #emph[R#sub[3]] is equal to the current through #emph[R#sub[5.]] + The current through #emph[R#sub[1]] is equal to the current through #emph[R]#sub[5.] + Which of the following statements is true? + #emph[E#sub[1] + E#sub[2] + I#sub[1]R#sub[1] - I#sub[2]R#sub[2] + I#sub[1]r#sub[1] - I#sub[2]r#sub[2] + I#sub[1]R#sub[5]] = 0 + #emph[- E#sub[1] + E#sub[2] + I#sub[1]R#sub[1] - I#sub[2]R#sub[2] + I#sub[1]r#sub[1] - I#sub[2]r#sub[2] - I#sub[1]R#sub[5]] = 0 + #emph[E#sub[1] - E#sub[2] - I#sub[1]R#sub[1] + I#sub[2]R#sub[2] - I#sub[1]r#sub[1] + I#sub[2]r#sub[2] - I#sub[1]R#sub[5]] = 0 + #emph[E#sub[1] + E#sub[2] - I#sub[1]R#sub[1] + I#sub[2]R#sub[2] - I#sub[1]r#sub[1] + I#sub[2]r#sub[2] + I#sub[1]R#sub[5]] = 0 + If #emph[I]#sub[1] = 5 A and #emph[I]#sub[3] = -2 A, which of the following statements is false? + The current through #emph[R#sub[1]] will flow from #emph[a] to #emph[b] and will be equal to 5 A. + The current through #emph[R#sub[3]] will flow from #emph[a] to #emph[j] and will be equal to 2 A. + The current through #emph[R#sub[5]] will flow from #emph[d] to #emph[e] and will be equal to 5 A. + None of the above. + If #emph[I#sub[1]] = 5 A and #emph[I#sub[3]] = -2 A, #emph[I#sub[2]] will be equal to + 3 A + -3 A + 7 A + -7 A #solutionbox[ a. (c) b. (c) c. (d) d. (d) ] #figure(figph[A circuit with nothing on the top or bottom, but a battery marked E on the left, a resistor marked R1 in the middle, and a resistor marked R2 on the right.], alt: "A circuit with nothing on the top or bottom, but a battery marked E on the left, a resistor marked R1 in the middle, and a resistor marked R2 on the right.", caption: none) In an experiment this circuit is set up. Three ammeters are used to record the currents in the three vertical branches (with #emph[R]#sub[1], #emph[R]#sub[2], and #emph[E)]. The readings of the ammeters in the resistor branches (i.e. currents in #emph[R]#sub[1] and #emph[R]#sub[2]) are 2 A and 3 A respectively. + Find the equation obtained by applying Kirchhoff’s loop rule in the loop involving #emph[R]#sub[1] and #emph[R]#sub[2]. + What will be the reading of the third ammeter (i.e. the branch with #emph[E])? If #emph[E] were replaced by 3#emph[E], how would this reading change? + If the original circuit is modified by adding another voltage source (as shown in the following circuit), find the readings of the three ammeters. #figure(figph[A circuit a battery marked E on the left, a resistor marked R1 in the middle, and a resistor marked R2 on the right. There is nothing on the bottom, and on the top, there is a battery marked 2E between the two resistors.], alt: "A circuit a battery marked E on the left, a resistor marked R1 in the middle, and a resistor marked R2 on the right. There is nothing on the bottom, and on the top, there is a battery marked 2E between the two resistors.", caption: none) #figure(figph[Circuit with a battery with voltage E1 and resistor with resistance r1 across the top from left to right; point A, a resistor with resistance R1, and point B across the middle; and a battery marked E2 and a resistor with resistance r2 across the bottom. Additionally, on the left, from top to bottom there is a resistor with resistance R2 and point A; on the right, from top to bottom there is point B and a resistor with resistance R3.], alt: "Circuit with a battery with voltage E1 and resistor with resistance r1 across the top from left to right; point A, a resistor with resistance R1, and point B across the middle; and a battery marked E2 and a resistor with resistance r2 across the bottom. Additionally, on the left, from top to bottom there is a resistor with resistance R2 and point A; on the right, from top to bottom there is point B and a resistor with resistance R3.", caption: none) In this circuit, assume the currents through #emph[R]#sub[1], #emph[R]#sub[2] and #emph[R]#sub[3] are #emph[I]#sub[1], #emph[I]#sub[2] and #emph[I]#sub[3] respectively and all are flowing in the clockwise direction. + Find the equation obtained by applying Kirchhoff’s junction rule at point A. + Find the equations obtained by applying Kirchhoff’s loop rule in the upper and lower loops. + Assume #emph[R]#sub[1] = #emph[R]#sub[2] = 6 Ω, #emph[R]#sub[3] = 12 Ω, #emph[r]#sub[1] = #emph[r]#sub[2] = 0 Ω, #emph[E]#sub[1] = 6 V and #emph[E]#sub[2] = 4 V. Calculate #emph[I]#sub[1], #emph[I]#sub[2] and #emph[I]#sub[3]. + For the situation in which #emph[E]#sub[2] is replaced by a closed switch, repeat parts (a) and (b). Using the values for #emph[R]#sub[1], #emph[R]#sub[2], #emph[R]#sub[3], #emph[r]#sub[1] and #emph[E]#sub[1] from part (c) calculate the currents through the three resistors. + For the circuit in part (d) calculate the output power of the voltage source and across all the resistors. Examine if energy is conserved in the circuit. + A student implemented the circuit of part (d) in the lab and measured the current though one of the resistors as 0.19 A. According to the results calculated in part (d) identify the resistor(s). Justify any difference in measured and calculated value. #solutionbox[ + #emph[I#sub[1] + I#sub[3] = I#sub[2]] + #emph[E#sub[1] - I#sub[1]R#sub[1] - I#sub[2]R#sub[2] - I#sub[1]r#sub[1]] = 0; #strong[-] #emph[E#sub[2] + I#sub[1]R#sub[1] - I#sub[3]R#sub[3] - I#sub[3]r#sub[2]] = 0 + #emph[I#sub[1]] = 8/15 A, #emph[I#sub[2]] = 7/15 A and #emph[I#sub[3]] = #strong[-]1/15 A + #emph[I#sub[1]] = 2/5 A, #emph[I#sub[2]] = 3/5 A and #emph[I#sub[3]] = 1/5 A + #emph[P#sub[E1]] = 18/5 W and #emph[P#sub[R1]] = 24/25 W, #emph[P#sub[R2]] = 54/25 W, #emph[P#sub[R3]] = 12/25 W. Yes, #emph[P#sub[E1]] =#emph[P#sub[R1]]+#emph[P#sub[R2]] +#emph[P#sub[R3]] + #emph[R#sub[3,]] losses in the circuit ] === Section Summary - Kirchhoff’s rules can be used to analyze any circuit, simple or complex. - Kirchhoff’s first rule—the junction rule: The sum of all currents entering a junction must equal the sum of all currents leaving the junction. - Kirchhoff’s second rule—the loop rule: The algebraic sum of changes in potential around any closed circuit path (loop) must be zero. - The two rules are based, respectively, on the laws of conservation of charge and energy. - When calculating potential and current using Kirchhoff’s rules, a set of conventions must be followed for determining the correct signs of various terms. - The simpler series and parallel rules are special cases of Kirchhoff’s rules. === Conceptual Questions Can all of the currents going into the junction in be positive? Explain. #figure(figph[The diagram shows a T junction with currents I sub one, I sub two, and I sub three entering the T junction.], alt: "The diagram shows a T junction with currents I sub one, I sub two, and I sub three entering the T junction.", caption: none) Apply the junction rule to junction b in . Is any new information gained by applying the junction rule at e? (In the figure, each emf is represented by script E.) #figure(figph[The diagram shows a complex circuit with four voltage sources: E sub one, E sub two, E sub three, E sub four and several resistive loads, wired in two loops and two junctions. Several points on the diagram are marked with letters a through g. The current in each branch is labeled separately.], alt: "The diagram shows a complex circuit with four voltage sources: E sub one, E sub two, E sub three, E sub four and several resistive loads, wired in two loops and two junctions. Several points on the diagram are marked with letters a through g. The current in each branch is labeled separately.", caption: none) (a) What is the potential difference going from point a to point b in ? (b) What is the potential difference going from c to b? (c) From e to g? (d) From e to d? Apply the loop rule to loop afedcba in . Apply the loop rule to loops abgefa and cbgedc in . === Problem Exercises Apply the loop rule to loop abcdefgha in . #solutionbox[ #math.equation(block: true, alt: "minus I sub 2 R sub 2 plus E sub 1 minus I sub 2 r sub 1 plus I sub 3 R sub 3 plus I sub 3 r sub 2 minus E sub 2 equals 0")[$− I_(2) R_(2) + E_(1) − attach(" I", b: 2) r_(1) + attach(" I", b: 3) R_(3) + attach(" I", b: 3) r_(2) − E_(2) = " 0"$] ] Apply the loop rule to loop aedcba in . Verify the second equation in by substituting the values found for the currents #math.equation(block: false, alt: "I sub 1")[$I_(1)$] and #math.equation(block: false, alt: "I sub 2")[$I_(2)$]. Verify the third equation in by substituting the values found for the currents #math.equation(block: false, alt: "I sub 1")[$I_(1)$] and #math.equation(block: false, alt: "I sub 3")[$I_(3)$]. Apply the junction rule at point a in . #figure(figph[The diagram shows a complex circuit with four voltage sources E sub one, E sub two, E sub three, E sub four and several resistive loads, wired in two loops and many junctions. Several points on the diagram are marked with letters a through j. The current in each branch is labeled separately.], alt: "The diagram shows a complex circuit with four voltage sources E sub one, E sub two, E sub three, E sub four and several resistive loads, wired in two loops and many junctions. Several points on the diagram are marked with letters a through j. The current in each branch is labeled separately.", caption: none) #solutionbox[ #math.equation(block: true, alt: "I sub 3 equals I sub 1 plus I sub 2")[$I_(3) = attach(" I", b: 1) + attach(" I", b: 2)$] ] Apply the loop rule to loop abcdefghija in . Apply the loop rule to loop akledcba in . #solutionbox[ #math.equation(block: true, alt: "emf sub 2 minus I sub 2 r sub 2 minus I sub 2 R sub 2 plus I sub 1 R sub 5 plus I sub 1 r sub 1 minus emf sub 1 plus I sub 1 R sub 1 equals 0")[$"emf"_(2) − attach(" I", b: 2) r_(2) − attach(" I", b: 2) R_(2) + attach(" I", b: 1) R_(5) + I_(1) r_(1) − "emf"_(1) + attach(" I", b: 1) R_(1) = 0$] ] Find the currents flowing in the circuit in . Explicitly show how you follow the steps in the Problem-Solving Strategies for Series and Parallel Resistors. Solve , but use loop abcdefgha instead of loop akledcba. Explicitly show how you follow the steps in the Problem-Solving Strategies for Series and Parallel Resistors. #solutionbox[ (a) #math.equation(block: false, alt: "I sub 1 equals 4.75 A")[$"I"_(1) = "4.75 A"$] (b) #math.equation(block: false, alt: "I sub 2 equals minus 3 . 5 A")[$"I"_("2 ") = − 3 "." "5 A"$]$$ (c) #math.equation(block: false, alt: "I sub 3 equals 8 . 25 A")[$"I"_(3) = 8 "." "25 A"$] ] Find the currents flowing in the circuit in . Unreasonable Results Consider the circuit in , and suppose that the emfs are unknown and the currents are given to be #math.equation(block: false, alt: "I sub 1 equals 5 . 00 A")[$I_(1) = 5 "." "00 A"$], #math.equation(block: false, alt: "I sub 2 equals 3 .0 A")[$I_(2) = 3 ".0 A"$], and #math.equation(block: false, alt: "I sub 3 equals –2 . 00 A")[$I_(3) = –2 "." "00 A"$]. (a) Could you find the emfs? (b) What is wrong with the assumptions? #figure(figph[The diagram shows a complex circuit with two voltage sources E sub one and E sub two, and three resistive loads, wired in two loops and two junctions. Several points on the diagram are marked with letters a through h. The current in each branch is labeled separately.], alt: "The diagram shows a complex circuit with two voltage sources E sub one and E sub two, and three resistive loads, wired in two loops and two junctions. Several points on the diagram are marked with letters a through h. The current in each branch is labeled separately.", caption: none) #solutionbox[ (a) No, you would get inconsistent equations to solve. (b) #math.equation(block: false, alt: "I sub 1 not equal to I sub 2 plus I sub 3")[$I_(1) ≠ I_(2) + I_(3)$]. The assumed currents violate the junction rule. ]