Equation Solving Worksheet For EE 188
Equation Solving Worksheet For EE 188
General Description: Use of various techniques for solving equations. Other skills
involved include plotting, putting equations into matrix form and manipulation of
equations. Applications in EE188 include solving circuit equations, especially nodal and
mesh equations.
1. Given two equations in two unknowns obtained from KCL or KVL, review various
techniques for grouping terms and simplifying these equations.
Graphical method plot the two equations by putting them both into the slope
intercept form and estimate the solution from the graph. For example, using
nodal analysis on the following circuit:
and
(V1-V2)/18000 + .02 =
Manipulate both equations until you get the slope intercept form, V2 =
MV1+B.
Check your plot. Did you label each axis? Did you title the plot? Did you
remember that the axes are not at the edge of the graph, but go through (0,0)?
What were the coordinates of the intersection of the two graphs (the solution)?
(V1,V2) =(__16.4___,__6.54_______)
V1 = _______16.3_____________
Then substitute that value in either original equation to get V2. To check your
work, you should substitute into both equations to be sure you get the same
value and that it is close to the value obtained graphically.
6.4
V2 = ___________________
=0V
Hint: Solve for i2 in the first equation and plug that expression in for i2 in the
other equations.
Linear combination method using the method described above, eliminate one
variable from equations 1 and 2 and the same variable from equations 1 and 3.
Then use the method above since you now have 2 equations in 2 unknowns.
If you multiply the entire 1st equation by 6 and add it to the second equation,
the i2 terms should subtract out. What is the resulting equation?
24i1-12i3=64
If you multiply the entire 1st equation by -1 and add it to the third equation, the
i2 terms should again subtract out. What is the resulting equation?
32i1-2i3=64
Now solve the two new equations by the methods discussed earlier.
1i=1.9 and i3=1.52
Matrix method You can put the three equations into matrix form and then
solve by using matrix inversion, premultiplying both sides by the inverse. To get
the equations ready to put into matrix form, they must be of the form: i1A +
i2B + i3C = D
Manipulate the first equation into the above form. (Group terms and put
constants on right side)
B1
C1
A2
B2
C2
A3
B3
C3
i1
i2
i3
D1
=
D2
D3
or
RI=D
This can be solved if you can find the inverse of R, or R-1, since R-1R =
Identity Matrix
So premultiplying both sides by the inverse, R-1 R I = R-1 D yields I = R-1
D
For this example, you should have obtained the following three
equations:
i1 6 + i2 (-2) + i3 0 = 12 V
i1(-2) + i2 12 + i3 (-2) =-8 V and
i1 0 + i2(-2) + i3 7 = -20 V
Expressed in matrix form as:
6
-2
-2
12
-2
-2
i1
i2
12
=
-8
i3
or
RI=D
-20
1 0 0
and R-1 R = 0 1 0
0 0 1
i1
R-1 =
i2
and R-1 R I = I =
i3
So I = R-1 D
Multiplying the inverse of R times D yields each of the currents in
amps
.1770 .0310 .0088
I = R-1 D=
Amps
12
-8
-20
1.6991
=
-.9027
-3.115