Runner 1
- 100
- 0
Homework Statement
[PLAIN]http://dl.dropbox.com/u/9699560/EE%20Problem.jpg
(I added the text V1, V2, and Voc to the image).
I'm only trying to find Voc because I got the wrong answer. I got Isc correct.
Homework Equations
Basic node voltage analysis techniques.
The Attempt at a Solution
Let the bottom-most node be the ground (reference node).
\begin{array}{rcl}<br /> \dfrac{v_1}{2} + \dfrac{v_1-v_2}{3} & = & 0 \\<br /> <br /> \dfrac{v_2-v_1}{3} + \dfrac{v_2-v_{oc}}{5} & = & 10 \\<br /> <br /> \dfrac{v_{oc}-v_2}{5} & = & \dfrac{v_x}{4} \\<br /> <br /> v_1 & = & v_x<br /> \end{array}
These simplify to:
\begin{array}{rcl}<br /> 5v_1 - 2v_2 + 0v_{oc} & = & 0 \\<br /> -5v_1 + 8v_2 - 3v_{oc} & = & 150 \\<br /> 5v_1 + 4v_2 - 4v_{oc} & = & 0<br /> \end{array}
in matrix form:
\left[\begin{array}{rrrr}<br /> 5 & -2 & 0 & 0 \\<br /> -5 & 8 & -3 & 150 \\<br /> 5 & 4 & -4 & 0<br /> \end{array}\right]
Solving, this gives:
\begin{array}{cc}<br /> v_1 & = & 40\, V\\<br /> v_2 & = & 100\, V\\<br /> v_{oc} & = & 150\, V<br /> \end{array}
However, 150 V is not the correct answer for Voc. Does anyone know where I have made a mistake?
Thanks!
Last edited by a moderator: