SlideShare une entreprise Scribd logo
1  sur  21
Sample Problems and their solutions…
Solution Nodal
The reference node was selected and the three other nodes of the circuit were labeled V1, V2,
and V3. Note that the node voltages are all with respect to the reference. So for example, V1 is
the voltage with the "+" at the label V1 and the "-" at the reference node. The following
equations can then be written:
Current leaving V1 (v1 - v4)/2 + (V1 - V2)/3 + (V1 - 0)/2 = 0
Current leaving V2 (V2 - V3)/5 + (V2 - 0)/4 + (V2 - V1)/3 = 0
Current leaving V3
We don't know the current through the 12V nor through the 18V, and we cannot use Ohm's law
to find it, since they are not resistors. So add unknown current labels to the circuit, as shown:
Now we can write the KCL equations: iy + (V3 - V2)/5 - ix = 0
Current leaving V4 -iy + (V4 - V1)/2 = 0
Current leaving V5 ix + (V5 - 0)/1 = 0
Extra Equations We now have five equations, but we have seven unknowns (the 5
unknown voltages plus 2 more unknown currents). We can get two extra equations -- just look at
the voltage sources that caused the problems in the first place, where we had to add ix and iy.
We'll write the voltage relationships between the node voltages:
V4 - V3 = 12V
V3 - V5 = 18V
Now we have 7 equations and 7 unknowns. To solve these equations, let's simplify it down to
fewer equations. Solve for V4 and solve for V5 from those last two we added:
V4 = V3 + 12V
V5 = V3 - 18V
Substitute these two equations into the previous five, so that we eliminate V4 and V5. We now
have 5 equations and 5 unknowns:
(v1 - [v3 + 12])/2 + (V1 - V2)/3 + (V1 - 0)/2 = 0
(V2 - V3)/5 + (V2 - 0)/4 + (V2 - V1)/3 = 0
iy + (V3 - V2)/5 - ix = 0
-iy + ([V3 + 12] - V1)/2 = 0
ix + ([V3 - 18] - 0)/1 = 0
Continue using substitution (Gaussian elimination) to narrow it down. Next, solve for ix in the
last equation: ix = 18 - V3
and substitute back to get 4 equations and 4 unknowns:
(v1 - [v3 + 12])/2 + (V1 - V2)/3 + (V1 - 0)/2 = 0
(V2 - V3)/5 + (V2 - 0)/4 + (V2 - V1)/3 = 0
iy + (V3 - V2)/5 - [18 - V3] = 0
-iy + ([v3 + 12] - V1)/2 = 0
Next, solve for iy in the last equation:
iy = ([v3 + 12] - V1)/2
and substitute back to get 3 equations and 3 unknowns:
(V1 - [V3 + 12])/2 + (V1 - V2)/3 + (V1 - 0)/2 = 0
(V2 - V3)/5 + (V2 - 0)/4 + (V2 - V1)/3 = 0
([V3 + 12] - V1)/2 + (V3 - V2)/5 - [18 - V3] = 0
Now multiply each equation by a constant to clear out fractions. That is multiply by the Least
Common Denominator (multiply first by 6, second by 60, third by 10).
3 * (V1 - [V3 + 12]) + 2 * (V1 - V2) + 3 * (V1 - 0) = 0
12 * (V2 - V3) + 15 * (V2 - 0) + 20 * (V2 - V1) = 0
5 * ([V3 + 12] - V1) + 2 * (V3 - V2) - 10 * [18 - V3] = 0
Next, multiply through
3*V1 - 3*V3 - 36 + 2*V1 - 2*V2 + 3*V1 = 0
12*V2 - 12*V3 + 15*V2 + 20*V2 - 20*V1 = 0
5*V3 + 60 - 5*V1 + 2*V3 - 2*V2 -180 + 10*V3 = 0
Now gather like terms:
8*V1 -2*V2 -3*V3 = 36
-20*V1 +37*V2 = 12*V3 = 0
-5*V1 -2*V2 + 15*V3 = 120
Continue with substitution until you have it solved.
Solution Mesh
First, label each mesh (window pane) with a mesh current. For consistency, make each mesh in a
clock-wise direction.
Now write KVL equations for each loop.
KVL for i1: -18V + 5(i1-i2) + 4(i1-i3) + 1(i1) = 0
then gather terms:
10i1 - 5i2 - 4 i3 -18V = 0
Note that the i1 term is positive, and all other current terms are negative (because they are all
clockwise, all other panes will contribute a negative term). Let's do the other two panes with
terms gathered up directly (write the total resistance of the loop multiplied by the mesh current
that goes through that total resistance):
KVL for i2: -5i1 + 10i2 - 3i3 - 12 = 0
KVL for i3: -4i1 -3i2 +9i3 = 0
Now solve the three equations in three unknowns:
i1 = 7.02A
i2 = 6.28A
i3 = 5.21A
The current through the 5 ohm resistor is just i1 - i2, or 0.74A. The current through the 18V is i1,
or 7.02A. All the branch currents are shown below from a Pspice simulation:
Solution Nodal
First, select a reference node and label the other nodes. Since each node has the same number of
connected branches (4), we'll simply choose the bottom node as the reference. There are only
two other nodes, which we will label V1 and V2.
Now write KCL at each node (except the reference):
KCL at V1: -5A + V1/5 + (V1-V2)/10 + [V1-(V2+4)]/10 = 0
Note that there are four terms in the equation, one for each branch leaving the node. The terms
list the current leaving right, down, left, and up.
KCL at V2: (V2-V1)/10 + V2/2 - 2A + [V2-(V1-4)]/10 = 0
Note that there are four terms in the equation, one for each branch leaving the node. The terms
list the current leaving right, down, left, and up.
Now gather terms (multiplying through by 10 to clear up the fractions):
4V1 - 2V2 = 54
-2V1 + 7V2 = 16
Now solve the set of 2 equations with 2 unknowns.
V1 = 17.08V
V2 = 7.17V
We can now determine the current through the 5 ohm by Ohm's law:
I = V1/5 = 3.41A
The current through the 4V source can be found as:
I = [V1-(V2+4)]/10 = 0.59A
Solution Mesh
First, define a mesh current arround each mesh (window pane) of the circuit. Define each one in
a clockwise direction.
Now write KVL equations for each loop. On the first loop, we run into a problem. We do not
know the voltage across the 5A source. (This is one of the difficulties you can run into when
using mesh current.) We add a new unknown to handle this problem. We run into the same
problem with the 2A source, so two new unknowns (V5 and V2) are labeled:
Now we are ready to write the KVL equations.
KVL loop 1: -V5 + 5(i1-i2) = 0
KVL loop 2: 5(i2-i1)+10(i2-i4)+2(i2-i3) = 0
or -5i1 + 17i2 - 2i3 = 0
KVL loop 3: 2(i3-i2) + V2 = 0
KVL loop 4: 10i4 + 4V + 10(i4-i2) = 0
Or -10i2 + 20i4 = -4
We have two extra unknowns, so we need two more equations. These can be found by examining
the loops with the sources:
i1= 5A
i3 = -2A
We can then solve for the remaining unknowns:
i2 = 1.58A
i4 = 0.59A
We can then find the current through the 5 ohm resistor as:
I = i1 - i2 = 3.42A
The current through the 4V source is simply i4, or 0.59A.
Solution Nodal
First, select a reference node and label the other nodes. All the nodes have three connected
branches, so we will simply choose the bottom node as the reference.
Now write KCL equations for each node except the reference, in terms of the node voltages:
KCL at V1: -3A + (V1-V2)/5 + (V1-V3)/1 = 0
KCL at V2: (V2-V1)/5 + V2/3 + (V2-V3)/2 =0
KCL at V3: (V3-V2)/2 + (V3-V1)/1 - 8A = 0
Now gather terms and clear up the fractions:
6V1 - V2 - 5V3 = 15
-6V1 + 31V2 - 15V3 =0
-2V1 -V2 +3 V3 = 16
Finally, solve the 3 equations in 3 unknowns.
V1 = 48.625V
V2 = 33 V
V3 = 48.75V
The current through the 5 ohm resistor can be found by Ohm's law:
I = (V1 - V2)/5 = 3.125A
The voltage over the 3A source is simply V1, or 48.625V.
Solution
First, select a reference node and label the other nodes. All the nodes have three connected
branches, so we will simply choose the bottom node as the reference.
Now write KCL equations for each node except the reference, in terms of the node voltages:
KCL at V1:
-3A + (V1-V2)/5 + (V1-V3)/1 = 0
KCL at V2:
(V2-V1)/5 + V2/3 + (V2-V3)/2 =0
KCL at V3:
(V3-V2)/2 + (V3-V1)/1 - 8A = 0
Now gather terms and clear up the fractions:
6V1 - V2 - 5V3 = 15
-6V1 + 31V2 - 15V3 =0
-2V1 -V2 +3 V3 = 16
Finally, solve the 3 equations in 3 unknowns.
V1 = 48.625V
V2 = 33 V
V3 = 48.75V
The current through the 5 ohm resistor can be found by Ohm's law:
I = (V1 - V2)/5 = 3.125A
The voltage over the 3A source is simply V1, or 48.625V.
Solve for the current ix flowing right through the 4 ohm resistor using Mesh-Current Analysis.
Solution
Label each mesh (window pane) with a mesh current. Then write the KVL equations for each
pane. Note that we were forced to label the voltage over the current source (Vx) in order to write
the voltage term there:
We now have an extra unknown (Vx), so we need another equation. It is found be relating the
two mesh currents to the current source.
Note that i1 is positive because it is in the same direction of the source. I2 is negative because it
is in the opposite direction as the source.
Now solve the three equations in three unknowns. I1 is found to be -320mA. Since ix is in the
opposite direction of i1, then ix = 320mA.
Write the node-voltage equations for the circuit shown below, but do not solve. Write the
equation for the power absorbed by the 3V supply in terms of the node voltages.
Solution
Label
Label each spot where two or more wires come together (this is every spot that has an independent
voltage). Let's label the bottom node where the ground symbol as REF. Then label the lower left corner
as V1, upper left as V2, top middle as V3, middle as V4, and upper right as V5.
Equations
KCL @ V1
-ix + V1/4 = 0
KCL @ V2
ix + (V2 - V3)/8 = 0
Also, V2 - V1 = 3V
KCL @ V3
(V3-V2)/8 + 200mA + (V3-V5)/6 = 0
KCL @ V4
-200mA + V4/5 = 0
KCL @ V5
(V5-V3)/6 + iz = 0
Also, V5 = 7V
Power
P = V * i
= (3V) * (ix)
= (3) * (V3-V2)/8
a) Label the node-voltages for the circuit shown above.
b) Write the Node-Voltage equations, but do not solve.
c) Write the symbolic equation (in terms of the node voltages) for the power in source Va.
d) Label the mesh-currents for the circuit shown above.
e) Write the Mesh-Current equations, but do not solve.
f) Write the symbolic equation (in terms of the mesh currents) for the power in source Va.
a) Label Nodes
Label each spot where two or more wires come together (this is every spot that has an independent
node voltage). Here's how I labeled them:
Notice that node V2 is all the wire over the top and extends down to a dot on the right and in the middle
of the circuit. That's all one node because it is all connected with wire (which means it is at the same
potential).
b) Node Voltage equations
The equations are Kirchoff Current Law (KCL) equations. I'll write them as the sum of the currents
leaving a node, so currents entering will be written negative. The sum should be zero.
Node V1
V1 = 8V.
This is not a KCL -- I can just directly to the solution here because of the voltage source
connected to the reference node.
KCL @ V2
(V2 - V1)/1K + ia + (V2 - V4)/6K + (V2 - V4)/7K - 12mA + (V2 - V5)/4k = 0
Notice that node V2 always shows up positive and all the other node voltages always show up
negative (because we are writing all the currents leaving). Also, I needed to label the current
leaving node V2 down through the voltage source Va as a new unknown, ia. I could not write
this as 9V because that's not a current and I need to write all currents for KCL.
KCL @ V3
-ia + V3/3K = 0
Notice that I must be consistent with my direction of ia. Since it was heading down through Va,
now I need to write it negative because it is entering node V3 (and I'm writing all currents in
terms of current leaving, so entering is negative).
KCL @ V4
(V4 - V2)/(6K || 7K) + 12mA + V2/5K = 0
Since the 6K and 7K have one end connected to V4 and the other end connected to V2 (their
head and tail are connected), then they are in parallel (i.e., they share voltage). Thus I can write
them both into the first current term in the equation above.
KCL @ V5
(V5 - V2)/4K + V5/2K = 0
Extra Equation
Because I added an extra unknown, ia, I need an extra equation. We can get it from the voltage source
Va:
V2 - V3 = 9V
c) Power in Va
To find the power dissipated by source Va, we cannot use Ohm's law because that only works for
resistors. So we use the direct definition:
P = V * I
P = 9V * ia
d) Label mesh currents
Label each "window pane" that traverses a complete inner loop of the circuit. Here's how I labeled
them:
e) Mesh current equations
For mesh current, we write Kirchoff Voltge Law (KVL) around each loop. I'll write them all in a clockwise
direction.
KV around i1
(i1 - i4)*6K + (i1 - i2)*7K = 0
KV around i2
(i2 - i1)*7K - Vc = 0
Note that I don't know the voltage over the current source, so I need to add an extra unknown,
Vc. I labeled it with the + on the left side and the - on the right side. Since we are going the i2
loop in a clock-wise direction, we hit the minus side first, so we write Vc as negative.
KV around i3
i3 * 1K + 9V + (i3 - i4)*3K - 8V = 0
Notice that we hit the 9V source on the plus side and the 8V source on the minus side as we
traverse in a clockwise direction.
KV around i4
(i4 - i3)*3K -9V + (i4 - i1)*6K + (i4 - i5)*5K = 0
KV around i5
(i5 - i4) * 5K + Vc + i5 * (4K + 2K) = 0
Since the 4K and 2K are in series (they share current), we can combine them in the last term
above.
Extra equation
Since I added a new unknown, Vc, I also need an extra equation. I get it from the current source:
i5 - i2 = 12mA
Note that i5 is in the same direction as the current source, so it is written positive. i2 is in the
opposite direction, so it is negative.
f) Power in Va
P = V * I
P = 9V * (i3 - i4)
Write KCL equations for each node. For consistency, we will always write the currents leaving a
node as positive, entering as negative.
KCL at Node V1
Instead of writing the normal current equation for this node, we notice that there is a voltage
source connected to the node (for which we don't know the current, off-hand). Because the
reference node is on the other side of that voltage, we can then simply solve for V1 directly:
V1 = 8V
KCL at Node V2
Here we write the currents leaving left, down, and right:
KCL at Node V3
Here we write the currents leaving left, down, and right again. However, in this case, there is a
voltage source to the right, so we don't know its current. We thus add an unknown current, ix.
KCL at Node V4
Here we write the currents leaving left, up, and right.
KCL at Node V5
Here we write the currents leaving left, and up. However, we notice that leaving up we find a
voltage source. To be consistent, we use the same unknown current ix , as we did for V3, but in
the opposite direction in this case.
Extra Equation
We now have 5 equations, but 6 unknowns, because we added ix. The extra equation to make this
set solvable comes from the voltage source that forced us to add the unknown current in the first
place.
V3 - V5 = 7V
Notice that we use V3 as positive because it is at the "+" end of the 7 volt source and V5 as
negative because it is at the "-" end. You can think of the 7 volt source as analagous to an
elevator that goes up 7 floors, starting from V5 to get to V3.

Contenu connexe

Tendances (19)

431378390 convertirdor-sepic
431378390 convertirdor-sepic431378390 convertirdor-sepic
431378390 convertirdor-sepic
 
AST 406 Circuits
AST 406 CircuitsAST 406 Circuits
AST 406 Circuits
 
MESH AND SUPERMESH ANALYSIS
MESH AND SUPERMESH ANALYSISMESH AND SUPERMESH ANALYSIS
MESH AND SUPERMESH ANALYSIS
 
Basic Electric Circuits Session 9C
Basic Electric Circuits Session 9CBasic Electric Circuits Session 9C
Basic Electric Circuits Session 9C
 
EEE 2
EEE 2EEE 2
EEE 2
 
Basic electronics Tutorial 3
Basic electronics Tutorial 3Basic electronics Tutorial 3
Basic electronics Tutorial 3
 
Basic electronics Tutorial 2
Basic electronics Tutorial 2Basic electronics Tutorial 2
Basic electronics Tutorial 2
 
EEE 3
EEE 3EEE 3
EEE 3
 
Basic electronics Tutorial 1
Basic electronics Tutorial 1Basic electronics Tutorial 1
Basic electronics Tutorial 1
 
EEE 1
EEE 1EEE 1
EEE 1
 
Lecture 13
Lecture 13Lecture 13
Lecture 13
 
EEE 4
EEE 4EEE 4
EEE 4
 
EEE 5
EEE 5EEE 5
EEE 5
 
Single diode circuits
Single diode circuitsSingle diode circuits
Single diode circuits
 
Ch02p
Ch02pCh02p
Ch02p
 
L 09(gdr)(et) ((ee)nptel)
L 09(gdr)(et) ((ee)nptel)L 09(gdr)(et) ((ee)nptel)
L 09(gdr)(et) ((ee)nptel)
 
EEE 7
EEE 7EEE 7
EEE 7
 
Ch10p
Ch10pCh10p
Ch10p
 
Arithmatic &Logic Unit
Arithmatic &Logic UnitArithmatic &Logic Unit
Arithmatic &Logic Unit
 

Similaire à Circuits5

Similaire à Circuits5 (20)

Circuit_Analysis.pdf
Circuit_Analysis.pdfCircuit_Analysis.pdf
Circuit_Analysis.pdf
 
4 kirchoff law
4   kirchoff law4   kirchoff law
4 kirchoff law
 
Electric Circuit - Lecture 04
Electric Circuit - Lecture 04Electric Circuit - Lecture 04
Electric Circuit - Lecture 04
 
2. Nodal Analysis Complete.pdf
2. Nodal Analysis Complete.pdf2. Nodal Analysis Complete.pdf
2. Nodal Analysis Complete.pdf
 
DC CIRCUITS.ppt
DC CIRCUITS.pptDC CIRCUITS.ppt
DC CIRCUITS.ppt
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 
BEF 12403 - Week 12 - Nodal Analysis Method.ppt
BEF 12403 - Week 12 - Nodal Analysis Method.pptBEF 12403 - Week 12 - Nodal Analysis Method.ppt
BEF 12403 - Week 12 - Nodal Analysis Method.ppt
 
Linear Algebra and Complex Variables
Linear Algebra and Complex VariablesLinear Algebra and Complex Variables
Linear Algebra and Complex Variables
 
BEF 12403 - Week 7 - Linearity and Superposition Principles.ppt
BEF 12403 - Week 7 - Linearity and Superposition Principles.pptBEF 12403 - Week 7 - Linearity and Superposition Principles.ppt
BEF 12403 - Week 7 - Linearity and Superposition Principles.ppt
 
ETB LO1 Advanced Network Theorems (Part 1).pdf
ETB LO1 Advanced Network Theorems (Part 1).pdfETB LO1 Advanced Network Theorems (Part 1).pdf
ETB LO1 Advanced Network Theorems (Part 1).pdf
 
Assignmentl3 solutions
Assignmentl3 solutionsAssignmentl3 solutions
Assignmentl3 solutions
 
BEEE-UNIT 1.pptx
BEEE-UNIT 1.pptxBEEE-UNIT 1.pptx
BEEE-UNIT 1.pptx
 
W ee network_theory_10-06-17_ls2-sol
W ee network_theory_10-06-17_ls2-solW ee network_theory_10-06-17_ls2-sol
W ee network_theory_10-06-17_ls2-sol
 
Basic Electric Circuits Session 8B
Basic Electric Circuits Session 8BBasic Electric Circuits Session 8B
Basic Electric Circuits Session 8B
 
L 04(gdr)(et) ((ee)nptel)
L 04(gdr)(et) ((ee)nptel)L 04(gdr)(et) ((ee)nptel)
L 04(gdr)(et) ((ee)nptel)
 
Chapter2
Chapter2Chapter2
Chapter2
 
MESH NODAL DC.pptx
MESH NODAL DC.pptxMESH NODAL DC.pptx
MESH NODAL DC.pptx
 
Chapter 04 is
Chapter 04 isChapter 04 is
Chapter 04 is
 
Project
ProjectProject
Project
 

Plus de Hassaan Rahman

Lecture#12 preservation of hadees
Lecture#12 preservation of hadeesLecture#12 preservation of hadees
Lecture#12 preservation of hadeesHassaan Rahman
 
Isl. lecture#11 ahadees
Isl. lecture#11 ahadeesIsl. lecture#11 ahadees
Isl. lecture#11 ahadeesHassaan Rahman
 
Isl. lecture#10 the miracle of the holy qura'n
Isl. lecture#10 the miracle of the holy qura'nIsl. lecture#10 the miracle of the holy qura'n
Isl. lecture#10 the miracle of the holy qura'nHassaan Rahman
 
Isl. lecture#9 compilation in the time of hazrat usman (r.a.)
Isl. lecture#9 compilation in the time of hazrat usman (r.a.)Isl. lecture#9 compilation in the time of hazrat usman (r.a.)
Isl. lecture#9 compilation in the time of hazrat usman (r.a.)Hassaan Rahman
 
Isl. lecture#8 the holy qura'n
Isl. lecture#8 the holy qura'nIsl. lecture#8 the holy qura'n
Isl. lecture#8 the holy qura'nHassaan Rahman
 
Isl. lecture#7 risalat
Isl. lecture#7 risalatIsl. lecture#7 risalat
Isl. lecture#7 risalatHassaan Rahman
 
ECA - Source Transformation
ECA - Source TransformationECA - Source Transformation
ECA - Source TransformationHassaan Rahman
 
Isl. lecture#6 effect of tawheed
Isl. lecture#6 effect of tawheedIsl. lecture#6 effect of tawheed
Isl. lecture#6 effect of tawheedHassaan Rahman
 
Isl. lecture#5 tawheed
Isl. lecture#5 tawheedIsl. lecture#5 tawheed
Isl. lecture#5 tawheedHassaan Rahman
 
Isl. lecture#3 need of islam
Isl. lecture#3 need of islamIsl. lecture#3 need of islam
Isl. lecture#3 need of islamHassaan Rahman
 
Lab 02 Resistor color coding and ohms law
Lab 02   Resistor color coding and ohms lawLab 02   Resistor color coding and ohms law
Lab 02 Resistor color coding and ohms lawHassaan Rahman
 
Electrical Circuit - Lecture#2
Electrical Circuit - Lecture#2Electrical Circuit - Lecture#2
Electrical Circuit - Lecture#2Hassaan Rahman
 

Plus de Hassaan Rahman (20)

Step natural
Step naturalStep natural
Step natural
 
Lecture#12 preservation of hadees
Lecture#12 preservation of hadeesLecture#12 preservation of hadees
Lecture#12 preservation of hadees
 
Isl. lecture#11 ahadees
Isl. lecture#11 ahadeesIsl. lecture#11 ahadees
Isl. lecture#11 ahadees
 
Isl. lecture#10 the miracle of the holy qura'n
Isl. lecture#10 the miracle of the holy qura'nIsl. lecture#10 the miracle of the holy qura'n
Isl. lecture#10 the miracle of the holy qura'n
 
Isl. lecture#9 compilation in the time of hazrat usman (r.a.)
Isl. lecture#9 compilation in the time of hazrat usman (r.a.)Isl. lecture#9 compilation in the time of hazrat usman (r.a.)
Isl. lecture#9 compilation in the time of hazrat usman (r.a.)
 
Circuits
CircuitsCircuits
Circuits
 
Isl. lecture#8 the holy qura'n
Isl. lecture#8 the holy qura'nIsl. lecture#8 the holy qura'n
Isl. lecture#8 the holy qura'n
 
Isl. lecture#7 risalat
Isl. lecture#7 risalatIsl. lecture#7 risalat
Isl. lecture#7 risalat
 
Thev norton eq
Thev norton eqThev norton eq
Thev norton eq
 
ECA - Source Transformation
ECA - Source TransformationECA - Source Transformation
ECA - Source Transformation
 
Isl. lecture#6 effect of tawheed
Isl. lecture#6 effect of tawheedIsl. lecture#6 effect of tawheed
Isl. lecture#6 effect of tawheed
 
Isl. lecture#5 tawheed
Isl. lecture#5 tawheedIsl. lecture#5 tawheed
Isl. lecture#5 tawheed
 
ECA - Lecture 03
ECA - Lecture 03ECA - Lecture 03
ECA - Lecture 03
 
Isl. lecture#4 islam
Isl. lecture#4 islamIsl. lecture#4 islam
Isl. lecture#4 islam
 
Isl. lecture#3 need of islam
Isl. lecture#3 need of islamIsl. lecture#3 need of islam
Isl. lecture#3 need of islam
 
ICP - Lecture 7 and 8
ICP - Lecture 7 and 8ICP - Lecture 7 and 8
ICP - Lecture 7 and 8
 
ICP - Lecture 6
ICP - Lecture 6ICP - Lecture 6
ICP - Lecture 6
 
ICP - Lecture 5
ICP - Lecture 5ICP - Lecture 5
ICP - Lecture 5
 
Lab 02 Resistor color coding and ohms law
Lab 02   Resistor color coding and ohms lawLab 02   Resistor color coding and ohms law
Lab 02 Resistor color coding and ohms law
 
Electrical Circuit - Lecture#2
Electrical Circuit - Lecture#2Electrical Circuit - Lecture#2
Electrical Circuit - Lecture#2
 

Dernier

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 

Dernier (20)

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 

Circuits5

  • 1. Sample Problems and their solutions… Solution Nodal The reference node was selected and the three other nodes of the circuit were labeled V1, V2, and V3. Note that the node voltages are all with respect to the reference. So for example, V1 is the voltage with the "+" at the label V1 and the "-" at the reference node. The following equations can then be written: Current leaving V1 (v1 - v4)/2 + (V1 - V2)/3 + (V1 - 0)/2 = 0 Current leaving V2 (V2 - V3)/5 + (V2 - 0)/4 + (V2 - V1)/3 = 0 Current leaving V3
  • 2. We don't know the current through the 12V nor through the 18V, and we cannot use Ohm's law to find it, since they are not resistors. So add unknown current labels to the circuit, as shown: Now we can write the KCL equations: iy + (V3 - V2)/5 - ix = 0 Current leaving V4 -iy + (V4 - V1)/2 = 0 Current leaving V5 ix + (V5 - 0)/1 = 0 Extra Equations We now have five equations, but we have seven unknowns (the 5 unknown voltages plus 2 more unknown currents). We can get two extra equations -- just look at the voltage sources that caused the problems in the first place, where we had to add ix and iy. We'll write the voltage relationships between the node voltages: V4 - V3 = 12V V3 - V5 = 18V Now we have 7 equations and 7 unknowns. To solve these equations, let's simplify it down to fewer equations. Solve for V4 and solve for V5 from those last two we added: V4 = V3 + 12V V5 = V3 - 18V Substitute these two equations into the previous five, so that we eliminate V4 and V5. We now have 5 equations and 5 unknowns: (v1 - [v3 + 12])/2 + (V1 - V2)/3 + (V1 - 0)/2 = 0 (V2 - V3)/5 + (V2 - 0)/4 + (V2 - V1)/3 = 0 iy + (V3 - V2)/5 - ix = 0 -iy + ([V3 + 12] - V1)/2 = 0 ix + ([V3 - 18] - 0)/1 = 0 Continue using substitution (Gaussian elimination) to narrow it down. Next, solve for ix in the last equation: ix = 18 - V3 and substitute back to get 4 equations and 4 unknowns: (v1 - [v3 + 12])/2 + (V1 - V2)/3 + (V1 - 0)/2 = 0 (V2 - V3)/5 + (V2 - 0)/4 + (V2 - V1)/3 = 0 iy + (V3 - V2)/5 - [18 - V3] = 0
  • 3. -iy + ([v3 + 12] - V1)/2 = 0 Next, solve for iy in the last equation: iy = ([v3 + 12] - V1)/2 and substitute back to get 3 equations and 3 unknowns: (V1 - [V3 + 12])/2 + (V1 - V2)/3 + (V1 - 0)/2 = 0 (V2 - V3)/5 + (V2 - 0)/4 + (V2 - V1)/3 = 0 ([V3 + 12] - V1)/2 + (V3 - V2)/5 - [18 - V3] = 0 Now multiply each equation by a constant to clear out fractions. That is multiply by the Least Common Denominator (multiply first by 6, second by 60, third by 10). 3 * (V1 - [V3 + 12]) + 2 * (V1 - V2) + 3 * (V1 - 0) = 0 12 * (V2 - V3) + 15 * (V2 - 0) + 20 * (V2 - V1) = 0 5 * ([V3 + 12] - V1) + 2 * (V3 - V2) - 10 * [18 - V3] = 0 Next, multiply through 3*V1 - 3*V3 - 36 + 2*V1 - 2*V2 + 3*V1 = 0 12*V2 - 12*V3 + 15*V2 + 20*V2 - 20*V1 = 0 5*V3 + 60 - 5*V1 + 2*V3 - 2*V2 -180 + 10*V3 = 0 Now gather like terms: 8*V1 -2*V2 -3*V3 = 36 -20*V1 +37*V2 = 12*V3 = 0 -5*V1 -2*V2 + 15*V3 = 120 Continue with substitution until you have it solved.
  • 4. Solution Mesh First, label each mesh (window pane) with a mesh current. For consistency, make each mesh in a clock-wise direction. Now write KVL equations for each loop. KVL for i1: -18V + 5(i1-i2) + 4(i1-i3) + 1(i1) = 0 then gather terms: 10i1 - 5i2 - 4 i3 -18V = 0 Note that the i1 term is positive, and all other current terms are negative (because they are all clockwise, all other panes will contribute a negative term). Let's do the other two panes with terms gathered up directly (write the total resistance of the loop multiplied by the mesh current that goes through that total resistance): KVL for i2: -5i1 + 10i2 - 3i3 - 12 = 0 KVL for i3: -4i1 -3i2 +9i3 = 0 Now solve the three equations in three unknowns: i1 = 7.02A i2 = 6.28A i3 = 5.21A
  • 5. The current through the 5 ohm resistor is just i1 - i2, or 0.74A. The current through the 18V is i1, or 7.02A. All the branch currents are shown below from a Pspice simulation: Solution Nodal First, select a reference node and label the other nodes. Since each node has the same number of connected branches (4), we'll simply choose the bottom node as the reference. There are only two other nodes, which we will label V1 and V2.
  • 6. Now write KCL at each node (except the reference): KCL at V1: -5A + V1/5 + (V1-V2)/10 + [V1-(V2+4)]/10 = 0 Note that there are four terms in the equation, one for each branch leaving the node. The terms list the current leaving right, down, left, and up. KCL at V2: (V2-V1)/10 + V2/2 - 2A + [V2-(V1-4)]/10 = 0 Note that there are four terms in the equation, one for each branch leaving the node. The terms list the current leaving right, down, left, and up. Now gather terms (multiplying through by 10 to clear up the fractions): 4V1 - 2V2 = 54 -2V1 + 7V2 = 16 Now solve the set of 2 equations with 2 unknowns. V1 = 17.08V V2 = 7.17V We can now determine the current through the 5 ohm by Ohm's law: I = V1/5 = 3.41A The current through the 4V source can be found as: I = [V1-(V2+4)]/10 = 0.59A
  • 7. Solution Mesh First, define a mesh current arround each mesh (window pane) of the circuit. Define each one in a clockwise direction. Now write KVL equations for each loop. On the first loop, we run into a problem. We do not know the voltage across the 5A source. (This is one of the difficulties you can run into when using mesh current.) We add a new unknown to handle this problem. We run into the same problem with the 2A source, so two new unknowns (V5 and V2) are labeled:
  • 8. Now we are ready to write the KVL equations. KVL loop 1: -V5 + 5(i1-i2) = 0 KVL loop 2: 5(i2-i1)+10(i2-i4)+2(i2-i3) = 0 or -5i1 + 17i2 - 2i3 = 0 KVL loop 3: 2(i3-i2) + V2 = 0 KVL loop 4: 10i4 + 4V + 10(i4-i2) = 0 Or -10i2 + 20i4 = -4 We have two extra unknowns, so we need two more equations. These can be found by examining the loops with the sources: i1= 5A i3 = -2A We can then solve for the remaining unknowns: i2 = 1.58A i4 = 0.59A We can then find the current through the 5 ohm resistor as: I = i1 - i2 = 3.42A The current through the 4V source is simply i4, or 0.59A.
  • 9. Solution Nodal First, select a reference node and label the other nodes. All the nodes have three connected branches, so we will simply choose the bottom node as the reference.
  • 10. Now write KCL equations for each node except the reference, in terms of the node voltages: KCL at V1: -3A + (V1-V2)/5 + (V1-V3)/1 = 0 KCL at V2: (V2-V1)/5 + V2/3 + (V2-V3)/2 =0 KCL at V3: (V3-V2)/2 + (V3-V1)/1 - 8A = 0 Now gather terms and clear up the fractions: 6V1 - V2 - 5V3 = 15 -6V1 + 31V2 - 15V3 =0 -2V1 -V2 +3 V3 = 16 Finally, solve the 3 equations in 3 unknowns. V1 = 48.625V V2 = 33 V V3 = 48.75V The current through the 5 ohm resistor can be found by Ohm's law: I = (V1 - V2)/5 = 3.125A The voltage over the 3A source is simply V1, or 48.625V.
  • 11. Solution First, select a reference node and label the other nodes. All the nodes have three connected branches, so we will simply choose the bottom node as the reference. Now write KCL equations for each node except the reference, in terms of the node voltages: KCL at V1: -3A + (V1-V2)/5 + (V1-V3)/1 = 0 KCL at V2: (V2-V1)/5 + V2/3 + (V2-V3)/2 =0 KCL at V3: (V3-V2)/2 + (V3-V1)/1 - 8A = 0 Now gather terms and clear up the fractions: 6V1 - V2 - 5V3 = 15 -6V1 + 31V2 - 15V3 =0
  • 12. -2V1 -V2 +3 V3 = 16 Finally, solve the 3 equations in 3 unknowns. V1 = 48.625V V2 = 33 V V3 = 48.75V The current through the 5 ohm resistor can be found by Ohm's law: I = (V1 - V2)/5 = 3.125A The voltage over the 3A source is simply V1, or 48.625V.
  • 13. Solve for the current ix flowing right through the 4 ohm resistor using Mesh-Current Analysis. Solution Label each mesh (window pane) with a mesh current. Then write the KVL equations for each pane. Note that we were forced to label the voltage over the current source (Vx) in order to write the voltage term there: We now have an extra unknown (Vx), so we need another equation. It is found be relating the two mesh currents to the current source. Note that i1 is positive because it is in the same direction of the source. I2 is negative because it is in the opposite direction as the source.
  • 14. Now solve the three equations in three unknowns. I1 is found to be -320mA. Since ix is in the opposite direction of i1, then ix = 320mA. Write the node-voltage equations for the circuit shown below, but do not solve. Write the equation for the power absorbed by the 3V supply in terms of the node voltages. Solution Label Label each spot where two or more wires come together (this is every spot that has an independent voltage). Let's label the bottom node where the ground symbol as REF. Then label the lower left corner as V1, upper left as V2, top middle as V3, middle as V4, and upper right as V5. Equations KCL @ V1 -ix + V1/4 = 0
  • 15. KCL @ V2 ix + (V2 - V3)/8 = 0 Also, V2 - V1 = 3V KCL @ V3 (V3-V2)/8 + 200mA + (V3-V5)/6 = 0 KCL @ V4 -200mA + V4/5 = 0 KCL @ V5 (V5-V3)/6 + iz = 0 Also, V5 = 7V Power P = V * i = (3V) * (ix) = (3) * (V3-V2)/8 a) Label the node-voltages for the circuit shown above. b) Write the Node-Voltage equations, but do not solve. c) Write the symbolic equation (in terms of the node voltages) for the power in source Va. d) Label the mesh-currents for the circuit shown above. e) Write the Mesh-Current equations, but do not solve. f) Write the symbolic equation (in terms of the mesh currents) for the power in source Va. a) Label Nodes
  • 16. Label each spot where two or more wires come together (this is every spot that has an independent node voltage). Here's how I labeled them: Notice that node V2 is all the wire over the top and extends down to a dot on the right and in the middle of the circuit. That's all one node because it is all connected with wire (which means it is at the same potential). b) Node Voltage equations The equations are Kirchoff Current Law (KCL) equations. I'll write them as the sum of the currents leaving a node, so currents entering will be written negative. The sum should be zero. Node V1 V1 = 8V. This is not a KCL -- I can just directly to the solution here because of the voltage source connected to the reference node. KCL @ V2 (V2 - V1)/1K + ia + (V2 - V4)/6K + (V2 - V4)/7K - 12mA + (V2 - V5)/4k = 0 Notice that node V2 always shows up positive and all the other node voltages always show up negative (because we are writing all the currents leaving). Also, I needed to label the current leaving node V2 down through the voltage source Va as a new unknown, ia. I could not write this as 9V because that's not a current and I need to write all currents for KCL.
  • 17. KCL @ V3 -ia + V3/3K = 0 Notice that I must be consistent with my direction of ia. Since it was heading down through Va, now I need to write it negative because it is entering node V3 (and I'm writing all currents in terms of current leaving, so entering is negative). KCL @ V4 (V4 - V2)/(6K || 7K) + 12mA + V2/5K = 0 Since the 6K and 7K have one end connected to V4 and the other end connected to V2 (their head and tail are connected), then they are in parallel (i.e., they share voltage). Thus I can write them both into the first current term in the equation above. KCL @ V5 (V5 - V2)/4K + V5/2K = 0 Extra Equation Because I added an extra unknown, ia, I need an extra equation. We can get it from the voltage source Va: V2 - V3 = 9V c) Power in Va To find the power dissipated by source Va, we cannot use Ohm's law because that only works for resistors. So we use the direct definition: P = V * I P = 9V * ia d) Label mesh currents
  • 18. Label each "window pane" that traverses a complete inner loop of the circuit. Here's how I labeled them: e) Mesh current equations For mesh current, we write Kirchoff Voltge Law (KVL) around each loop. I'll write them all in a clockwise direction. KV around i1 (i1 - i4)*6K + (i1 - i2)*7K = 0 KV around i2 (i2 - i1)*7K - Vc = 0 Note that I don't know the voltage over the current source, so I need to add an extra unknown, Vc. I labeled it with the + on the left side and the - on the right side. Since we are going the i2 loop in a clock-wise direction, we hit the minus side first, so we write Vc as negative. KV around i3 i3 * 1K + 9V + (i3 - i4)*3K - 8V = 0 Notice that we hit the 9V source on the plus side and the 8V source on the minus side as we traverse in a clockwise direction. KV around i4 (i4 - i3)*3K -9V + (i4 - i1)*6K + (i4 - i5)*5K = 0
  • 19. KV around i5 (i5 - i4) * 5K + Vc + i5 * (4K + 2K) = 0 Since the 4K and 2K are in series (they share current), we can combine them in the last term above. Extra equation Since I added a new unknown, Vc, I also need an extra equation. I get it from the current source: i5 - i2 = 12mA Note that i5 is in the same direction as the current source, so it is written positive. i2 is in the opposite direction, so it is negative. f) Power in Va P = V * I P = 9V * (i3 - i4) Write KCL equations for each node. For consistency, we will always write the currents leaving a node as positive, entering as negative. KCL at Node V1 Instead of writing the normal current equation for this node, we notice that there is a voltage source connected to the node (for which we don't know the current, off-hand). Because the reference node is on the other side of that voltage, we can then simply solve for V1 directly:
  • 20. V1 = 8V KCL at Node V2 Here we write the currents leaving left, down, and right: KCL at Node V3 Here we write the currents leaving left, down, and right again. However, in this case, there is a voltage source to the right, so we don't know its current. We thus add an unknown current, ix. KCL at Node V4 Here we write the currents leaving left, up, and right. KCL at Node V5 Here we write the currents leaving left, and up. However, we notice that leaving up we find a voltage source. To be consistent, we use the same unknown current ix , as we did for V3, but in the opposite direction in this case. Extra Equation
  • 21. We now have 5 equations, but 6 unknowns, because we added ix. The extra equation to make this set solvable comes from the voltage source that forced us to add the unknown current in the first place. V3 - V5 = 7V Notice that we use V3 as positive because it is at the "+" end of the 7 volt source and V5 as negative because it is at the "-" end. You can think of the 7 volt source as analagous to an elevator that goes up 7 floors, starting from V5 to get to V3.